View Single Post
  #8  
Old 04-19-2003, 11:06 AM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

whenever i try to type in:
Code:
INSERT INTO account SET name='eqemu', password='eqemu', status 200,lsaccount_id=0;
i just get this:
Code:
ERROR 1064: you have an error in your SQL syntax near '200,lsaccount_id=0' at line 1
i also has this when i was trying it without the lsaccount_id=0 at the end. what is wrong?..
Reply With Quote