标签:sqlserver 写作 creat 使用 int ext sql target 插入
|
-- CREATE TABLE Test (ip text ,port int,name text) -- 创建表格
-- drop table Test -- 删除表格
-- insert into Test(ip,port,name)values(‘127.0.0.1‘,6080,‘Test 1‘) -- 插入语法
-- delete from Test where port=8060 删除数据
GJM :Unity 使用SqlServer数据库 [原创]
标签:sqlserver 写作 creat 使用 int ext sql target 插入
原文地址:http://www.cnblogs.com/GJM6/p/6085187.html