S
Size: a a a
S
ЕА
dd
VM
VM
AP
D
AP
D
D
select distinct t1.app_id
from sirdb.application t1, sirdb.application t2
where 1=1
and t1.app_id = t2.s_id
AP
D
AD
SELECT column_2 FROM table_name
WHERE column_1 NOT IN (
SELECT column_1 FROM table_name
GROUP BY column_1
HAVING count(column_1) > 1);
S
AP
S
AP
AI