Tuesday, August 07, 2007

MS SQL - query the list of all columns in curent table

select column_name from information_schema.columns where table_name ='authors'

No comments: