創(chuàng)建測試庫
--創(chuàng)建測試數(shù)據(jù)庫create database testtest use testtestgo--創(chuàng)建表create table testtest(id int ,name varchar(20))--插入數(shù)據(jù)insert into testtest select 1,'sdfsdf' --創(chuàng)建存儲過程create proc testproc as select 1
創(chuàng)建克隆數(shù)據(jù)庫的命令形式
網(wǎng)友評論