SELECT *
FROM polygon.transactions
--Deposit
WHERE tx_id='0x12603ac21f1c23b6d83c5f0efc7fb1f8077b7cdd9e602d6f0ddeefc7a98d6419'
UNION
(
SELECT *
FROM polygon.transactions
-- Withdraw
WHERE tx_id='0xb3439c021c8adb9fbfcb3218473af8f0c0e17849a052910e0f72ba41f22c2768 '
)