SQL語言創建數據庫表

--(註釋)select *from dbo.Base_Department where State=0


create database testljd
go
use testljd
go
create table testljd1
(
 ljd_id int,
 ljd_name varchar(30)
)

select* from testljd


發佈了26 篇原創文章 · 獲贊 14 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章