Tuesday, February 16, 2016

How to see table columns in MS SQL SERVER


How to see table columns in MS SQL SERVER
select * from information_schema.COLUMNS where TABLE_NAME='employee'

No comments:

Post a Comment