#1064 - 您的SQL语法出错,无法将DB导入phpmyadmin

时间:2013-05-01 08:18:21

标签: mysql sql wamp

我有一个带有apache服务器,mysql和php的localhost 我试图将.SQL导入现有的名为MAFS的数据库,mySQL 版本为3.5
但它向我显示了这个错误#1064 - 您的SQL语法中有错误

USE [MAFS]
GO

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[UserTransportations](
[UserId] [uniqueidentifier] NOT NULL,
[TransId] [int] NOT NULL,
[Persons] [int] NULL
) ON [PRIMARY]
//** the rest of the sql query **//

我无法弄清楚我的错误是什么

0 个答案:

没有答案