創(chuàng)建測(cè)試庫(kù)
--創(chuàng)建測(cè)試數(shù)據(jù)庫(kù)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)建存儲(chǔ)過(guò)程create proc testproc as select 1
創(chuàng)建克隆數(shù)據(jù)庫(kù)的命令形式
網(wǎng)友評(píng)論