Click to See Complete Forum and Search --> : SQL question: can I see a table's fields?


NatuScape
11-14-2005, 01:53 PM
Hi there!

Is there a form of SQL query code, like a SELECT stamement, perhaps, that can tell me all the columns/fields on a table? I'm very new to SQL and this may be a silly question, so excuse me if it is!

Thanks in advance for your help!

Me :)

tirebiter
11-14-2005, 04:41 PM
i didn't think there was, but did a search and found this:

http://forums.mysql.com/read.php?108,33446,35745

NogDog
11-14-2005, 05:24 PM
DESCRIBE table_name;

NatuScape
11-15-2005, 09:10 AM
Hey there,

Thanks for the info!!

Me :)