spider icon indicating copy to clipboard operation
spider copied to clipboard

Instance 1222 in train json

Open andrewbury opened this issue 3 years ago • 0 comments

question "What are the booking start and end dates of the apartments with type code "Duplex"?"

query SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.apt_type_code = "Duplex"

should be T1.booking_end_date not T1.booking_start_date twice

andrewbury avatar Sep 14 '21 16:09 andrewbury