This will be handy for me some day.
Q1 : To select Column Names from a table:
SELECT column_name
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name= 'YOUR TABLE NAME'
The latest in Microsoft technologies
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name= 'YOUR TABLE NAME'
0 comments:
Post a Comment