Puoi scriverla anche così:
Select * from Impiegati
where id IN ( Select id from impiegati where pagato = true or assunti = true )
ciao
Puoi scriverla anche così:
Select * from Impiegati
where id IN ( Select id from impiegati where pagato = true or assunti = true )
ciao