Wyskakuje mi Syntax Error, którego za bardzo nie rozumiem:
#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 '' at line 4
Kod:
CREATE TABLE djpool ( id int(11) NOT NULL AUTO_INCREMENT, dj varchar(255) NOT NULL, glosy int(255) NOT NULL, PRIMARY KEY (id)