Friday, May 22, 2009

List all column names of a table

select column_name from information_schema.columns where table_name='customers'

No comments:

Post a Comment