RE: Table Creation woes

2001-06-06 Thread Chris Bolt
describe is a reserved word, use another name for the column. http://www.mysql.com/doc/R/e/Reserved_words.html > can someone tell me what I'm doing wrong here?I keep getting the error > "You have an error in your SQL syntax near 'describe text, fulltext text, > section VARCHAR (32) DEFAULT '

Re: Table Creation woes

2001-06-06 Thread Paul DuBois
At 5:52 PM -0400 6/6/01, Matt \"TrollBoy\" Wiseman wrote: >can someone tell me what I'm doing wrong here?I keep getting the error >"You have an error in your SQL syntax near 'describe text, fulltext text, >section VARCHAR (32) DEFAULT '0', type VARCHAR' at line 6" and I don't >understand why:

Re: Table Creation woes

2001-06-06 Thread Rolf Hopkins
describe is a reserved word and so is fulltext, I think. - Original Message - From: "Matt "TrollBoy" Wiseman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 5:52 Subject: Table Creation woes > can someone tell me what I&#x

Re: Table Creation woes

2001-06-06 Thread Jorge del Conde
t "TrollBoy" Wiseman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 4:52 PM Subject: Table Creation woes > can someone tell me what I'm doing wrong here?I keep getting the error > "You have an error in your SQL syntax near

Table Creation woes

2001-06-06 Thread Matt \"TrollBoy\" Wiseman
can someone tell me what I'm doing wrong here?I keep getting the error "You have an error in your SQL syntax near 'describe text, fulltext text, section VARCHAR (32) DEFAULT '0', type VARCHAR' at line 6" and I don't understand why: CREATE TABLE article( id INT (4) DEFAULT '0' NOT NULL AUTO_IN