Hi,
Below is my sql:
SELECT w.columnA, w.columnB, w.columnC FROM tableA w
UNION
SELECT q[LEFT][SIZE=13px].columnA, q.columnB, q.columnC [/SIZE][/LEFT]FROM tableB q
When the user open the grid, I need the grid to show no record.
But when user key in a match in the search, the result will then display.
May I know how can I go about doing?