摘要:
--测试步骤 --1.建一个测试数据库test create database test go use test go --2.建一个表,插入记录 create table a(c1 varchar(2)) insert into a select... 阅读全文
posted @ 2008-07-14 10:42
番茄的梦想
阅读(475)
评论(0)
推荐(0)
|
摘要:
--测试步骤 --1.建一个测试数据库test create database test go use test go --2.建一个表,插入记录 create table a(c1 varchar(2)) insert into a select... 阅读全文
posted @ 2008-07-14 10:42
番茄的梦想
阅读(475)
评论(0)
推荐(0)
|