阅读背景:

限制& IN/ALL/任何/一些子查询的问题。

来源:互联网 

I have this query:

我有这个查询:

SELECT count(cp.CxID) as intSmokers 
FROM CustPrimarySmoking cp 
JOIN Customer c ON cp.CxID = c.CustomerID 
WHERE 
cp.CxID IN (SELECT CxID FROM CustPrimarySmoking WHERE CxID = cp.CxID LIMIT 1, 9999)
SELECT count(cp.



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: