I need help in making a query. PLEASE HELP AS IT IS A BIT URGENT -
Inputs from user -
Location, Game, CreatedByUser
Steps -
1. For user Akash - check number of rows based on
createddate,
game (input from user),
place (input from user)
2. There is one row for 30-10-2019(createdon) with player Kesar.
There are three rows for 31-10-2019(createdon) with players Pintoo, Sunil, Priya
So, the output will be -
Booking Date : 30-10-2019
Slot : SL15
Game: Badminton - Singles
Players :[ Kesar ]
------
Booking Date : 31-10-2019
Slot : SL15
Game: Badminton - Doubles
Players :[ Pintoo, Sunil, Priya ]