RE: getting name of columns

2002-10-29 Thread Ed Carp
> How can i extract names of columns from table? I am doing select * > from table, then i want to get name of columnsis it possible? "show columns from XXX" where XXX is the name of the table. sql, query - Before posting, pl

Re: getting name of columns

2002-10-29 Thread David Bordas
> How can i extract names of columns from table? I am doing select * > from table, then i want to get name of columnsis it possible? Use desc or describe. http://www.mysql.com/doc/en/DESCRIBE.html David - Before posting,

getting name of columns

2002-10-29 Thread Martin Hudec
Hello, How can i extract names of columns from table? I am doing select * from table, then i want to get name of columnsis it possible? -- Best regards, Martin mailto:corwin@;corwin.sk for filter - sql and query --

Re: getting name of columns

2002-10-29 Thread Silmara
Try: Desc name_table - Original Message - From: Martin Hudec <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 12:31 PM Subject: getting name of columns > Hello, > > How can i extract names of columns from table? I am doing select * >