I tried to convert the script from MS SQL Server to MySql.
I could not find a convenient approach for this conversion.
I tried using this MS SQL Server to MySQL Conversion , but it has a lot of syntax errors.
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) NOT NULL, `address` varchar(255) NOT NULL, `date_added` datetime N' at line 2
Here is the contents of the file I need to convert pastebin - script
- Is there a better way to do this conversion, but without installing a special tool?
sql mysql sql-server
nazar_art
source share