`
yup110
  • 浏览: 2611 次
  • 性别: Icon_minigender_1
  • 来自: 济南
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
复制表(只复制结构,源表名:a 新表名:b) SQL: select * into b from a where 1<>1 拷贝表(拷贝数据,源表名:a 目标表名:b) SQL: insert into b(a, b, c) select d,e,f from b;   显示文章、提交人和最后回复时间 SQL: select a.title,a.username,b.adddate from table a, (select max(adddate) adddate from table where table.title=a.title) b   说明:外连接查询(表 ...
新建表: create table [表名] ( [自动编号字段] int IDENTITY (1,1) PRIMARY KEY , [字段1] nVarChar(50) default '默认值' null , [字段2] ntext null , [字段3] datetime, [字段4] money null , [字段5] int default 0, [字段6] Decimal (12,4) default 0, [字段7] image null , ) 删除表: Drop table [表名] 插入数据: INSERT ...

逃离北上广

    话说离开北京有五个月了,新的环境里感受不少,工作中也有所得。只是那疯狂的出差让人头疼。之所以归来,就是想要稳定。之所以有想法,还是因为要稳定。     拍拍灰尘,拽拽衣角,整理下思绪,准备奔三~    此论坛之个人开山作!
Global site tag (gtag.js) - Google Analytics