您的位置首页百科问答

SQL插入语句

SQL插入语句

的有关信息介绍如下:

SQL插入语句

insert into [User] (UserId,Name,LoginName,Pwd)values(5,123,31321,1); user是sqlserver里的关键字,要中括号括起来