instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What is the date of the game in a week earlier than 10 played in Texas stadium agains the Atlanta Falcons?
SELECT "Date" FROM table_10387 WHERE "Week" < '10' AND "Game site" = 'texas stadium' AND "Opponent" = 'atlanta falcons'
[ 2061, 318, 262, 3128, 286, 262, 983, 287, 257, 1285, 2961, 621, 838, 2826, 287, 3936, 10308, 757, 82, 262, 9371, 21026, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 940, 32220, 33411, 366, 20916, 1, 1279, 705, 940, 6, 5357, 366, 8777,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 286, 262, 983, 287, 257, 1285, 2961, 621, 838, 2826, 287, 3936, 10308, 757, 82, 262, 9371, 21026, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 940, 32220, 33411, 366, 20916, 1, 1279, 705, 940, 6, 5357, 366, 8777,...
Which Winning Team has the Fastest Lap of brendon hartley, and a Pole Position of oliver turvey, and a Circuit of spa-francorchamps, and the Winning Driver of brendon hartley?
SELECT winning_team FROM table_name_75 WHERE fastest_lap = "brendon hartley" AND pole_position = "oliver turvey" AND circuit = "spa-francorchamps" AND winning_driver = "brendon hartley"
[ 13828, 40983, 4816, 468, 262, 12549, 395, 26944, 286, 1449, 358, 261, 289, 433, 1636, 11, 290, 257, 29385, 23158, 286, 25776, 1428, 7858, 3304, 11, 290, 257, 13588, 286, 41900, 12, 8310, 1192, 273, 354, 9430, 11, 290, 262, 40983, 1243...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 40983, 4816, 468, 262, 12549, 395, 26944, 286, 1449, 358, 261, 289, 433, 1636, 11, 290, 257, 29385, 23158, 286, 25776, 1428, 7858, 3304, 11, 290, 257, 13588, 286, 41900, 12, 8310, 1192, 273, 354, 9430, 11, 290, 262, 40983, 1243...
was the white spruce used in 1985 from michigan or minnesota ?
SELECT "state" FROM table_203_700 WHERE "species" = 'white spruce' AND "year" = 1985
[ 9776, 262, 2330, 599, 26524, 973, 287, 12863, 422, 285, 488, 5516, 393, 949, 8360, 5633, 46506, 366, 5219, 1, 16034, 3084, 62, 22416, 62, 9879, 33411, 366, 35448, 1, 796, 705, 11186, 599, 26524, 6, 5357, 366, 1941, 1, 796, 12863 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 9776, 262, 2330, 599, 26524, 973, 287, 12863, 422, 285, 488, 5516, 393, 949, 8360, 5633, 46506, 366, 5219, 1, 16034, 3084, 62, 22416, 62, 9879, 33411, 366, 35448, 1, 796, 705, 11186, 599, 26524, 6, 5357, 366, 1941, 1, 796, 12863 ]
what is the number of patients whose procedure icd9 code is 93?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE procedures.icd9_code = "93"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 8771, 14158, 67, 24, 2438, 318, 10261, 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,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 1271, 286, 3871, 3025, 8771, 14158, 67, 24, 2438, 318, 10261, 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,...
What year were there 29 (32) points?
SELECT "Year" FROM table_57187 WHERE "Points" = '29 (32)'
[ 2061, 614, 547, 612, 2808, 357, 2624, 8, 2173, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 3553, 23451, 33411, 366, 40710, 1, 796, 705, 1959, 357, 2624, 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 ]
[ 2061, 614, 547, 612, 2808, 357, 2624, 8, 2173, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 3553, 23451, 33411, 366, 40710, 1, 796, 705, 1959, 357, 2624, 33047 ]
What was the home team's score at the game held at Junction Oval?
SELECT "Home team score" FROM table_54378 WHERE "Venue" = 'junction oval'
[ 2061, 373, 262, 1363, 1074, 338, 4776, 379, 262, 983, 2714, 379, 44410, 25165, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 4051, 30695, 33411, 366, 37522, 518, 1, 796, 705, 73, 4575, 41186, 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, 1363, 1074, 338, 4776, 379, 262, 983, 2714, 379, 44410, 25165, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 4051, 30695, 33411, 366, 37522, 518, 1, 796, 705, 73, 4575, 41186, 6 ]
What was the Result in Green Lane with Kirkburton as the Runner-up?
SELECT "Result" FROM table_38563 WHERE "Runner-up" = 'kirkburton' AND "Final venue" = 'green lane'
[ 2061, 373, 262, 25414, 287, 3469, 15016, 351, 13855, 6236, 1122, 355, 262, 21529, 12, 929, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2548, 46572, 33411, 366, 49493, 12, 929, 1, 796, 705, 74, 14232, 6236, 1122, 6, 5357, 366, 19006, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3469, 15016, 351, 13855, 6236, 1122, 355, 262, 21529, 12, 929, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2548, 46572, 33411, 366, 49493, 12, 929, 1, 796, 705, 74, 14232, 6236, 1122, 6, 5357, 366, 19006, ...
What are my highest rated comments?. What are my 25 comments for which I got the highest score, and their respective post IDs.
SELECT PostId AS "post_link", 'text', Score FROM Comments WHERE UserId = @UserId ORDER BY Score DESC LIMIT 100
[ 2061, 389, 616, 4511, 13178, 3651, 30, 13, 1867, 389, 616, 1679, 3651, 329, 543, 314, 1392, 262, 4511, 4776, 11, 290, 511, 11756, 1281, 32373, 13, 46506, 2947, 7390, 7054, 366, 7353, 62, 8726, 1600, 705, 5239, 3256, 15178, 16034, 1950...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 616, 4511, 13178, 3651, 30, 13, 1867, 389, 616, 1679, 3651, 329, 543, 314, 1392, 262, 4511, 4776, 11, 290, 511, 11756, 1281, 32373, 13, 46506, 2947, 7390, 7054, 366, 7353, 62, 8726, 1600, 705, 5239, 3256, 15178, 16034, 1950...
Group by all acc road, show the school id and All_Games_Percent in a scatter plot.
SELECT School_ID, ACC_Percent FROM basketball_match GROUP BY ACC_Road
[ 13247, 416, 477, 697, 2975, 11, 905, 262, 1524, 4686, 290, 1439, 62, 24474, 62, 31905, 287, 257, 41058, 7110, 13, 46506, 3961, 62, 2389, 11, 15859, 62, 31905, 16034, 9669, 62, 15699, 44441, 11050, 15859, 62, 29197 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13247, 416, 477, 697, 2975, 11, 905, 262, 1524, 4686, 290, 1439, 62, 24474, 62, 31905, 287, 257, 41058, 7110, 13, 46506, 3961, 62, 2389, 11, 15859, 62, 31905, 16034, 9669, 62, 15699, 44441, 11050, 15859, 62, 29197 ]
How many catches does hh dippenaar have?
SELECT catches FROM table_name_59 WHERE player = "hh dippenaar"
[ 2437, 867, 17591, 857, 289, 71, 2566, 381, 8107, 283, 423, 30, 46506, 17591, 16034, 3084, 62, 3672, 62, 3270, 33411, 2137, 796, 366, 12337, 2566, 381, 8107, 283, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 17591, 857, 289, 71, 2566, 381, 8107, 283, 423, 30, 46506, 17591, 16034, 3084, 62, 3672, 62, 3270, 33411, 2137, 796, 366, 12337, 2566, 381, 8107, 283, 1 ]
what flights are available from PITTSBURGH to BOSTON on wednesday of next week
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, date_day, days, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BOSTON' AND date_day.day_number = 23 AND date_day.month_number = 4 AND da...
[ 10919, 13956, 389, 1695, 422, 49040, 4694, 38926, 17511, 284, 347, 10892, 1340, 319, 29445, 3462, 286, 1306, 1285, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 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...
[ 10919, 13956, 389, 1695, 422, 49040, 4694, 38926, 17511, 284, 347, 10892, 1340, 319, 29445, 3462, 286, 1306, 1285, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, ...
How many FA cup goals have Jimmy Nicholson as the name, and league cup goals greater than 0?
SELECT COUNT("FA Cup Goals") FROM table_14084 WHERE "Name" = 'jimmy nicholson' AND "League Cup Goals" > '0'
[ 2437, 867, 9677, 6508, 4661, 423, 12963, 40365, 355, 262, 1438, 11, 290, 4652, 6508, 4661, 3744, 621, 657, 30, 46506, 327, 28270, 7203, 7708, 5454, 28510, 4943, 16034, 3084, 62, 1415, 2919, 19, 33411, 366, 5376, 1, 796, 705, 73, 320, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9677, 6508, 4661, 423, 12963, 40365, 355, 262, 1438, 11, 290, 4652, 6508, 4661, 3744, 621, 657, 30, 46506, 327, 28270, 7203, 7708, 5454, 28510, 4943, 16034, 3084, 62, 1415, 2919, 19, 33411, 366, 5376, 1, 796, 705, 73, 320, ...
Which Best Actress has a Year of 2012 6th?
SELECT best_actress FROM table_name_12 WHERE year = "2012 6th"
[ 13828, 6705, 47144, 468, 257, 6280, 286, 2321, 718, 400, 30, 46506, 1266, 62, 529, 601, 16034, 3084, 62, 3672, 62, 1065, 33411, 614, 796, 366, 6999, 718, 400, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 6705, 47144, 468, 257, 6280, 286, 2321, 718, 400, 30, 46506, 1266, 62, 529, 601, 16034, 3084, 62, 3672, 62, 1065, 33411, 614, 796, 366, 6999, 718, 400, 1 ]
so, what was the last heart rate of patient 28443 in the previous day?
SELECT chartevents.valuenum FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 28443)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'heart rat...
[ 568, 11, 644, 373, 262, 938, 2612, 2494, 286, 5827, 2579, 34938, 287, 262, 2180, 1110, 30, 46506, 8262, 31534, 13, 2100, 84, 44709, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, 46506, 14158, 436, 592,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 568, 11, 644, 373, 262, 938, 2612, 2494, 286, 5827, 2579, 34938, 287, 262, 2180, 1110, 30, 46506, 8262, 31534, 13, 2100, 84, 44709, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, 46506, 14158, 436, 592,...
Find the average age of students living in each city with a bar chart, and could you display Y-axis in descending order?
SELECT city_code, AVG(Age) FROM Student GROUP BY city_code ORDER BY AVG(Age) DESC
[ 16742, 262, 2811, 2479, 286, 2444, 2877, 287, 1123, 1748, 351, 257, 2318, 8262, 11, 290, 714, 345, 3359, 575, 12, 22704, 287, 31491, 1502, 30, 46506, 1748, 62, 8189, 11, 35224, 7, 23396, 8, 16034, 13613, 44441, 11050, 1748, 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 ]
[ 16742, 262, 2811, 2479, 286, 2444, 2877, 287, 1123, 1748, 351, 257, 2318, 8262, 11, 290, 714, 345, 3359, 575, 12, 22704, 287, 31491, 1502, 30, 46506, 1748, 62, 8189, 11, 35224, 7, 23396, 8, 16034, 13613, 44441, 11050, 1748, 62, 8189, ...
calculate patient 027-107035's length of stay of the first hospital stay.
SELECT STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', patient.hospitaladmittime) FROM patient WHERE patient.uniquepid = '027-107035' AND NOT patient.hospitaladmittime IS NULL ORDER BY patient.hospitaladmittime LIMIT 1
[ 9948, 3129, 378, 5827, 657, 1983, 12, 940, 2154, 2327, 338, 4129, 286, 2652, 286, 262, 717, 4436, 2652, 13, 46506, 19269, 9792, 12789, 10786, 4, 73, 3256, 5827, 13, 49257, 6381, 354, 7641, 524, 8, 532, 19269, 9792, 12789, 10786, 4, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 9948, 3129, 378, 5827, 657, 1983, 12, 940, 2154, 2327, 338, 4129, 286, 2652, 286, 262, 717, 4436, 2652, 13, 46506, 19269, 9792, 12789, 10786, 4, 73, 3256, 5827, 13, 49257, 6381, 354, 7641, 524, 8, 532, 19269, 9792, 12789, 10786, 4, ...
What is the number when against is rajasthan royals?
SELECT MAX("No.") FROM table_25603 WHERE "Against" = 'Rajasthan Royals'
[ 2061, 318, 262, 1271, 618, 1028, 318, 374, 1228, 292, 14813, 10611, 874, 30, 46506, 25882, 7203, 2949, 19570, 16034, 3084, 62, 1495, 35642, 33411, 366, 39276, 1, 796, 705, 49, 1228, 292, 14813, 30245, 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, 1271, 618, 1028, 318, 374, 1228, 292, 14813, 10611, 874, 30, 46506, 25882, 7203, 2949, 19570, 16034, 3084, 62, 1495, 35642, 33411, 366, 39276, 1, 796, 705, 49, 1228, 292, 14813, 30245, 6 ]
My posts which contain an embedded video. So this happened: http://meta.stackoverflow.com/a/123438 And now I want to go back and fix some of my posts.
SELECT Score, Id AS "post_link" FROM Posts WHERE OwnerUserId = '##UserId:int##' AND Body LIKE '%<object %' ORDER BY CreationDate DESC
[ 3666, 6851, 543, 3994, 281, 14553, 2008, 13, 1406, 428, 3022, 25, 2638, 1378, 28961, 13, 25558, 2502, 11125, 13, 785, 14, 64, 14, 1065, 2682, 2548, 201, 198, 201, 198, 1870, 783, 314, 765, 284, 467, 736, 290, 4259, 617, 286, 616, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3666, 6851, 543, 3994, 281, 14553, 2008, 13, 1406, 428, 3022, 25, 2638, 1378, 28961, 13, 25558, 2502, 11125, 13, 785, 14, 64, 14, 1065, 2682, 2548, 201, 198, 201, 198, 1870, 783, 314, 765, 284, 467, 736, 290, 4259, 617, 286, 616, ...
my posts edited by someone else.
SELECT Id, Title FROM Posts WHERE OwnerUserId = 499 AND LastEditorUserId != 499
[ 1820, 6851, 13012, 416, 2130, 2073, 13, 46506, 5121, 11, 11851, 16034, 12043, 33411, 23853, 12982, 7390, 796, 48391, 5357, 4586, 17171, 12982, 7390, 14512, 48391 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1820, 6851, 13012, 416, 2130, 2073, 13, 46506, 5121, 11, 11851, 16034, 12043, 33411, 23853, 12982, 7390, 796, 48391, 5357, 4586, 17171, 12982, 7390, 14512, 48391 ]
What is the location of Classification of T12?
SELECT location FROM table_name_96 WHERE classification = "t12"
[ 2061, 318, 262, 4067, 286, 40984, 286, 309, 1065, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 4846, 33411, 17923, 796, 366, 83, 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 ]
[ 2061, 318, 262, 4067, 286, 40984, 286, 309, 1065, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 4846, 33411, 17923, 796, 366, 83, 1065, 1 ]
What is the Season Outcome, when the School is Sussex Tech?
SELECT season_outcome FROM table_name_70 WHERE school = "sussex tech"
[ 2061, 318, 262, 7369, 3806, 2958, 11, 618, 262, 3961, 318, 41588, 9634, 30, 46506, 1622, 62, 448, 2958, 16034, 3084, 62, 3672, 62, 2154, 33411, 1524, 796, 366, 82, 385, 8044, 7261, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7369, 3806, 2958, 11, 618, 262, 3961, 318, 41588, 9634, 30, 46506, 1622, 62, 448, 2958, 16034, 3084, 62, 3672, 62, 2154, 33411, 1524, 796, 366, 82, 385, 8044, 7261, 1 ]
What is Wheel Arrangement, when Manufacturer is 'Baldwin', and when Quantity Made is 12?
SELECT "Wheel arrangement" FROM table_44049 WHERE "Manufacturer" = 'baldwin' AND "Quantity made" = '12'
[ 2061, 318, 15810, 943, 36985, 972, 11, 618, 40218, 318, 705, 33, 1940, 5404, 3256, 290, 618, 39789, 14446, 318, 1105, 30, 46506, 366, 45307, 13888, 1, 16034, 3084, 62, 25644, 2920, 33411, 366, 44445, 15051, 1, 796, 705, 65, 1940, 5404...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15810, 943, 36985, 972, 11, 618, 40218, 318, 705, 33, 1940, 5404, 3256, 290, 618, 39789, 14446, 318, 1105, 30, 46506, 366, 45307, 13888, 1, 16034, 3084, 62, 25644, 2920, 33411, 366, 44445, 15051, 1, 796, 705, 65, 1940, 5404...
from LAS VEGAS to PHOENIX
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.city_name = 'LAS VEGAS' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PHOE...
[ 6738, 406, 1921, 569, 7156, 1921, 284, 9370, 46, 1677, 10426, 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, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 6738, 406, 1921, 569, 7156, 1921, 284, 9370, 46, 1677, 10426, 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, 3...
When aaron afflalo (9) has the highest amount of rebounds what is the score?
SELECT "Score" FROM table_25871 WHERE "High rebounds" = 'Aaron Afflalo (9)'
[ 2215, 257, 8045, 1527, 75, 7335, 357, 24, 8, 468, 262, 4511, 2033, 286, 18841, 644, 318, 262, 4776, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 25600, 4869, 33411, 366, 11922, 18841, 1, 796, 705, 34451, 6708, 75, 7335, 357, 24, 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, 1, 1 ]
[ 2215, 257, 8045, 1527, 75, 7335, 357, 24, 8, 468, 262, 4511, 2033, 286, 18841, 644, 318, 262, 4776, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 25600, 4869, 33411, 366, 11922, 18841, 1, 796, 705, 34451, 6708, 75, 7335, 357, 24, 33047...
What is the number of GEO IDs for areas in Riggin township with water area over 0.587 sq mi and ANSI codes over 1759257?
SELECT COUNT("GEO ID") FROM table_63182 WHERE "Water (sqmi)" > '0.587' AND "Township" = 'riggin' AND "ANSI code" > '1759257'
[ 2061, 318, 262, 1271, 286, 402, 4720, 32373, 329, 3006, 287, 24666, 1655, 42823, 351, 1660, 1989, 625, 657, 13, 44617, 19862, 21504, 290, 3537, 11584, 12416, 625, 1596, 3270, 28676, 30, 46506, 327, 28270, 7203, 38, 4720, 4522, 4943, 160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 402, 4720, 32373, 329, 3006, 287, 24666, 1655, 42823, 351, 1660, 1989, 625, 657, 13, 44617, 19862, 21504, 290, 3537, 11584, 12416, 625, 1596, 3270, 28676, 30, 46506, 327, 28270, 7203, 38, 4720, 4522, 4943, 160...
Name the webcast for website of and frequency of 103.3
SELECT "Webcast" FROM table_68582 WHERE "Website" = '•' AND "Frequency" = '103.3'
[ 5376, 262, 3992, 2701, 329, 3052, 286, 290, 8373, 286, 15349, 13, 18, 46506, 366, 13908, 2701, 1, 16034, 3084, 62, 3104, 46044, 33411, 366, 33420, 1, 796, 705, 3581, 6, 5357, 366, 37, 28707, 1, 796, 705, 15197, 13, 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 ]
[ 5376, 262, 3992, 2701, 329, 3052, 286, 290, 8373, 286, 15349, 13, 18, 46506, 366, 13908, 2701, 1, 16034, 3084, 62, 3104, 46044, 33411, 366, 33420, 1, 796, 705, 3581, 6, 5357, 366, 37, 28707, 1, 796, 705, 15197, 13, 18, 6 ]
what is the winner of stage 3
SELECT "Winner" FROM table_5981 WHERE "Stage" = '3'
[ 10919, 318, 262, 8464, 286, 3800, 513, 46506, 366, 48056, 1, 16034, 3084, 62, 3270, 6659, 33411, 366, 29391, 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 ]
[ 10919, 318, 262, 8464, 286, 3800, 513, 46506, 366, 48056, 1, 16034, 3084, 62, 3270, 6659, 33411, 366, 29391, 1, 796, 705, 18, 6 ]
For all employees in the Finance department, show me the proportion of their job id using a pie chart.
SELECT JOB_ID, COUNT(JOB_ID) FROM employees AS T1 JOIN departments AS T2 ON T1.DEPARTMENT_ID = T2.DEPARTMENT_ID WHERE T2.DEPARTMENT_NAME = 'Finance' GROUP BY JOB_ID
[ 1890, 477, 4409, 287, 262, 15007, 5011, 11, 905, 502, 262, 9823, 286, 511, 1693, 4686, 1262, 257, 2508, 8262, 13, 46506, 449, 9864, 62, 2389, 11, 327, 28270, 7, 41, 9864, 62, 2389, 8, 16034, 4409, 7054, 309, 16, 32357, 1268, 13346, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 477, 4409, 287, 262, 15007, 5011, 11, 905, 502, 262, 9823, 286, 511, 1693, 4686, 1262, 257, 2508, 8262, 13, 46506, 449, 9864, 62, 2389, 11, 327, 28270, 7, 41, 9864, 62, 2389, 8, 16034, 4409, 7054, 309, 16, 32357, 1268, 13346, ...
when did patient 3516 first receive calculated total co2 lab test until 42 months ago?
SELECT labevents.charttime FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'calculated total co2') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 3516) AND DATETIME(labevents.charttime) <= DATETIME(CURRENT_TIM...
[ 12518, 750, 5827, 3439, 1433, 717, 3328, 10488, 2472, 763, 17, 2248, 1332, 1566, 5433, 1933, 2084, 30, 46506, 2248, 31534, 13, 40926, 2435, 16034, 2248, 31534, 33411, 2248, 31534, 13, 9186, 312, 3268, 357, 46506, 288, 62, 23912, 23814, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 750, 5827, 3439, 1433, 717, 3328, 10488, 2472, 763, 17, 2248, 1332, 1566, 5433, 1933, 2084, 30, 46506, 2248, 31534, 13, 40926, 2435, 16034, 2248, 31534, 33411, 2248, 31534, 13, 9186, 312, 3268, 357, 46506, 288, 62, 23912, 23814, ...
I want the IATA for ICAO of zgkl
SELECT iata FROM table_name_32 WHERE icao = "zgkl"
[ 40, 765, 262, 314, 13563, 329, 314, 8141, 46, 286, 1976, 70, 41582, 46506, 1312, 1045, 16034, 3084, 62, 3672, 62, 2624, 33411, 220, 3970, 78, 796, 366, 89, 70, 41582, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 40, 765, 262, 314, 13563, 329, 314, 8141, 46, 286, 1976, 70, 41582, 46506, 1312, 1045, 16034, 3084, 62, 3672, 62, 2624, 33411, 220, 3970, 78, 796, 366, 89, 70, 41582, 1 ]
find out the number of divorced patients who were admitted before the year 2121.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "DIVORCED" AND demographic.admityear < "2121"
[ 19796, 503, 262, 1271, 286, 25107, 3871, 508, 547, 6848, 878, 262, 614, 362, 19244, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 3876, 1287, 62, 13376, 796, 366, 33569, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 503, 262, 1271, 286, 25107, 3871, 508, 547, 6848, 878, 262, 614, 362, 19244, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 3876, 1287, 62, 13376, 796, 366, 33569, ...
Which Team has a Recopa 1994 of n/a and a CONMEBOL 1994 of 1st round?
SELECT team FROM table_name_92 WHERE recopa_1994 = "n/a" AND conmebol_1994 = "1st round"
[ 13828, 4816, 468, 257, 3311, 26186, 9162, 286, 299, 14, 64, 290, 257, 7102, 11682, 33, 3535, 9162, 286, 352, 301, 2835, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 5892, 33411, 664, 26186, 62, 22666, 796, 366, 77, 14, 64, 1, 5357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4816, 468, 257, 3311, 26186, 9162, 286, 299, 14, 64, 290, 257, 7102, 11682, 33, 3535, 9162, 286, 352, 301, 2835, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 5892, 33411, 664, 26186, 62, 22666, 796, 366, 77, 14, 64, 1, 5357, ...
What was the equation if k_{\mathrm{h,pc}} = \frac{p}{c_\mathrm{aq}} is 2222.22?
SELECT "equation:" FROM table_26351 WHERE "k_{\\mathrm{H,pc}} = \\frac{p}{c_\\mathrm{aq}}" = '2222.22'
[ 2061, 373, 262, 16022, 611, 479, 23330, 59, 11018, 26224, 90, 71, 11, 14751, 11709, 796, 3467, 31944, 90, 79, 18477, 66, 62, 59, 11018, 26224, 90, 30188, 11709, 318, 362, 23148, 13, 1828, 30, 46506, 366, 4853, 341, 11097, 16034, 3084,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16022, 611, 479, 23330, 59, 11018, 26224, 90, 71, 11, 14751, 11709, 796, 3467, 31944, 90, 79, 18477, 66, 62, 59, 11018, 26224, 90, 30188, 11709, 318, 362, 23148, 13, 1828, 30, 46506, 366, 4853, 341, 11097, 16034, 3084,...
Find the list of cities that no customer is living in.
SELECT city FROM addresses WHERE NOT city IN (SELECT DISTINCT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id)
[ 16742, 262, 1351, 286, 4736, 326, 645, 6491, 318, 2877, 287, 13, 46506, 1748, 16034, 9405, 33411, 5626, 1748, 3268, 357, 46506, 360, 8808, 1268, 4177, 256, 18, 13, 19205, 16034, 4297, 7054, 256, 16, 32357, 1268, 6491, 62, 2860, 16746, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1351, 286, 4736, 326, 645, 6491, 318, 2877, 287, 13, 46506, 1748, 16034, 9405, 33411, 5626, 1748, 3268, 357, 46506, 360, 8808, 1268, 4177, 256, 18, 13, 19205, 16034, 4297, 7054, 256, 16, 32357, 1268, 6491, 62, 2860, 16746, ...
What Competition had a game on October 31, 1979?
SELECT competition FROM table_name_53 WHERE date = "october 31, 1979"
[ 2061, 27348, 550, 257, 983, 319, 3267, 3261, 11, 13521, 30, 46506, 5449, 16034, 3084, 62, 3672, 62, 4310, 33411, 3128, 796, 366, 38441, 2023, 3261, 11, 13521, 1 ]
[ 1, 1, 1, 1, 1, 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, 27348, 550, 257, 983, 319, 3267, 3261, 11, 13521, 30, 46506, 5449, 16034, 3084, 62, 3672, 62, 4310, 33411, 3128, 796, 366, 38441, 2023, 3261, 11, 13521, 1 ]
How many languages for the 2001 (74th) awards?
SELECT COUNT("Language(s)") FROM table_20642 WHERE "Year (Ceremony)" = '2001 (74th)'
[ 2437, 867, 8950, 329, 262, 5878, 357, 4524, 400, 8, 13304, 30, 46506, 327, 28270, 7203, 32065, 7, 82, 8, 4943, 16034, 3084, 62, 1238, 41290, 33411, 366, 17688, 357, 34, 567, 9926, 16725, 796, 705, 14585, 357, 4524, 400, 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 ]
[ 2437, 867, 8950, 329, 262, 5878, 357, 4524, 400, 8, 13304, 30, 46506, 327, 28270, 7203, 32065, 7, 82, 8, 4943, 16034, 3084, 62, 1238, 41290, 33411, 366, 17688, 357, 34, 567, 9926, 16725, 796, 705, 14585, 357, 4524, 400, 33047 ]
What's the minimal game number in the season?
SELECT MIN(game) FROM table_11961582_4
[ 2061, 338, 262, 10926, 983, 1271, 287, 262, 1622, 30, 46506, 20625, 7, 6057, 8, 16034, 3084, 62, 16315, 47007, 6469, 62, 19 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 10926, 983, 1271, 287, 262, 1622, 30, 46506, 20625, 7, 6057, 8, 16034, 3084, 62, 16315, 47007, 6469, 62, 19 ]
Who are all the runner ups when the score is 9.12 (66) 5.6 (36)?
SELECT "Runner Up" FROM table_16718 WHERE "Score" = '9.12 (66) – 5.6 (36)'
[ 8241, 389, 477, 262, 17490, 19649, 618, 262, 4776, 318, 860, 13, 1065, 357, 2791, 8, 642, 13, 21, 357, 2623, 19427, 46506, 366, 49493, 3205, 1, 16034, 3084, 62, 21940, 1507, 33411, 366, 26595, 1, 796, 705, 24, 13, 1065, 357, 2791, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 389, 477, 262, 17490, 19649, 618, 262, 4776, 318, 860, 13, 1065, 357, 2791, 8, 642, 13, 21, 357, 2623, 19427, 46506, 366, 49493, 3205, 1, 16034, 3084, 62, 21940, 1507, 33411, 366, 26595, 1, 796, 705, 24, 13, 1065, 357, 2791, ...
What is the highest attendance of the match with a 2:0 score and vida as the away team?
SELECT MAX("Attendance") FROM table_47336 WHERE "Score" = '2:0' AND "Away" = 'vida'
[ 2061, 318, 262, 4511, 14858, 286, 262, 2872, 351, 257, 362, 25, 15, 4776, 290, 410, 3755, 355, 262, 1497, 1074, 30, 46506, 25882, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 2857, 29211, 33411, 366, 26595, 1, 796, 705, 17, 25, 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, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 14858, 286, 262, 2872, 351, 257, 362, 25, 15, 4776, 290, 410, 3755, 355, 262, 1497, 1074, 30, 46506, 25882, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 2857, 29211, 33411, 366, 26595, 1, 796, 705, 17, 25, 15, ...
presence of panel reactive antibodies ( pra ) > 20 % ;
SELECT * FROM table_train_242 WHERE panel_reactive_antibodies > 20
[ 18302, 594, 286, 6103, 32242, 30869, 357, 7201, 1267, 1875, 1160, 4064, 2162, 46506, 1635, 16034, 3084, 62, 27432, 62, 27877, 33411, 6103, 62, 260, 5275, 62, 415, 571, 5042, 1875, 1160 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 18302, 594, 286, 6103, 32242, 30869, 357, 7201, 1267, 1875, 1160, 4064, 2162, 46506, 1635, 16034, 3084, 62, 27432, 62, 27877, 33411, 6103, 62, 260, 5275, 62, 415, 571, 5042, 1875, 1160 ]
WHAT IS THE SCORE FOR GREG NORMAN?
SELECT "Score" FROM table_45469 WHERE "Player" = 'greg norman'
[ 32971, 3180, 3336, 6374, 6965, 7473, 19928, 38, 25273, 10725, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 34229, 3388, 33411, 366, 14140, 1, 796, 705, 9903, 2593, 272, 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 ]
[ 32971, 3180, 3336, 6374, 6965, 7473, 19928, 38, 25273, 10725, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 34229, 3388, 33411, 366, 14140, 1, 796, 705, 9903, 2593, 272, 6 ]
What is the lowest minutes a goalkeeper with 13 games played has?
SELECT MIN("Minutes") FROM table_70248 WHERE "Games Played" = '13'
[ 2061, 318, 262, 9016, 2431, 257, 26318, 351, 1511, 1830, 2826, 468, 30, 46506, 20625, 7203, 9452, 1769, 4943, 16034, 3084, 62, 2154, 23045, 33411, 366, 24474, 33101, 1, 796, 705, 1485, 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 ]
[ 2061, 318, 262, 9016, 2431, 257, 26318, 351, 1511, 1830, 2826, 468, 30, 46506, 20625, 7203, 9452, 1769, 4943, 16034, 3084, 62, 2154, 23045, 33411, 366, 24474, 33101, 1, 796, 705, 1485, 6 ]
Which NBA Draft had Labradford Smith?
SELECT "NBA Draft" FROM table_52545 WHERE "Player" = 'labradford smith'
[ 13828, 7403, 13650, 550, 3498, 6335, 3841, 4176, 30, 46506, 366, 32470, 13650, 1, 16034, 3084, 62, 39088, 2231, 33411, 366, 14140, 1, 796, 705, 23912, 6335, 3841, 895, 342, 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 ]
[ 13828, 7403, 13650, 550, 3498, 6335, 3841, 4176, 30, 46506, 366, 32470, 13650, 1, 16034, 3084, 62, 39088, 2231, 33411, 366, 14140, 1, 796, 705, 23912, 6335, 3841, 895, 342, 6 ]
What was lane 4's time?
SELECT time FROM table_name_70 WHERE lane = 4
[ 2061, 373, 11193, 604, 338, 640, 30, 46506, 640, 16034, 3084, 62, 3672, 62, 2154, 33411, 11193, 796, 604 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 11193, 604, 338, 640, 30, 46506, 640, 16034, 3084, 62, 3672, 62, 2154, 33411, 11193, 796, 604 ]
what was richie hearn 's race position ?
SELECT "pos" FROM table_204_468 WHERE "driver" = 'richie hearn'
[ 10919, 373, 5527, 494, 339, 1501, 705, 82, 3234, 2292, 5633, 46506, 366, 1930, 1, 16034, 3084, 62, 18638, 62, 38472, 33411, 366, 26230, 1, 796, 705, 7527, 494, 339, 1501, 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, 373, 5527, 494, 339, 1501, 705, 82, 3234, 2292, 5633, 46506, 366, 1930, 1, 16034, 3084, 62, 18638, 62, 38472, 33411, 366, 26230, 1, 796, 705, 7527, 494, 339, 1501, 6 ]
What was the distance in the race where the weight in kg was 56 and the winner/2nd was 2nd - Fritz?
SELECT distance FROM table_2581397_4 WHERE weight__kg_ = "56" AND winner_2nd = "2nd - Fritz"
[ 2061, 373, 262, 5253, 287, 262, 3234, 810, 262, 3463, 287, 14211, 373, 7265, 290, 262, 8464, 14, 17, 358, 373, 362, 358, 532, 45954, 30, 46506, 5253, 16034, 3084, 62, 25600, 1485, 5607, 62, 19, 33411, 3463, 834, 10025, 62, 796, 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 ]
[ 2061, 373, 262, 5253, 287, 262, 3234, 810, 262, 3463, 287, 14211, 373, 7265, 290, 262, 8464, 14, 17, 358, 373, 362, 358, 532, 45954, 30, 46506, 5253, 16034, 3084, 62, 25600, 1485, 5607, 62, 19, 33411, 3463, 834, 10025, 62, 796, 366,...
When Gary Player was the runner-up, what was the margin of victory?
SELECT margin_of_victory FROM table_name_28 WHERE runner_s__up = "gary player"
[ 2215, 10936, 7853, 373, 262, 17490, 12, 929, 11, 644, 373, 262, 10330, 286, 5373, 30, 46506, 10330, 62, 1659, 62, 32433, 652, 16034, 3084, 62, 3672, 62, 2078, 33411, 17490, 62, 82, 834, 929, 796, 366, 14849, 2137, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 10936, 7853, 373, 262, 17490, 12, 929, 11, 644, 373, 262, 10330, 286, 5373, 30, 46506, 10330, 62, 1659, 62, 32433, 652, 16034, 3084, 62, 3672, 62, 2078, 33411, 17490, 62, 82, 834, 929, 796, 366, 14849, 2137, 1 ]
How long are my posts?.
SELECT LENGTH(p.Body), Id AS "post_link" FROM Posts AS p WHERE p.PostTypeId = 2 AND p.OwnerUserId = '##UserId##' ORDER BY LENGTH(p.Body) DESC
[ 2437, 890, 389, 616, 6851, 30, 13, 46506, 406, 49494, 7, 79, 13, 25842, 828, 5121, 7054, 366, 7353, 62, 8726, 1, 16034, 12043, 7054, 279, 33411, 279, 13, 6307, 6030, 7390, 796, 362, 5357, 279, 13, 42419, 12982, 7390, 796, 705, 2235,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 890, 389, 616, 6851, 30, 13, 46506, 406, 49494, 7, 79, 13, 25842, 828, 5121, 7054, 366, 7353, 62, 8726, 1, 16034, 12043, 7054, 279, 33411, 279, 13, 6307, 6030, 7390, 796, 362, 5357, 279, 13, 42419, 12982, 7390, 796, 705, 2235,...
What is the outcome on March 20, 1994?
SELECT "Outcome" FROM table_60755 WHERE "Date" = 'march 20, 1994'
[ 2061, 318, 262, 8055, 319, 2805, 1160, 11, 9162, 30, 46506, 366, 7975, 2958, 1, 16034, 3084, 62, 1899, 38172, 33411, 366, 10430, 1, 796, 705, 76, 998, 1160, 11, 9162, 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, 8055, 319, 2805, 1160, 11, 9162, 30, 46506, 366, 7975, 2958, 1, 16034, 3084, 62, 1899, 38172, 33411, 366, 10430, 1, 796, 705, 76, 998, 1160, 11, 9162, 6 ]
Who were they playing when Bird (1-4) had a loss?
SELECT "Opponent" FROM table_15397 WHERE "Loss" = 'bird (1-4)'
[ 8241, 547, 484, 2712, 618, 14506, 357, 16, 12, 19, 8, 550, 257, 2994, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 1314, 33372, 33411, 366, 43, 793, 1, 796, 705, 16944, 357, 16, 12, 19, 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 ]
[ 8241, 547, 484, 2712, 618, 14506, 357, 16, 12, 19, 8, 550, 257, 2994, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 1314, 33372, 33411, 366, 43, 793, 1, 796, 705, 16944, 357, 16, 12, 19, 33047 ]
what was the monthly minimum amount of urine given to patient 018-81471?
SELECT MIN(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '018-81471')) AND intakeoutput.celllabel = 'urine...
[ 10919, 373, 262, 9651, 5288, 2033, 286, 18922, 1813, 284, 5827, 5534, 23, 12, 23, 1415, 4869, 30, 46506, 20625, 7, 600, 539, 22915, 13, 3846, 2100, 84, 268, 39223, 8, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 262, 9651, 5288, 2033, 286, 18922, 1813, 284, 5827, 5534, 23, 12, 23, 1415, 4869, 30, 46506, 20625, 7, 600, 539, 22915, 13, 3846, 2100, 84, 268, 39223, 8, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, ...
what is date of birth and gender of subject name claude chipman?
SELECT demographic.dob, demographic.gender FROM demographic WHERE demographic.name = "Claude Chipman"
[ 10919, 318, 3128, 286, 4082, 290, 5279, 286, 2426, 1438, 26435, 2507, 11594, 805, 30, 46506, 16728, 13, 67, 672, 11, 16728, 13, 8388, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 47404, 2507, 17869, 805, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 286, 4082, 290, 5279, 286, 2426, 1438, 26435, 2507, 11594, 805, 30, 46506, 16728, 13, 67, 672, 11, 16728, 13, 8388, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 47404, 2507, 17869, 805, 1 ]
Which series has 11 points?
SELECT "Series" FROM table_76209 WHERE "Points" = '11'
[ 13828, 2168, 468, 1367, 2173, 30, 46506, 366, 27996, 1, 16034, 3084, 62, 4304, 22567, 33411, 366, 40710, 1, 796, 705, 1157, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2168, 468, 1367, 2173, 30, 46506, 366, 27996, 1, 16034, 3084, 62, 4304, 22567, 33411, 366, 40710, 1, 796, 705, 1157, 6 ]
On which date was the opponent lamine ouahab?
SELECT date FROM table_name_92 WHERE opponent = "lamine ouahab"
[ 2202, 543, 3128, 373, 262, 6125, 300, 9862, 267, 84, 993, 397, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 5892, 33411, 6125, 796, 366, 2543, 500, 267, 84, 993, 397, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 543, 3128, 373, 262, 6125, 300, 9862, 267, 84, 993, 397, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 5892, 33411, 6125, 796, 366, 2543, 500, 267, 84, 993, 397, 1 ]
What are the womens singles of imam sodikin irawan andi tandaputra?
SELECT womens_singles FROM table_12104319_1 WHERE mens_doubles = "Imam Sodikin Irawan Andi Tandaputra"
[ 2061, 389, 262, 1116, 641, 25287, 286, 545, 321, 32581, 1134, 259, 4173, 43004, 290, 72, 256, 392, 499, 35076, 30, 46506, 1116, 641, 62, 12215, 829, 16034, 3084, 62, 1065, 940, 3559, 1129, 62, 16, 33411, 285, 641, 62, 67, 280, 7689,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1116, 641, 25287, 286, 545, 321, 32581, 1134, 259, 4173, 43004, 290, 72, 256, 392, 499, 35076, 30, 46506, 1116, 641, 62, 12215, 829, 16034, 3084, 62, 1065, 940, 3559, 1129, 62, 16, 33411, 285, 641, 62, 67, 280, 7689,...
What teams drafted players that played for northwood school?
SELECT cfl_team FROM table_10960039_6 WHERE college = "Northwood"
[ 2061, 3466, 15937, 1938, 326, 2826, 329, 5093, 3822, 1524, 30, 46506, 269, 2704, 62, 15097, 16034, 3084, 62, 940, 4846, 405, 2670, 62, 21, 33411, 4152, 796, 366, 14157, 3822, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 3466, 15937, 1938, 326, 2826, 329, 5093, 3822, 1524, 30, 46506, 269, 2704, 62, 15097, 16034, 3084, 62, 940, 4846, 405, 2670, 62, 21, 33411, 4152, 796, 366, 14157, 3822, 1 ]
Give me a bar graph showing the total number of different product names, I want to rank by the Y-axis in ascending.
SELECT Product_Name, COUNT(Product_Name) FROM Products GROUP BY Product_Name ORDER BY COUNT(Product_Name)
[ 23318, 502, 257, 2318, 4823, 4478, 262, 2472, 1271, 286, 1180, 1720, 3891, 11, 314, 765, 284, 4279, 416, 262, 575, 12, 22704, 287, 41988, 13, 46506, 8721, 62, 5376, 11, 327, 28270, 7, 15667, 62, 5376, 8, 16034, 18675, 44441, 11050, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23318, 502, 257, 2318, 4823, 4478, 262, 2472, 1271, 286, 1180, 1720, 3891, 11, 314, 765, 284, 4279, 416, 262, 575, 12, 22704, 287, 41988, 13, 46506, 8721, 62, 5376, 11, 327, 28270, 7, 15667, 62, 5376, 8, 16034, 18675, 44441, 11050, ...
What date was the match against leonardo tavares with a score of 6 4, 6 4?
SELECT "Date" FROM table_60685 WHERE "Score" = '6–4, 6–4' AND "Opponent" = 'leonardo tavares'
[ 2061, 3128, 373, 262, 2872, 1028, 443, 261, 13109, 256, 615, 3565, 351, 257, 4776, 286, 718, 604, 11, 718, 604, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 1899, 35978, 33411, 366, 26595, 1, 796, 705, 21, 1906, 19, 11, 718, 1906, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 373, 262, 2872, 1028, 443, 261, 13109, 256, 615, 3565, 351, 257, 4776, 286, 718, 604, 11, 718, 604, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 1899, 35978, 33411, 366, 26595, 1, 796, 705, 21, 1906, 19, 11, 718, 1906, 1...
How many times was Plan B 4th place?
SELECT COUNT(winner) FROM table_17111812_1 WHERE fourth = "Plan B"
[ 2437, 867, 1661, 373, 5224, 347, 604, 400, 1295, 30, 46506, 327, 28270, 7, 39791, 8, 16034, 3084, 62, 1558, 1157, 1507, 1065, 62, 16, 33411, 5544, 796, 366, 20854, 347, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 5224, 347, 604, 400, 1295, 30, 46506, 327, 28270, 7, 39791, 8, 16034, 3084, 62, 1558, 1157, 1507, 1065, 62, 16, 33411, 5544, 796, 366, 20854, 347, 1 ]
What was the record when the Clippers played Philadelphia?
SELECT record FROM table_27756572_10 WHERE team = "Philadelphia"
[ 2061, 373, 262, 1700, 618, 262, 28564, 2826, 8857, 30, 46506, 1700, 16034, 3084, 62, 1983, 2425, 2996, 4761, 62, 940, 33411, 1074, 796, 366, 42349, 1 ]
[ 1, 1, 1, 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, 1700, 618, 262, 28564, 2826, 8857, 30, 46506, 1700, 16034, 3084, 62, 1983, 2425, 2996, 4761, 62, 940, 33411, 1074, 796, 366, 42349, 1 ]
What's the Result of the Competition of 1998 FIFA World Cup Qualification with the Venue of Bangkok?
SELECT result FROM table_name_66 WHERE competition = "1998 fifa world cup qualification" AND venue = "bangkok"
[ 2061, 338, 262, 25414, 286, 262, 27348, 286, 7795, 21285, 2159, 5454, 9537, 2649, 351, 262, 9932, 518, 286, 35007, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2791, 33411, 5449, 796, 366, 21113, 5515, 64, 995, 6508, 28587, 1, 5357, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 338, 262, 25414, 286, 262, 27348, 286, 7795, 21285, 2159, 5454, 9537, 2649, 351, 262, 9932, 518, 286, 35007, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2791, 33411, 5449, 796, 366, 21113, 5515, 64, 995, 6508, 28587, 1, 5357, 14...
What is the load bearing capacity when the name is Camelus Dromedarius
SELECT load_bearing_capacity FROM table_1427868_1 WHERE scientific_name = "Camelus dromedarius"
[ 2061, 318, 262, 3440, 14121, 5339, 618, 262, 1438, 318, 43281, 385, 360, 398, 276, 19897, 46506, 3440, 62, 28655, 62, 42404, 16034, 3084, 62, 1415, 25870, 3104, 62, 16, 33411, 5654, 62, 3672, 796, 366, 34, 17983, 385, 288, 398, 276, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3440, 14121, 5339, 618, 262, 1438, 318, 43281, 385, 360, 398, 276, 19897, 46506, 3440, 62, 28655, 62, 42404, 16034, 3084, 62, 1415, 25870, 3104, 62, 16, 33411, 5654, 62, 3672, 796, 366, 34, 17983, 385, 288, 398, 276, ...
How many NHL teams does Terry French play for?
SELECT COUNT(nhl_team) FROM table_1213511_2 WHERE player = "Terry French"
[ 2437, 867, 9481, 3466, 857, 14286, 4141, 711, 329, 30, 46506, 327, 28270, 7, 77, 18519, 62, 15097, 8, 16034, 3084, 62, 1065, 17059, 1157, 62, 17, 33411, 2137, 796, 366, 50241, 4141, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9481, 3466, 857, 14286, 4141, 711, 329, 30, 46506, 327, 28270, 7, 77, 18519, 62, 15097, 8, 16034, 3084, 62, 1065, 17059, 1157, 62, 17, 33411, 2137, 796, 366, 50241, 4141, 1 ]
What is the Date that has MARTIN of 7 9% and no Undecided?
SELECT "Date" FROM table_36882 WHERE "Undecided" = '–' AND "MARTIN" = '7–9%'
[ 2061, 318, 262, 7536, 326, 468, 337, 7227, 1268, 286, 767, 860, 4, 290, 645, 13794, 35503, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2623, 42980, 33411, 366, 31319, 35503, 1, 796, 705, 1906, 6, 5357, 366, 44, 7227, 1268, 1, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7536, 326, 468, 337, 7227, 1268, 286, 767, 860, 4, 290, 645, 13794, 35503, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2623, 42980, 33411, 366, 31319, 35503, 1, 796, 705, 1906, 6, 5357, 366, 44, 7227, 1268, 1, 796, ...
find the number of patients primarily diagnosed with neoplasm of uncertain behavior of other lymphatic and hamatopoiteic tissues /bone marrow transplant and their drug route is dialys.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.diagnosis = "NEOPLASM OF UNCERTAIN BEHAVIOR OF OTHER LYMPHATIC AND HEMATOPOIETIC TISSUES\BONE MARROW TRANSPLANT" AND prescriptions.route = "DIALYS"
[ 19796, 262, 1271, 286, 3871, 7525, 14641, 351, 497, 20106, 8597, 286, 8627, 4069, 286, 584, 28837, 1512, 290, 8891, 265, 404, 78, 578, 291, 21379, 1220, 15992, 44173, 23319, 290, 511, 2563, 6339, 318, 5980, 893, 13, 46506, 327, 28270, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 1271, 286, 3871, 7525, 14641, 351, 497, 20106, 8597, 286, 8627, 4069, 286, 584, 28837, 1512, 290, 8891, 265, 404, 78, 578, 291, 21379, 1220, 15992, 44173, 23319, 290, 511, 2563, 6339, 318, 5980, 893, 13, 46506, 327, 28270, ...
What is the clock multiplier if the voltage range (v) is 3.3 - 3.6; input clock (mhz) is 33 x 3 / 50 x 2; and part number is a80486dx4-100?
SELECT "Clock Multiplier" FROM table_1213 WHERE "Voltage Range (V)" = '3.3 - 3.6' AND "Input Clock (MHz)" = '33 X 3 / 50 X 2' AND "Part Number" = 'A80486DX4-100'
[ 2061, 318, 262, 8801, 33090, 611, 262, 15004, 2837, 357, 85, 8, 318, 513, 13, 18, 532, 513, 13, 21, 26, 5128, 8801, 357, 76, 32179, 8, 318, 4747, 2124, 513, 1220, 2026, 2124, 362, 26, 290, 636, 1271, 318, 257, 1795, 34251, 34350, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8801, 33090, 611, 262, 15004, 2837, 357, 85, 8, 318, 513, 13, 18, 532, 513, 13, 21, 26, 5128, 8801, 357, 76, 32179, 8, 318, 4747, 2124, 513, 1220, 2026, 2124, 362, 26, 290, 636, 1271, 318, 257, 1795, 34251, 34350, ...
What is the weight of the display that has an internal storage of 16-64 GB and uses a wi-fi, 3G wireless network?
SELECT weight FROM table_name_33 WHERE internal_storage = "16-64 gb" AND wireless_network = "wi-fi, 3g"
[ 2061, 318, 262, 3463, 286, 262, 3359, 326, 468, 281, 5387, 6143, 286, 1467, 12, 2414, 13124, 290, 3544, 257, 45967, 12, 12463, 11, 513, 38, 12521, 3127, 30, 46506, 3463, 16034, 3084, 62, 3672, 62, 2091, 33411, 5387, 62, 35350, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3463, 286, 262, 3359, 326, 468, 281, 5387, 6143, 286, 1467, 12, 2414, 13124, 290, 3544, 257, 45967, 12, 12463, 11, 513, 38, 12521, 3127, 30, 46506, 3463, 16034, 3084, 62, 3672, 62, 2091, 33411, 5387, 62, 35350, 796, ...
Which section is in the 6th position?
SELECT section FROM table_name_8 WHERE position = "6th"
[ 13828, 2665, 318, 287, 262, 718, 400, 2292, 30, 46506, 2665, 16034, 3084, 62, 3672, 62, 23, 33411, 2292, 796, 366, 21, 400, 1 ]
[ 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, 2665, 318, 287, 262, 718, 400, 2292, 30, 46506, 2665, 16034, 3084, 62, 3672, 62, 23, 33411, 2292, 796, 366, 21, 400, 1 ]
What is the score for match 1 for the team Eastern Tigers?
SELECT match1 FROM table_24538140_2 WHERE team = "Eastern Tigers"
[ 2061, 318, 262, 4776, 329, 2872, 352, 329, 262, 1074, 8345, 17662, 30, 46506, 2872, 16, 16034, 3084, 62, 22995, 2548, 15187, 62, 17, 33411, 1074, 796, 366, 46109, 17662, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 4776, 329, 2872, 352, 329, 262, 1074, 8345, 17662, 30, 46506, 2872, 16, 16034, 3084, 62, 22995, 2548, 15187, 62, 17, 33411, 1074, 796, 366, 46109, 17662, 1 ]
Usually every week , are there 2 or 3 lectures for 417 ?
SELECT DISTINCT course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday, semester.semester, semester.year FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND c...
[ 37887, 790, 1285, 837, 389, 612, 362, 393, 513, 25917, 329, 47580, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, 62, 2364, 1586, 13, 82, 3658, 11, 1781, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 37887, 790, 1285, 837, 389, 612, 362, 393, 513, 25917, 329, 47580, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, 62, 2364, 1586, 13, 82, 3658, 11, 1781, ...
What's the series number of the episode directed by Skipp Sudduth?
SELECT no_in_series FROM table_23528223_2 WHERE directed_by = "Skipp Sudduth"
[ 2061, 338, 262, 2168, 1271, 286, 262, 4471, 7924, 416, 3661, 3974, 311, 4185, 1071, 30, 46506, 645, 62, 259, 62, 25076, 16034, 3084, 62, 22370, 2078, 22047, 62, 17, 33411, 7924, 62, 1525, 796, 366, 15739, 3974, 311, 4185, 1071, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 338, 262, 2168, 1271, 286, 262, 4471, 7924, 416, 3661, 3974, 311, 4185, 1071, 30, 46506, 645, 62, 259, 62, 25076, 16034, 3084, 62, 22370, 2078, 22047, 62, 17, 33411, 7924, 62, 1525, 796, 366, 15739, 3974, 311, 4185, 1071, 1 ]
What is the lowest date settled for chifley?
SELECT MIN(date_first_settled_as_a_suburb) FROM table_1174162_1 WHERE suburb = "Chifley"
[ 2061, 318, 262, 9016, 3128, 10282, 329, 442, 361, 1636, 30, 46506, 20625, 7, 4475, 62, 11085, 62, 17744, 992, 62, 292, 62, 64, 62, 7266, 5945, 8, 16034, 3084, 62, 1157, 4524, 25061, 62, 16, 33411, 23200, 796, 366, 1925, 361, 1636, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9016, 3128, 10282, 329, 442, 361, 1636, 30, 46506, 20625, 7, 4475, 62, 11085, 62, 17744, 992, 62, 292, 62, 64, 62, 7266, 5945, 8, 16034, 3084, 62, 1157, 4524, 25061, 62, 16, 33411, 23200, 796, 366, 1925, 361, 1636, ...
what was the yearly minimum intake of amiodarone mg/hr of patient 22782?
SELECT MIN(inputevents_cv.amount) FROM inputevents_cv WHERE inputevents_cv.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 22782)) AND inputevents_cv.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.lab...
[ 10919, 373, 262, 24169, 5288, 10337, 286, 716, 2101, 283, 505, 10527, 14, 11840, 286, 5827, 30989, 6469, 30, 46506, 20625, 7, 259, 79, 1133, 85, 658, 62, 33967, 13, 17287, 8, 16034, 287, 79, 1133, 85, 658, 62, 33967, 33411, 287, 79,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 262, 24169, 5288, 10337, 286, 716, 2101, 283, 505, 10527, 14, 11840, 286, 5827, 30989, 6469, 30, 46506, 20625, 7, 259, 79, 1133, 85, 658, 62, 33967, 13, 17287, 8, 16034, 287, 79, 1133, 85, 658, 62, 33967, 33411, 287, 79,...
In what region is the enrollment ratio in primary 94.40?
SELECT region FROM table_25042332_22 WHERE primary__6_13_years_ = "94.40"
[ 818, 644, 3814, 318, 262, 20753, 8064, 287, 4165, 10048, 13, 1821, 30, 46506, 3814, 16034, 3084, 62, 9031, 43356, 2624, 62, 1828, 33411, 4165, 834, 21, 62, 1485, 62, 19002, 62, 796, 366, 5824, 13, 1821, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 818, 644, 3814, 318, 262, 20753, 8064, 287, 4165, 10048, 13, 1821, 30, 46506, 3814, 16034, 3084, 62, 9031, 43356, 2624, 62, 1828, 33411, 4165, 834, 21, 62, 1485, 62, 19002, 62, 796, 366, 5824, 13, 1821, 1 ]
What is the Team with a Lap that is 5?
SELECT team FROM table_name_48 WHERE laps = 5
[ 2061, 318, 262, 4816, 351, 257, 26944, 326, 318, 642, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 2780, 33411, 24590, 796, 642 ]
[ 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, 351, 257, 26944, 326, 318, 642, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 2780, 33411, 24590, 796, 642 ]
What is the average that has 2 for the rank?
SELECT average FROM table_name_3 WHERE rank = "2"
[ 2061, 318, 262, 2811, 326, 468, 362, 329, 262, 4279, 30, 46506, 2811, 16034, 3084, 62, 3672, 62, 18, 33411, 4279, 796, 366, 17, 1 ]
[ 1, 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, 326, 468, 362, 329, 262, 4279, 30, 46506, 2811, 16034, 3084, 62, 3672, 62, 18, 33411, 4279, 796, 366, 17, 1 ]
What is Wu Xing ( ) with Korean (RR) of (im)?
SELECT "Wu Xing ( \u4e94\u884c )" FROM table_66192 WHERE "Korean ( RR )" = '임 (im)'
[ 2061, 318, 18027, 1395, 278, 357, 1267, 351, 6983, 357, 21095, 8, 286, 357, 320, 19427, 46506, 366, 54, 84, 1395, 278, 357, 3467, 84, 19, 68, 5824, 59, 84, 40353, 66, 1267, 1, 16034, 3084, 62, 2791, 17477, 33411, 366, 42, 29456, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18027, 1395, 278, 357, 1267, 351, 6983, 357, 21095, 8, 286, 357, 320, 19427, 46506, 366, 54, 84, 1395, 278, 357, 3467, 84, 19, 68, 5824, 59, 84, 40353, 66, 1267, 1, 16034, 3084, 62, 2791, 17477, 33411, 366, 42, 29456, 3...
Who are the Runner(s)-up with a Margin of 3 strokes?
SELECT "Runner(s)-up" FROM table_39384 WHERE "Margin" = '3 strokes'
[ 8241, 389, 262, 21529, 7, 82, 13219, 929, 351, 257, 11899, 259, 286, 513, 29483, 30, 46506, 366, 49493, 7, 82, 13219, 929, 1, 16034, 3084, 62, 2670, 22842, 33411, 366, 24428, 259, 1, 796, 705, 18, 29483, 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 ]
[ 8241, 389, 262, 21529, 7, 82, 13219, 929, 351, 257, 11899, 259, 286, 513, 29483, 30, 46506, 366, 49493, 7, 82, 13219, 929, 1, 16034, 3084, 62, 2670, 22842, 33411, 366, 24428, 259, 1, 796, 705, 18, 29483, 6 ]
What is the namesake of the feature found at 189.5w longitude?
SELECT namesake FROM table_16768245_2 WHERE longitude = "189.5W"
[ 2061, 318, 262, 49829, 286, 262, 3895, 1043, 379, 27230, 13, 20, 86, 890, 3984, 30, 46506, 49829, 16034, 3084, 62, 21940, 3104, 22995, 62, 17, 33411, 890, 3984, 796, 366, 23362, 13, 20, 54, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 49829, 286, 262, 3895, 1043, 379, 27230, 13, 20, 86, 890, 3984, 30, 46506, 49829, 16034, 3084, 62, 21940, 3104, 22995, 62, 17, 33411, 890, 3984, 796, 366, 23362, 13, 20, 54, 1 ]
What is the category Anuya Bhagvath was nominated for at vijay award?
SELECT "Ceremony" FROM table_45642 WHERE "Award" = 'vijay award' AND "Outcome" = 'nominated' AND "Name" = 'anuya bhagvath'
[ 2061, 318, 262, 6536, 1052, 84, 3972, 16581, 363, 85, 776, 373, 19332, 329, 379, 410, 2926, 323, 5764, 30, 46506, 366, 34, 567, 9926, 1, 16034, 3084, 62, 2231, 41290, 33411, 366, 32, 904, 1, 796, 705, 85, 2926, 323, 5764, 6, 5357,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6536, 1052, 84, 3972, 16581, 363, 85, 776, 373, 19332, 329, 379, 410, 2926, 323, 5764, 30, 46506, 366, 34, 567, 9926, 1, 16034, 3084, 62, 2231, 41290, 33411, 366, 32, 904, 1, 796, 705, 85, 2926, 323, 5764, 6, 5357,...
What Loss had an Attendance of 17,675?
SELECT loss FROM table_name_35 WHERE attendance = "17,675"
[ 2061, 22014, 550, 281, 46502, 590, 286, 1596, 11, 42444, 30, 46506, 2994, 16034, 3084, 62, 3672, 62, 2327, 33411, 14858, 796, 366, 1558, 11, 42444, 1 ]
[ 1, 1, 1, 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, 22014, 550, 281, 46502, 590, 286, 1596, 11, 42444, 30, 46506, 2994, 16034, 3084, 62, 3672, 62, 2327, 33411, 14858, 796, 366, 1558, 11, 42444, 1 ]
Operation of find-min has what binary?
SELECT "Binary" FROM table_34763 WHERE "Operation" = 'find-min'
[ 32180, 286, 1064, 12, 1084, 468, 644, 13934, 30, 46506, 366, 33, 3219, 1, 16034, 3084, 62, 2682, 49641, 33411, 366, 32180, 1, 796, 705, 19796, 12, 1084, 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 ]
[ 32180, 286, 1064, 12, 1084, 468, 644, 13934, 30, 46506, 366, 33, 3219, 1, 16034, 3084, 62, 2682, 49641, 33411, 366, 32180, 1, 796, 705, 19796, 12, 1084, 6 ]
What is the last match with a vacancy date of round 2 and Ney Franco as outgoing manager?
SELECT last_match FROM table_name_26 WHERE date_of_vacancy = "round 2" AND outgoing_manager = "ney franco"
[ 2061, 318, 262, 938, 2872, 351, 257, 39836, 3128, 286, 2835, 362, 290, 34506, 22198, 355, 28181, 4706, 30, 46506, 938, 62, 15699, 16034, 3084, 62, 3672, 62, 2075, 33411, 3128, 62, 1659, 62, 85, 330, 3883, 796, 366, 744, 362, 1, 5357...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 938, 2872, 351, 257, 39836, 3128, 286, 2835, 362, 290, 34506, 22198, 355, 28181, 4706, 30, 46506, 938, 62, 15699, 16034, 3084, 62, 3672, 62, 2075, 33411, 3128, 62, 1659, 62, 85, 330, 3883, 796, 366, 744, 362, 1, 5357...
what is date of death and procedure short title of subject id 15898?
SELECT demographic.dod, procedures.short_title FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.subject_id = "15898"
[ 10919, 318, 3128, 286, 1918, 290, 8771, 1790, 3670, 286, 2426, 4686, 24063, 4089, 30, 46506, 16728, 13, 67, 375, 11, 9021, 13, 19509, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 90...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 286, 1918, 290, 8771, 1790, 3670, 286, 2426, 4686, 24063, 4089, 30, 46506, 16728, 13, 67, 375, 11, 9021, 13, 19509, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, 62, 312, 796, 90...
give me the number of patients whose diagnoses long title is unspecified hereditary and idiopathic peripheral neuropathy and drug type is base?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Unspecified hereditary and idiopathic peripheral neuropathy" AND prescriptions.drug_type = ...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 29547, 49718, 290, 4686, 14922, 776, 291, 25514, 7669, 16786, 290, 2563, 2099, 318, 2779, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 29547, 49718, 290, 4686, 14922, 776, 291, 25514, 7669, 16786, 290, 2563, 2099, 318, 2779, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 160...
what were the four most commonly given microbiology tests for patients who had previously undergone diagnostic ultrasound of heart - transthoracic echocardiography within the same month?
SELECT t3.culturesite FROM (SELECT t2.culturesite, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'diagnostic ultrasound of heart - transthorac...
[ 10919, 547, 262, 1440, 749, 8811, 1813, 24559, 1435, 5254, 329, 3871, 508, 550, 4271, 29900, 23584, 37721, 286, 2612, 532, 491, 272, 301, 17899, 330, 291, 304, 354, 420, 22490, 4867, 1626, 262, 976, 1227, 30, 46506, 256, 18, 13, 40820...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1440, 749, 8811, 1813, 24559, 1435, 5254, 329, 3871, 508, 550, 4271, 29900, 23584, 37721, 286, 2612, 532, 491, 272, 301, 17899, 330, 291, 304, 354, 420, 22490, 4867, 1626, 262, 976, 1227, 30, 46506, 256, 18, 13, 40820...
For what motion picture did Samuel L. Jackson win the best supporting actor award before 1997?
SELECT "Motion Picture" FROM table_42952 WHERE "Award" = 'best supporting actor' AND "Actor" = 'samuel l. jackson' AND "Year" < '1997'
[ 1890, 644, 6268, 4286, 750, 17100, 406, 13, 6612, 1592, 262, 1266, 6493, 8674, 5764, 878, 8309, 30, 46506, 366, 45740, 17741, 1, 16034, 3084, 62, 11785, 4309, 33411, 366, 32, 904, 1, 796, 705, 13466, 6493, 8674, 6, 5357, 366, 40277, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 644, 6268, 4286, 750, 17100, 406, 13, 6612, 1592, 262, 1266, 6493, 8674, 5764, 878, 8309, 30, 46506, 366, 45740, 17741, 1, 16034, 3084, 62, 11785, 4309, 33411, 366, 32, 904, 1, 796, 705, 13466, 6493, 8674, 6, 5357, 366, 40277, ...
How many San Jose wins have an LA goals larger than 6, and an LA wins smaller than 21?
SELECT COUNT(san_jose_wins) FROM table_name_43 WHERE la_goals > 6 AND la_wins < 21
[ 2437, 867, 2986, 5264, 7864, 423, 281, 9131, 4661, 4025, 621, 718, 11, 290, 281, 9131, 7864, 4833, 621, 2310, 30, 46506, 327, 28270, 7, 12807, 62, 73, 577, 62, 86, 1040, 8, 16034, 3084, 62, 3672, 62, 3559, 33411, 8591, 62, 2188, 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 ]
[ 2437, 867, 2986, 5264, 7864, 423, 281, 9131, 4661, 4025, 621, 718, 11, 290, 281, 9131, 7864, 4833, 621, 2310, 30, 46506, 327, 28270, 7, 12807, 62, 73, 577, 62, 86, 1040, 8, 16034, 3084, 62, 3672, 62, 3559, 33411, 8591, 62, 2188, 8...
Which Genre has a Developer(s) of naughty dog?
SELECT genre FROM table_name_47 WHERE developer_s_ = "naughty dog"
[ 13828, 5215, 260, 468, 257, 23836, 7, 82, 8, 286, 45128, 3290, 30, 46506, 12121, 16034, 3084, 62, 3672, 62, 2857, 33411, 8517, 62, 82, 62, 796, 366, 77, 28496, 3290, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 23836, 7, 82, 8, 286, 45128, 3290, 30, 46506, 12121, 16034, 3084, 62, 3672, 62, 2857, 33411, 8517, 62, 82, 62, 796, 366, 77, 28496, 3290, 1 ]
Give me the comparison about Team_ID over the ACC_Road , and group by attribute All_Home, and rank Y-axis from high to low order.
SELECT ACC_Road, Team_ID FROM basketball_match GROUP BY All_Home, ACC_Road ORDER BY Team_ID DESC
[ 23318, 502, 262, 7208, 546, 4816, 62, 2389, 625, 262, 15859, 62, 29197, 837, 290, 1448, 416, 11688, 1439, 62, 16060, 11, 290, 4279, 575, 12, 22704, 422, 1029, 284, 1877, 1502, 13, 46506, 15859, 62, 29197, 11, 4816, 62, 2389, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23318, 502, 262, 7208, 546, 4816, 62, 2389, 625, 262, 15859, 62, 29197, 837, 290, 1448, 416, 11688, 1439, 62, 16060, 11, 290, 4279, 575, 12, 22704, 422, 1029, 284, 1877, 1502, 13, 46506, 15859, 62, 29197, 11, 4816, 62, 2389, 16034, ...
give me the number of patients whose gender is f and procedure long title is allogeneic hematopoietic stem cell transpant without purging?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.gender = "F" AND procedures.long_title = "Allogeneic hematopoietic stem cell transpant without purging"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 8771, 890, 3670, 318, 477, 20878, 291, 339, 6759, 404, 78, 1155, 291, 10717, 2685, 1007, 79, 415, 1231, 1308, 2667, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 8771, 890, 3670, 318, 477, 20878, 291, 339, 6759, 404, 78, 1155, 291, 10717, 2685, 1007, 79, 415, 1231, 1308, 2667, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, ...
What is the Date of the castle with a Historic Scotland Ownership?
SELECT date FROM table_name_38 WHERE ownership = "historic scotland"
[ 2061, 318, 262, 7536, 286, 262, 16669, 351, 257, 30426, 8838, 33147, 1056, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2548, 33411, 9238, 796, 366, 31304, 629, 313, 1044, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 7536, 286, 262, 16669, 351, 257, 30426, 8838, 33147, 1056, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2548, 33411, 9238, 796, 366, 31304, 629, 313, 1044, 1 ]
Count the number of schools.
SELECT COUNT(*) FROM school
[ 12332, 262, 1271, 286, 4266, 13, 46506, 327, 28270, 7, 28104, 16034, 1524 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12332, 262, 1271, 286, 4266, 13, 46506, 327, 28270, 7, 28104, 16034, 1524 ]
what is the circuit where the fastest lap is sam lowes and the winning rider is luca scassa?
SELECT "Circuit" FROM table_31296 WHERE "Fastest Lap" = 'Sam Lowes' AND "Winning Rider" = 'Luca Scassa'
[ 10919, 318, 262, 10349, 810, 262, 14162, 14779, 318, 6072, 1877, 274, 290, 262, 5442, 17876, 318, 17115, 64, 629, 562, 64, 30, 46506, 366, 31560, 5013, 1, 16034, 3084, 62, 27970, 4846, 33411, 366, 22968, 395, 26944, 1, 796, 705, 16305...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 10349, 810, 262, 14162, 14779, 318, 6072, 1877, 274, 290, 262, 5442, 17876, 318, 17115, 64, 629, 562, 64, 30, 46506, 366, 31560, 5013, 1, 16034, 3084, 62, 27970, 4846, 33411, 366, 22968, 395, 26944, 1, 796, 705, 16305...
Name the womens doubles when tour is malaysia super series
SELECT womens_doubles FROM table_14496232_2 WHERE tour = "Malaysia Super Series"
[ 5376, 262, 1116, 641, 21938, 618, 4205, 318, 6428, 592, 544, 2208, 2168, 46506, 1116, 641, 62, 67, 280, 7689, 16034, 3084, 62, 1415, 37747, 24339, 62, 17, 33411, 4205, 796, 366, 15029, 592, 544, 3115, 7171, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1116, 641, 21938, 618, 4205, 318, 6428, 592, 544, 2208, 2168, 46506, 1116, 641, 62, 67, 280, 7689, 16034, 3084, 62, 1415, 37747, 24339, 62, 17, 33411, 4205, 796, 366, 15029, 592, 544, 3115, 7171, 1 ]
what is the attendance when the location is veterans stadium, the game is more than 3 and the time is 2:21?
SELECT AVG(attendance) FROM table_name_39 WHERE location = "veterans stadium" AND game > 3 AND time = "2:21"
[ 10919, 318, 262, 14858, 618, 262, 4067, 318, 11255, 10308, 11, 262, 983, 318, 517, 621, 513, 290, 262, 640, 318, 362, 25, 2481, 30, 46506, 35224, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 2670, 33411, 4067, 796, 366, 303, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 14858, 618, 262, 4067, 318, 11255, 10308, 11, 262, 983, 318, 517, 621, 513, 290, 262, 640, 318, 362, 25, 2481, 30, 46506, 35224, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 2670, 33411, 4067, 796, 366, 303, 3...
Which opponent has an Outcome of winner, and a Date of 5 november 2011?
SELECT opponent FROM table_name_26 WHERE outcome = "winner" AND date = "5 november 2011"
[ 13828, 6125, 468, 281, 3806, 2958, 286, 8464, 11, 290, 257, 7536, 286, 642, 645, 303, 1916, 2813, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 2075, 33411, 8055, 796, 366, 39791, 1, 5357, 3128, 796, 366, 20, 645, 303, 1916, 2813, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6125, 468, 281, 3806, 2958, 286, 8464, 11, 290, 257, 7536, 286, 642, 645, 303, 1916, 2813, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 2075, 33411, 8055, 796, 366, 39791, 1, 5357, 3128, 796, 366, 20, 645, 303, 1916, 2813, 1 ]
What is the total pick numbers for the CFL team Edmonton Eskimos?
SELECT SUM("Pick #") FROM table_52039 WHERE "CFL Team" = 'edmonton eskimos'
[ 2061, 318, 262, 2472, 2298, 3146, 329, 262, 45239, 1074, 21165, 47534, 320, 418, 30, 46506, 35683, 7203, 31686, 1303, 4943, 16034, 3084, 62, 31211, 2670, 33411, 366, 34, 3697, 4816, 1, 796, 705, 276, 19729, 1658, 74, 320, 418, 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 ]
[ 2061, 318, 262, 2472, 2298, 3146, 329, 262, 45239, 1074, 21165, 47534, 320, 418, 30, 46506, 35683, 7203, 31686, 1303, 4943, 16034, 3084, 62, 31211, 2670, 33411, 366, 34, 3697, 4816, 1, 796, 705, 276, 19729, 1658, 74, 320, 418, 6 ]
find the number of catholic religious background patients who have lab test item id 51067.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.religion = "CATHOLIC" AND lab.itemid = "51067"
[ 19796, 262, 1271, 286, 32171, 4160, 4158, 4469, 3871, 508, 423, 2248, 1332, 2378, 4686, 35148, 3134, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 1271, 286, 32171, 4160, 4158, 4469, 3871, 508, 423, 2248, 1332, 2378, 4686, 35148, 3134, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728...
What is Date, when Type is DS4-4-750, and when Works Number is 74409?
SELECT "Date" FROM table_44380 WHERE "Type" = 'ds4-4-750' AND "Works number" = '74409'
[ 2061, 318, 7536, 11, 618, 5994, 318, 17400, 19, 12, 19, 12, 15426, 11, 290, 618, 10933, 7913, 318, 8915, 29416, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2598, 23734, 33411, 366, 6030, 1, 796, 705, 9310, 19, 12, 19, 12, 15426, 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 ]
[ 2061, 318, 7536, 11, 618, 5994, 318, 17400, 19, 12, 19, 12, 15426, 11, 290, 618, 10933, 7913, 318, 8915, 29416, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2598, 23734, 33411, 366, 6030, 1, 796, 705, 9310, 19, 12, 19, 12, 15426, 6,...