I have a list of customers with n number of contracts for each customer and I want to display the customers with latest contract.write me a query using nested loop.without using while,If,for loops?
I have a list of customers with n number of contracts for each customer and I want to display the customers with latest contract.write me a query using nested loop.without using while,If,for loops?
If you are stuck on something, please post sample code to recreate the data, what you have tried so far, what you're stuck on and what is the expected outcomes are, to get better answers to your actual issue.
16 People are following this question.