Mssql show columns from table

From wiki.perl.lt
Jump to: navigation, search
select column_name
from $dbname.information_schema.columns
where table_name = '$tablename'
Personal tools
Categories