(針對 SQL 語言的問題,用這個標題。請用 Ctrl+Y 砍掉這行)
資料庫名稱:MYSQL
資料庫版本:MySQL 伺服器版
內容/問題描述:
http://ppt.cc/ITNl
select name.age from personnel
where salary>45000 and department =
(select department from personnel where
salary > 40000 group by department
having count(department);
關於我的,語法請益
我下這樣的查詢語法,總是會爆錯,不知道哪裡不符合文法的邏輯呢?
資料庫一直撈不到以建立好的資料。
謝謝!!