I am getting an error 1064 every time I try to create a table. I am new to MYSQL but have used oracle quite a bit. I've read thru the manual and don't think I have the syntax wrong but nevertheless it won't seem to work. I must have a setup problem or something. I am typing:<br>
<br>
create table table_name (column varcharXX);<br>
<br>
shouldn't this work?<br>
<br>
Erik craddock
<br>
create table table_name (column varcharXX);<br>
<br>
shouldn't this work?<br>
<br>
Erik craddock