I would really appreciate some help. Got this error importing the database:
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 ')'
Here is the code which gives error:
CREATE TABLE `c9soa_assets` (
`id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
`parent_id` int(11) NOT NULL DEFAULT '0'COMMENT
) ;
CREATE TABLEstatement, try SQL Fiddle. You may wish to declareidas an explicit primary key, incidentally - look online for examples, and try them out for your case.