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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -