經安全檢測,此網站為安全網站,請放心前往原始網址!

ms access - combining two SQL SELECT COUNT(*) statements - Stack Overflow

You can get both counts as two values in a single row using the following SQL statement: SELECT ( SELECT Count(*) AS OrderCount FROM ( SELECT DISTINCT OrderNo FROM tblDisposition ) ) AS OrderCount ...

stackoverflow.com

網址安全性掃描由 google 提供