SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME = 'Foo'
' where Foo is the table name you want details for.
Tuesday, December 16, 2008
get column field names of a table
Subscribe to:
Post Comments (Atom)
SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME = 'Foo'
' where Foo is the table name you want details for.
No comments:
Post a Comment