Pembar
07-13-2009, 09:18 AM
Ugh, sorry guys, I've been looking at it the past 5 mins trying everything but I can't seem to insert this record into the table.
INSERT INTO history (username,index) VALUES ('john','0')
Also tried
INSERT INTO history (username,index) VALUES ('john',0)
Tablename: history
username: Varchar of length 20
index: int of length 1
INSERT INTO history (username,index) VALUES ('john','0')
Also tried
INSERT INTO history (username,index) VALUES ('john',0)
Tablename: history
username: Varchar of length 20
index: int of length 1