Is it possible to use SQL IN expression in Studio 3T? I can't seem to get this working:
select * from employees
where job IN
(select job
from job where redundant=1
group by job)
I get an error:
Unable to execute SQL statement at cursor
expected expression list (alternatives not supported)