學校表 lqy_educationadd 學校id_ 區域 area
教師表 lqy_teacher 外來鍵schoolid
乙個學校關聯多個教師
查詢區域下的 區域 教師數量
select
a.area,count(b.id_) from
lqy_educationadd a, lqy_teacher b
where
a.status = 0 and b.status = 0 and a.id_ = b.schoolid group by a.area
查詢結果
知識點:
例如 select to_days(now()); 從0年開始到現在的天數
下面是 select 語句:
select now()
select curdate()
select curtime()
結果如下所示
收集 Linq 查詢方法收集
開始不間斷收集linq查詢使用的方法,日拱一卒,月可渡江。查詢排序取前6個 var newshops storedb.shops.orderbydescending a a.joindate take 6 tolist 查詢列表 常用用法 var order from u in storedb.or...
置頂 收集 Linq 查詢方法收集
開始不間斷收集linq查詢使用的方法,日拱一卒,月可渡江。查詢排序取前6個 var newshops storedb.shops.orderbydescending a a.joindate take 6 tolist 查詢列表 常用用法 var order from u in storedb.or...
Oracle常用收集
例項 varchar2 2 check in 男 女 varchar2 2 check 男 or 女 1 檢視使用者下所有的表 select from user tables 2 修改使用者名稱 alter user scott identified by cat 3 鎖或解鎖使用者 alter u...