eblackey
10/29/2021, 4:02 PMeblackey
10/29/2021, 4:03 PMSELECT
inv.id,inv.sourcetransaction
from transaction inv
where rownum <= 100
and inv.sourcetransaction IS NOT NULL
tdietrich
10/29/2021, 4:07 PMeblackey
10/29/2021, 4:10 PMmichoel
10/30/2021, 9:58 PM