hello everyone,
Please can someone help me fix this problem:
#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 DELAYED INTO `jos_country` (`id`, `cty_name_20`, `cty_name_25`, `cty_name' at line 25

here is my sql:
Code:
CREATE TABLE IF NOT EXISTS `jos_country`(
`id` INTEGER unsigned NOT NULL auto_increment,
...