Hello all
Anyone have me a suggestion about case:
- I have column Id,Name,Age in Excel File
- I have large table with greater 500K rows in tableA (Id,Name,Age)
My task:
I have to get all rows in tableA with sameId in excel file and if Age >50 , i will add status column in output.
How can i solve this problem ?
Thank you so much !