Welcome to my blog which contains anything and everything I feel is worthwhile sharing......

Sunday, August 1, 2010

Query: Get Column names of a table

select column_name from information_schema.columns
where table_name =''
order by ordinal_position