【发布时间】:2017-02-20 12:13:54
【问题描述】:
我有以下 MSSQL 查询,我无法找出 Korma 实体。请帮忙
select t.d as did from (
select dataid as d , count(dataid) as
cd from <table_name>
WHERE prid = <pid> group by dataid
) as t WHERE t.cd >1;
谢谢
【问题讨论】: