經常使用語句(一)create、insert into...values(...)、truncate、distinct、having、inner join ... on...

/* drop database exercise; truncate table student; truncate table book; alter table book drop column remark; */ create database exercise go use exercise go /* -----------------------------------------
相關文章
相關標籤/搜索