sql - How do I list all the columns in a table? -


For different popular database systems, how do you list all the columns in the table?

For MySQL / Oracle, use:

  DESCRIBE name_of_table ;  

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -