12-21-2007, 03:07 PM
|
#5 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
If thats the case, you need to learn mysql a bit better. Go here for that.
For the SQL, here is the proper syntax
Code:
INSERT INTO `table` VALUES ('each','row','here','in','order')
edit: Just woke up, there is no WHERE in INSERT's syntax
|
|
|
|