Hello sir,
this is a teradata query
Select *
from val.chk_all
where (odi, test) <> ANY
(Select odi, test from val.chk_min)
order by name;
and i need an equivalent query for this in dremio DB…?
Hello sir,
this is a teradata query
Select *
from val.chk_all
where (odi, test) <> ANY
(Select odi, test from val.chk_min)
order by name;
and i need an equivalent query for this in dremio DB…?