Sep 22, 2003 #1 soundmind Technical User Jun 30, 2003 16 US Hi Y'all Is there a mySQL query or way to retrieve a table's column names and their data type? Thank you!
Hi Y'all Is there a mySQL query or way to retrieve a table's column names and their data type? Thank you!
Sep 22, 2003 1 #2 sleipnir214 Programmer May 6, 2002 15,350 US http://www.mysql.com/doc/en/DESCRIBE.html Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
http://www.mysql.com/doc/en/DESCRIBE.html Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!
Sep 22, 2003 1 #3 rzs0502 IS-IT--Management Nov 18, 2002 708 DESC `tablename`; or DESCRIBE `tablename`; Upvote 0 Downvote
Sep 23, 2003 #4 sleipnir214 Programmer May 6, 2002 15,350 US rzs0502: Why wasn't that a good idea when I said it? Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
rzs0502: Why wasn't that a good idea when I said it? Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!
Sep 23, 2003 #5 rzs0502 IS-IT--Management Nov 18, 2002 708 It was... Sorry, I missed your post there.... Upvote 0 Downvote