The HAVING clause is used instead of WHERE clause with SQL COUNT() function. ... SELECT COUNT( * ) FROM agents HAVING COUNT(*)>3;.
確定! 回上一頁