Thread: MySQL Question.
View Single Post
  #2  
Old 01-29-2003, 02:00 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

insert into <tablename> values ('value1', 'value2');

should do it...

No offense, but if your mysql book doesnt tell you how to do a simple insert, you really need a better book...

lol
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote