How can I remove empty columns from a Resultsets or DataList?
For example : I run a query then the SQL returns a Resultset
Name Age Address Telephone
---- --- ------- ---------
Zed 23 12345456
Charlo 25 53232323
How can I remove the empty column “Address” in the Resultset?
Thanks in advance.
No. You tell SQL what columns you want in the query, and it gives you all the columns you asked for.