infestrio
01/28/2024, 2:39 PMJay Jetley
02/01/2024, 10:01 AMSELECT
trx.recordtype,
trx.id as id,
trx.tranId,
trx.location,
tl.location,
tl.account
FROM
transaction as trx
join transactionLine tl on tl.transaction = trx.id
and tl.mainline = 'T'
WHERE
trx.id = 881264