私はオラクルが初めてです。
クエリを試してみましたが、MySQL
正常に動作します
select
segment1, description, organization_id
from
apps.mtl_system_items_b
where
organization_id IN (110 , 268, 448)
GROUP BY segment1
HAVING COUNT(DISTINCT organization_id) = 3
しかしOracle
、それは言うnot a group by expression
。どうしたの?
編集:-
このような結果が欲しい
organisation_id segment1
110 306145244
268 306145244
448 306145244
110 444444444
268 444444444
448 444444444