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

ios - Form Sheet content disappearing -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -