D
надо так наверно
select distinct table, partition
from system.parts
where active and
(
level=0 OR (table, partition) IN (
select table, partition
from system.parts
where active = 1
group by table, partition
having count() > 1
)
)
Size: a a a
D
select distinct table, partition
from system.parts
where active and
(
level=0 OR (table, partition) IN (
select table, partition
from system.parts
where active = 1
group by table, partition
having count() > 1
)
)
E
select distinct table, partition
from system.parts
where active and
(
level=0 OR (table, partition) IN (
select table, partition
from system.parts
where active = 1
group by table, partition
having count() > 1
)
)
E
Е
DC
Е
Е
DC
DC
Е
Е
DC
DC
DC
DC
DC
DC
Е
Е
DC