MySQL Syntax Error on Table Creation
问题 I am trying to use this query in a Filemaker -> MySQL transition script. The table creation steps are taken directly from a phpMyAdmin export, and I added in the DROP statements. DROP TABLE IF EXISTS artifacts; CREATE TABLE IF NOT EXISTS `artifacts` ( `aid` INT(11) UNSIGNED NOT NULL auto_increment, `accession number` TEXT NOT NULL, `name` TEXT NOT NULL, `period 1` TEXT NOT NULL, `period 3 date` TEXT NOT NULL, `visual description` TEXT NOT NULL, `religion 1` TEXT NOT NULL, `dimen 1 number`