instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
Who is the Winner, when the Surface is Carpet (i)?
SELECT "Winner" FROM table_9937 WHERE "Surface" = 'carpet (i)'
[ 8241, 318, 262, 25358, 11, 618, 262, 20321, 318, 1879, 6449, 357, 72, 19427, 46506, 366, 48056, 1, 16034, 3084, 62, 2079, 2718, 33411, 366, 14214, 2550, 1, 796, 705, 66, 5117, 316, 357, 72, 33047 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 318, 262, 25358, 11, 618, 262, 20321, 318, 1879, 6449, 357, 72, 19427, 46506, 366, 48056, 1, 16034, 3084, 62, 2079, 2718, 33411, 366, 14214, 2550, 1, 796, 705, 66, 5117, 316, 357, 72, 33047 ]
What was the outcome in games where the score was 7-5, 2-6, [6-10]?
SELECT outcome FROM table_2259502_2 WHERE score = "7-5, 2-6, [6-10]"
[ 2061, 373, 262, 8055, 287, 1830, 810, 262, 4776, 373, 767, 12, 20, 11, 362, 12, 21, 11, 685, 21, 12, 940, 60, 30, 46506, 8055, 16034, 3084, 62, 18182, 31027, 17, 62, 17, 33411, 4776, 796, 366, 22, 12, 20, 11, 362, 12, 21, 11, 685, 21, 12, 940, 30866 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 8055, 287, 1830, 810, 262, 4776, 373, 767, 12, 20, 11, 362, 12, 21, 11, 685, 21, 12, 940, 60, 30, 46506, 8055, 16034, 3084, 62, 18182, 31027, 17, 62, 17, 33411, 4776, 796, 366, 22, 12, 20, 11, 362, 12, 21, 11, 685, 21, 12, 940, 30866 ]
what are the new prescriptions of patient 92788 today compared with the prescription yesterday?
SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 92788) AND DATETIME(prescriptions.startdate, 'start of day') = DATETIME(CURRENT_TIME(), 'start of day', '-0 day') EXCEPT SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 92788) AND DATETIME(prescriptions.startdate, 'start of day') = DATETIME(CURRENT_TIME(), 'start of day', '-1 day')
[ 10919, 389, 262, 649, 34092, 286, 5827, 860, 1983, 3459, 1909, 3688, 351, 262, 15077, 7415, 30, 46506, 34092, 13, 30349, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 860, 1983, 3459, 8, 5357, 360, 1404, 2767, 12789, 7, 18302, 24370, 13, 9688, 4475, 11, 705, 9688, 286, 1110, 11537, 796, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 9688, 286, 1110, 3256, 705, 12, 15, 1110, 11537, 7788, 42006, 33493, 34092, 13, 30349, 16034, 34092, 33411, 34092 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 389, 262, 649, 34092, 286, 5827, 860, 1983, 3459, 1909, 3688, 351, 262, 15077, 7415, 30, 46506, 34092, 13, 30349, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 860, 1983, 3459, 8, 5357, 360, 1404, 2767, 12789, 7, 18302, 24370, 13, 9688, 4475, 11, 705, 9688, 286, 1110, 11537, 796, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 9688, 286, 1110, 3256, 705, 12, 15, 1110, 11537, 7788, 42006, 33493, 34092, 13, 30349, 16034, 34092, 33411, 34092 ]
What is the average Gold, when Silver is less than 107, when Bronze is greater than 42, and when Rank is 3?
SELECT AVG("Gold") FROM table_46102 WHERE "Silver" < '107' AND "Bronze" > '42' AND "Rank" = '3'
[ 2061, 318, 262, 2811, 3561, 11, 618, 7698, 318, 1342, 621, 16226, 11, 618, 19461, 318, 3744, 621, 5433, 11, 290, 618, 10916, 318, 513, 30, 46506, 35224, 7203, 13306, 4943, 16034, 3084, 62, 3510, 15377, 33411, 366, 26766, 1, 1279, 705, 15982, 6, 5357, 366, 18760, 2736, 1, 1875, 705, 3682, 6, 5357, 366, 27520, 1, 796, 705, 18, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2811, 3561, 11, 618, 7698, 318, 1342, 621, 16226, 11, 618, 19461, 318, 3744, 621, 5433, 11, 290, 618, 10916, 318, 513, 30, 46506, 35224, 7203, 13306, 4943, 16034, 3084, 62, 3510, 15377, 33411, 366, 26766, 1, 1279, 705, 15982, 6, 5357, 366, 18760, 2736, 1, 1875, 705, 3682, 6, 5357, 366, 27520, 1, 796, 705, 18, 6 ]
Which Record has a Score of 2 4, and a Home of quebec nordiques?
SELECT record FROM table_name_23 WHERE score = "2–4" AND home = "quebec nordiques"
[ 13828, 13266, 468, 257, 15178, 286, 362, 604, 11, 290, 257, 5995, 286, 627, 1765, 721, 299, 585, 6368, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 1954, 33411, 4776, 796, 366, 17, 1906, 19, 1, 5357, 1363, 796, 366, 421, 1765, 721, 299, 585, 6368, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 13266, 468, 257, 15178, 286, 362, 604, 11, 290, 257, 5995, 286, 627, 1765, 721, 299, 585, 6368, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 1954, 33411, 4776, 796, 366, 17, 1906, 19, 1, 5357, 1363, 796, 366, 421, 1765, 721, 299, 585, 6368, 1 ]
Return the number of music festivals of each category in a bar chart, and sort X in ascending order.
SELECT Category, COUNT(*) FROM music_festival GROUP BY Category ORDER BY Category
[ 13615, 262, 1271, 286, 2647, 25575, 286, 1123, 6536, 287, 257, 2318, 8262, 11, 290, 3297, 1395, 287, 41988, 1502, 13, 46506, 21743, 11, 327, 28270, 7, 28104, 16034, 2647, 62, 69, 6743, 44441, 11050, 21743, 38678, 11050, 21743 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13615, 262, 1271, 286, 2647, 25575, 286, 1123, 6536, 287, 257, 2318, 8262, 11, 290, 3297, 1395, 287, 41988, 1502, 13, 46506, 21743, 11, 327, 28270, 7, 28104, 16034, 2647, 62, 69, 6743, 44441, 11050, 21743, 38678, 11050, 21743 ]
How many years did the role of Steve Rhoades last?
SELECT years FROM table_name_21 WHERE role = "steve rhoades"
[ 2437, 867, 812, 750, 262, 2597, 286, 6542, 10323, 1170, 274, 938, 30, 46506, 812, 16034, 3084, 62, 3672, 62, 2481, 33411, 2597, 796, 366, 4169, 303, 9529, 1170, 274, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 812, 750, 262, 2597, 286, 6542, 10323, 1170, 274, 938, 30, 46506, 812, 16034, 3084, 62, 3672, 62, 2481, 33411, 2597, 796, 366, 4169, 303, 9529, 1170, 274, 1 ]
How many scores are there when the championship game opponent is Miami University?
SELECT COUNT("Score") FROM table_24813 WHERE "Championship Game Opponent" = 'Miami University'
[ 2437, 867, 8198, 389, 612, 618, 262, 12184, 983, 6125, 318, 8437, 2059, 30, 46506, 327, 28270, 7203, 26595, 4943, 16034, 3084, 62, 23045, 1485, 33411, 366, 1925, 4350, 1056, 3776, 9385, 3471, 1, 796, 705, 41191, 2059, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 8198, 389, 612, 618, 262, 12184, 983, 6125, 318, 8437, 2059, 30, 46506, 327, 28270, 7203, 26595, 4943, 16034, 3084, 62, 23045, 1485, 33411, 366, 1925, 4350, 1056, 3776, 9385, 3471, 1, 796, 705, 41191, 2059, 6 ]
What is the value of D 42 , when the value of D 45 O is d 32 ?
SELECT d_42_√ FROM table_name_47 WHERE d_45_o = "d 32 √"
[ 2061, 318, 262, 1988, 286, 360, 5433, 837, 618, 262, 1988, 286, 360, 4153, 440, 318, 288, 3933, 5633, 46506, 288, 62, 3682, 62, 24861, 248, 16034, 3084, 62, 3672, 62, 2857, 33411, 288, 62, 2231, 62, 78, 796, 366, 67, 3933, 18872, 248, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1988, 286, 360, 5433, 837, 618, 262, 1988, 286, 360, 4153, 440, 318, 288, 3933, 5633, 46506, 288, 62, 3682, 62, 24861, 248, 16034, 3084, 62, 3672, 62, 2857, 33411, 288, 62, 2231, 62, 78, 796, 366, 67, 3933, 18872, 248, 1 ]
Which Grand Prix is located in Jerez?
SELECT "Grand Prix" FROM table_57069 WHERE "Location" = 'jerez'
[ 13828, 5675, 23832, 318, 5140, 287, 10272, 89, 30, 46506, 366, 23581, 23832, 1, 16034, 3084, 62, 39254, 3388, 33411, 366, 14749, 1, 796, 705, 73, 567, 89, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 5675, 23832, 318, 5140, 287, 10272, 89, 30, 46506, 366, 23581, 23832, 1, 16034, 3084, 62, 39254, 3388, 33411, 366, 14749, 1, 796, 705, 73, 567, 89, 6 ]
patient 022-134034 was diagnosed in this year for the last time with what?
SELECT diagnosis.diagnosisname FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '022-134034')) AND DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') ORDER BY diagnosis.diagnosistime DESC LIMIT 1
[ 26029, 657, 1828, 12, 1485, 1821, 2682, 373, 14641, 287, 428, 614, 329, 262, 938, 640, 351, 644, 30, 46506, 13669, 13, 47356, 5958, 3672, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 44087, 12, 1485, 1821, 2682, 6, 4008, 5357, 360, 1404, 2767, 12789, 7, 47356, 5958, 13, 47356, 418, 396, 524, 11, 705, 9688, 286, 614, 11537 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 26029, 657, 1828, 12, 1485, 1821, 2682, 373, 14641, 287, 428, 614, 329, 262, 938, 640, 351, 644, 30, 46506, 13669, 13, 47356, 5958, 3672, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 44087, 12, 1485, 1821, 2682, 6, 4008, 5357, 360, 1404, 2767, 12789, 7, 47356, 5958, 13, 47356, 418, 396, 524, 11, 705, 9688, 286, 614, 11537 ]
flight from DC to SALT LAKE CITY
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.state_code = 'DC' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SALT LAKE CITY' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code
[ 22560, 422, 6257, 284, 311, 31429, 9131, 7336, 27993, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 27993, 62, 15, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 15, 13, 19205, 62, 8189, 5357, 27993, 62, 15, 13, 5219, 62, 8189, 796, 705, 9697, 6, 5357, 27993, 62, 16, 13, 19205, 62, 8189, 796, 31600, 15490 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 22560, 422, 6257, 284, 311, 31429, 9131, 7336, 27993, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 27993, 62, 15, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 15, 13, 19205, 62, 8189, 5357, 27993, 62, 15, 13, 5219, 62, 8189, 796, 705, 9697, 6, 5357, 27993, 62, 16, 13, 19205, 62, 8189, 796, 31600, 15490 ]
Which upper-level classes are 18 credits ?
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN program_course ON program_course.course_id = course.course_id WHERE course.credits = 18 AND program_course.category LIKE 'ULCS'
[ 13828, 6727, 12, 5715, 6097, 389, 1248, 10824, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 312, 796, 1781, 13, 17319, 62, 312, 33411, 1781, 13, 66, 20696, 796, 1248, 5357, 1430, 62, 17319, 13, 22872, 34178, 705, 52, 29814, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 6727, 12, 5715, 6097, 389, 1248, 10824, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 312, 796, 1781, 13, 17319, 62, 312, 33411, 1781, 13, 66, 20696, 796, 1248, 5357, 1430, 62, 17319, 13, 22872, 34178, 705, 52, 29814, 6 ]
What is the highest attendance for the game after week 1 on November 12, 1961?
SELECT MAX(attendance) FROM table_name_27 WHERE week > 1 AND date = "november 12, 1961"
[ 2061, 318, 262, 4511, 14858, 329, 262, 983, 706, 1285, 352, 319, 3389, 1105, 11, 20510, 30, 46506, 25882, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 1983, 33411, 1285, 1875, 352, 5357, 3128, 796, 366, 77, 3239, 1105, 11, 20510, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 14858, 329, 262, 983, 706, 1285, 352, 319, 3389, 1105, 11, 20510, 30, 46506, 25882, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 1983, 33411, 1285, 1875, 352, 5357, 3128, 796, 366, 77, 3239, 1105, 11, 20510, 1 ]
Sum the amount for all the payments processed with Visa by each year using a bar chart, and rank by the y-axis in asc.
SELECT Date_Payment_Made, SUM(Amount_Payment) FROM Payments WHERE Payment_Method_Code = 'Visa' ORDER BY SUM(Amount_Payment)
[ 13065, 262, 2033, 329, 477, 262, 7524, 13686, 351, 27645, 416, 1123, 614, 1262, 257, 2318, 8262, 11, 290, 4279, 416, 262, 331, 12, 22704, 287, 10570, 13, 46506, 7536, 62, 19197, 434, 62, 24616, 11, 35683, 7, 31264, 62, 19197, 434, 8, 16034, 41318, 33411, 28784, 62, 17410, 62, 10669, 796, 705, 53, 9160, 6, 38678, 11050, 35683, 7, 31264, 62, 19197, 434, 8 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13065, 262, 2033, 329, 477, 262, 7524, 13686, 351, 27645, 416, 1123, 614, 1262, 257, 2318, 8262, 11, 290, 4279, 416, 262, 331, 12, 22704, 287, 10570, 13, 46506, 7536, 62, 19197, 434, 62, 24616, 11, 35683, 7, 31264, 62, 19197, 434, 8, 16034, 41318, 33411, 28784, 62, 17410, 62, 10669, 796, 705, 53, 9160, 6, 38678, 11050, 35683, 7, 31264, 62, 19197, 434, 8 ]
What was the away team that played Fitzroy?
SELECT "Away team" FROM table_32813 WHERE "Home team" = 'fitzroy'
[ 2061, 373, 262, 1497, 1074, 326, 2826, 16703, 3287, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 34256, 1485, 33411, 366, 16060, 1074, 1, 796, 705, 69, 4224, 3287, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 1497, 1074, 326, 2826, 16703, 3287, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 34256, 1485, 33411, 366, 16060, 1074, 1, 796, 705, 69, 4224, 3287, 6 ]
What was the smallest crowd size for the home team at St Kilda?
SELECT MIN("Crowd") FROM table_10105 WHERE "Home team" = 'st kilda'
[ 2061, 373, 262, 18197, 4315, 2546, 329, 262, 1363, 1074, 379, 520, 509, 27281, 30, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 8784, 2713, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 18197, 4315, 2546, 329, 262, 1363, 1074, 379, 520, 509, 27281, 30, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 8784, 2713, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
Return a line chart about the change of the amount of date_address_to over date_address_to , and group by attribute date_address_to.
SELECT date_address_to, COUNT(date_address_to) FROM Student_Addresses GROUP BY date_address_to ORDER BY monthly_rental DESC
[ 13615, 257, 1627, 8262, 546, 262, 1487, 286, 262, 2033, 286, 3128, 62, 21975, 62, 1462, 625, 3128, 62, 21975, 62, 1462, 837, 290, 1448, 416, 11688, 3128, 62, 21975, 62, 1462, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 327, 28270, 7, 4475, 62, 21975, 62, 1462, 8, 16034, 13613, 62, 4550, 16746, 44441, 11050, 3128, 62, 21975, 62, 1462, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13615, 257, 1627, 8262, 546, 262, 1487, 286, 262, 2033, 286, 3128, 62, 21975, 62, 1462, 625, 3128, 62, 21975, 62, 1462, 837, 290, 1448, 416, 11688, 3128, 62, 21975, 62, 1462, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 327, 28270, 7, 4475, 62, 21975, 62, 1462, 8, 16034, 13613, 62, 4550, 16746, 44441, 11050, 3128, 62, 21975, 62, 1462, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
A bar chart shows the distribution of personal_name and gender_mf .
SELECT personal_name, gender_mf FROM Course_Authors_and_Tutors ORDER BY personal_name
[ 32, 2318, 8262, 2523, 262, 6082, 286, 2614, 62, 3672, 290, 5279, 62, 76, 69, 764, 46506, 2614, 62, 3672, 11, 5279, 62, 76, 69, 16034, 20537, 62, 30515, 669, 62, 392, 62, 51, 315, 669, 38678, 11050, 2614, 62, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 2318, 8262, 2523, 262, 6082, 286, 2614, 62, 3672, 290, 5279, 62, 76, 69, 764, 46506, 2614, 62, 3672, 11, 5279, 62, 76, 69, 16034, 20537, 62, 30515, 669, 62, 392, 62, 51, 315, 669, 38678, 11050, 2614, 62, 3672 ]
What was the overall record of Oral Roberts college?
SELECT "Record" FROM table_72769 WHERE "School" = 'Oral Roberts'
[ 2061, 373, 262, 4045, 1700, 286, 42222, 10918, 4152, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 47760, 3388, 33411, 366, 26130, 1, 796, 705, 46, 1373, 10918, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4045, 1700, 286, 42222, 10918, 4152, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 47760, 3388, 33411, 366, 26130, 1, 796, 705, 46, 1373, 10918, 6 ]
tell me the name of the organism found in patient 031-24513's last urine, catheter specimen microbiology tests when they came to the hospital first time?
SELECT microlab.organism FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-24513' AND NOT patient.hospitaldischargetime IS NULL ORDER BY patient.hospitaladmittime LIMIT 1)) AND microlab.culturesite = 'urine, catheter specimen' ORDER BY microlab.culturetakentime DESC LIMIT 1
[ 33331, 502, 262, 1438, 286, 262, 26433, 1043, 287, 5827, 657, 3132, 12, 22995, 1485, 338, 938, 18922, 11, 3797, 43332, 31674, 24559, 1435, 5254, 618, 484, 1625, 284, 262, 4436, 717, 640, 30, 46506, 4580, 23912, 13, 9971, 1042, 16034, 4580, 23912, 33411, 4580, 23912, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 43637, 12, 22995, 1485, 6, 5357, 5626, 5827, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 33331, 502, 262, 1438, 286, 262, 26433, 1043, 287, 5827, 657, 3132, 12, 22995, 1485, 338, 938, 18922, 11, 3797, 43332, 31674, 24559, 1435, 5254, 618, 484, 1625, 284, 262, 4436, 717, 640, 30, 46506, 4580, 23912, 13, 9971, 1042, 16034, 4580, 23912, 33411, 4580, 23912, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 43637, 12, 22995, 1485, 6, 5357, 5626, 5827, 13 ]
What venue has the score of 14.11 (95) for away teams?
SELECT "Venue" FROM table_52989 WHERE "Away team score" = '14.11 (95)'
[ 2061, 14359, 468, 262, 4776, 286, 1478, 13, 1157, 357, 3865, 8, 329, 1497, 3466, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 49721, 4531, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 1415, 13, 1157, 357, 3865, 33047 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 14359, 468, 262, 4776, 286, 1478, 13, 1157, 357, 3865, 8, 329, 1497, 3466, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 49721, 4531, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 1415, 13, 1157, 357, 3865, 33047 ]
what were the three most frequently given microbiology tests for patients who had received incis thyroid field nec earlier within the same month since 3 years ago?
SELECT t3.spec_type_desc FROM (SELECT t2.spec_type_desc, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'incis thyroid field nec') AND DATETIME(procedures_icd.charttime) >= DATETIME(CURRENT_TIME(), '-3 year')) AS t1 JOIN (SELECT admissions.subject_id, microbiologyevents.spec_type_desc, microbiologyevents.charttime FROM microbiologyevents JOIN admissions ON microbiologyevents.hadm_id = admissions.hadm_id WHERE DATETIME(microbiologyevents.charttime) >= DATETIME(CURRENT_TIME(), '-3 year')) AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime < t2.charttime AND DATETIME(t1.charttime, 'start of month') = DATETIME(t2.charttime, 'start of month') GROUP BY t2.spec_type_desc) AS t3 WHERE t3.c1 <= 3
[ 10919, 547, 262, 1115, 749, 6777, 1813, 24559, 1435, 5254, 329, 3871, 508, 550, 2722, 753, 271, 30523, 2214, 27576, 2961, 1626, 262, 976, 1227, 1201, 513, 812, 2084, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, 16034, 357, 46506, 256, 17, 13, 16684, 62, 4906, 62, 20147, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, 7, 28104, 22196, 34, 8, 7054, 269, 16, 16034, 357, 46506, 25349, 13, 32796, 62, 312, 11, 9021, 62, 291, 67, 13, 40926, 2435, 16034, 9021, 62, 291, 67, 32357, 1268, 25349, 6177, 9021, 62, 291 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 547, 262, 1115, 749, 6777, 1813, 24559, 1435, 5254, 329, 3871, 508, 550, 2722, 753, 271, 30523, 2214, 27576, 2961, 1626, 262, 976, 1227, 1201, 513, 812, 2084, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, 16034, 357, 46506, 256, 17, 13, 16684, 62, 4906, 62, 20147, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, 7, 28104, 22196, 34, 8, 7054, 269, 16, 16034, 357, 46506, 25349, 13, 32796, 62, 312, 11, 9021, 62, 291, 67, 13, 40926, 2435, 16034, 9021, 62, 291, 67, 32357, 1268, 25349, 6177, 9021, 62, 291 ]
Which Record has a Loss of o'connor (0-1)?
SELECT record FROM table_name_44 WHERE loss = "o'connor (0-1)"
[ 13828, 13266, 468, 257, 22014, 286, 267, 6, 1102, 13099, 357, 15, 12, 16, 19427, 46506, 1700, 16034, 3084, 62, 3672, 62, 2598, 33411, 2994, 796, 366, 78, 6, 1102, 13099, 357, 15, 12, 16, 16725 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 13266, 468, 257, 22014, 286, 267, 6, 1102, 13099, 357, 15, 12, 16, 19427, 46506, 1700, 16034, 3084, 62, 3672, 62, 2598, 33411, 2994, 796, 366, 78, 6, 1102, 13099, 357, 15, 12, 16, 16725 ]
find a nonstop flight between BOSTON and WASHINGTON arriving in WASHINGTON around 5pm
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE (((flight.arrival_time <= 1730 AND flight.arrival_time >= 1630) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'WASHINGTON' AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BOSTON' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code) AND flight.stops = 0
[ 19796, 257, 1729, 11338, 5474, 1022, 347, 10892, 1340, 290, 370, 19436, 14820, 287, 370, 19436, 1088, 642, 4426, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 14808, 7, 22560, 13, 283, 43171, 62, 2435, 19841, 1596, 1270, 5357, 5474, 13, 283, 43171, 62, 2435, 18189, 1467, 1270, 8, 5357, 27993, 62, 16, 13, 19205, 62, 8189, 796, 31600 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 19796, 257, 1729, 11338, 5474, 1022, 347, 10892, 1340, 290, 370, 19436, 14820, 287, 370, 19436, 1088, 642, 4426, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 14808, 7, 22560, 13, 283, 43171, 62, 2435, 19841, 1596, 1270, 5357, 5474, 13, 283, 43171, 62, 2435, 18189, 1467, 1270, 8, 5357, 27993, 62, 16, 13, 19205, 62, 8189, 796, 31600 ]
What was the away team score when the home team was the Brisbane Lions?
SELECT "Away team score" FROM table_34936 WHERE "Home team" = 'brisbane lions'
[ 2061, 373, 262, 1497, 1074, 4776, 618, 262, 1363, 1074, 373, 262, 26914, 14536, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 27371, 2623, 33411, 366, 16060, 1074, 1, 796, 705, 15311, 20235, 31420, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 1497, 1074, 4776, 618, 262, 1363, 1074, 373, 262, 26914, 14536, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 27371, 2623, 33411, 366, 16060, 1074, 1, 796, 705, 15311, 20235, 31420, 6 ]
What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%?
SELECT "District" FROM table_18429 WHERE "Candidates" = 'James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%'
[ 2061, 4783, 8096, 281, 3071, 1022, 474, 1047, 257, 13, 416, 81, 710, 357, 67, 8, 7863, 13, 18, 4, 474, 577, 746, 374, 13, 20246, 357, 81, 8, 2319, 13, 22, 4, 30, 46506, 366, 44857, 1, 16034, 3084, 62, 1507, 11785, 33411, 366, 41572, 37051, 1, 796, 705, 14731, 317, 13, 38245, 357, 35, 8, 7863, 13, 18, 4, 7212, 371, 13, 23592, 357, 49, 8, 2319, 13, 22, 4, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 4783, 8096, 281, 3071, 1022, 474, 1047, 257, 13, 416, 81, 710, 357, 67, 8, 7863, 13, 18, 4, 474, 577, 746, 374, 13, 20246, 357, 81, 8, 2319, 13, 22, 4, 30, 46506, 366, 44857, 1, 16034, 3084, 62, 1507, 11785, 33411, 366, 41572, 37051, 1, 796, 705, 14731, 317, 13, 38245, 357, 35, 8, 7863, 13, 18, 4, 7212, 371, 13, 23592, 357, 49, 8, 2319, 13, 22, 4, 6 ]
What is the response received date for the document described as Regular that was granted more than 100 dollars?
SELECT T1.response_received_date FROM documents AS T1 JOIN document_types AS T2 ON T1.document_type_code = T2.document_type_code JOIN grants AS T3 ON T1.grant_id = T3.grant_id WHERE T2.document_description = 'Regular' OR T3.grant_amount > 100
[ 2061, 318, 262, 2882, 2722, 3128, 329, 262, 3188, 3417, 355, 23603, 326, 373, 7520, 517, 621, 1802, 5054, 30, 46506, 309, 16, 13, 26209, 62, 47844, 62, 4475, 16034, 4963, 7054, 309, 16, 32357, 1268, 3188, 62, 19199, 7054, 309, 17, 6177, 309, 16, 13, 22897, 62, 4906, 62, 8189, 796, 309, 17, 13, 22897, 62, 4906, 62, 8189, 32357, 1268, 11455, 7054, 309, 18, 6177, 309, 16, 13, 2164, 415, 62, 312, 796, 309, 18, 13, 2164, 415, 62, 312, 33411, 309, 17, 13, 22897, 62, 11213, 796, 705, 40164, 6, 6375, 309, 18, 13, 2164, 415, 62 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2882, 2722, 3128, 329, 262, 3188, 3417, 355, 23603, 326, 373, 7520, 517, 621, 1802, 5054, 30, 46506, 309, 16, 13, 26209, 62, 47844, 62, 4475, 16034, 4963, 7054, 309, 16, 32357, 1268, 3188, 62, 19199, 7054, 309, 17, 6177, 309, 16, 13, 22897, 62, 4906, 62, 8189, 796, 309, 17, 13, 22897, 62, 4906, 62, 8189, 32357, 1268, 11455, 7054, 309, 18, 6177, 309, 16, 13, 2164, 415, 62, 312, 796, 309, 18, 13, 2164, 415, 62, 312, 33411, 309, 17, 13, 22897, 62, 11213, 796, 705, 40164, 6, 6375, 309, 18, 13, 2164, 415, 62 ]
Tell me the declination with apparent magnitude more than 10.4 and NGC number of 5112
SELECT declination___j2000__ FROM table_name_12 WHERE apparent_magnitude > 10.4 AND ngc_number = 5112
[ 24446, 502, 262, 2377, 1883, 351, 4156, 14735, 517, 621, 838, 13, 19, 290, 399, 15916, 1271, 286, 6885, 1065, 46506, 2377, 1883, 17569, 73, 11024, 834, 16034, 3084, 62, 3672, 62, 1065, 33411, 4156, 62, 76, 4660, 3984, 1875, 838, 13, 19, 5357, 23370, 66, 62, 17618, 796, 6885, 1065 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 24446, 502, 262, 2377, 1883, 351, 4156, 14735, 517, 621, 838, 13, 19, 290, 399, 15916, 1271, 286, 6885, 1065, 46506, 2377, 1883, 17569, 73, 11024, 834, 16034, 3084, 62, 3672, 62, 1065, 33411, 4156, 62, 76, 4660, 3984, 1875, 838, 13, 19, 5357, 23370, 66, 62, 17618, 796, 6885, 1065 ]
Name the seven for 29 november 1690
SELECT "Seven" FROM table_51631 WHERE "Date" = '29 november 1690'
[ 5376, 262, 3598, 329, 2808, 645, 303, 1916, 1467, 3829, 46506, 366, 31334, 1, 16034, 3084, 62, 47493, 3132, 33411, 366, 10430, 1, 796, 705, 1959, 645, 303, 1916, 1467, 3829, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 3598, 329, 2808, 645, 303, 1916, 1467, 3829, 46506, 366, 31334, 1, 16034, 3084, 62, 47493, 3132, 33411, 366, 10430, 1, 796, 705, 1959, 645, 303, 1916, 1467, 3829, 6 ]
Which Rank has a Silver of 1, and a Gold of 0, and a Nation of austria?
SELECT "Rank" FROM table_65989 WHERE "Silver" = '1' AND "Gold" = '0' AND "Nation" = 'austria'
[ 13828, 10916, 468, 257, 7698, 286, 352, 11, 290, 257, 3561, 286, 657, 11, 290, 257, 8741, 286, 38132, 7496, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 2996, 42520, 33411, 366, 26766, 1, 796, 705, 16, 6, 5357, 366, 13306, 1, 796, 705, 15, 6, 5357, 366, 46108, 1, 796, 705, 64, 436, 7496, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 10916, 468, 257, 7698, 286, 352, 11, 290, 257, 3561, 286, 657, 11, 290, 257, 8741, 286, 38132, 7496, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 2996, 42520, 33411, 366, 26766, 1, 796, 705, 16, 6, 5357, 366, 13306, 1, 796, 705, 15, 6, 5357, 366, 46108, 1, 796, 705, 64, 436, 7496, 6 ]
What is the surface of the tournament with a runner-up outcome and dudi sela as the opponent?
SELECT surface FROM table_name_59 WHERE outcome = "runner-up" AND opponent = "dudi sela"
[ 2061, 318, 262, 4417, 286, 262, 7756, 351, 257, 17490, 12, 929, 8055, 290, 288, 47928, 384, 5031, 355, 262, 6125, 30, 46506, 4417, 16034, 3084, 62, 3672, 62, 3270, 33411, 8055, 796, 366, 16737, 12, 929, 1, 5357, 6125, 796, 366, 67, 47928, 384, 5031, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4417, 286, 262, 7756, 351, 257, 17490, 12, 929, 8055, 290, 288, 47928, 384, 5031, 355, 262, 6125, 30, 46506, 4417, 16034, 3084, 62, 3672, 62, 3270, 33411, 8055, 796, 366, 16737, 12, 929, 1, 5357, 6125, 796, 366, 67, 47928, 384, 5031, 1 ]
Week larger than 6, and a Date of november 22, 1959 had what result?
SELECT "Result" FROM table_37528 WHERE "Week" > '6' AND "Date" = 'november 22, 1959'
[ 20916, 4025, 621, 718, 11, 290, 257, 7536, 286, 645, 303, 1916, 2534, 11, 23859, 550, 644, 1255, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 22318, 2078, 33411, 366, 20916, 1, 1875, 705, 21, 6, 5357, 366, 10430, 1, 796, 705, 77, 3239, 2534, 11, 23859, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 20916, 4025, 621, 718, 11, 290, 257, 7536, 286, 645, 303, 1916, 2534, 11, 23859, 550, 644, 1255, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 22318, 2078, 33411, 366, 20916, 1, 1875, 705, 21, 6, 5357, 366, 10430, 1, 796, 705, 77, 3239, 2534, 11, 23859, 6 ]
Name the nicky for ' take a chance on me ' abba
SELECT "Nicky" FROM table_24209 WHERE "Song" = ' Take a Chance on Me "– ABBA'
[ 5376, 262, 14428, 88, 329, 705, 1011, 257, 2863, 319, 502, 705, 450, 7012, 46506, 366, 45, 17479, 1, 16034, 3084, 62, 1731, 22567, 33411, 366, 44241, 1, 796, 705, 7214, 257, 11809, 319, 2185, 366, 1906, 9564, 4339, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 14428, 88, 329, 705, 1011, 257, 2863, 319, 502, 705, 450, 7012, 46506, 366, 45, 17479, 1, 16034, 3084, 62, 1731, 22567, 33411, 366, 44241, 1, 796, 705, 7214, 257, 11809, 319, 2185, 366, 1906, 9564, 4339, 6 ]
which film was before the audacity of democracy ?
SELECT "film" FROM table_204_323 WHERE id = (SELECT id FROM table_204_323 WHERE "film" = 'the audacity of democracy') - 1
[ 4758, 2646, 373, 878, 262, 2709, 4355, 286, 7996, 5633, 46506, 366, 26240, 1, 16034, 3084, 62, 18638, 62, 32637, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 32637, 33411, 366, 26240, 1, 796, 705, 1169, 2709, 4355, 286, 7996, 11537, 532, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4758, 2646, 373, 878, 262, 2709, 4355, 286, 7996, 5633, 46506, 366, 26240, 1, 16034, 3084, 62, 18638, 62, 32637, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 32637, 33411, 366, 26240, 1, 796, 705, 1169, 2709, 4355, 286, 7996, 11537, 532, 352 ]
uncontrolled hypertension.
SELECT * FROM table_train_92 WHERE hypertension = 1
[ 403, 14401, 37454, 13, 46506, 1635, 16034, 3084, 62, 27432, 62, 5892, 33411, 37454, 796, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 403, 14401, 37454, 13, 46506, 1635, 16034, 3084, 62, 27432, 62, 5892, 33411, 37454, 796, 352 ]
What Losing bonus has a Points against of 588?
SELECT losing_bonus FROM table_name_62 WHERE points_against = "588"
[ 2061, 406, 2752, 7202, 468, 257, 11045, 1028, 286, 642, 3459, 30, 46506, 6078, 62, 4189, 385, 16034, 3084, 62, 3672, 62, 5237, 33411, 2173, 62, 32826, 796, 366, 39118, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 406, 2752, 7202, 468, 257, 11045, 1028, 286, 642, 3459, 30, 46506, 6078, 62, 4189, 385, 16034, 3084, 62, 3672, 62, 5237, 33411, 2173, 62, 32826, 796, 366, 39118, 1 ]
Top x users in rep range starting with a string.
SELECT TOP(100) AS DisplayName, Reputation, Id FROM Users WHERE Reputation < '##MaxRep##' AND Reputation > '##MinRep##' ORDER BY Reputation DESC
[ 9126, 2124, 2985, 287, 1128, 2837, 3599, 351, 257, 4731, 13, 46506, 28662, 7, 3064, 8, 7054, 16531, 5376, 11, 1432, 7094, 11, 5121, 16034, 18987, 33411, 1432, 7094, 1279, 705, 2235, 11518, 6207, 2235, 6, 5357, 1432, 7094, 1875, 705, 2235, 9452, 6207, 2235, 6, 38678, 11050, 1432, 7094, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 9126, 2124, 2985, 287, 1128, 2837, 3599, 351, 257, 4731, 13, 46506, 28662, 7, 3064, 8, 7054, 16531, 5376, 11, 1432, 7094, 11, 5121, 16034, 18987, 33411, 1432, 7094, 1279, 705, 2235, 11518, 6207, 2235, 6, 5357, 1432, 7094, 1875, 705, 2235, 9452, 6207, 2235, 6, 38678, 11050, 1432, 7094, 22196, 34 ]
Which higher secondary school listing has the lowest total and an Aided amount larger than 14?
SELECT MIN(total) FROM table_name_41 WHERE institution = "higher secondary school" AND aided > 14
[ 13828, 2440, 9233, 1524, 13487, 468, 262, 9016, 2472, 290, 281, 317, 1384, 2033, 4025, 621, 1478, 30, 46506, 20625, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 3901, 33411, 9901, 796, 366, 46503, 9233, 1524, 1, 5357, 28310, 1875, 1478 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2440, 9233, 1524, 13487, 468, 262, 9016, 2472, 290, 281, 317, 1384, 2033, 4025, 621, 1478, 30, 46506, 20625, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 3901, 33411, 9901, 796, 366, 46503, 9233, 1524, 1, 5357, 28310, 1875, 1478 ]
Name the score for hawthorn opponent
SELECT score FROM table_name_64 WHERE opponent = "hawthorn"
[ 5376, 262, 4776, 329, 23185, 400, 1211, 6125, 46506, 4776, 16034, 3084, 62, 3672, 62, 2414, 33411, 6125, 796, 366, 26615, 400, 1211, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 4776, 329, 23185, 400, 1211, 6125, 46506, 4776, 16034, 3084, 62, 3672, 62, 2414, 33411, 6125, 796, 366, 26615, 400, 1211, 1 ]
Which Year of Issue has a Thickness of 1.42mm?
SELECT MAX("Year of Issue") FROM table_36138 WHERE "Thickness" = '1.42mm'
[ 13828, 6280, 286, 18232, 468, 257, 45816, 1108, 286, 352, 13, 3682, 3020, 30, 46506, 25882, 7203, 17688, 286, 18232, 4943, 16034, 3084, 62, 2623, 20107, 33411, 366, 817, 624, 1108, 1, 796, 705, 16, 13, 3682, 3020, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 6280, 286, 18232, 468, 257, 45816, 1108, 286, 352, 13, 3682, 3020, 30, 46506, 25882, 7203, 17688, 286, 18232, 4943, 16034, 3084, 62, 2623, 20107, 33411, 366, 817, 624, 1108, 1, 796, 705, 16, 13, 3682, 3020, 6 ]
What was the original nonequity tour when the original broadway was Kevin Chamberlin?
SELECT original_nonequity_tour_cast FROM table_name_49 WHERE original_broadway_cast = "kevin chamberlin"
[ 2061, 373, 262, 2656, 4844, 421, 414, 4205, 618, 262, 2656, 3154, 1014, 373, 7939, 15840, 2815, 30, 46506, 2656, 62, 23108, 421, 414, 62, 83, 454, 62, 2701, 16034, 3084, 62, 3672, 62, 2920, 33411, 2656, 62, 36654, 1014, 62, 2701, 796, 366, 365, 7114, 11847, 2815, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 2656, 4844, 421, 414, 4205, 618, 262, 2656, 3154, 1014, 373, 7939, 15840, 2815, 30, 46506, 2656, 62, 23108, 421, 414, 62, 83, 454, 62, 2701, 16034, 3084, 62, 3672, 62, 2920, 33411, 2656, 62, 36654, 1014, 62, 2701, 796, 366, 365, 7114, 11847, 2815, 1 ]
Find the number of manufactures that are based in Tokyo or Beijing.
SELECT COUNT(*) FROM manufacturers WHERE headquarter = 'Tokyo' OR headquarter = 'Beijing'
[ 16742, 262, 1271, 286, 46306, 326, 389, 1912, 287, 11790, 393, 11618, 13, 46506, 327, 28270, 7, 28104, 16034, 11372, 33411, 1182, 24385, 796, 705, 19042, 8226, 6, 6375, 1182, 24385, 796, 705, 3856, 11030, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16742, 262, 1271, 286, 46306, 326, 389, 1912, 287, 11790, 393, 11618, 13, 46506, 327, 28270, 7, 28104, 16034, 11372, 33411, 1182, 24385, 796, 705, 19042, 8226, 6, 6375, 1182, 24385, 796, 705, 3856, 11030, 6 ]
Look for the private health insurance patients who had an open liver biopsy procedure.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.insurance = "Private" AND procedures.long_title = "Open biopsy of liver"
[ 8567, 329, 262, 2839, 1535, 5096, 3871, 508, 550, 281, 1280, 14383, 3182, 44522, 8771, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 1040, 3874, 796, 366, 29067, 1, 5357, 9021, 13, 6511, 62, 7839, 796, 366, 11505, 3182, 44522, 286, 14383, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8567, 329, 262, 2839, 1535, 5096, 3871, 508, 550, 281, 1280, 14383, 3182, 44522, 8771, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 1040, 3874, 796, 366, 29067, 1, 5357, 9021, 13, 6511, 62, 7839, 796, 366, 11505, 3182, 44522, 286, 14383, 1 ]
which Record has a Score of 1 4?
SELECT record FROM table_name_30 WHERE score = "1–4"
[ 4758, 13266, 468, 257, 15178, 286, 352, 604, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 1270, 33411, 4776, 796, 366, 16, 1906, 19, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4758, 13266, 468, 257, 15178, 286, 352, 604, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 1270, 33411, 4776, 796, 366, 16, 1906, 19, 1 ]
What year did the Capital City Giants have a game with the final score of 8-0?
SELECT AVG(year) FROM table_name_54 WHERE team = "capital city giants" AND score = "8-0"
[ 2061, 614, 750, 262, 9747, 2254, 12056, 423, 257, 983, 351, 262, 2457, 4776, 286, 807, 12, 15, 30, 46506, 35224, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 4051, 33411, 1074, 796, 366, 27544, 1748, 20178, 1, 5357, 4776, 796, 366, 23, 12, 15, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 750, 262, 9747, 2254, 12056, 423, 257, 983, 351, 262, 2457, 4776, 286, 807, 12, 15, 30, 46506, 35224, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 4051, 33411, 1074, 796, 366, 27544, 1748, 20178, 1, 5357, 4776, 796, 366, 23, 12, 15, 1 ]
Find the name of the customers who have at most two orders.
SELECT T2.customer_name FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING COUNT(*) <= 2
[ 16742, 262, 1438, 286, 262, 4297, 508, 423, 379, 749, 734, 6266, 13, 46506, 309, 17, 13, 23144, 263, 62, 3672, 16034, 6266, 7054, 309, 16, 32357, 1268, 4297, 7054, 309, 17, 6177, 309, 16, 13, 23144, 263, 62, 312, 796, 309, 17, 13, 23144, 263, 62, 312, 44441, 11050, 309, 17, 13, 23144, 263, 62, 312, 367, 10116, 2751, 327, 28270, 7, 28104, 19841, 362 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16742, 262, 1438, 286, 262, 4297, 508, 423, 379, 749, 734, 6266, 13, 46506, 309, 17, 13, 23144, 263, 62, 3672, 16034, 6266, 7054, 309, 16, 32357, 1268, 4297, 7054, 309, 17, 6177, 309, 16, 13, 23144, 263, 62, 312, 796, 309, 17, 13, 23144, 263, 62, 312, 44441, 11050, 309, 17, 13, 23144, 263, 62, 312, 367, 10116, 2751, 327, 28270, 7, 28104, 19841, 362 ]
List the clubs having 'Davis Steven' as a member.
SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Davis" AND t3.lname = "Steven"
[ 8053, 262, 9784, 1719, 705, 36462, 8239, 6, 355, 257, 2888, 13, 46506, 360, 8808, 1268, 4177, 256, 16, 13, 18664, 3672, 16034, 3430, 7054, 256, 16, 32357, 1268, 2888, 62, 1659, 62, 18664, 7054, 256, 17, 6177, 256, 16, 13, 18664, 312, 796, 256, 17, 13, 18664, 312, 32357, 1268, 3710, 7054, 256, 18, 6177, 256, 17, 13, 301, 27112, 796, 256, 18, 13, 301, 27112, 33411, 256, 18, 13, 69, 3672, 796, 366, 36462, 1, 5357, 256, 18, 13, 75, 3672, 796, 366, 28292, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8053, 262, 9784, 1719, 705, 36462, 8239, 6, 355, 257, 2888, 13, 46506, 360, 8808, 1268, 4177, 256, 16, 13, 18664, 3672, 16034, 3430, 7054, 256, 16, 32357, 1268, 2888, 62, 1659, 62, 18664, 7054, 256, 17, 6177, 256, 16, 13, 18664, 312, 796, 256, 17, 13, 18664, 312, 32357, 1268, 3710, 7054, 256, 18, 6177, 256, 17, 13, 301, 27112, 796, 256, 18, 13, 301, 27112, 33411, 256, 18, 13, 69, 3672, 796, 366, 36462, 1, 5357, 256, 18, 13, 75, 3672, 796, 366, 28292, 1 ]
how many patients were prescribed the drug amoxicillin-clavulanic acid in 2104?
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT prescriptions.hadm_id FROM prescriptions WHERE prescriptions.drug = 'amoxicillin-clavulanic acid' AND STRFTIME('%y', prescriptions.startdate) = '2104')
[ 4919, 867, 3871, 547, 14798, 262, 2563, 716, 18047, 32672, 12, 565, 615, 377, 26277, 7408, 287, 362, 13464, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, 34092, 13, 18108, 76, 62, 312, 16034, 34092, 33411, 34092, 13, 30349, 796, 705, 321, 18047, 32672, 12, 565, 615, 377, 26277, 7408, 6, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 34092, 13, 9688, 4475, 8, 796, 705, 17, 13464, 11537 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 3871, 547, 14798, 262, 2563, 716, 18047, 32672, 12, 565, 615, 377, 26277, 7408, 287, 362, 13464, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, 34092, 13, 18108, 76, 62, 312, 16034, 34092, 33411, 34092, 13, 30349, 796, 705, 321, 18047, 32672, 12, 565, 615, 377, 26277, 7408, 6, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 34092, 13, 9688, 4475, 8, 796, 705, 17, 13464, 11537 ]
give me the saturday morning flights on CO that have meals from CHICAGO to MINNEAPOLIS
SELECT DISTINCT flight_id FROM flight WHERE (((((flight_days IN (SELECT DAYSalias0.days_code FROM days AS DAYSalias0 WHERE DAYSalias0.day_name IN (SELECT DATE_DAYalias0.day_name FROM date_day AS DATE_DAYalias0 WHERE DATE_DAYalias0.day_number = 26 AND DATE_DAYalias0.month_number = 7 AND DATE_DAYalias0.year = 1991)) AND meal_code IN (SELECT FOOD_SERVICEalias0.meal_code FROM food_service AS FOOD_SERVICEalias0)) AND to_airport IN (SELECT AIRPORT_SERVICEalias1.airport_code FROM airport_service AS AIRPORT_SERVICEalias1 WHERE AIRPORT_SERVICEalias1.city_code IN (SELECT CITYalias1.city_code FROM city AS CITYalias1 WHERE CITYalias1.city_name = 'MINNEAPOLIS'))) AND from_airport IN (SELECT AIRPORT_SERVICEalias0.airport_code FROM airport_service AS AIRPORT_SERVICEalias0 WHERE AIRPORT_SERVICEalias0.city_code IN (SELECT CITYalias0.city_code FROM city AS CITYalias0 WHERE CITYalias0.city_name = 'CHICAGO'))) AND departure_time BETWEEN 0 AND 1200) AND airline_code = 'CO')
[ 26535, 502, 262, 264, 3658, 3329, 13956, 319, 7375, 326, 423, 13840, 422, 5870, 2149, 4760, 46, 284, 20625, 12161, 2969, 3535, 1797, 46506, 360, 8808, 1268, 4177, 5474, 62, 312, 16034, 5474, 33411, 14808, 19510, 7, 22560, 62, 12545, 3268, 357, 46506, 24644, 19221, 4448, 15, 13, 12545, 62, 8189, 16034, 1528, 7054, 24644, 19221, 4448, 15, 33411, 24644, 19221, 4448, 15, 13, 820, 62, 3672, 3268, 357, 46506, 360, 6158, 62, 26442, 26011, 15, 13, 820, 62, 3672, 16034, 3128, 62, 820, 7054, 360, 6158, 62, 26442, 26011, 15, 33411, 360, 6158, 62, 26442, 26011, 15, 13, 820 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 26535, 502, 262, 264, 3658, 3329, 13956, 319, 7375, 326, 423, 13840, 422, 5870, 2149, 4760, 46, 284, 20625, 12161, 2969, 3535, 1797, 46506, 360, 8808, 1268, 4177, 5474, 62, 312, 16034, 5474, 33411, 14808, 19510, 7, 22560, 62, 12545, 3268, 357, 46506, 24644, 19221, 4448, 15, 13, 12545, 62, 8189, 16034, 1528, 7054, 24644, 19221, 4448, 15, 33411, 24644, 19221, 4448, 15, 13, 820, 62, 3672, 3268, 357, 46506, 360, 6158, 62, 26442, 26011, 15, 13, 820, 62, 3672, 16034, 3128, 62, 820, 7054, 360, 6158, 62, 26442, 26011, 15, 33411, 360, 6158, 62, 26442, 26011, 15, 13, 820 ]
what number of patients transferred within this facility had procedure under icd9 code 3723?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "TRSF WITHIN THIS FACILITY" AND procedures.icd9_code = "3723"
[ 10919, 1271, 286, 3871, 11172, 1626, 428, 6841, 550, 8771, 739, 14158, 67, 24, 2438, 5214, 1954, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 324, 3411, 62, 24886, 796, 366, 5446, 20802, 13315, 1268, 12680, 44216, 4146, 9050, 1, 5357, 9021, 13, 291, 67, 24, 62, 8189, 796, 366, 2718, 1954, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 1271, 286, 3871, 11172, 1626, 428, 6841, 550, 8771, 739, 14158, 67, 24, 2438, 5214, 1954, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 324, 3411, 62, 24886, 796, 366, 5446, 20802, 13315, 1268, 12680, 44216, 4146, 9050, 1, 5357, 9021, 13, 291, 67, 24, 62, 8189, 796, 366, 2718, 1954, 1 ]
Which Genre has a Year before 2013, and a Name of kikumana?
SELECT "Genre" FROM table_69991 WHERE "Year" < '2013' AND "Name" = 'kikumana'
[ 13828, 5215, 260, 468, 257, 6280, 878, 2211, 11, 290, 257, 6530, 286, 479, 1134, 388, 2271, 30, 46506, 366, 13746, 260, 1, 16034, 3084, 62, 47325, 6420, 33411, 366, 17688, 1, 1279, 705, 6390, 6, 5357, 366, 5376, 1, 796, 705, 74, 1134, 388, 2271, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 5215, 260, 468, 257, 6280, 878, 2211, 11, 290, 257, 6530, 286, 479, 1134, 388, 2271, 30, 46506, 366, 13746, 260, 1, 16034, 3084, 62, 47325, 6420, 33411, 366, 17688, 1, 1279, 705, 6390, 6, 5357, 366, 5376, 1, 796, 705, 74, 1134, 388, 2271, 6 ]
what city proper has the smallest area in km2 ?
SELECT "name" FROM table_203_222 WHERE "category" = 'city proper' ORDER BY "area (km2)" LIMIT 1
[ 10919, 1748, 1774, 468, 262, 18197, 1989, 287, 10571, 17, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 22416, 62, 23148, 33411, 366, 22872, 1, 796, 705, 19205, 1774, 6, 38678, 11050, 366, 20337, 357, 13276, 17, 16725, 27564, 2043, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 1748, 1774, 468, 262, 18197, 1989, 287, 10571, 17, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 22416, 62, 23148, 33411, 366, 22872, 1, 796, 705, 19205, 1774, 6, 38678, 11050, 366, 20337, 357, 13276, 17, 16725, 27564, 2043, 352 ]
What were Holly Scouler's total votes?
SELECT total_votes FROM table_name_27 WHERE members = "holly scouler"
[ 2061, 547, 7764, 1446, 280, 1754, 338, 2472, 5690, 30, 46506, 2472, 62, 29307, 16034, 3084, 62, 3672, 62, 1983, 33411, 1866, 796, 366, 71, 5098, 629, 280, 1754, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 547, 7764, 1446, 280, 1754, 338, 2472, 5690, 30, 46506, 2472, 62, 29307, 16034, 3084, 62, 3672, 62, 1983, 33411, 1866, 796, 366, 71, 5098, 629, 280, 1754, 1 ]
What is the Team Classification if the Winner is Cyril Dessel?
SELECT "Team Classification" FROM table_45370 WHERE "Winner" = 'cyril dessel'
[ 2061, 318, 262, 4816, 40984, 611, 262, 25358, 318, 40399, 346, 2935, 741, 30, 46506, 366, 15592, 40984, 1, 16034, 3084, 62, 2231, 20167, 33411, 366, 48056, 1, 796, 705, 948, 22379, 748, 741, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4816, 40984, 611, 262, 25358, 318, 40399, 346, 2935, 741, 30, 46506, 366, 15592, 40984, 1, 16034, 3084, 62, 2231, 20167, 33411, 366, 48056, 1, 796, 705, 948, 22379, 748, 741, 6 ]
What is the Equatorial diameter of the Body: Mars?
SELECT "Equatorial diameter" FROM table_36793 WHERE "Body" = 'mars'
[ 2061, 318, 262, 7889, 21592, 14753, 286, 262, 12290, 25, 8706, 30, 46506, 366, 23588, 21592, 14753, 1, 16034, 3084, 62, 2623, 44750, 33411, 366, 25842, 1, 796, 705, 76, 945, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 7889, 21592, 14753, 286, 262, 12290, 25, 8706, 30, 46506, 366, 23588, 21592, 14753, 1, 16034, 3084, 62, 2623, 44750, 33411, 366, 25842, 1, 796, 705, 76, 945, 6 ]
Show me start_station_id by start station name in a histogram, and could you rank bars in ascending order?
SELECT start_station_name, start_station_id FROM trip ORDER BY start_station_name
[ 15307, 502, 923, 62, 17529, 62, 312, 416, 923, 4429, 1438, 287, 257, 1554, 21857, 11, 290, 714, 345, 4279, 9210, 287, 41988, 1502, 30, 46506, 923, 62, 17529, 62, 3672, 11, 923, 62, 17529, 62, 312, 16034, 5296, 38678, 11050, 923, 62, 17529, 62, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 923, 62, 17529, 62, 312, 416, 923, 4429, 1438, 287, 257, 1554, 21857, 11, 290, 714, 345, 4279, 9210, 287, 41988, 1502, 30, 46506, 923, 62, 17529, 62, 3672, 11, 923, 62, 17529, 62, 312, 16034, 5296, 38678, 11050, 923, 62, 17529, 62, 3672 ]
How many Rebounds did Maccabi Tel Aviv Team get after Game 6?
SELECT COUNT("Rebounds") FROM table_41404 WHERE "Team" = 'maccabi tel aviv' AND "Games" > '6'
[ 2437, 867, 15652, 3733, 750, 4100, 66, 17914, 12088, 28890, 4816, 651, 706, 3776, 718, 30, 46506, 327, 28270, 7203, 28951, 3733, 4943, 16034, 3084, 62, 37309, 3023, 33411, 366, 15592, 1, 796, 705, 76, 4134, 17914, 13632, 1196, 452, 6, 5357, 366, 24474, 1, 1875, 705, 21, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 15652, 3733, 750, 4100, 66, 17914, 12088, 28890, 4816, 651, 706, 3776, 718, 30, 46506, 327, 28270, 7203, 28951, 3733, 4943, 16034, 3084, 62, 37309, 3023, 33411, 366, 15592, 1, 796, 705, 76, 4134, 17914, 13632, 1196, 452, 6, 5357, 366, 24474, 1, 1875, 705, 21, 6 ]
how many days have elapsed since patient 97395 was admitted to the hospital?
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', admissions.admittime)) FROM admissions WHERE admissions.subject_id = 97395 AND admissions.dischtime IS NULL
[ 4919, 867, 1528, 423, 42118, 1201, 5827, 10111, 31010, 373, 6848, 284, 262, 4436, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 25349, 13, 324, 20124, 524, 4008, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 10111, 31010, 5357, 25349, 13, 6381, 354, 2435, 3180, 15697 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 1528, 423, 42118, 1201, 5827, 10111, 31010, 373, 6848, 284, 262, 4436, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 25349, 13, 324, 20124, 524, 4008, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 10111, 31010, 5357, 25349, 13, 6381, 354, 2435, 3180, 15697 ]
Name the featuring for pat mills
SELECT featuring FROM table_1620397_2 WHERE author = "Pat Mills"
[ 5376, 262, 9593, 329, 1458, 41999, 46506, 9593, 16034, 3084, 62, 1433, 1238, 33372, 62, 17, 33411, 1772, 796, 366, 12130, 19790, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 9593, 329, 1458, 41999, 46506, 9593, 16034, 3084, 62, 1433, 1238, 33372, 62, 17, 33411, 1772, 796, 366, 12130, 19790, 1 ]
what city is the airport MCO in
SELECT DISTINCT city.city_code FROM airport, airport_service, city WHERE airport.airport_code = 'MCO' AND airport.airport_code = airport_service.airport_code AND city.city_code = airport_service.city_code
[ 10919, 1748, 318, 262, 9003, 337, 8220, 287, 46506, 360, 8808, 1268, 4177, 1748, 13, 19205, 62, 8189, 16034, 9003, 11, 9003, 62, 15271, 11, 1748, 33411, 9003, 13, 958, 634, 62, 8189, 796, 705, 44, 8220, 6, 5357, 9003, 13, 958, 634, 62, 8189, 796, 9003, 62, 15271, 13, 958, 634, 62, 8189, 5357, 1748, 13, 19205, 62, 8189, 796, 9003, 62, 15271, 13, 19205, 62, 8189 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 1748, 318, 262, 9003, 337, 8220, 287, 46506, 360, 8808, 1268, 4177, 1748, 13, 19205, 62, 8189, 16034, 9003, 11, 9003, 62, 15271, 11, 1748, 33411, 9003, 13, 958, 634, 62, 8189, 796, 705, 44, 8220, 6, 5357, 9003, 13, 958, 634, 62, 8189, 796, 9003, 62, 15271, 13, 958, 634, 62, 8189, 5357, 1748, 13, 19205, 62, 8189, 796, 9003, 62, 15271, 13, 19205, 62, 8189 ]
anaemia ( haemoglobin < 12 g / dl ) .
SELECT * FROM table_test_12 WHERE anaemia = 1 OR haemoglobin < 12
[ 2271, 22859, 357, 387, 368, 49835, 1279, 1105, 308, 1220, 288, 75, 1267, 764, 46506, 1635, 16034, 3084, 62, 9288, 62, 1065, 33411, 44763, 22859, 796, 352, 6375, 387, 368, 49835, 1279, 1105 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2271, 22859, 357, 387, 368, 49835, 1279, 1105, 308, 1220, 288, 75, 1267, 764, 46506, 1635, 16034, 3084, 62, 9288, 62, 1065, 33411, 44763, 22859, 796, 352, 6375, 387, 368, 49835, 1279, 1105 ]
i want to travel from BALTIMORE to WASHINGTON on a MONDAY
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, days, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'WASHINGTON' AND days.day_name = 'MONDAY' AND flight.flight_days = days.days_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BALTIMORE' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code
[ 72, 765, 284, 3067, 422, 347, 31429, 3955, 6965, 284, 370, 19436, 319, 257, 337, 18672, 4792, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 1528, 11, 5474, 33411, 357, 34, 9050, 62, 16, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 16, 13, 19205, 62, 8189, 5357, 27993, 62, 16, 13, 19205, 62, 3672, 796, 705, 21793 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 72, 765, 284, 3067, 422, 347, 31429, 3955, 6965, 284, 370, 19436, 319, 257, 337, 18672, 4792, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 1528, 11, 5474, 33411, 357, 34, 9050, 62, 16, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 16, 13, 19205, 62, 8189, 5357, 27993, 62, 16, 13, 19205, 62, 3672, 796, 705, 21793 ]
Select the names of all the products in the store, and count them by a bar chart
SELECT Name, COUNT(Name) FROM Products GROUP BY Name
[ 17563, 262, 3891, 286, 477, 262, 3186, 287, 262, 3650, 11, 290, 954, 606, 416, 257, 2318, 8262, 46506, 6530, 11, 327, 28270, 7, 5376, 8, 16034, 18675, 44441, 11050, 6530 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 17563, 262, 3891, 286, 477, 262, 3186, 287, 262, 3650, 11, 290, 954, 606, 416, 257, 2318, 8262, 46506, 6530, 11, 327, 28270, 7, 5376, 8, 16034, 18675, 44441, 11050, 6530 ]
What is the Home team of the game with a Score of 2 2?
SELECT "Home team" FROM table_63660 WHERE "Score" = '2 – 2'
[ 2061, 318, 262, 5995, 1074, 286, 262, 983, 351, 257, 15178, 286, 362, 362, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 21, 2623, 1899, 33411, 366, 26595, 1, 796, 705, 17, 784, 362, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 5995, 1074, 286, 262, 983, 351, 257, 15178, 286, 362, 362, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 21, 2623, 1899, 33411, 366, 26595, 1, 796, 705, 17, 784, 362, 6 ]
What is Opponent, when Location is 'Winnipeg, Manitoba , Canada'?
SELECT opponent FROM table_name_27 WHERE location = "winnipeg, manitoba , canada"
[ 2061, 318, 9385, 3471, 11, 618, 13397, 318, 705, 54, 3732, 21700, 11, 28293, 837, 3340, 30960, 46506, 6125, 16034, 3084, 62, 3672, 62, 1983, 33411, 4067, 796, 366, 86, 3732, 21700, 11, 582, 270, 19981, 837, 460, 4763, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 9385, 3471, 11, 618, 13397, 318, 705, 54, 3732, 21700, 11, 28293, 837, 3340, 30960, 46506, 6125, 16034, 3084, 62, 3672, 62, 1983, 33411, 4067, 796, 366, 86, 3732, 21700, 11, 582, 270, 19981, 837, 460, 4763, 1 ]
What is the best finish record for Sean O'hair?
SELECT best_finish FROM table_29504351_2 WHERE player = "Sean O'Hair"
[ 2061, 318, 262, 1266, 5461, 1700, 329, 11465, 440, 6, 27108, 30, 46506, 1266, 62, 15643, 680, 16034, 3084, 62, 1959, 33580, 35273, 62, 17, 33411, 2137, 796, 366, 26408, 440, 6, 39, 958, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1266, 5461, 1700, 329, 11465, 440, 6, 27108, 30, 46506, 1266, 62, 15643, 680, 16034, 3084, 62, 1959, 33580, 35273, 62, 17, 33411, 2137, 796, 366, 26408, 440, 6, 39, 958, 1 ]
What was the Result in 2013?
SELECT "Result" FROM table_61782 WHERE "Year" = '2013'
[ 2061, 373, 262, 25414, 287, 2211, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 47941, 6469, 33411, 366, 17688, 1, 796, 705, 6390, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 25414, 287, 2211, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 47941, 6469, 33411, 366, 17688, 1, 796, 705, 6390, 6 ]
what is fare code F
SELECT DISTINCT fare_basis_code FROM fare_basis WHERE fare_basis_code = 'F'
[ 10919, 318, 14505, 2438, 376, 46506, 360, 8808, 1268, 4177, 14505, 62, 12093, 271, 62, 8189, 16034, 14505, 62, 12093, 271, 33411, 14505, 62, 12093, 271, 62, 8189, 796, 705, 37, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 14505, 2438, 376, 46506, 360, 8808, 1268, 4177, 14505, 62, 12093, 271, 62, 8189, 16034, 14505, 62, 12093, 271, 33411, 14505, 62, 12093, 271, 62, 8189, 796, 705, 37, 6 ]
Who was the writer of episode 15?
SELECT writer_s_ FROM table_25800134_4 WHERE season__number = 15
[ 8241, 373, 262, 6260, 286, 4471, 1315, 30, 46506, 6260, 62, 82, 62, 16034, 3084, 62, 1495, 7410, 19880, 62, 19, 33411, 1622, 834, 17618, 796, 1315 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 6260, 286, 4471, 1315, 30, 46506, 6260, 62, 82, 62, 16034, 3084, 62, 1495, 7410, 19880, 62, 19, 33411, 1622, 834, 17618, 796, 1315 ]
Questions without 'Accept' by the author (Group by Month).
SELECT COUNT(*) AS Total, DAY(CreationDate) AS Day, MONTH(CreationDate) AS Month, YEAR(CreationDate) AS Year FROM PostLinks WHERE LinkTypeId = 3 GROUP BY DAY(CreationDate), MONTH(CreationDate), YEAR(CreationDate) ORDER BY Year, Month, day
[ 35741, 1231, 705, 38855, 6, 416, 262, 1772, 357, 13247, 416, 16061, 737, 46506, 327, 28270, 7, 28104, 7054, 7472, 11, 24644, 7, 12443, 341, 10430, 8, 7054, 3596, 11, 25000, 4221, 7, 12443, 341, 10430, 8, 7054, 16061, 11, 32914, 7, 12443, 341, 10430, 8, 7054, 6280, 16034, 2947, 31815, 33411, 7502, 6030, 7390, 796, 513, 44441, 11050, 24644, 7, 12443, 341, 10430, 828, 25000, 4221, 7, 12443, 341, 10430, 828, 32914, 7, 12443, 341, 10430, 8, 38678, 11050, 6280, 11, 16061, 11, 1110 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 35741, 1231, 705, 38855, 6, 416, 262, 1772, 357, 13247, 416, 16061, 737, 46506, 327, 28270, 7, 28104, 7054, 7472, 11, 24644, 7, 12443, 341, 10430, 8, 7054, 3596, 11, 25000, 4221, 7, 12443, 341, 10430, 8, 7054, 16061, 11, 32914, 7, 12443, 341, 10430, 8, 7054, 6280, 16034, 2947, 31815, 33411, 7502, 6030, 7390, 796, 513, 44441, 11050, 24644, 7, 12443, 341, 10430, 828, 25000, 4221, 7, 12443, 341, 10430, 828, 32914, 7, 12443, 341, 10430, 8, 38678, 11050, 6280, 11, 16061, 11, 1110 ]
What year had Best Actor in a Musical as a category?
SELECT SUM(year) FROM table_name_15 WHERE category = "best actor in a musical"
[ 2061, 614, 550, 6705, 27274, 287, 257, 33375, 355, 257, 6536, 30, 46506, 35683, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 1314, 33411, 6536, 796, 366, 13466, 8674, 287, 257, 10530, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 550, 6705, 27274, 287, 257, 33375, 355, 257, 6536, 30, 46506, 35683, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 1314, 33411, 6536, 796, 366, 13466, 8674, 287, 257, 10530, 1 ]
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, return a bar chart about the distribution of job_id and the sum of employee_id , and group by attribute job_id, could you display in ascending by the names?
SELECT JOB_ID, SUM(EMPLOYEE_ID) FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 GROUP BY JOB_ID ORDER BY JOB_ID
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 1441, 257, 2318, 8262, 546, 262, 6082, 286, 1693, 62, 312, 290, 262, 2160, 286, 6538, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 714, 345, 3359, 287, 41988, 416, 262, 3891, 30, 46506, 449, 9864, 62, 2389, 11, 35683, 7, 3620, 6489, 21414, 6500, 62, 2389, 8, 16034, 4409, 33411, 42475, 13153, 38651, 8845, 1677, 38055, 5357, 1105, 830, 5357, 22240, 40373, 62, 47, 4177, 1279, 29, 366 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 1441, 257, 2318, 8262, 546, 262, 6082, 286, 1693, 62, 312, 290, 262, 2160, 286, 6538, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 714, 345, 3359, 287, 41988, 416, 262, 3891, 30, 46506, 449, 9864, 62, 2389, 11, 35683, 7, 3620, 6489, 21414, 6500, 62, 2389, 8, 16034, 4409, 33411, 42475, 13153, 38651, 8845, 1677, 38055, 5357, 1105, 830, 5357, 22240, 40373, 62, 47, 4177, 1279, 29, 366 ]
What is Loris Capirossi's time?
SELECT time FROM table_name_30 WHERE rider = "loris capirossi"
[ 2061, 318, 26068, 271, 4476, 72, 1214, 72, 338, 640, 30, 46506, 640, 16034, 3084, 62, 3672, 62, 1270, 33411, 17876, 796, 366, 4685, 271, 1451, 72, 1214, 72, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 26068, 271, 4476, 72, 1214, 72, 338, 640, 30, 46506, 640, 16034, 3084, 62, 3672, 62, 1270, 33411, 17876, 796, 366, 4685, 271, 1451, 72, 1214, 72, 1 ]
What are the different states that had students successfully try out?
SELECT DISTINCT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cname = T2.cname WHERE T2.decision = 'yes'
[ 2061, 389, 262, 1180, 2585, 326, 550, 2444, 7675, 1949, 503, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 5219, 16034, 4152, 7054, 309, 16, 32357, 1268, 1949, 448, 7054, 309, 17, 6177, 309, 16, 13, 66, 3672, 796, 309, 17, 13, 66, 3672, 33411, 309, 17, 13, 12501, 1166, 796, 705, 8505, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 1180, 2585, 326, 550, 2444, 7675, 1949, 503, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 5219, 16034, 4152, 7054, 309, 16, 32357, 1268, 1949, 448, 7054, 309, 17, 6177, 309, 16, 13, 66, 3672, 796, 309, 17, 13, 66, 3672, 33411, 309, 17, 13, 12501, 1166, 796, 705, 8505, 6 ]
Show the number of climbers for each mountain in a bar chart.
SELECT T2.Name, COUNT(T2.Name) FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID GROUP BY T2.Name
[ 15307, 262, 1271, 286, 39311, 329, 1123, 8598, 287, 257, 2318, 8262, 13, 46506, 309, 17, 13, 5376, 11, 327, 28270, 7, 51, 17, 13, 5376, 8, 16034, 5424, 527, 7054, 309, 16, 32357, 1268, 8598, 7054, 309, 17, 6177, 309, 16, 13, 44, 18635, 62, 2389, 796, 309, 17, 13, 44, 18635, 62, 2389, 44441, 11050, 309, 17, 13, 5376 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 1271, 286, 39311, 329, 1123, 8598, 287, 257, 2318, 8262, 13, 46506, 309, 17, 13, 5376, 11, 327, 28270, 7, 51, 17, 13, 5376, 8, 16034, 5424, 527, 7054, 309, 16, 32357, 1268, 8598, 7054, 309, 17, 6177, 309, 16, 13, 44, 18635, 62, 2389, 796, 309, 17, 13, 44, 18635, 62, 2389, 44441, 11050, 309, 17, 13, 5376 ]
how much does patient 26195's pco2 differ from the value measured at 2104-02-08 14:00:00 compared to the value measured at 2104-02-08 13:08:00?
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 26195) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'pco2') AND labevents.charttime = '2104-02-08 14:00:00') - (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 26195) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'pco2') AND labevents.charttime = '2104-02-08 13:08:00')
[ 4919, 881, 857, 5827, 2608, 22186, 338, 279, 1073, 17, 13238, 422, 262, 1988, 8630, 379, 362, 13464, 12, 2999, 12, 2919, 1478, 25, 405, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 13464, 12, 2999, 12, 2919, 1511, 25, 2919, 25, 405, 30, 46506, 357, 46506, 2248, 31534, 13, 2100, 84, 44709, 16034, 2248, 31534, 33411, 2248, 31534, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2608, 22186, 8, 5357, 2248, 31534, 13, 9186, 312, 3268, 357, 46506, 288, 62, 23912, 23814, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 881, 857, 5827, 2608, 22186, 338, 279, 1073, 17, 13238, 422, 262, 1988, 8630, 379, 362, 13464, 12, 2999, 12, 2919, 1478, 25, 405, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 13464, 12, 2999, 12, 2919, 1511, 25, 2919, 25, 405, 30, 46506, 357, 46506, 2248, 31534, 13, 2100, 84, 44709, 16034, 2248, 31534, 33411, 2248, 31534, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2608, 22186, 8, 5357, 2248, 31534, 13, 9186, 312, 3268, 357, 46506, 288, 62, 23912, 23814, 13 ]
return me the paper in PVLDB with more than 200 citations .
SELECT publication.title FROM journal, publication WHERE journal.name = 'PVLDB' AND publication.citation_num > 200 AND publication.jid = journal.jid
[ 7783, 502, 262, 3348, 287, 31392, 43, 11012, 351, 517, 621, 939, 33499, 764, 46506, 9207, 13, 7839, 16034, 3989, 11, 9207, 33411, 3989, 13, 3672, 796, 705, 47, 47468, 11012, 6, 5357, 9207, 13, 66, 3780, 62, 22510, 1875, 939, 5357, 9207, 13, 73, 312, 796, 3989, 13, 73, 312 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 7783, 502, 262, 3348, 287, 31392, 43, 11012, 351, 517, 621, 939, 33499, 764, 46506, 9207, 13, 7839, 16034, 3989, 11, 9207, 33411, 3989, 13, 3672, 796, 705, 47, 47468, 11012, 6, 5357, 9207, 13, 66, 3780, 62, 22510, 1875, 939, 5357, 9207, 13, 73, 312, 796, 3989, 13, 73, 312 ]
What series was Dick Johnson Racing the team?
SELECT series FROM table_name_8 WHERE team = "dick johnson racing"
[ 2061, 2168, 373, 11740, 5030, 14954, 262, 1074, 30, 46506, 2168, 16034, 3084, 62, 3672, 62, 23, 33411, 1074, 796, 366, 67, 624, 45610, 1559, 11717, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 2168, 373, 11740, 5030, 14954, 262, 1074, 30, 46506, 2168, 16034, 3084, 62, 3672, 62, 23, 33411, 1074, 796, 366, 67, 624, 45610, 1559, 11717, 1 ]
What are the home team scores when fremantle is the away team?
SELECT "Home team score" FROM table_20765 WHERE "Away team" = 'Fremantle'
[ 2061, 389, 262, 1363, 1074, 8198, 618, 2030, 76, 16941, 318, 262, 1497, 1074, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 22745, 2996, 33411, 366, 32, 1014, 1074, 1, 796, 705, 37, 2787, 16941, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 1363, 1074, 8198, 618, 2030, 76, 16941, 318, 262, 1497, 1074, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 22745, 2996, 33411, 366, 32, 1014, 1074, 1, 796, 705, 37, 2787, 16941, 6 ]
What was the surface type at Takao Suzuki?
SELECT surface FROM table_name_83 WHERE opponent_in_the_final = "takao suzuki"
[ 2061, 373, 262, 4417, 2099, 379, 15804, 5488, 35807, 30, 46506, 4417, 16034, 3084, 62, 3672, 62, 5999, 33411, 6125, 62, 259, 62, 1169, 62, 20311, 796, 366, 83, 461, 5488, 424, 89, 11308, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4417, 2099, 379, 15804, 5488, 35807, 30, 46506, 4417, 16034, 3084, 62, 3672, 62, 5999, 33411, 6125, 62, 259, 62, 1169, 62, 20311, 796, 366, 83, 461, 5488, 424, 89, 11308, 1 ]
What is the 2007 value with 1r in 2009 and 2r in 2011 at the Tournament of Wimbledon?
SELECT 2007 FROM table_name_36 WHERE 2009 = "1r" AND 2011 = "2r" AND tournament = "wimbledon"
[ 2061, 318, 262, 4343, 1988, 351, 352, 81, 287, 3717, 290, 362, 81, 287, 2813, 379, 262, 9595, 286, 39999, 49258, 30, 46506, 4343, 16034, 3084, 62, 3672, 62, 2623, 33411, 3717, 796, 366, 16, 81, 1, 5357, 2813, 796, 366, 17, 81, 1, 5357, 7756, 796, 366, 86, 320, 49258, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4343, 1988, 351, 352, 81, 287, 3717, 290, 362, 81, 287, 2813, 379, 262, 9595, 286, 39999, 49258, 30, 46506, 4343, 16034, 3084, 62, 3672, 62, 2623, 33411, 3717, 796, 366, 16, 81, 1, 5357, 2813, 796, 366, 17, 81, 1, 5357, 7756, 796, 366, 86, 320, 49258, 1 ]
How films are produced by each studio Show bar chart, and list bar from low to high order.
SELECT Studio, COUNT(*) FROM film GROUP BY Studio ORDER BY Studio
[ 2437, 7328, 389, 4635, 416, 1123, 8034, 5438, 2318, 8262, 11, 290, 1351, 2318, 422, 1877, 284, 1029, 1502, 13, 46506, 11733, 11, 327, 28270, 7, 28104, 16034, 2646, 44441, 11050, 11733, 38678, 11050, 11733 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 7328, 389, 4635, 416, 1123, 8034, 5438, 2318, 8262, 11, 290, 1351, 2318, 422, 1877, 284, 1029, 1502, 13, 46506, 11733, 11, 327, 28270, 7, 28104, 16034, 2646, 44441, 11050, 11733, 38678, 11050, 11733 ]
best paper in EMNLP 2015 ?
SELECT DISTINCT COUNT(DISTINCT cite.citingpaperid), paper.paperid FROM cite, paper, venue WHERE paper.paperid = cite.citedpaperid AND paper.year = 2015 AND venue.venueid = paper.venueid AND venue.venuename = 'EMNLP' GROUP BY paper.paperid ORDER BY COUNT(DISTINCT cite.citingpaperid) DESC
[ 13466, 3348, 287, 17228, 45, 19930, 1853, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 35, 8808, 1268, 4177, 21729, 13, 66, 1780, 20189, 312, 828, 3348, 13, 20189, 312, 16034, 21729, 11, 3348, 11, 14359, 33411, 3348, 13, 20189, 312, 796, 21729, 13, 66, 863, 20189, 312, 5357, 3348, 13, 1941, 796, 1853, 5357, 14359, 13, 4080, 312, 796, 3348, 13, 4080, 312, 5357, 14359, 13, 574, 84, 12453, 796, 705, 3620, 45, 19930, 6, 44441, 11050, 3348, 13, 20189, 312, 38678, 11050, 327, 28270, 7, 35, 8808, 1268, 4177, 21729, 13, 66, 1780, 20189, 312, 8, 22196 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13466, 3348, 287, 17228, 45, 19930, 1853, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 35, 8808, 1268, 4177, 21729, 13, 66, 1780, 20189, 312, 828, 3348, 13, 20189, 312, 16034, 21729, 11, 3348, 11, 14359, 33411, 3348, 13, 20189, 312, 796, 21729, 13, 66, 863, 20189, 312, 5357, 3348, 13, 1941, 796, 1853, 5357, 14359, 13, 4080, 312, 796, 3348, 13, 4080, 312, 5357, 14359, 13, 574, 84, 12453, 796, 705, 3620, 45, 19930, 6, 44441, 11050, 3348, 13, 20189, 312, 38678, 11050, 327, 28270, 7, 35, 8808, 1268, 4177, 21729, 13, 66, 1780, 20189, 312, 8, 22196 ]
What was the percentage in 2006 whose natives is Polish?
SELECT "Percentage (2006)" FROM table_25853 WHERE "Mother Tongue" = 'Polish'
[ 2061, 373, 262, 5873, 287, 4793, 3025, 30962, 318, 15945, 30, 46506, 366, 31905, 496, 357, 13330, 16725, 16034, 3084, 62, 25600, 4310, 33411, 366, 31398, 26565, 518, 1, 796, 705, 8017, 680, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 5873, 287, 4793, 3025, 30962, 318, 15945, 30, 46506, 366, 31905, 496, 357, 13330, 16725, 16034, 3084, 62, 25600, 4310, 33411, 366, 31398, 26565, 518, 1, 796, 705, 8017, 680, 6 ]
How many times is the award ceremony laurence olivier award, result is won and the nominee is imelda staunton?
SELECT COUNT(year) FROM table_name_3 WHERE award_ceremony = "laurence olivier award" AND result = "won" AND nominee = "imelda staunton"
[ 2437, 867, 1661, 318, 262, 5764, 10542, 34515, 1198, 267, 16017, 959, 5764, 11, 1255, 318, 1839, 290, 262, 10429, 318, 220, 524, 18986, 336, 1942, 1122, 30, 46506, 327, 28270, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 18, 33411, 5764, 62, 344, 2787, 1647, 796, 366, 5031, 495, 1198, 267, 16017, 959, 5764, 1, 5357, 1255, 796, 366, 26502, 1, 5357, 10429, 796, 366, 524, 18986, 336, 1942, 1122, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 1661, 318, 262, 5764, 10542, 34515, 1198, 267, 16017, 959, 5764, 11, 1255, 318, 1839, 290, 262, 10429, 318, 220, 524, 18986, 336, 1942, 1122, 30, 46506, 327, 28270, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 18, 33411, 5764, 62, 344, 2787, 1647, 796, 366, 5031, 495, 1198, 267, 16017, 959, 5764, 1, 5357, 1255, 796, 366, 26502, 1, 5357, 10429, 796, 366, 524, 18986, 336, 1942, 1122, 1 ]
How many patients with a percutaneous aspiration of liver had an urgent admission type?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_type = "URGENT" AND procedures.long_title = "Percutaneous aspiration of liver"
[ 2437, 867, 3871, 351, 257, 583, 8968, 11655, 48217, 286, 14383, 550, 281, 18039, 13938, 2099, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 324, 3411, 62, 4906, 796, 366, 4261, 38, 3525, 1, 5357, 9021, 13, 6511, 62, 7839, 796, 366, 47, 2798, 315, 11655, 48217, 286, 14383, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 3871, 351, 257, 583, 8968, 11655, 48217, 286, 14383, 550, 281, 18039, 13938, 2099, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 9021, 13, 18108, 76, 62, 312, 33411, 16728, 13, 324, 3411, 62, 4906, 796, 366, 4261, 38, 3525, 1, 5357, 9021, 13, 6511, 62, 7839, 796, 366, 47, 2798, 315, 11655, 48217, 286, 14383, 1 ]
High-Rep Users with only one post.
SELECT 'site://users/' + CAST(u.Id AS TEXT) + '|' + CAST(u.DisplayName AS TEXT) AS "user", u.Reputation, COUNT(p.Id) FROM Users AS u, Posts AS p WHERE u.Reputation > 10000 AND u.Id = p.OwnerUserId AND (p.PostTypeId = 1 OR p.PostTypeId = 2) GROUP BY u.Id, u.DisplayName, u.Reputation HAVING COUNT(p.Id) = 1 ORDER BY u.Reputation DESC
[ 11922, 12, 6207, 18987, 351, 691, 530, 1281, 13, 46506, 705, 15654, 1378, 18417, 14, 6, 1343, 327, 11262, 7, 84, 13, 7390, 7054, 40383, 8, 1343, 705, 91, 6, 1343, 327, 11262, 7, 84, 13, 23114, 5376, 7054, 40383, 8, 7054, 366, 7220, 1600, 334, 13, 6207, 7094, 11, 327, 28270, 7, 79, 13, 7390, 8, 16034, 18987, 7054, 334, 11, 12043, 7054, 279, 33411, 334, 13, 6207, 7094, 1875, 33028, 5357, 334, 13, 7390, 796, 279, 13, 42419, 12982, 7390, 5357, 357, 79, 13, 6307, 6030, 7390, 796, 352, 6375, 279, 13, 6307, 6030, 7390, 796, 362, 8 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 11922, 12, 6207, 18987, 351, 691, 530, 1281, 13, 46506, 705, 15654, 1378, 18417, 14, 6, 1343, 327, 11262, 7, 84, 13, 7390, 7054, 40383, 8, 1343, 705, 91, 6, 1343, 327, 11262, 7, 84, 13, 23114, 5376, 7054, 40383, 8, 7054, 366, 7220, 1600, 334, 13, 6207, 7094, 11, 327, 28270, 7, 79, 13, 7390, 8, 16034, 18987, 7054, 334, 11, 12043, 7054, 279, 33411, 334, 13, 6207, 7094, 1875, 33028, 5357, 334, 13, 7390, 796, 279, 13, 42419, 12982, 7390, 5357, 357, 79, 13, 6307, 6030, 7390, 796, 352, 6375, 279, 13, 6307, 6030, 7390, 796, 362, 8 ]
Which Poll source has an Arlen Specter* of , and a Tom Ridge* of 60%?
SELECT "Poll source" FROM table_76371 WHERE "Arlen Specter*" = '––' AND "Tom Ridge*" = '60%'
[ 13828, 12868, 2723, 468, 281, 943, 11925, 13058, 263, 9, 286, 837, 290, 257, 4186, 20614, 9, 286, 3126, 4, 30, 46506, 366, 39176, 2723, 1, 16034, 3084, 62, 4304, 38056, 33411, 366, 3163, 11925, 13058, 263, 9, 1, 796, 705, 25608, 6, 5357, 366, 13787, 20614, 9, 1, 796, 705, 1899, 4, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 12868, 2723, 468, 281, 943, 11925, 13058, 263, 9, 286, 837, 290, 257, 4186, 20614, 9, 286, 3126, 4, 30, 46506, 366, 39176, 2723, 1, 16034, 3084, 62, 4304, 38056, 33411, 366, 3163, 11925, 13058, 263, 9, 1, 796, 705, 25608, 6, 5357, 366, 13787, 20614, 9, 1, 796, 705, 1899, 4, 6 ]
count the number of people who were diagnosed with pleural effusion and didn't come back to the hospital during the same month until 4 years ago.
SELECT (SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'pleural effusion' AND DATETIME(diagnosis.diagnosistime) <= DATETIME(CURRENT_TIME(), '-4 year')) AS t1) - (SELECT COUNT(DISTINCT t2.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'pleural effusion' AND DATETIME(diagnosis.diagnosistime) <= DATETIME(CURRENT_TIME(), '-4 year')) AS t2 JOIN patient ON t2.uniquepid = patient.uniquepid WHERE t2.diagnosistime < patient.hospitaladmittime AND DATETIME(patient.hospitaladmittime) <= DATETIME(CURRENT_TIME(), '-4 year') AND DATETIME(t2.diagnosistime, 'start of month') = DATETIME(patient.hospitaladmittime, 'start of month'))
[ 9127, 262, 1271, 286, 661, 508, 547, 14641, 351, 3339, 1523, 914, 4241, 290, 1422, 470, 1282, 736, 284, 262, 4436, 1141, 262, 976, 1227, 1566, 604, 812, 2084, 13, 46506, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 403, 1557, 538, 312, 8, 16034, 357, 46506, 5827, 13, 403, 1557, 538, 312, 11, 13669, 13, 47356, 418, 396, 524, 16034, 13669, 32357, 1268, 5827, 6177, 13669, 13, 26029, 20850, 31712, 312, 796, 5827, 13, 26029, 20850, 31712, 312, 33411, 13669, 13, 47356, 5958, 3672, 796, 705, 1154, 1523, 914, 4241, 6, 5357, 360, 1404, 2767 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 9127, 262, 1271, 286, 661, 508, 547, 14641, 351, 3339, 1523, 914, 4241, 290, 1422, 470, 1282, 736, 284, 262, 4436, 1141, 262, 976, 1227, 1566, 604, 812, 2084, 13, 46506, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 403, 1557, 538, 312, 8, 16034, 357, 46506, 5827, 13, 403, 1557, 538, 312, 11, 13669, 13, 47356, 418, 396, 524, 16034, 13669, 32357, 1268, 5827, 6177, 13669, 13, 26029, 20850, 31712, 312, 796, 5827, 13, 26029, 20850, 31712, 312, 33411, 13669, 13, 47356, 5958, 3672, 796, 705, 1154, 1523, 914, 4241, 6, 5357, 360, 1404, 2767 ]
Which Perth has Gold Coast yes, Sydney yes, Melbourne yes, and Adelaide yes?
SELECT perth FROM table_name_56 WHERE gold_coast = "yes" AND sydney = "yes" AND melbourne = "yes" AND adelaide = "yes"
[ 13828, 29913, 468, 3561, 8545, 3763, 11, 11852, 3763, 11, 14819, 3763, 11, 290, 27139, 3763, 30, 46506, 583, 400, 16034, 3084, 62, 3672, 62, 3980, 33411, 3869, 62, 1073, 459, 796, 366, 8505, 1, 5357, 827, 67, 1681, 796, 366, 8505, 1, 5357, 7758, 12544, 796, 366, 8505, 1, 5357, 512, 25078, 796, 366, 8505, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 29913, 468, 3561, 8545, 3763, 11, 11852, 3763, 11, 14819, 3763, 11, 290, 27139, 3763, 30, 46506, 583, 400, 16034, 3084, 62, 3672, 62, 3980, 33411, 3869, 62, 1073, 459, 796, 366, 8505, 1, 5357, 827, 67, 1681, 796, 366, 8505, 1, 5357, 7758, 12544, 796, 366, 8505, 1, 5357, 512, 25078, 796, 366, 8505, 1 ]
What is the T score of the team with an E score of 6.625?
SELECT t_score FROM table_name_52 WHERE e_score = 6.625
[ 2061, 318, 262, 309, 4776, 286, 262, 1074, 351, 281, 412, 4776, 286, 718, 13, 26704, 30, 46506, 256, 62, 26675, 16034, 3084, 62, 3672, 62, 4309, 33411, 304, 62, 26675, 796, 718, 13, 26704 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 309, 4776, 286, 262, 1074, 351, 281, 412, 4776, 286, 718, 13, 26704, 30, 46506, 256, 62, 26675, 16034, 3084, 62, 3672, 62, 4309, 33411, 304, 62, 26675, 796, 718, 13, 26704 ]
What is total amount of points for the 2007 season?
SELECT SUM("Points") FROM table_36661 WHERE "Season" = '2007'
[ 2061, 318, 2472, 2033, 286, 2173, 329, 262, 4343, 1622, 30, 46506, 35683, 7203, 40710, 4943, 16034, 3084, 62, 2623, 47159, 33411, 366, 18960, 1, 796, 705, 12726, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 2472, 2033, 286, 2173, 329, 262, 4343, 1622, 30, 46506, 35683, 7203, 40710, 4943, 16034, 3084, 62, 2623, 47159, 33411, 366, 18960, 1, 796, 705, 12726, 6 ]
Which Player had a Date of 31 jan. 2008, and a Transfer fee of 3.87m?
SELECT player FROM table_name_44 WHERE date = "31 jan. 2008" AND transfer_fee = "£3.87m"
[ 13828, 7853, 550, 257, 7536, 286, 3261, 42897, 13, 3648, 11, 290, 257, 20558, 6838, 286, 513, 13, 5774, 76, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 2598, 33411, 3128, 796, 366, 3132, 42897, 13, 3648, 1, 5357, 4351, 62, 39071, 796, 366, 14988, 18, 13, 5774, 76, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 7853, 550, 257, 7536, 286, 3261, 42897, 13, 3648, 11, 290, 257, 20558, 6838, 286, 513, 13, 5774, 76, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 2598, 33411, 3128, 796, 366, 3132, 42897, 13, 3648, 1, 5357, 4351, 62, 39071, 796, 366, 14988, 18, 13, 5774, 76, 1 ]
What year resulted in 54 laps?
SELECT "Year" FROM table_69187 WHERE "Laps" = '54'
[ 2061, 614, 8724, 287, 7175, 24590, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 3388, 23451, 33411, 366, 43, 1686, 1, 796, 705, 4051, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 8724, 287, 7175, 24590, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 3388, 23451, 33411, 366, 43, 1686, 1, 796, 705, 4051, 6 ]
Name the score for game more than 6 and before october 28
SELECT "Score" FROM table_75481 WHERE "Game" > '6' AND "October" < '28'
[ 5376, 262, 4776, 329, 983, 517, 621, 718, 290, 878, 19318, 2023, 2579, 46506, 366, 26595, 1, 16034, 3084, 62, 2425, 40271, 33411, 366, 8777, 1, 1875, 705, 21, 6, 5357, 366, 18517, 1, 1279, 705, 2078, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 4776, 329, 983, 517, 621, 718, 290, 878, 19318, 2023, 2579, 46506, 366, 26595, 1, 16034, 3084, 62, 2425, 40271, 33411, 366, 8777, 1, 1875, 705, 21, 6, 5357, 366, 18517, 1, 1279, 705, 2078, 6 ]
How many questions are marked duplicates of a question?.
SELECT * FROM CloseReasonTypes
[ 2437, 867, 2683, 389, 7498, 14184, 16856, 286, 257, 1808, 30, 13, 46506, 1635, 16034, 13872, 45008, 31431 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 2683, 389, 7498, 14184, 16856, 286, 257, 1808, 30, 13, 46506, 1635, 16034, 13872, 45008, 31431 ]
Show the names of members and the locations of colleges they go to in ascending alphabetical order of member names.
SELECT T2.name, T1.college_location FROM college AS T1 JOIN member AS T2 ON T1.college_id = T2.college_id ORDER BY T2.name
[ 15307, 262, 3891, 286, 1866, 290, 262, 7064, 286, 15273, 484, 467, 284, 287, 41988, 24830, 605, 1502, 286, 2888, 3891, 13, 46506, 309, 17, 13, 3672, 11, 309, 16, 13, 44107, 62, 24886, 16034, 4152, 7054, 309, 16, 32357, 1268, 2888, 7054, 309, 17, 6177, 309, 16, 13, 44107, 62, 312, 796, 309, 17, 13, 44107, 62, 312, 38678, 11050, 309, 17, 13, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 3891, 286, 1866, 290, 262, 7064, 286, 15273, 484, 467, 284, 287, 41988, 24830, 605, 1502, 286, 2888, 3891, 13, 46506, 309, 17, 13, 3672, 11, 309, 16, 13, 44107, 62, 24886, 16034, 4152, 7054, 309, 16, 32357, 1268, 2888, 7054, 309, 17, 6177, 309, 16, 13, 44107, 62, 312, 796, 309, 17, 13, 44107, 62, 312, 38678, 11050, 309, 17, 13, 3672 ]
What is the name of the team that Tulip Computers NV sponsors?
SELECT "Team" FROM table_54327 WHERE "Shirt sponsor" = 'tulip computers nv'
[ 2061, 318, 262, 1438, 286, 262, 1074, 326, 30941, 541, 22476, 364, 23973, 18073, 30, 46506, 366, 15592, 1, 16034, 3084, 62, 20, 3559, 1983, 33411, 366, 2484, 2265, 17487, 1, 796, 705, 83, 377, 541, 9061, 299, 85, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1438, 286, 262, 1074, 326, 30941, 541, 22476, 364, 23973, 18073, 30, 46506, 366, 15592, 1, 16034, 3084, 62, 20, 3559, 1983, 33411, 366, 2484, 2265, 17487, 1, 796, 705, 83, 377, 541, 9061, 299, 85, 6 ]
What are the manuals with an opus of 147?
SELECT manuals FROM table_name_2 WHERE opus = "147"
[ 2061, 389, 262, 41371, 351, 281, 1034, 385, 286, 22909, 30, 46506, 41371, 16034, 3084, 62, 3672, 62, 17, 33411, 1034, 385, 796, 366, 20198, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 41371, 351, 281, 1034, 385, 286, 22909, 30, 46506, 41371, 16034, 3084, 62, 3672, 62, 17, 33411, 1034, 385, 796, 366, 20198, 1 ]