Hi
Sorry, but it's getting late over here, so I'm coming up with another stupid question.
I'm trying to insert something into my database, but MySQL states
You have an error in your SQL syntax near ' units, buildings SET UID2 = '0', Food = '100', Wood = '25', Stone = '15', I' at line 1
when I'm trying to run this query:
INSERT INTO territory, units, buildings SET UID2 = '0', Food = '100', Wood = '25', Stone = '15', Iron = '5', UID3 = '0', UID4 = '0';
What am I doing wrong?
Tnx.