In this programming tutorial you will learn the query to get the all column names of a given table in ms sql server. Its quite easy. Lets have a look over the query
select column_name from information_schema.COLUMNSwhere table_name='yourtbl_name'order by column_name asc
Share this post : |
0 comments:
Post a Comment