-
Per cercare i progressivi liberi ho fatto una cosa del tipo:
select r from (Select Rownum r From dual Connect By Rownum < 1529289) x where x.r between 1529189 and 1529289 and not exists (select 1 from anag_apss.ta_assistiti_log where progressivo_variazione = x.r);
Please register or sign in to comment