我有这个查询:
SELECT * FROM {Products}
但是“产品”表中有一个布尔列"IsInStock"
,我想计算IsInStock
为true的产品数和InStock
为false的产品数,因此查询结果具有此信息。您知道使用SQL正确实现吗?
答案 0 :(得分:1)
您可以尝试以下方式-
select isinstoct, count(*)
from tablename
group by isinstoct
答案 1 :(得分:1)
Library python_filename.Child2 WITH NAME c2
....
c2.Common Functions