MS SQL - query the list of all columns in curent table
select column_name from information_schema.columns where table_name ='authors'
Achievement provides the only real pleasure in life
select column_name from information_schema.columns where table_name ='authors'
Posted by SF at 2:42 pm
No comments:
Post a Comment