instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
what flights from LAS VEGAS to SAN DIEGO
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 = 'SAN ...
[ 10919, 13956, 422, 406, 1921, 569, 7156, 1921, 284, 37376, 14766, 7156, 14058, 16779, 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, 3160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 422, 406, 1921, 569, 7156, 1921, 284, 37376, 14766, 7156, 14058, 16779, 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, 3160...
What is the score of the game on November 12 with the Chicago Black Hawks as the visitor team?
SELECT score FROM table_name_24 WHERE visitor = "chicago black hawks" AND date = "november 12"
[ 2061, 318, 262, 4776, 286, 262, 983, 319, 3389, 1105, 351, 262, 4842, 2619, 23445, 355, 262, 21493, 1074, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1731, 33411, 21493, 796, 366, 354, 4549, 2042, 23185, 591, 1, 5357, 3128, 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 ]
[ 2061, 318, 262, 4776, 286, 262, 983, 319, 3389, 1105, 351, 262, 4842, 2619, 23445, 355, 262, 21493, 1074, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1731, 33411, 21493, 796, 366, 354, 4549, 2042, 23185, 591, 1, 5357, 3128, 796, 366, ...
what is the number of patients whose admission location is trsf within this facility and drug name is glycerin (ped)?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_location = "TRSF WITHIN THIS FACILITY" AND prescriptions.drug = "Glycerin (Ped)"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 491, 28202, 1626, 428, 6841, 290, 2563, 1438, 318, 13874, 2189, 259, 357, 9124, 19427, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 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...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 491, 28202, 1626, 428, 6841, 290, 2563, 1438, 318, 13874, 2189, 259, 357, 9124, 19427, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3...
album released after emotion
SELECT "album" FROM table_204_394 WHERE "year" > (SELECT "year" FROM table_204_394 WHERE "album" = 'emotion') ORDER BY "year" LIMIT 1
[ 40916, 2716, 706, 9942, 46506, 366, 40916, 1, 16034, 3084, 62, 18638, 62, 34626, 33411, 366, 1941, 1, 1875, 357, 46506, 366, 1941, 1, 16034, 3084, 62, 18638, 62, 34626, 33411, 366, 40916, 1, 796, 705, 368, 9650, 11537, 38678, 11050, 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 ]
[ 40916, 2716, 706, 9942, 46506, 366, 40916, 1, 16034, 3084, 62, 18638, 62, 34626, 33411, 366, 1941, 1, 1875, 357, 46506, 366, 1941, 1, 16034, 3084, 62, 18638, 62, 34626, 33411, 366, 40916, 1, 796, 705, 368, 9650, 11537, 38678, 11050, 3...
what was the last height of patient 27703 in the last month.
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 = 27703)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'admit ht'...
[ 10919, 373, 262, 938, 6001, 286, 5827, 2681, 36809, 287, 262, 938, 1227, 13, 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, 13, 291, 436,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 938, 6001, 286, 5827, 2681, 36809, 287, 262, 938, 1227, 13, 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, 13, 291, 436,...
Provide the number of patients having lab test fluid as pleural that were diagnosed with adv eff benzodiaz tranq.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.short_title = "Adv eff benzodiaz tranq" AND lab.fluid = "Pleural"
[ 15946, 485, 262, 1271, 286, 3871, 1719, 2248, 1332, 11711, 355, 3339, 1523, 326, 547, 14641, 351, 1354, 914, 39601, 375, 17890, 491, 272, 80, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 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...
[ 15946, 485, 262, 1271, 286, 3871, 1719, 2248, 1332, 11711, 355, 3339, 1523, 326, 547, 14641, 351, 1354, 914, 39601, 375, 17890, 491, 272, 80, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, ...
What is cornell's lowest pick number?
SELECT MIN("Pick #") FROM table_39407 WHERE "College" = 'cornell'
[ 2061, 318, 1162, 10076, 338, 9016, 2298, 1271, 30, 46506, 20625, 7203, 31686, 1303, 4943, 16034, 3084, 62, 2670, 30120, 33411, 366, 38951, 1, 796, 705, 20772, 695, 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, 1162, 10076, 338, 9016, 2298, 1271, 30, 46506, 20625, 7203, 31686, 1303, 4943, 16034, 3084, 62, 2670, 30120, 33411, 366, 38951, 1, 796, 705, 20772, 695, 6 ]
WHat is the Homeland security distinguished service medal when the medal of honor is Coast guard Medal?
SELECT homeland_security_distinguished_service_medal FROM table_2104176_1 WHERE medal_of_honor = "Coast Guard Medal"
[ 12418, 265, 318, 262, 17444, 2324, 18876, 2139, 18279, 618, 262, 18279, 286, 7522, 318, 8545, 4860, 9064, 30, 46506, 23184, 62, 12961, 62, 17080, 46709, 62, 15271, 62, 1150, 282, 16034, 3084, 62, 17, 13464, 24096, 62, 16, 33411, 18279, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12418, 265, 318, 262, 17444, 2324, 18876, 2139, 18279, 618, 262, 18279, 286, 7522, 318, 8545, 4860, 9064, 30, 46506, 23184, 62, 12961, 62, 17080, 46709, 62, 15271, 62, 1150, 282, 16034, 3084, 62, 17, 13464, 24096, 62, 16, 33411, 18279, ...
What is the census division for the city named Kenora?
SELECT "Census division" FROM table_24237 WHERE "Name" = 'Kenora'
[ 2061, 318, 262, 21649, 7297, 329, 262, 1748, 3706, 7148, 5799, 30, 46506, 366, 34, 7314, 7297, 1, 16034, 3084, 62, 1731, 24693, 33411, 366, 5376, 1, 796, 705, 27827, 5799, 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, 21649, 7297, 329, 262, 1748, 3706, 7148, 5799, 30, 46506, 366, 34, 7314, 7297, 1, 16034, 3084, 62, 1731, 24693, 33411, 366, 5376, 1, 796, 705, 27827, 5799, 6 ]
What is Date, when City is 'Punta Del Este'?
SELECT "Date" FROM table_51050 WHERE "City" = 'punta del este'
[ 2061, 318, 7536, 11, 618, 2254, 318, 705, 47, 44424, 4216, 412, 4169, 30960, 46506, 366, 10430, 1, 16034, 3084, 62, 33690, 1120, 33411, 366, 14941, 1, 796, 705, 79, 44424, 1619, 43577, 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, 318, 7536, 11, 618, 2254, 318, 705, 47, 44424, 4216, 412, 4169, 30960, 46506, 366, 10430, 1, 16034, 3084, 62, 33690, 1120, 33411, 366, 14941, 1, 796, 705, 79, 44424, 1619, 43577, 6 ]
What spacecraft had an EVA that ended at 17:28?
SELECT spacecraft FROM table_name_66 WHERE end_time = "17:28"
[ 2061, 16807, 550, 281, 8696, 32, 326, 4444, 379, 1596, 25, 2078, 30, 46506, 16807, 16034, 3084, 62, 3672, 62, 2791, 33411, 886, 62, 2435, 796, 366, 1558, 25, 2078, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 16807, 550, 281, 8696, 32, 326, 4444, 379, 1596, 25, 2078, 30, 46506, 16807, 16034, 3084, 62, 3672, 62, 2791, 33411, 886, 62, 2435, 796, 366, 1558, 25, 2078, 1 ]
Which Round is the highest one that has a Position of running back?
SELECT MAX(round) FROM table_name_14 WHERE position = "running back"
[ 13828, 10485, 318, 262, 4511, 530, 326, 468, 257, 23158, 286, 2491, 736, 30, 46506, 25882, 7, 744, 8, 16034, 3084, 62, 3672, 62, 1415, 33411, 2292, 796, 366, 20270, 736, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 10485, 318, 262, 4511, 530, 326, 468, 257, 23158, 286, 2491, 736, 30, 46506, 25882, 7, 744, 8, 16034, 3084, 62, 3672, 62, 1415, 33411, 2292, 796, 366, 20270, 736, 1 ]
show me ground transportation information for SAN FRANCISCO
SELECT DISTINCT ground_service.transport_type FROM city, ground_service WHERE city.city_name = 'SAN FRANCISCO' AND ground_service.city_code = city.city_code
[ 12860, 502, 2323, 9358, 1321, 329, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 7645, 634, 62, 4906, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 36753, 8782, 2094...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12860, 502, 2323, 9358, 1321, 329, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 7645, 634, 62, 4906, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 36753, 8782, 2094...
what's the minimum production code written by jay sommers & dick chevillat and al schwartz
SELECT MIN("Production code") FROM table_17542 WHERE "Written by" = 'Jay Sommers & Dick Chevillat and Al Schwartz'
[ 10919, 338, 262, 5288, 3227, 2438, 3194, 416, 474, 323, 264, 2002, 364, 1222, 19317, 1125, 41082, 265, 290, 435, 5513, 86, 13636, 46506, 20625, 7203, 35027, 2438, 4943, 16034, 3084, 62, 17430, 3682, 33411, 366, 25354, 416, 1, 796, 705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 338, 262, 5288, 3227, 2438, 3194, 416, 474, 323, 264, 2002, 364, 1222, 19317, 1125, 41082, 265, 290, 435, 5513, 86, 13636, 46506, 20625, 7203, 35027, 2438, 4943, 16034, 3084, 62, 17430, 3682, 33411, 366, 25354, 416, 1, 796, 705, ...
Name the title that was written by r. scott gemmill
SELECT title FROM table_17356042_1 WHERE written_by = "R. Scott Gemmill"
[ 5376, 262, 3670, 326, 373, 3194, 416, 374, 13, 629, 1252, 16840, 17805, 46506, 3670, 16034, 3084, 62, 1558, 2327, 1899, 3682, 62, 16, 33411, 3194, 62, 1525, 796, 366, 49, 13, 4746, 15669, 17805, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3670, 326, 373, 3194, 416, 374, 13, 629, 1252, 16840, 17805, 46506, 3670, 16034, 3084, 62, 1558, 2327, 1899, 3682, 62, 16, 33411, 3194, 62, 1525, 796, 366, 49, 13, 4746, 15669, 17805, 1 ]
give me the number of patients whose admission type is emergency and primary disease is gangrene?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "EMERGENCY" AND demographic.diagnosis = "GANGRENE"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 4165, 4369, 318, 7706, 25924, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906, 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 ]
[ 26535, 502, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 4165, 4369, 318, 7706, 25924, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906, 796,...
what's the acronym with department being department of finance kagawaran ng pananalapi
SELECT acronym FROM table_1331313_1 WHERE department = "department of Finance Kagawaran ng Pananalapi"
[ 10919, 338, 262, 38787, 351, 5011, 852, 5011, 286, 9604, 479, 363, 707, 19173, 23370, 3425, 272, 282, 15042, 46506, 38787, 16034, 3084, 62, 16945, 1485, 1485, 62, 16, 33411, 5011, 796, 366, 10378, 1823, 286, 15007, 26785, 707, 19173, 23...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 338, 262, 38787, 351, 5011, 852, 5011, 286, 9604, 479, 363, 707, 19173, 23370, 3425, 272, 282, 15042, 46506, 38787, 16034, 3084, 62, 16945, 1485, 1485, 62, 16, 33411, 5011, 796, 366, 10378, 1823, 286, 15007, 26785, 707, 19173, 23...
patients with limited care ( infectious patients requiring special isolation ) .
SELECT * FROM table_train_15 WHERE limited_care = 1
[ 8071, 2334, 351, 3614, 1337, 357, 25246, 3871, 10616, 2041, 15133, 1267, 764, 46506, 1635, 16034, 3084, 62, 27432, 62, 1314, 33411, 3614, 62, 6651, 796, 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 ]
[ 8071, 2334, 351, 3614, 1337, 357, 25246, 3871, 10616, 2041, 15133, 1267, 764, 46506, 1635, 16034, 3084, 62, 27432, 62, 1314, 33411, 3614, 62, 6651, 796, 352 ]
On what Date was the Result of the game W 30 15?
SELECT "Date" FROM table_47758 WHERE "Result" = 'w 30–15'
[ 2202, 644, 7536, 373, 262, 25414, 286, 262, 983, 370, 1542, 1315, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2857, 38569, 33411, 366, 23004, 1, 796, 705, 86, 1542, 1906, 1314, 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 ]
[ 2202, 644, 7536, 373, 262, 25414, 286, 262, 983, 370, 1542, 1315, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2857, 38569, 33411, 366, 23004, 1, 796, 705, 86, 1542, 1906, 1314, 6 ]
What is the district when the total amount of trees is smaller than 150817.6878461314 and amount of old trees is 1,928 (1.89%)?
SELECT "District" FROM table_72091 WHERE "Total amount of trees" < '150817.6878461314' AND "Amount of old trees" = '1,928 (1.89%)'
[ 2061, 318, 262, 4783, 618, 262, 2472, 2033, 286, 7150, 318, 4833, 621, 6640, 23, 1558, 13, 3104, 3695, 3510, 1485, 1415, 290, 2033, 286, 1468, 7150, 318, 352, 11, 24, 2078, 357, 16, 13, 4531, 4407, 30, 46506, 366, 44857, 1, 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, 1, 1, 1...
[ 2061, 318, 262, 4783, 618, 262, 2472, 2033, 286, 7150, 318, 4833, 621, 6640, 23, 1558, 13, 3104, 3695, 3510, 1485, 1415, 290, 2033, 286, 1468, 7150, 318, 352, 11, 24, 2078, 357, 16, 13, 4531, 4407, 30, 46506, 366, 44857, 1, 16034, ...
Which City of license has a Frequency MHz of 91.5 fm?
SELECT "City of license" FROM table_35481 WHERE "Frequency MHz" = '91.5 fm'
[ 13828, 2254, 286, 5964, 468, 257, 31902, 19805, 286, 10495, 13, 20, 277, 76, 30, 46506, 366, 14941, 286, 5964, 1, 16034, 3084, 62, 2327, 40271, 33411, 366, 37, 28707, 19805, 1, 796, 705, 6420, 13, 20, 277, 76, 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 ]
[ 13828, 2254, 286, 5964, 468, 257, 31902, 19805, 286, 10495, 13, 20, 277, 76, 30, 46506, 366, 14941, 286, 5964, 1, 16034, 3084, 62, 2327, 40271, 33411, 366, 37, 28707, 19805, 1, 796, 705, 6420, 13, 20, 277, 76, 6 ]
What are the types of vocals that the band member with the first name 'Solveig' played the most?
SELECT type FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE firstname = "Solveig" GROUP BY type ORDER BY COUNT(*) DESC LIMIT 1
[ 2061, 389, 262, 3858, 286, 25355, 326, 262, 4097, 2888, 351, 262, 717, 1438, 705, 50, 6442, 328, 6, 2826, 262, 749, 30, 46506, 2099, 16034, 25355, 7054, 309, 16, 32357, 1268, 4097, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 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, 1, 1...
[ 2061, 389, 262, 3858, 286, 25355, 326, 262, 4097, 2888, 351, 262, 717, 1438, 705, 50, 6442, 328, 6, 2826, 262, 749, 30, 46506, 2099, 16034, 25355, 7054, 309, 16, 32357, 1268, 4097, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 796, ...
Name the total number of episodes written by david cantor
SELECT COUNT("Episode") FROM table_1736 WHERE "Written by" = 'David Cantor'
[ 5376, 262, 2472, 1271, 286, 8640, 3194, 416, 21970, 18548, 273, 46506, 327, 28270, 7203, 23758, 4943, 16034, 3084, 62, 1558, 2623, 33411, 366, 25354, 416, 1, 796, 705, 11006, 44577, 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, 2472, 1271, 286, 8640, 3194, 416, 21970, 18548, 273, 46506, 327, 28270, 7203, 23758, 4943, 16034, 3084, 62, 1558, 2623, 33411, 366, 25354, 416, 1, 796, 705, 11006, 44577, 6 ]
What is the production code fore the episode titled, life's no fun anymore?
SELECT prod_code FROM table_name_16 WHERE episode_title = "life's no fun anymore"
[ 2061, 318, 262, 3227, 2438, 1674, 262, 4471, 11946, 11, 1204, 338, 645, 1257, 7471, 30, 46506, 40426, 62, 8189, 16034, 3084, 62, 3672, 62, 1433, 33411, 4471, 62, 7839, 796, 366, 6042, 338, 645, 1257, 7471, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3227, 2438, 1674, 262, 4471, 11946, 11, 1204, 338, 645, 1257, 7471, 30, 46506, 40426, 62, 8189, 16034, 3084, 62, 3672, 62, 1433, 33411, 4471, 62, 7839, 796, 366, 6042, 338, 645, 1257, 7471, 1 ]
list the cities from which NW flies
SELECT DISTINCT city.city_code FROM airport_service, city, flight WHERE city.city_code = airport_service.city_code AND flight.airline_code = 'NW' AND flight.from_airport = airport_service.airport_code
[ 4868, 262, 4736, 422, 543, 21966, 17607, 46506, 360, 8808, 1268, 4177, 1748, 13, 19205, 62, 8189, 16034, 9003, 62, 15271, 11, 1748, 11, 5474, 33411, 1748, 13, 19205, 62, 8189, 796, 9003, 62, 15271, 13, 19205, 62, 8189, 5357, 5474, 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...
[ 4868, 262, 4736, 422, 543, 21966, 17607, 46506, 360, 8808, 1268, 4177, 1748, 13, 19205, 62, 8189, 16034, 9003, 62, 15271, 11, 1748, 11, 5474, 33411, 1748, 13, 19205, 62, 8189, 796, 9003, 62, 15271, 13, 19205, 62, 8189, 5357, 5474, 13,...
What was the type of ballot measure with the description of Department of Industry and Public Works Amendment?
SELECT type FROM table_256286_8 WHERE description = "Department of Industry and Public Works Amendment"
[ 2061, 373, 262, 2099, 286, 11100, 3953, 351, 262, 6764, 286, 2732, 286, 17420, 290, 5094, 10933, 8441, 30, 46506, 2099, 16034, 3084, 62, 11645, 27033, 62, 23, 33411, 6764, 796, 366, 36261, 286, 17420, 290, 5094, 10933, 8441, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2099, 286, 11100, 3953, 351, 262, 6764, 286, 2732, 286, 17420, 290, 5094, 10933, 8441, 30, 46506, 2099, 16034, 3084, 62, 11645, 27033, 62, 23, 33411, 6764, 796, 366, 36261, 286, 17420, 290, 5094, 10933, 8441, 1 ]
What is the most effective determinative method in terms of pesticide residues detection?
SELECT determin FROM resultsdata15 GROUP BY determin ORDER BY COUNT(*) DESC LIMIT 1
[ 2061, 318, 262, 749, 4050, 3416, 876, 2446, 287, 2846, 286, 36466, 47185, 13326, 30, 46506, 3416, 16034, 2482, 7890, 1314, 44441, 11050, 3416, 38678, 11050, 327, 28270, 7, 28104, 22196, 34, 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 ]
[ 2061, 318, 262, 749, 4050, 3416, 876, 2446, 287, 2846, 286, 36466, 47185, 13326, 30, 46506, 3416, 16034, 2482, 7890, 1314, 44441, 11050, 3416, 38678, 11050, 327, 28270, 7, 28104, 22196, 34, 27564, 2043, 352 ]
What is the NBA draft result of the player from Washington, DC?
SELECT nba_draft FROM table_name_97 WHERE hometown = "washington, dc"
[ 2061, 318, 262, 7403, 4538, 1255, 286, 262, 2137, 422, 2669, 11, 6257, 30, 46506, 299, 7012, 62, 35679, 16034, 3084, 62, 3672, 62, 5607, 33411, 20994, 796, 366, 86, 2542, 11, 30736, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7403, 4538, 1255, 286, 262, 2137, 422, 2669, 11, 6257, 30, 46506, 299, 7012, 62, 35679, 16034, 3084, 62, 3672, 62, 5607, 33411, 20994, 796, 366, 86, 2542, 11, 30736, 1 ]
What was Week 15 when Week 12 was Washington (9-1)?
SELECT week_15__final__dec_3 FROM table_name_69 WHERE week_12_nov_13 = "washington (9-1)"
[ 2061, 373, 6119, 1315, 618, 6119, 1105, 373, 2669, 357, 24, 12, 16, 19427, 46506, 1285, 62, 1314, 834, 20311, 834, 12501, 62, 18, 16034, 3084, 62, 3672, 62, 3388, 33411, 1285, 62, 1065, 62, 37302, 62, 1485, 796, 366, 86, 2542, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6119, 1315, 618, 6119, 1105, 373, 2669, 357, 24, 12, 16, 19427, 46506, 1285, 62, 1314, 834, 20311, 834, 12501, 62, 18, 16034, 3084, 62, 3672, 62, 3388, 33411, 1285, 62, 1065, 62, 37302, 62, 1485, 796, 366, 86, 2542, 357, ...
What race did Glenn Seton win on the Sandown International Raceway circuit?
SELECT "Race Title" FROM table_42350 WHERE "Winner" = 'glenn seton' AND "Circuit" = 'sandown international raceway'
[ 2061, 3234, 750, 17551, 5345, 261, 1592, 319, 262, 3837, 593, 4037, 24746, 16172, 10349, 30, 46506, 366, 35157, 11851, 1, 16034, 3084, 62, 43356, 1120, 33411, 366, 48056, 1, 796, 705, 4743, 1697, 900, 261, 6, 5357, 366, 31560, 5013, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3234, 750, 17551, 5345, 261, 1592, 319, 262, 3837, 593, 4037, 24746, 16172, 10349, 30, 46506, 366, 35157, 11851, 1, 16034, 3084, 62, 43356, 1120, 33411, 366, 48056, 1, 796, 705, 4743, 1697, 900, 261, 6, 5357, 366, 31560, 5013, 1...
What is the highest diameter when the latitude is 43.5s?
SELECT MAX("Diameter (km)") FROM table_46706 WHERE "Latitude" = '43.5s'
[ 2061, 318, 262, 4511, 14753, 618, 262, 32477, 318, 5946, 13, 20, 82, 30, 46506, 25882, 7203, 35, 13173, 357, 13276, 8, 4943, 16034, 3084, 62, 3510, 35402, 33411, 366, 24220, 3984, 1, 796, 705, 3559, 13, 20, 82, 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, 4511, 14753, 618, 262, 32477, 318, 5946, 13, 20, 82, 30, 46506, 25882, 7203, 35, 13173, 357, 13276, 8, 4943, 16034, 3084, 62, 3510, 35402, 33411, 366, 24220, 3984, 1, 796, 705, 3559, 13, 20, 82, 6 ]
Which of the lowest years had a Wheel arrangement that was 0-4-2t?
SELECT MIN("Year made") FROM table_54279 WHERE "Wheel arrangement" = '0-4-2t'
[ 13828, 286, 262, 9016, 812, 550, 257, 15810, 13888, 326, 373, 657, 12, 19, 12, 17, 83, 30, 46506, 20625, 7203, 17688, 925, 4943, 16034, 3084, 62, 4051, 26050, 33411, 366, 45307, 13888, 1, 796, 705, 15, 12, 19, 12, 17, 83, 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 ]
[ 13828, 286, 262, 9016, 812, 550, 257, 15810, 13888, 326, 373, 657, 12, 19, 12, 17, 83, 30, 46506, 20625, 7203, 17688, 925, 4943, 16034, 3084, 62, 4051, 26050, 33411, 366, 45307, 13888, 1, 796, 705, 15, 12, 19, 12, 17, 83, 6 ]
What is the maximum number of wins in the season with 22 starts?
SELECT MAX(wins) FROM table_1637041_6 WHERE starts = 22
[ 2061, 318, 262, 5415, 1271, 286, 7864, 287, 262, 1622, 351, 2534, 4940, 30, 46506, 25882, 7, 86, 1040, 8, 16034, 3084, 62, 1433, 20167, 3901, 62, 21, 33411, 4940, 796, 2534 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 5415, 1271, 286, 7864, 287, 262, 1622, 351, 2534, 4940, 30, 46506, 25882, 7, 86, 1040, 8, 16034, 3084, 62, 1433, 20167, 3901, 62, 21, 33411, 4940, 796, 2534 ]
I 'm looking for a course in Introductory Oceanography , Laboratory to satisfy the PreMajor requirement .
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN area ON course.course_id = area.course_id INNER JOIN program_course ON program_course.course_id = course.course_id WHERE (area.area LIKE '%Introductory Oceanography , Laboratory%' OR course.description LIKE '%Introductory Oceanography ...
[ 40, 705, 76, 2045, 329, 257, 1781, 287, 11036, 25977, 10692, 4867, 837, 18643, 284, 15959, 262, 3771, 24206, 9079, 764, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 705, 76, 2045, 329, 257, 1781, 287, 11036, 25977, 10692, 4867, 837, 18643, 284, 15959, 262, 3771, 24206, 9079, 764, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 2...
Name the athlete for 7 rank
SELECT "Athlete" FROM table_28712 WHERE "Rank" = '7'
[ 5376, 262, 16076, 329, 767, 4279, 46506, 366, 32, 400, 5807, 1, 16034, 3084, 62, 27800, 1065, 33411, 366, 27520, 1, 796, 705, 22, 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 ]
[ 5376, 262, 16076, 329, 767, 4279, 46506, 366, 32, 400, 5807, 1, 16034, 3084, 62, 27800, 1065, 33411, 366, 27520, 1, 796, 705, 22, 6 ]
what is the number of patients on po/ng route of drug administration who have late effect of unspecified injury?
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.short_title = "Late effect injury NOS" AND prescriptions.route = "PO/NG"
[ 10919, 318, 262, 1271, 286, 3871, 319, 745, 14, 782, 6339, 286, 2563, 3662, 508, 423, 2739, 1245, 286, 29547, 5095, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 319, 745, 14, 782, 6339, 286, 2563, 3662, 508, 423, 2739, 1245, 286, 29547, 5095, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
Which location and what was the attendance when lebron james (10) had the high assists?
SELECT "Location Attendance" FROM table_3847 WHERE "High assists" = 'LeBron James (10)'
[ 13828, 4067, 290, 644, 373, 262, 14858, 618, 443, 65, 1313, 474, 1047, 357, 940, 8, 550, 262, 1029, 13648, 30, 46506, 366, 14749, 46502, 590, 1, 16034, 3084, 62, 2548, 2857, 33411, 366, 11922, 13648, 1, 796, 705, 3123, 18760, 3700, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4067, 290, 644, 373, 262, 14858, 618, 443, 65, 1313, 474, 1047, 357, 940, 8, 550, 262, 1029, 13648, 30, 46506, 366, 14749, 46502, 590, 1, 16034, 3084, 62, 2548, 2857, 33411, 366, 11922, 13648, 1, 796, 705, 3123, 18760, 3700, ...
What is the highest number in series with director as Phil Abraham?
SELECT MAX("No. in series") FROM table_28975 WHERE "Directed by" = 'Phil Abraham'
[ 2061, 318, 262, 4511, 1271, 287, 2168, 351, 3437, 355, 4543, 16660, 30, 46506, 25882, 7203, 2949, 13, 287, 2168, 4943, 16034, 3084, 62, 27693, 2425, 33411, 366, 13470, 276, 416, 1, 796, 705, 18673, 16660, 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, 318, 262, 4511, 1271, 287, 2168, 351, 3437, 355, 4543, 16660, 30, 46506, 25882, 7203, 2949, 13, 287, 2168, 4943, 16034, 3084, 62, 27693, 2425, 33411, 366, 13470, 276, 416, 1, 796, 705, 18673, 16660, 6 ]
i'm trying to find a flight from COLUMBUS to PHOENIX through CINCINNATI
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, airport_service AS AIRPORT_SERVICE_2, city AS CITY_0, city AS CITY_1, city AS CITY_2, flight, flight_stop WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PHOENIX' AND CITY_2.ci...
[ 72, 1101, 2111, 284, 1064, 257, 5474, 422, 20444, 5883, 45346, 284, 9370, 46, 1677, 10426, 832, 327, 30158, 1268, 34259, 24352, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 3500...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1101, 2111, 284, 1064, 257, 5474, 422, 20444, 5883, 45346, 284, 9370, 46, 1677, 10426, 832, 327, 30158, 1268, 34259, 24352, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 3500...
TOP 200 users from BANGLADESH.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id, CreationDate, Id AS "user_link", Reputation, WebsiteUrl, Location FROM Users WHERE Location LIKE '%Bangladesh%' ORDER BY Reputation DESC LIMIT 200
[ 35222, 939, 2985, 422, 347, 1565, 8763, 2885, 44011, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 25113, 1600, 5121, 11, 21582, 10430, 11, 5121, 7054, 366, 7220, 62, 8726,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 35222, 939, 2985, 422, 347, 1565, 8763, 2885, 44011, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 25113, 1600, 5121, 11, 21582, 10430, 11, 5121, 7054, 366, 7220, 62, 8726,...
Which venue has a Home team of south melbourne?
SELECT venue FROM table_name_88 WHERE home_team = "south melbourne"
[ 13828, 14359, 468, 257, 5995, 1074, 286, 5366, 7758, 12544, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 3459, 33411, 1363, 62, 15097, 796, 366, 35782, 7758, 12544, 1 ]
[ 1, 1, 1, 1, 1, 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, 14359, 468, 257, 5995, 1074, 286, 5366, 7758, 12544, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 3459, 33411, 1363, 62, 15097, 796, 366, 35782, 7758, 12544, 1 ]
count the number of patients whose admission type is urgent and procedure short title is percu gastrojejunostomy?
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.short_title = "Percu gastrojejunostomy"
[ 9127, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 18039, 290, 8771, 1790, 3670, 318, 583, 27399, 33131, 18015, 29741, 455, 9145, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3871, 3025, 13938, 2099, 318, 18039, 290, 8771, 1790, 3670, 318, 583, 27399, 33131, 18015, 29741, 455, 9145, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, ...
What livery was worn on the date before 1936, with the description of Gresley RF?
SELECT livery FROM table_name_82 WHERE date < 1936 AND description = "gresley rf"
[ 2061, 300, 6315, 373, 12666, 319, 262, 3128, 878, 27653, 11, 351, 262, 6764, 286, 402, 411, 1636, 20445, 30, 46506, 300, 6315, 16034, 3084, 62, 3672, 62, 6469, 33411, 3128, 1279, 27653, 5357, 6764, 796, 366, 34239, 1636, 374, 69, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 300, 6315, 373, 12666, 319, 262, 3128, 878, 27653, 11, 351, 262, 6764, 286, 402, 411, 1636, 20445, 30, 46506, 300, 6315, 16034, 3084, 62, 3672, 62, 6469, 33411, 3128, 1279, 27653, 5357, 6764, 796, 366, 34239, 1636, 374, 69, 1 ]
What are the distinct types of mills that are built by American or Canadian architects?
SELECT DISTINCT T1.type FROM mill AS T1 JOIN architect AS t2 ON T1.architect_id = T2.id WHERE T2.nationality = 'American' OR T2.nationality = 'Canadian'
[ 2061, 389, 262, 7310, 3858, 286, 41999, 326, 389, 3170, 416, 1605, 393, 5398, 29518, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 4906, 16034, 3939, 7054, 309, 16, 32357, 1268, 7068, 7054, 256, 17, 6177, 309, 16, 13, 998, 5712, 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...
[ 2061, 389, 262, 7310, 3858, 286, 41999, 326, 389, 3170, 416, 1605, 393, 5398, 29518, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 4906, 16034, 3939, 7054, 309, 16, 32357, 1268, 7068, 7054, 256, 17, 6177, 309, 16, 13, 998, 5712, 62...
where was the conference held the year after buenos aires , argentina ?
SELECT "place" FROM table_203_33 WHERE id = (SELECT id FROM table_203_33 WHERE "place" = 'buenos aires, argentina') + 1
[ 3003, 373, 262, 4495, 2714, 262, 614, 706, 809, 28380, 257, 2387, 837, 1822, 298, 1437, 5633, 46506, 366, 5372, 1, 16034, 3084, 62, 22416, 62, 2091, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 22416, 62, 2091, 33411, 366, 537...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 3003, 373, 262, 4495, 2714, 262, 614, 706, 809, 28380, 257, 2387, 837, 1822, 298, 1437, 5633, 46506, 366, 5372, 1, 16034, 3084, 62, 22416, 62, 2091, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 22416, 62, 2091, 33411, 366, 537...
Create a bar chart showing the total number across premises type, I want to order Y in ascending order.
SELECT premises_type, COUNT(*) FROM Premises GROUP BY premises_type ORDER BY COUNT(*)
[ 16447, 257, 2318, 8262, 4478, 262, 2472, 1271, 1973, 17095, 2099, 11, 314, 765, 284, 1502, 575, 287, 41988, 1502, 13, 46506, 17095, 62, 4906, 11, 327, 28270, 7, 28104, 16034, 6929, 2696, 44441, 11050, 17095, 62, 4906, 38678, 11050, 327,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16447, 257, 2318, 8262, 4478, 262, 2472, 1271, 1973, 17095, 2099, 11, 314, 765, 284, 1502, 575, 287, 41988, 1502, 13, 46506, 17095, 62, 4906, 11, 327, 28270, 7, 28104, 16034, 6929, 2696, 44441, 11050, 17095, 62, 4906, 38678, 11050, 327,...
what does patient 027-124213 change in systemicsystolic last measured on the last icu visit compared to the value first measured on the last icu visit?
SELECT (SELECT vitalperiodic.systemicsystolic FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '027-124213') AND NOT patient.unitdischarge...
[ 10919, 857, 5827, 657, 1983, 12, 1065, 3682, 1485, 1487, 287, 1080, 873, 88, 301, 4160, 938, 8630, 319, 262, 938, 14158, 84, 3187, 3688, 284, 262, 1988, 717, 8630, 319, 262, 938, 14158, 84, 3187, 30, 46506, 357, 46506, 9204, 41007, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 857, 5827, 657, 1983, 12, 1065, 3682, 1485, 1487, 287, 1080, 873, 88, 301, 4160, 938, 8630, 319, 262, 938, 14158, 84, 3187, 3688, 284, 262, 1988, 717, 8630, 319, 262, 938, 14158, 84, 3187, 30, 46506, 357, 46506, 9204, 41007, ...
what was the number of the car greg murphy competed with in the 2012 hamilton street circuit ?
SELECT "number" FROM table_204_115 WHERE "year" = 2012 AND "track" = 'hamilton street circuit'
[ 10919, 373, 262, 1271, 286, 262, 1097, 308, 2301, 4636, 6883, 32440, 351, 287, 262, 2321, 8891, 9044, 4675, 10349, 5633, 46506, 366, 17618, 1, 16034, 3084, 62, 18638, 62, 15363, 33411, 366, 1941, 1, 796, 2321, 5357, 366, 11659, 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 ]
[ 10919, 373, 262, 1271, 286, 262, 1097, 308, 2301, 4636, 6883, 32440, 351, 287, 262, 2321, 8891, 9044, 4675, 10349, 5633, 46506, 366, 17618, 1, 16034, 3084, 62, 18638, 62, 15363, 33411, 366, 1941, 1, 796, 2321, 5357, 366, 11659, 1, 796...
Which label had a Japan region and a date of November 3, 2004?
SELECT label FROM table_name_53 WHERE region = "japan" AND date = "november 3, 2004"
[ 13828, 6167, 550, 257, 2869, 3814, 290, 257, 3128, 286, 3389, 513, 11, 5472, 30, 46506, 6167, 16034, 3084, 62, 3672, 62, 4310, 33411, 3814, 796, 366, 73, 2674, 1, 5357, 3128, 796, 366, 77, 3239, 513, 11, 5472, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6167, 550, 257, 2869, 3814, 290, 257, 3128, 286, 3389, 513, 11, 5472, 30, 46506, 6167, 16034, 3084, 62, 3672, 62, 4310, 33411, 3814, 796, 366, 73, 2674, 1, 5357, 3128, 796, 366, 77, 3239, 513, 11, 5472, 1 ]
Show budget type codes and the number of documents in each budget type. Show bar chart.
SELECT Budget_Type_Code, COUNT(*) FROM Documents_with_Expenses GROUP BY Budget_Type_Code
[ 15307, 4466, 2099, 12416, 290, 262, 1271, 286, 4963, 287, 1123, 4466, 2099, 13, 5438, 2318, 8262, 13, 46506, 15401, 62, 6030, 62, 10669, 11, 327, 28270, 7, 28104, 16034, 33267, 62, 4480, 62, 16870, 4541, 44441, 11050, 15401, 62, 6030, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4466, 2099, 12416, 290, 262, 1271, 286, 4963, 287, 1123, 4466, 2099, 13, 5438, 2318, 8262, 13, 46506, 15401, 62, 6030, 62, 10669, 11, 327, 28270, 7, 28104, 16034, 33267, 62, 4480, 62, 16870, 4541, 44441, 11050, 15401, 62, 6030, ...
What is the height if ot is the position?
SELECT "Height" FROM table_23980 WHERE "Position" = 'OT'
[ 2061, 318, 262, 6001, 611, 30972, 318, 262, 2292, 30, 46506, 366, 23106, 1, 16034, 3084, 62, 23516, 1795, 33411, 366, 26545, 1, 796, 705, 2394, 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 ]
[ 2061, 318, 262, 6001, 611, 30972, 318, 262, 2292, 30, 46506, 366, 23106, 1, 16034, 3084, 62, 23516, 1795, 33411, 366, 26545, 1, 796, 705, 2394, 6 ]
What is the highest 1930 population when the 2000 population is 43,966 and the 1900 population is less than 8,401?
SELECT MAX("1930") FROM table_52222 WHERE "2000" = '43,966' AND "1900" < '8,401'
[ 2061, 318, 262, 4511, 15533, 3265, 618, 262, 4751, 3265, 318, 5946, 11, 24, 2791, 290, 262, 21489, 3265, 318, 1342, 621, 807, 11, 21844, 30, 46506, 25882, 7203, 1129, 1270, 4943, 16034, 3084, 62, 49542, 1828, 33411, 366, 11024, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 15533, 3265, 618, 262, 4751, 3265, 318, 5946, 11, 24, 2791, 290, 262, 21489, 3265, 318, 1342, 621, 807, 11, 21844, 30, 46506, 25882, 7203, 1129, 1270, 4943, 16034, 3084, 62, 49542, 1828, 33411, 366, 11024, 1, 796...
What is the most number of losses for teams with 5 wins and an against value under 1607?
SELECT MAX("Losses") FROM table_36430 WHERE "Wins" = '5' AND "Against" < '1607'
[ 2061, 318, 262, 749, 1271, 286, 9089, 329, 3466, 351, 642, 7864, 290, 281, 1028, 1988, 739, 1467, 2998, 30, 46506, 25882, 7203, 43, 793, 274, 4943, 16034, 3084, 62, 26780, 1270, 33411, 366, 54, 1040, 1, 796, 705, 20, 6, 5357, 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 ]
[ 2061, 318, 262, 749, 1271, 286, 9089, 329, 3466, 351, 642, 7864, 290, 281, 1028, 1988, 739, 1467, 2998, 30, 46506, 25882, 7203, 43, 793, 274, 4943, 16034, 3084, 62, 26780, 1270, 33411, 366, 54, 1040, 1, 796, 705, 20, 6, 5357, 366, ...
What are the names of mountains in ascending alphabetical order?
SELECT name FROM mountain ORDER BY name
[ 2061, 389, 262, 3891, 286, 12269, 287, 41988, 24830, 605, 1502, 30, 46506, 1438, 16034, 8598, 38678, 11050, 1438 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 3891, 286, 12269, 287, 41988, 24830, 605, 1502, 30, 46506, 1438, 16034, 8598, 38678, 11050, 1438 ]
what is the airport name at the top of the list ?
SELECT "airport name" FROM table_204_139 WHERE id = 1
[ 10919, 318, 262, 9003, 1438, 379, 262, 1353, 286, 262, 1351, 5633, 46506, 366, 958, 634, 1438, 1, 16034, 3084, 62, 18638, 62, 20219, 33411, 4686, 796, 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 ]
[ 10919, 318, 262, 9003, 1438, 379, 262, 1353, 286, 262, 1351, 5633, 46506, 366, 958, 634, 1438, 1, 16034, 3084, 62, 18638, 62, 20219, 33411, 4686, 796, 352 ]
What is the title of the course that is a prerequisite for Mobile Computing?
SELECT title FROM course WHERE course_id IN (SELECT T1.prereq_id FROM prereq AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.title = 'Mobile Computing')
[ 2061, 318, 262, 3670, 286, 262, 1781, 326, 318, 257, 43119, 329, 12173, 38589, 30, 46506, 3670, 16034, 1781, 33411, 1781, 62, 312, 3268, 357, 46506, 309, 16, 13, 3866, 42180, 62, 312, 16034, 662, 42180, 7054, 309, 16, 32357, 1268, 178...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3670, 286, 262, 1781, 326, 318, 257, 43119, 329, 12173, 38589, 30, 46506, 3670, 16034, 1781, 33411, 1781, 62, 312, 3268, 357, 46506, 309, 16, 13, 3866, 42180, 62, 312, 16034, 662, 42180, 7054, 309, 16, 32357, 1268, 178...
Which player is from Marshall and played 1974-75?
SELECT player FROM table_11545282_12 WHERE years_for_jazz = "1974-75" AND school_club_team = "Marshall"
[ 13828, 2137, 318, 422, 13606, 290, 2826, 16489, 12, 2425, 30, 46506, 2137, 16034, 3084, 62, 15363, 2231, 32568, 62, 1065, 33411, 812, 62, 1640, 62, 73, 8101, 796, 366, 40828, 12, 2425, 1, 5357, 1524, 62, 18664, 62, 15097, 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 ]
[ 13828, 2137, 318, 422, 13606, 290, 2826, 16489, 12, 2425, 30, 46506, 2137, 16034, 3084, 62, 15363, 2231, 32568, 62, 1065, 33411, 812, 62, 1640, 62, 73, 8101, 796, 366, 40828, 12, 2425, 1, 5357, 1524, 62, 18664, 62, 15097, 796, 366, ...
how many patients have been discharged from the hospital in just the previous year?
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE NOT admissions.dischtime IS NULL AND DATETIME(admissions.dischtime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')
[ 4919, 867, 3871, 423, 587, 26476, 422, 262, 4436, 287, 655, 262, 2180, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 5626, 25349, 13, 6381, 354, 2435, 3180, 15697, 5357, 360, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 423, 587, 26476, 422, 262, 4436, 287, 655, 262, 2180, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 5626, 25349, 13, 6381, 354, 2435, 3180, 15697, 5357, 360, ...
Show the title and the lowest rating among all movies in a bar chart, order names from high to low order please.
SELECT title, MIN(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY title ORDER BY title DESC
[ 15307, 262, 3670, 290, 262, 9016, 7955, 1871, 477, 6918, 287, 257, 2318, 8262, 11, 1502, 3891, 422, 1029, 284, 1877, 1502, 3387, 13, 46506, 3670, 11, 20625, 7, 51, 16, 13, 30783, 8, 16034, 12028, 7054, 309, 16, 32357, 1268, 15875, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3670, 290, 262, 9016, 7955, 1871, 477, 6918, 287, 257, 2318, 8262, 11, 1502, 3891, 422, 1029, 284, 1877, 1502, 3387, 13, 46506, 3670, 11, 20625, 7, 51, 16, 13, 30783, 8, 16034, 12028, 7054, 309, 16, 32357, 1268, 15875, 7...
What is the minimum capacity where airdrie united is?
SELECT MIN("Capacity") FROM table_16499 WHERE "Team" = 'Airdrie United'
[ 2061, 318, 262, 5288, 5339, 810, 257, 1447, 5034, 16503, 318, 30, 46506, 20625, 7203, 15610, 4355, 4943, 16034, 3084, 62, 23237, 2079, 33411, 366, 15592, 1, 796, 705, 32, 1447, 5034, 1578, 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, 318, 262, 5288, 5339, 810, 257, 1447, 5034, 16503, 318, 30, 46506, 20625, 7203, 15610, 4355, 4943, 16034, 3084, 62, 23237, 2079, 33411, 366, 15592, 1, 796, 705, 32, 1447, 5034, 1578, 6 ]
What is the long-term gain for commercial buildings with a short-term capital gain rate of 15%?
SELECT "Long-term gain on commercial buildings*" FROM table_55787 WHERE "Short-term capital gain rate" = '15%'
[ 2061, 318, 262, 890, 12, 4354, 4461, 329, 5068, 6832, 351, 257, 1790, 12, 4354, 3139, 4461, 2494, 286, 1315, 4, 30, 46506, 366, 14617, 12, 4354, 4461, 319, 5068, 6832, 9, 1, 16034, 3084, 62, 2816, 41019, 33411, 366, 16438, 12, 4354,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 890, 12, 4354, 4461, 329, 5068, 6832, 351, 257, 1790, 12, 4354, 3139, 4461, 2494, 286, 1315, 4, 30, 46506, 366, 14617, 12, 4354, 4461, 319, 5068, 6832, 9, 1, 16034, 3084, 62, 2816, 41019, 33411, 366, 16438, 12, 4354,...
Name the team for week 1 of 33
SELECT "Team" FROM table_75058 WHERE "Week 1" = '33'
[ 5376, 262, 1074, 329, 1285, 352, 286, 4747, 46506, 366, 15592, 1, 16034, 3084, 62, 15426, 3365, 33411, 366, 20916, 352, 1, 796, 705, 2091, 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 ]
[ 5376, 262, 1074, 329, 1285, 352, 286, 4747, 46506, 366, 15592, 1, 16034, 3084, 62, 15426, 3365, 33411, 366, 20916, 352, 1, 796, 705, 2091, 6 ]
what flights are available between BOSTON and WASHINGTON arriving in WASHINGTON at 630
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_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'WASHINGTON' AND flight.arrival_time = 630 AND flight.to_airport = AIRPORT_SERVICE_1.airpo...
[ 10919, 13956, 389, 1695, 1022, 347, 10892, 1340, 290, 370, 19436, 14820, 287, 370, 19436, 379, 44505, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1022, 347, 10892, 1340, 290, 370, 19436, 14820, 287, 370, 19436, 379, 44505, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003...
Which driver had a grid of 22?
SELECT driver FROM table_name_43 WHERE grid = "22"
[ 13828, 4639, 550, 257, 10706, 286, 2534, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 3559, 33411, 10706, 796, 366, 1828, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 4639, 550, 257, 10706, 286, 2534, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 3559, 33411, 10706, 796, 366, 1828, 1 ]
What's the Score with the Visitor of Montreal Maroons and has a Date of December 28?
SELECT "Score" FROM table_69995 WHERE "Visitor" = 'montreal maroons' AND "Date" = 'december 28'
[ 2061, 338, 262, 15178, 351, 262, 6911, 2072, 286, 12871, 1526, 13022, 290, 468, 257, 7536, 286, 3426, 2579, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 47325, 3865, 33411, 366, 15854, 2072, 1, 796, 705, 8691, 5305, 1667, 13022, 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 ]
[ 2061, 338, 262, 15178, 351, 262, 6911, 2072, 286, 12871, 1526, 13022, 290, 468, 257, 7536, 286, 3426, 2579, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 47325, 3865, 33411, 366, 15854, 2072, 1, 796, 705, 8691, 5305, 1667, 13022, 6, 5357...
For those records from the products and each product's manufacturer, give me the comparison about the sum of code over the name , and group by attribute name, rank in descending by the Name.
SELECT T1.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Name DESC
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 2438, 625, 262, 1438, 837, 290, 1448, 416, 11688, 1438, 11, 4279, 287, 31491, 416, 262, 6530, 13, 46506, 309, 16, 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, 1, 1, 1...
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 2438, 625, 262, 1438, 837, 290, 1448, 416, 11688, 1438, 11, 4279, 287, 31491, 416, 262, 6530, 13, 46506, 309, 16, 13, 5376,...
Which Rider finished with a speed of 81.91mph?
SELECT rider FROM table_name_39 WHERE speed = "81.91mph"
[ 13828, 16414, 5201, 351, 257, 2866, 286, 9773, 13, 6420, 23335, 30, 46506, 17876, 16034, 3084, 62, 3672, 62, 2670, 33411, 2866, 796, 366, 6659, 13, 6420, 23335, 1 ]
[ 1, 1, 1, 1, 1, 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, 16414, 5201, 351, 257, 2866, 286, 9773, 13, 6420, 23335, 30, 46506, 17876, 16034, 3084, 62, 3672, 62, 2670, 33411, 2866, 796, 366, 6659, 13, 6420, 23335, 1 ]
Show me about the distribution of Sex and the average of Weight , and group by attribute Sex in a bar chart.
SELECT Sex, AVG(Weight) FROM people GROUP BY Sex
[ 15307, 502, 546, 262, 6082, 286, 14419, 290, 262, 2811, 286, 14331, 837, 290, 1448, 416, 11688, 14419, 287, 257, 2318, 8262, 13, 46506, 14419, 11, 35224, 7, 25844, 8, 16034, 661, 44441, 11050, 14419 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 546, 262, 6082, 286, 14419, 290, 262, 2811, 286, 14331, 837, 290, 1448, 416, 11688, 14419, 287, 257, 2318, 8262, 13, 46506, 14419, 11, 35224, 7, 25844, 8, 16034, 661, 44441, 11050, 14419 ]
Name the months in the malayalam era for
SELECT "Months in Malayalam Era" FROM table_21190 WHERE "In Malayalam" = 'കുംഭം'
[ 5376, 262, 1933, 287, 262, 6428, 323, 44949, 6980, 329, 46506, 366, 9069, 9998, 287, 4434, 323, 44949, 25466, 1, 16034, 3084, 62, 2481, 19782, 33411, 366, 818, 4434, 323, 44949, 1, 796, 705, 156, 112, 243, 156, 113, 223, 156, 112, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1933, 287, 262, 6428, 323, 44949, 6980, 329, 46506, 366, 9069, 9998, 287, 4434, 323, 44949, 25466, 1, 16034, 3084, 62, 2481, 19782, 33411, 366, 818, 4434, 323, 44949, 1, 796, 705, 156, 112, 243, 156, 113, 223, 156, 112, 2...
Can you draw the trend of how many date in locaton to over the date in locaton to?, and I want to sort x-axis in descending order please.
SELECT Date_in_Locaton_To, COUNT(Date_in_Locaton_To) FROM Document_Locations GROUP BY Date_in_Locaton_To ORDER BY Date_in_Locaton_To DESC
[ 6090, 345, 3197, 262, 5182, 286, 703, 867, 3128, 287, 1179, 13951, 284, 625, 262, 3128, 287, 1179, 13951, 284, 21747, 290, 314, 765, 284, 3297, 2124, 12, 22704, 287, 31491, 1502, 3387, 13, 46506, 7536, 62, 259, 62, 33711, 13951, 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...
[ 6090, 345, 3197, 262, 5182, 286, 703, 867, 3128, 287, 1179, 13951, 284, 625, 262, 3128, 287, 1179, 13951, 284, 21747, 290, 314, 765, 284, 3297, 2124, 12, 22704, 287, 31491, 1502, 3387, 13, 46506, 7536, 62, 259, 62, 33711, 13951, 62, ...
when patient 65759 was last discharged during this year from the hospital?
SELECT admissions.dischtime FROM admissions WHERE admissions.subject_id = 65759 AND DATETIME(admissions.dischtime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') ORDER BY admissions.dischtime DESC LIMIT 1
[ 12518, 5827, 6135, 38314, 373, 938, 26476, 1141, 428, 614, 422, 262, 4436, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 6135, 38314, 5357, 360, 1404, 2767, 12789, 7, 324, 8481, 13, 6381, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5827, 6135, 38314, 373, 938, 26476, 1141, 428, 614, 422, 262, 4436, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 6135, 38314, 5357, 360, 1404, 2767, 12789, 7, 324, 8481, 13, 6381, ...
Which Date has a Remainder of 20%?
SELECT "Date" FROM table_75307 WHERE "Remainder" = '20%'
[ 13828, 7536, 468, 257, 42606, 1082, 286, 1160, 4, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2425, 22996, 33411, 366, 8413, 391, 1082, 1, 796, 705, 1238, 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 ]
[ 13828, 7536, 468, 257, 42606, 1082, 286, 1160, 4, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2425, 22996, 33411, 366, 8413, 391, 1082, 1, 796, 705, 1238, 4, 6 ]
how many days have passed since patient 016-18575 first received a po fluids intake on the current icu visit?
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', intakeoutput.intakeoutputtime)) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid =...
[ 4919, 867, 1528, 423, 3804, 1201, 5827, 5534, 21, 12, 21652, 2425, 717, 2722, 257, 745, 28704, 10337, 319, 262, 1459, 14158, 84, 3187, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 53...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3804, 1201, 5827, 5534, 21, 12, 21652, 2425, 717, 2722, 257, 745, 28704, 10337, 319, 262, 1459, 14158, 84, 3187, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 53...
what are patient 70709's genders?
SELECT patients.gender FROM patients WHERE patients.subject_id = 70709
[ 10919, 389, 5827, 4317, 31495, 338, 38054, 30, 46506, 3871, 13, 8388, 16034, 3871, 33411, 3871, 13, 32796, 62, 312, 796, 4317, 31495 ]
[ 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, 5827, 4317, 31495, 338, 38054, 30, 46506, 3871, 13, 8388, 16034, 3871, 33411, 3871, 13, 32796, 62, 312, 796, 4317, 31495 ]
Name the name for when overs bowled is 31.2
SELECT name FROM table_15700367_2 WHERE overs_bowled = "31.2"
[ 5376, 262, 1438, 329, 618, 10753, 9563, 992, 318, 3261, 13, 17, 46506, 1438, 16034, 3084, 62, 1314, 9879, 27824, 62, 17, 33411, 10753, 62, 8176, 992, 796, 366, 3132, 13, 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, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 1438, 329, 618, 10753, 9563, 992, 318, 3261, 13, 17, 46506, 1438, 16034, 3084, 62, 1314, 9879, 27824, 62, 17, 33411, 10753, 62, 8176, 992, 796, 366, 3132, 13, 17, 1 ]
what is primary disease and diagnoses short title of subject id 8440?
SELECT demographic.diagnosis, diagnoses.short_title FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "8440"
[ 10919, 318, 4165, 4369, 290, 40567, 1790, 3670, 286, 2426, 4686, 9508, 1821, 30, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 19509, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 405...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4165, 4369, 290, 40567, 1790, 3670, 286, 2426, 4686, 9508, 1821, 30, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 19509, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 405...
Show me about the distribution of Days and the sum of Instructor , and group by attribute Days in a bar chart.
SELECT Days, SUM(Instructor) FROM Course GROUP BY Days ORDER BY Credits
[ 15307, 502, 546, 262, 6082, 286, 12579, 290, 262, 2160, 286, 47839, 837, 290, 1448, 416, 11688, 12579, 287, 257, 2318, 8262, 13, 46506, 12579, 11, 35683, 7, 43993, 273, 8, 16034, 20537, 44441, 11050, 12579, 38678, 11050, 29501 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 546, 262, 6082, 286, 12579, 290, 262, 2160, 286, 47839, 837, 290, 1448, 416, 11688, 12579, 287, 257, 2318, 8262, 13, 46506, 12579, 11, 35683, 7, 43993, 273, 8, 16034, 20537, 44441, 11050, 12579, 38678, 11050, 29501 ]
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, show me about the correlation between commission_pct and manager_id in a scatter chart.
SELECT COMMISSION_PCT, MANAGER_ID FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40
[ 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, 905, 502, 546, 262, 16096, 1022, 5810, 62, 79, 310, 290, 4706, 62, 312, 287, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 905, 502, 546, 262, 16096, 1022, 5810, 62, 79, 310, 290, 4706, 62, 312, 287, ...
What is Year, when Competition Description is 'U.S. Championships', when Rank-Final is less than 3, and when Apparatus is 'All-Around'?
SELECT "Year" FROM table_12737 WHERE "Competition Description" = 'u.s. championships' AND "Rank-Final" < '3' AND "Apparatus" = 'all-around'
[ 2061, 318, 6280, 11, 618, 27348, 12489, 318, 705, 52, 13, 50, 13, 24782, 3256, 618, 10916, 12, 19006, 318, 1342, 621, 513, 11, 290, 618, 2034, 283, 7240, 318, 705, 3237, 12, 24472, 30960, 46506, 366, 17688, 1, 16034, 3084, 62, 16799...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6280, 11, 618, 27348, 12489, 318, 705, 52, 13, 50, 13, 24782, 3256, 618, 10916, 12, 19006, 318, 1342, 621, 513, 11, 290, 618, 2034, 283, 7240, 318, 705, 3237, 12, 24472, 30960, 46506, 366, 17688, 1, 16034, 3084, 62, 16799...
which team had the most pyramids ?
SELECT "team" FROM table_204_548 ORDER BY "pyramids" DESC LIMIT 1
[ 4758, 1074, 550, 262, 749, 12972, 43591, 5633, 46506, 366, 15097, 1, 16034, 3084, 62, 18638, 62, 49934, 38678, 11050, 366, 9078, 43591, 1, 22196, 34, 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 ]
[ 4758, 1074, 550, 262, 749, 12972, 43591, 5633, 46506, 366, 15097, 1, 16034, 3084, 62, 18638, 62, 49934, 38678, 11050, 366, 9078, 43591, 1, 22196, 34, 27564, 2043, 352 ]
how many of dan klein 's papers cite michael i. jordan
SELECT DISTINCT COUNT(cite.citingpaperid) FROM author AS AUTHOR_0, author AS AUTHOR_1, cite, writes AS WRITES_0, writes AS WRITES_1 WHERE AUTHOR_0.authorname = 'michael i. jordan' AND AUTHOR_1.authorname = 'dan klein' AND WRITES_0.authorid = AUTHOR_0.authorid AND WRITES_0.paperid = cite.citedpaperid AND WRITES_1.author...
[ 4919, 867, 286, 46078, 479, 33663, 705, 82, 9473, 21729, 285, 40302, 1312, 13, 474, 7350, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 66, 578, 13, 66, 1780, 20189, 312, 8, 16034, 1772, 7054, 44746, 62, 15, 11, 1772, 7054, 44746, 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...
[ 4919, 867, 286, 46078, 479, 33663, 705, 82, 9473, 21729, 285, 40302, 1312, 13, 474, 7350, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 66, 578, 13, 66, 1780, 20189, 312, 8, 16034, 1772, 7054, 44746, 62, 15, 11, 1772, 7054, 44746, 62...
What is the Place of the Player with a +3 To par?
SELECT "Place" FROM table_47799 WHERE "To par" = '+3'
[ 2061, 318, 262, 8474, 286, 262, 7853, 351, 257, 1343, 18, 1675, 1582, 30, 46506, 366, 27271, 1, 16034, 3084, 62, 32883, 2079, 33411, 366, 2514, 1582, 1, 796, 705, 10, 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 ]
[ 2061, 318, 262, 8474, 286, 262, 7853, 351, 257, 1343, 18, 1675, 1582, 30, 46506, 366, 27271, 1, 16034, 3084, 62, 32883, 2079, 33411, 366, 2514, 1582, 1, 796, 705, 10, 18, 6 ]
what's the introduced where notes is 9 withdrawn in 1946 after fire
SELECT "Introduced" FROM table_343 WHERE "Notes" = '9 withdrawn in 1946 after fire'
[ 10919, 338, 262, 5495, 810, 4710, 318, 860, 23019, 287, 22717, 706, 2046, 46506, 366, 37143, 1, 16034, 3084, 62, 32118, 33411, 366, 16130, 1, 796, 705, 24, 23019, 287, 22717, 706, 2046, 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 ]
[ 10919, 338, 262, 5495, 810, 4710, 318, 860, 23019, 287, 22717, 706, 2046, 46506, 366, 37143, 1, 16034, 3084, 62, 32118, 33411, 366, 16130, 1, 796, 705, 24, 23019, 287, 22717, 706, 2046, 6 ]
Return the name of the team and the acc during the regular season for the school that was founded the earliest.
SELECT t2.team_name, t2.acc_regular_season FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id ORDER BY t1.founded LIMIT 1
[ 13615, 262, 1438, 286, 262, 1074, 290, 262, 697, 1141, 262, 3218, 1622, 329, 262, 1524, 326, 373, 9393, 262, 14555, 13, 46506, 256, 17, 13, 15097, 62, 3672, 11, 256, 17, 13, 4134, 62, 16338, 62, 6230, 16034, 6403, 7054, 256, 16, 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...
[ 13615, 262, 1438, 286, 262, 1074, 290, 262, 697, 1141, 262, 3218, 1622, 329, 262, 1524, 326, 373, 9393, 262, 14555, 13, 46506, 256, 17, 13, 15097, 62, 3672, 11, 256, 17, 13, 4134, 62, 16338, 62, 6230, 16034, 6403, 7054, 256, 16, 3...
what is the total dose of calcium carbonate that in 04/last year patient 9038 has been prescribed?
SELECT SUM(prescriptions.dose_val_rx) FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 9038) AND prescriptions.drug = 'calcium carbonate' AND DATETIME(prescriptions.startdate, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year'...
[ 10919, 318, 262, 2472, 10742, 286, 19700, 6588, 378, 326, 287, 8702, 14, 12957, 614, 5827, 4101, 2548, 468, 587, 14798, 30, 46506, 35683, 7, 18302, 24370, 13, 34436, 62, 2100, 62, 40914, 8, 16034, 34092, 33411, 34092, 13, 18108, 76, 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...
[ 10919, 318, 262, 2472, 10742, 286, 19700, 6588, 378, 326, 287, 8702, 14, 12957, 614, 5827, 4101, 2548, 468, 587, 14798, 30, 46506, 35683, 7, 18302, 24370, 13, 34436, 62, 2100, 62, 40914, 8, 16034, 34092, 33411, 34092, 13, 18108, 76, 6...
give the number of patients whose religion is christian scientist and lab test name is immunoglobulin g.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.religion = "CHRISTIAN SCIENTIST" AND lab.label = "Immunoglobulin G"
[ 26535, 262, 1271, 286, 3871, 3025, 5737, 318, 33826, 666, 11444, 290, 2248, 1332, 1438, 318, 16217, 28678, 672, 11599, 308, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 1271, 286, 3871, 3025, 5737, 318, 33826, 666, 11444, 290, 2248, 1332, 1438, 318, 16217, 28678, 672, 11599, 308, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, ...
Which member of the United States House of Representatives began their term on January 4, 1997?
SELECT "Representative" FROM table_32059 WHERE "Begin Date" = 'january 4, 1997'
[ 13828, 2888, 286, 262, 1578, 1829, 2097, 286, 17132, 2540, 511, 3381, 319, 3269, 604, 11, 8309, 30, 46506, 366, 40171, 876, 1, 16034, 3084, 62, 19504, 3270, 33411, 366, 44140, 7536, 1, 796, 705, 13881, 2838, 604, 11, 8309, 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 ]
[ 13828, 2888, 286, 262, 1578, 1829, 2097, 286, 17132, 2540, 511, 3381, 319, 3269, 604, 11, 8309, 30, 46506, 366, 40171, 876, 1, 16034, 3084, 62, 19504, 3270, 33411, 366, 44140, 7536, 1, 796, 705, 13881, 2838, 604, 11, 8309, 6 ]
What is the highest total of Player Damon Gray, with a Challenge Cup less than 0?
SELECT MAX(total) FROM table_name_25 WHERE player = "damon gray" AND challenge_cup < 0
[ 2061, 318, 262, 4511, 2472, 286, 7853, 33572, 12723, 11, 351, 257, 13879, 5454, 1342, 621, 657, 30, 46506, 25882, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 1495, 33411, 2137, 796, 366, 11043, 261, 12768, 1, 5357, 4427, 62, 25244, 1279, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2472, 286, 7853, 33572, 12723, 11, 351, 257, 13879, 5454, 1342, 621, 657, 30, 46506, 25882, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 1495, 33411, 2137, 796, 366, 11043, 261, 12768, 1, 5357, 4427, 62, 25244, 1279, ...
How many games are held after season 2007?
SELECT COUNT(*) FROM game WHERE season > 2007
[ 2437, 867, 1830, 389, 2714, 706, 1622, 4343, 30, 46506, 327, 28270, 7, 28104, 16034, 983, 33411, 1622, 1875, 4343 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 1830, 389, 2714, 706, 1622, 4343, 30, 46506, 327, 28270, 7, 28104, 16034, 983, 33411, 1622, 1875, 4343 ]
Bar chart x axis type y axis total number of enrollment
SELECT Type, SUM(Enrollment) FROM Institution GROUP BY Type
[ 10374, 8262, 2124, 16488, 2099, 331, 16488, 2472, 1271, 286, 20753, 46506, 5994, 11, 35683, 7, 4834, 48108, 8, 16034, 29426, 44441, 11050, 5994 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10374, 8262, 2124, 16488, 2099, 331, 16488, 2472, 1271, 286, 20753, 46506, 5994, 11, 35683, 7, 4834, 48108, 8, 16034, 29426, 44441, 11050, 5994 ]
What is the 2010 value with a 2r in 2008 and A in 2013?
SELECT "2010" FROM table_71447 WHERE "2008" = '2r' AND "2013" = 'a'
[ 2061, 318, 262, 3050, 1988, 351, 257, 362, 81, 287, 3648, 290, 317, 287, 2211, 30, 46506, 366, 10333, 1, 16034, 3084, 62, 45722, 2857, 33411, 366, 11528, 1, 796, 705, 17, 81, 6, 5357, 366, 6390, 1, 796, 705, 64, 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 ]
[ 2061, 318, 262, 3050, 1988, 351, 257, 362, 81, 287, 3648, 290, 317, 287, 2211, 30, 46506, 366, 10333, 1, 16034, 3084, 62, 45722, 2857, 33411, 366, 11528, 1, 796, 705, 17, 81, 6, 5357, 366, 6390, 1, 796, 705, 64, 6 ]
Get me the average age of patients who were admitted on or after 2168 with left colon cancer as their primary disease.
SELECT AVG(demographic.age) FROM demographic WHERE demographic.diagnosis = "LEFT COLON CANCER" AND demographic.admityear >= "2168"
[ 3855, 502, 262, 2811, 2479, 286, 3871, 508, 547, 6848, 319, 393, 706, 362, 14656, 351, 1364, 7633, 4890, 355, 511, 4165, 4369, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 2538, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 3855, 502, 262, 2811, 2479, 286, 3871, 508, 547, 6848, 319, 393, 706, 362, 14656, 351, 1364, 7633, 4890, 355, 511, 4165, 4369, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 2538, ...
calculate the average age of female patients who have black/african american ethnic background.
SELECT AVG(demographic.age) FROM demographic WHERE demographic.gender = "F" AND demographic.ethnicity = "BLACK/AFRICAN AMERICAN"
[ 9948, 3129, 378, 262, 2811, 2479, 286, 4048, 3871, 508, 423, 2042, 14, 1878, 37189, 45630, 272, 9450, 4469, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 37, 1, 5357, 16728, 13, 38546, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 2811, 2479, 286, 4048, 3871, 508, 423, 2042, 14, 1878, 37189, 45630, 272, 9450, 4469, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 37, 1, 5357, 16728, 13, 38546, ...
Who had the high rebounds on april 8?
SELECT "High rebounds" FROM table_29754 WHERE "Date" = 'April 8'
[ 8241, 550, 262, 1029, 18841, 319, 46593, 346, 807, 30, 46506, 366, 11922, 18841, 1, 16034, 3084, 62, 1959, 41874, 33411, 366, 10430, 1, 796, 705, 16784, 807, 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 ]
[ 8241, 550, 262, 1029, 18841, 319, 46593, 346, 807, 30, 46506, 366, 11922, 18841, 1, 16034, 3084, 62, 1959, 41874, 33411, 366, 10430, 1, 796, 705, 16784, 807, 6 ]
A bar chart showing how many representatives in each party, and I want to display Y-axis from low to high order.
SELECT Party, COUNT(Party) FROM representative GROUP BY Party ORDER BY COUNT(Party)
[ 32, 2318, 8262, 4478, 703, 867, 10826, 287, 1123, 2151, 11, 290, 314, 765, 284, 3359, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 3615, 11, 327, 28270, 7, 33553, 8, 16034, 8852, 44441, 11050, 3615, 38678, 11050, 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 ]
[ 32, 2318, 8262, 4478, 703, 867, 10826, 287, 1123, 2151, 11, 290, 314, 765, 284, 3359, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 3615, 11, 327, 28270, 7, 33553, 8, 16034, 8852, 44441, 11050, 3615, 38678, 11050, 327, 28270,...
provide the number of patients whose admission type is newborn and drug route is neb?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "NEWBORN" AND prescriptions.route = "NEB"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 23856, 290, 2563, 6339, 318, 45508, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 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...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 23856, 290, 2563, 6339, 318, 45508, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, ...
What is the result for game 5?
SELECT "Result" FROM table_9742 WHERE "Game" = 'game 5'
[ 2061, 318, 262, 1255, 329, 983, 642, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 5607, 3682, 33411, 366, 8777, 1, 796, 705, 6057, 642, 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 ]
[ 2061, 318, 262, 1255, 329, 983, 642, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 5607, 3682, 33411, 366, 8777, 1, 796, 705, 6057, 642, 6 ]
Find all the distinct id and nationality of drivers who have had laptime more than 100000 milliseconds?
SELECT DISTINCT T1.driverid, T1.nationality FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE T2.milliseconds > 100000
[ 16742, 477, 262, 7310, 4686, 290, 29835, 286, 6643, 508, 423, 550, 10882, 524, 517, 621, 1802, 830, 38694, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 26230, 312, 11, 309, 16, 13, 14648, 414, 16034, 6643, 7054, 309, 16, 32357, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 477, 262, 7310, 4686, 290, 29835, 286, 6643, 508, 423, 550, 10882, 524, 517, 621, 1802, 830, 38694, 30, 46506, 360, 8808, 1268, 4177, 309, 16, 13, 26230, 312, 11, 309, 16, 13, 14648, 414, 16034, 6643, 7054, 309, 16, 32357, 12...
Most popular StackOverflow tags July2016.
SELECT num.TagName AS Tag, ROW_NUMBER() OVER (ORDER BY rate.Rate DESC) AS MayRank, ROW_NUMBER() OVER (ORDER BY num.Num DESC) AS TotalRank, rate.Rate AS QuestionsInMay, num.Num AS QuestionsTotal FROM (SELECT COUNT(PostId) AS Rate, TagName FROM Tags, PostTags, Posts WHERE Tags.Id = PostTags.TagId AND Posts.Id = PostId AN...
[ 6943, 2968, 23881, 5886, 11125, 15940, 2901, 5304, 13, 46506, 997, 13, 24835, 5376, 7054, 17467, 11, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 2494, 13, 32184, 22196, 34, 8, 7054, 1737, 27520, 11, 371, 3913, 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...
[ 6943, 2968, 23881, 5886, 11125, 15940, 2901, 5304, 13, 46506, 997, 13, 24835, 5376, 7054, 17467, 11, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 2494, 13, 32184, 22196, 34, 8, 7054, 1737, 27520, 11, 371, 3913, 62,...
What is the average goal difference using slavia sofia club?
SELECT AVG("Goal Difference") FROM table_33105 WHERE "Club" = 'slavia sofia'
[ 2061, 318, 262, 2811, 3061, 3580, 1262, 1017, 40543, 523, 69, 544, 3430, 30, 46506, 35224, 7203, 49045, 43795, 4943, 16034, 3084, 62, 2091, 13348, 33411, 366, 42350, 1, 796, 705, 6649, 40543, 523, 69, 544, 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, 318, 262, 2811, 3061, 3580, 1262, 1017, 40543, 523, 69, 544, 3430, 30, 46506, 35224, 7203, 49045, 43795, 4943, 16034, 3084, 62, 2091, 13348, 33411, 366, 42350, 1, 796, 705, 6649, 40543, 523, 69, 544, 6 ]