Featured
-
No Featured Found!
Tags
How to return order_no where customers made concurrent bookings?
I have a table on booking orders for trips.
Bookings (order_no, user_id, booking_time,cancel_time,complete_time)
I try to write a query to return the order_no from all rows where customers made concurrent bookings (i.e. where a customer mad...