I have written an SQL query but I want to optimize it [closed]
- by ankit gupta
is there any way to do this using minimum no of joins and select?
2 tables are involved in this operation transaction_pci_details and transaction
SELECT
t6.transaction_pci_details_id,
t6.terminal_id,
t6.transaction_no,
t6.transaction_id,
t6.transaction_type,
t6.reversal_flag,
t6.transmission_date_time,
t6.retrivel_ref_no,…