SQL サーバー クエリがあり、それを mysql で実行 (または同等のクエリを作成) したいと考えています。しかし、現在、構文エラーが発生しています。下記の sql-server クエリに相当する mysql を作成するのを手伝ってくれる人はいますか?
create table Emp(EmpName varchar(20) not null,keyword varchar(20) not null,
DOB datetime not null,Comments text(65535),EmpId int primary key IDENTITY(1,1));
以下はエラーです
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 'IDENTITY(1,1))' at line 1