Kod
CREATE TABLE categories( id INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id), category VARCHAR(40), type TINYINT, table_name VARCHAR(40), position TINYURL )
Mógłby ktoś wskazać co w tym zapytaniu jest źle, bo mnie zaraz szlak trafi

Cytat
Create table Error: 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 'TINYURL )' at line 1