CREATE TABLE `phpbb_staty` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `dzialanie` INT NOT NULL , `24h` INT NOT NULL , `48h` INT NOT NULL ) INSERT INTO `phpbb_staty` (dzialanie, 24h, 48h) VALUES (1,1,0)
pokazuje mi błąd:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO `phpbb_staty` (dzialanie, 24h, 48h) VALUES (1,1,0)' at line 8
Co w tym zapytaniu jest nie tak?
proszę o pomoc