I have the following query, used in an internal routine, for distribution of items for separation in data collectors:
Select distinct IP, USUARIO, DATA
from
PCN_ROMANEIO_ACESSO PRA
Where pra.STATUS = 'OK'
AND trunc(pra.DATA) = trunc(sysdate...
asked by
24.10.2016 / 13:12