摘要:
create procedure insertdataasDECLARE @count INTEGERDECLARE @index INTEGERset @index = 1set @count = 1000while @index < @countbegin insert into a_employee(id, name, birthdate, age, phone, adress) values(@index, 'mingtian', '2013-11-15', '20','18830129153', '石家庄& 阅读全文