GeorgeWang地字3号

JQuery、Node.js http://www.pecloud.cn/

导航

随笔分类 -  SQL

解析SQL SERVER 数据页面头部结构(转)
摘要:解析数据页面头部结构if object_id('test') is not null drop table testgocreate table test( id int,birth datetime,name char(10))insert into testselect 1,'2009-11-27','aaaa' union allselect 2,'2009-11-27','aaaa'exe... 阅读全文

posted @ 2010-01-10 12:32 GeorgeWang 阅读(297) 评论(0) 推荐(0)