摘要:
创建测试表Use Testcreate table dbo.employee( emp_lname varchar(12) not null, emp_fname varchar(12)not null, address varchar(30)not null, phone char(12) not null, job_level smallint not null)从以下视图中获取页的地址信息SELECT object_name(object_id) as name,rows,type_desc as page_type_desc,total_pages as Pages,first_pag 阅读全文
posted @ 2013-07-24 13:03
丢た壳の蜗牛
阅读(261)
评论(0)
推荐(0)
浙公网安备 33010602011771号