Ebeworld’s Weblog

Trying to create

SQL Server: How to get all table columns?

select column_name 
from information_schema.columns
where table_name = ’my_table_name’

April 17, 2009 - Posted by ebeworld | Uncategorized | | No Comments Yet

No comments yet.

Leave a comment