Monday, December 7, 2009

Get info on structure of all tables

SELECT * FROM INFORMATION_SCHEMA.COLUMNS
order by table_name, ordinal_position

No comments:

Post a Comment