SQL 插入

"INSERT INTO [td_Account] ([AccountName],[Password],[AccountType],[RegisteredDate],[LastLoginDate],[IsBlocked],[ChattingBlocked],[MGameEventType],[ConnectingServerGroupID],[GameContinueTimeInSecondOfToday],[LastGameEndDate]) VALUES ('" + U_Name.Text + "','" + U_Pass.Text + "','0',getdate(),getdate(),'0','0','0','0','3638',getdate())"

insert into table_name (column1,column2,。。) values (value1,value2,。。)

<a href="url">链接的显示文字</a>  select @@version查询您SQL版本 hnhyjzbsd

 //如果数据校验成功

原文地址:https://www.cnblogs.com/2008pp/p/2420587.html