數據庫練習(一)

select * from table limit m,n (分頁查詢) select * from employee group by sex; (分組查詢) 連接查詢: create table customer(id int primary key auto_increment,name varchar(20),city varchar(20)); create table orders(i
相關文章
相關標籤/搜索