
March 3rd, 2000, 04:33 PM
|
|
Contributing User
|
|
Join Date: Mar 2000
Location: Randolph, NJ
Posts: 36
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
In telnet I am creating tables in my mySQL database, I type this and get the result:
mysql> create table tsrdatabase (
-> name char(25),
-> from char(25),
-> mail char(25),
-> going_to char(25),
-> date_going char(25),
-> notes char(50)
-> );
ERROR 1064: You have an error in your SQL syntax near 'from char(25),
mail char(25),
going_to char(25),
date_going char(25),
notes char' at line 3
please help, thanks.
------------------
================
-Khill, www.tsrealm.com
|