serii_v
Новичок
Проблемма с CREATE TABLE
Хочу создать таблицу через MySQL Command Line Client запросом CREATE TABLE male(username VARCHAR(12),firstname VARCHAR(50),lastname VARCHAR(50),hash VARCHAR, и т.д.);, а он жалуется: ERROR 1064 (42000): 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 'month TINYINT UNSIGNED,day TINYINT UNSIGNED,year SMALLINT UNSIGNED,email VARCHAR' at line 1. У меня версия 5.0.
Хочу создать таблицу через MySQL Command Line Client запросом CREATE TABLE male(username VARCHAR(12),firstname VARCHAR(50),lastname VARCHAR(50),hash VARCHAR, и т.д.);, а он жалуется: ERROR 1064 (42000): 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 'month TINYINT UNSIGNED,day TINYINT UNSIGNED,year SMALLINT UNSIGNED,email VARCHAR' at line 1. У меня версия 5.0.