-->Title:Generating test data
-->Author:wufeng4552
-->Date :2009-09-25 09:56:07
if object_id('tb')is not null drop table tb
go
create table tb(ID int,name text)
insert tb select 1,'test'
go
--方法1
<div class="codetitle"><a style="CURSOR: pointer" data="69564" class="copybut" id="copybut69564" onclick="doCopy('code69564')"> 代码如下: