I often read records from my database and use notepad ++ to process receipts in this format:
'xxxxxxxxx' 'xxxxxxxxx', 'xxxxxxxxx', 'xxxxxxxxx'
Is it possible to use an SQL query for this once.
The sample request that I ran is:
Select ReceiptNo from My_table where TIN = 'KEYVALUE'
kombo source share