instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
sequence
attention_mask
sequence
labels
sequence
when in 03/last year patient 031-24513 received a microbiology test for the last time?
SELECT microlab.culturetakentime FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-24513')) AND DATETIME(microlab.culturetakentime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year') AND STRFTIME('%m', microlab.culturetakentime) = '03' ORDER BY microlab.culturetakentime DESC LIMIT 1
[ 12518, 287, 7643, 14, 12957, 614, 5827, 657, 3132, 12, 22995, 1485, 2722, 257, 24559, 1435, 1332, 329, 262, 938, 640, 30, 46506, 4580, 23912, 13, 25584, 83, 461, 298, 524, 16034, 4580, 23912, 33411, 4580, 23912, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 43637, 12, 22995, 1485, 6, 4008, 5357, 360, 1404, 2767, 12789, 7, 24055, 23912, 13, 25584, 83, 461 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 287, 7643, 14, 12957, 614, 5827, 657, 3132, 12, 22995, 1485, 2722, 257, 24559, 1435, 1332, 329, 262, 938, 640, 30, 46506, 4580, 23912, 13, 25584, 83, 461, 298, 524, 16034, 4580, 23912, 33411, 4580, 23912, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 43637, 12, 22995, 1485, 6, 4008, 5357, 360, 1404, 2767, 12789, 7, 24055, 23912, 13, 25584, 83, 461 ]
Give me a histogram for how many drama workshop groups are there in each city? Return both the city and the count.
SELECT City_Town, COUNT(*) FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID GROUP BY T1.City_Town
[ 23318, 502, 257, 1554, 21857, 329, 703, 867, 10512, 20243, 2628, 389, 612, 287, 1123, 1748, 30, 8229, 1111, 262, 1748, 290, 262, 954, 13, 46506, 2254, 62, 38097, 11, 327, 28270, 7, 28104, 16034, 3060, 16746, 7054, 309, 16, 32357, 1268, 30647, 62, 23044, 8548, 62, 38, 14459, 7054, 309, 17, 6177, 309, 16, 13, 20231, 62, 2389, 796, 309, 17, 13, 20231, 62, 2389, 44441, 11050, 309, 16, 13, 14941, 62, 38097 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1554, 21857, 329, 703, 867, 10512, 20243, 2628, 389, 612, 287, 1123, 1748, 30, 8229, 1111, 262, 1748, 290, 262, 954, 13, 46506, 2254, 62, 38097, 11, 327, 28270, 7, 28104, 16034, 3060, 16746, 7054, 309, 16, 32357, 1268, 30647, 62, 23044, 8548, 62, 38, 14459, 7054, 309, 17, 6177, 309, 16, 13, 20231, 62, 2389, 796, 309, 17, 13, 20231, 62, 2389, 44441, 11050, 309, 16, 13, 14941, 62, 38097 ]
Which Gold has a Total of 721?
SELECT AVG(gold) FROM table_name_18 WHERE total = 721
[ 13828, 3561, 468, 257, 7472, 286, 767, 2481, 30, 46506, 35224, 7, 24267, 8, 16034, 3084, 62, 3672, 62, 1507, 33411, 2472, 796, 767, 2481 ]
[ 1, 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, 3561, 468, 257, 7472, 286, 767, 2481, 30, 46506, 35224, 7, 24267, 8, 16034, 3084, 62, 3672, 62, 1507, 33411, 2472, 796, 767, 2481 ]
How many schools are in the basketball match?
SELECT COUNT(DISTINCT school_id) FROM basketball_match
[ 2437, 867, 4266, 389, 287, 262, 9669, 2872, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1524, 62, 312, 8, 16034, 9669, 62, 15699 ]
[ 1, 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, 4266, 389, 287, 262, 9669, 2872, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1524, 62, 312, 8, 16034, 9669, 62, 15699 ]
what is the medication that patient 012-4131 had been prescribed two times in 11/this year?
SELECT t1.drugname FROM (SELECT medication.drugname, COUNT(medication.drugstarttime) AS c1 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '012-4131')) AND DATETIME(medication.drugstarttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') AND STRFTIME('%m', medication.drugstarttime) = '11' GROUP BY medication.drugname) AS t1 WHERE t1.c1 = 2
[ 10919, 318, 262, 14103, 326, 5827, 5534, 17, 12, 19, 22042, 550, 587, 14798, 734, 1661, 287, 1367, 14, 5661, 614, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 327, 28270, 7, 1150, 3299, 13, 30349, 9688, 2435, 8, 7054, 269, 16, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 30206, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14103, 326, 5827, 5534, 17, 12, 19, 22042, 550, 587, 14798, 734, 1661, 287, 1367, 14, 5661, 614, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 327, 28270, 7, 1150, 3299, 13, 30349, 9688, 2435, 8, 7054, 269, 16, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 30206, 12 ]
what year is the first usl second division league listed ?
SELECT MIN("year") FROM table_203_595 WHERE "league" = 'usl second division'
[ 10919, 614, 318, 262, 717, 514, 75, 1218, 7297, 4652, 5610, 5633, 46506, 20625, 7203, 1941, 4943, 16034, 3084, 62, 22416, 62, 35124, 33411, 366, 19316, 1, 796, 705, 385, 75, 1218, 7297, 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, 614, 318, 262, 717, 514, 75, 1218, 7297, 4652, 5610, 5633, 46506, 20625, 7203, 1941, 4943, 16034, 3084, 62, 22416, 62, 35124, 33411, 366, 19316, 1, 796, 705, 385, 75, 1218, 7297, 6 ]
What is the nationality of Martin Lewis?
SELECT "Nationality" FROM table_31712 WHERE "Player" = 'martin lewis'
[ 2061, 318, 262, 29835, 286, 5780, 10174, 30, 46506, 366, 16186, 414, 1, 16034, 3084, 62, 34125, 1065, 33411, 366, 14140, 1, 796, 705, 13822, 259, 443, 86, 271, 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 ]
[ 2061, 318, 262, 29835, 286, 5780, 10174, 30, 46506, 366, 16186, 414, 1, 16034, 3084, 62, 34125, 1065, 33411, 366, 14140, 1, 796, 705, 13822, 259, 443, 86, 271, 6 ]
Can you tell me the Attendance that has the Opponent of new york giants?
SELECT "Attendance" FROM table_49342 WHERE "Opponent" = 'new york giants'
[ 6090, 345, 1560, 502, 262, 46502, 590, 326, 468, 262, 9385, 3471, 286, 649, 331, 967, 20178, 30, 46506, 366, 8086, 437, 590, 1, 16034, 3084, 62, 2920, 31575, 33411, 366, 27524, 3471, 1, 796, 705, 3605, 331, 967, 20178, 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 ]
[ 6090, 345, 1560, 502, 262, 46502, 590, 326, 468, 262, 9385, 3471, 286, 649, 331, 967, 20178, 30, 46506, 366, 8086, 437, 590, 1, 16034, 3084, 62, 2920, 31575, 33411, 366, 27524, 3471, 1, 796, 705, 3605, 331, 967, 20178, 6 ]
(fout) Percentage of solved questions.
SELECT DATEADD(MONTH, DATEDIFF(MONTH, 0, CreationDate), 0) AS YEAR, Percentage_Solved_Questions = SUM(CASE WHEN NOT AcceptedAnswerId IS NULL THEN 1 ELSE 0 END) / CAST(COUNT(Id) AS FLOAT) FROM Posts GROUP BY DATEADD(MONTH, DATEDIFF(MONTH, 0, CreationDate), 0) ORDER BY year
[ 7, 69, 448, 8, 36013, 286, 16019, 2683, 13, 46506, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 32914, 11, 36013, 62, 50, 5634, 62, 35741, 796, 35683, 7, 34, 11159, 42099, 5626, 21699, 276, 33706, 7390, 3180, 15697, 42243, 352, 17852, 5188, 657, 23578, 8, 1220, 327, 11262, 7, 34, 28270, 7, 7390, 8, 7054, 9977, 46, 1404, 8, 16034, 12043, 44441, 11050, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 21582, 10430, 828, 657, 8, 38678 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 7, 69, 448, 8, 36013, 286, 16019, 2683, 13, 46506, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 32914, 11, 36013, 62, 50, 5634, 62, 35741, 796, 35683, 7, 34, 11159, 42099, 5626, 21699, 276, 33706, 7390, 3180, 15697, 42243, 352, 17852, 5188, 657, 23578, 8, 1220, 327, 11262, 7, 34, 28270, 7, 7390, 8, 7054, 9977, 46, 1404, 8, 16034, 12043, 44441, 11050, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 21582, 10430, 828, 657, 8, 38678 ]
What is the D42 associated with a D47 of d 27?
SELECT "D 42" FROM table_71560 WHERE "D 47" = 'd 27'
[ 2061, 318, 262, 360, 3682, 3917, 351, 257, 360, 2857, 286, 288, 2681, 30, 46506, 366, 35, 5433, 1, 16034, 3084, 62, 22, 1314, 1899, 33411, 366, 35, 6298, 1, 796, 705, 67, 2681, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 360, 3682, 3917, 351, 257, 360, 2857, 286, 288, 2681, 30, 46506, 366, 35, 5433, 1, 16034, 3084, 62, 22, 1314, 1899, 33411, 366, 35, 6298, 1, 796, 705, 67, 2681, 6 ]
For those records from the products and each product's manufacturer, visualize a bar chart about the distribution of headquarter and the sum of code , and group by attribute headquarter, show by the total number in descending.
SELECT T2.Headquarter, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Headquarter ORDER BY T1.Code DESC
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 38350, 257, 2318, 8262, 546, 262, 6082, 286, 1182, 24385, 290, 262, 2160, 286, 2438, 837, 290, 1448, 416, 11688, 1182, 24385, 11, 905, 416, 262, 2472, 1271, 287, 31491, 13, 46506, 309, 17, 13, 13847, 24385, 11, 309, 16, 13, 10669, 16034, 18675, 7054, 309, 16, 32357, 1268, 17858, 17496, 7054, 309, 17, 6177, 309, 16, 13, 44445, 15051, 796, 309, 17, 13, 10669, 44441, 11050, 309, 17, 13, 13847, 24385, 38678, 11050, 309, 16, 13, 10669, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 38350, 257, 2318, 8262, 546, 262, 6082, 286, 1182, 24385, 290, 262, 2160, 286, 2438, 837, 290, 1448, 416, 11688, 1182, 24385, 11, 905, 416, 262, 2472, 1271, 287, 31491, 13, 46506, 309, 17, 13, 13847, 24385, 11, 309, 16, 13, 10669, 16034, 18675, 7054, 309, 16, 32357, 1268, 17858, 17496, 7054, 309, 17, 6177, 309, 16, 13, 44445, 15051, 796, 309, 17, 13, 10669, 44441, 11050, 309, 17, 13, 13847, 24385, 38678, 11050, 309, 16, 13, 10669, 22196, 34 ]
Posts with highest score from anonymous feedback.
SELECT RANK() OVER (ORDER BY SUM(CASE pf.VoteTypeId WHEN 2 THEN 1 WHEN 3 THEN -1 END) DESC) AS Rank, pf.PostId AS "post_link", SUM(CASE WHEN pf.VoteTypeId = 2 THEN 1 ELSE NULL END) AS UpFeedback, SUM(CASE WHEN pf.VoteTypeId = 3 THEN 1 ELSE NULL END) AS DownFeedback, SUM(CASE pf.VoteTypeId WHEN 2 THEN 1 WHEN 3 THEN -1 END) AS Score, p.OwnerUserId AS "user_link", p.Score FROM PostFeedback AS pf JOIN Posts AS p ON p.Id = pf.PostId GROUP BY pf.PostId, p.OwnerUserId, p.Score ORDER BY SUM(CASE pf.VoteTypeId WHEN 2 THEN 1 WHEN 3 THEN -1 END) DESC LIMIT 500
[ 21496, 351, 4511, 4776, 422, 11614, 7538, 13, 46506, 371, 15154, 3419, 28729, 357, 12532, 1137, 11050, 35683, 7, 34, 11159, 279, 69, 13, 37394, 6030, 7390, 42099, 362, 42243, 352, 42099, 513, 42243, 532, 16, 23578, 8, 22196, 34, 8, 7054, 10916, 11, 279, 69, 13, 6307, 7390, 7054, 366, 7353, 62, 8726, 1600, 35683, 7, 34, 11159, 42099, 279, 69, 13, 37394, 6030, 7390, 796, 362, 42243, 352, 17852, 5188, 15697, 23578, 8, 7054, 3205, 18332, 1891, 11, 35683, 7, 34, 11159, 42099, 279, 69, 13, 37394, 6030, 7390, 796, 513, 42243, 352, 17852, 5188, 15697, 23578, 8 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 21496, 351, 4511, 4776, 422, 11614, 7538, 13, 46506, 371, 15154, 3419, 28729, 357, 12532, 1137, 11050, 35683, 7, 34, 11159, 279, 69, 13, 37394, 6030, 7390, 42099, 362, 42243, 352, 42099, 513, 42243, 532, 16, 23578, 8, 22196, 34, 8, 7054, 10916, 11, 279, 69, 13, 6307, 7390, 7054, 366, 7353, 62, 8726, 1600, 35683, 7, 34, 11159, 42099, 279, 69, 13, 37394, 6030, 7390, 796, 362, 42243, 352, 17852, 5188, 15697, 23578, 8, 7054, 3205, 18332, 1891, 11, 35683, 7, 34, 11159, 42099, 279, 69, 13, 37394, 6030, 7390, 796, 513, 42243, 352, 17852, 5188, 15697, 23578, 8 ]
How many rounds have goalie as the position?
SELECT SUM("Round") FROM table_35131 WHERE "Position" = 'goalie'
[ 2437, 867, 9196, 423, 31071, 355, 262, 2292, 30, 46506, 35683, 7203, 22685, 4943, 16034, 3084, 62, 2327, 22042, 33411, 366, 26545, 1, 796, 705, 35231, 494, 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 ]
[ 2437, 867, 9196, 423, 31071, 355, 262, 2292, 30, 46506, 35683, 7203, 22685, 4943, 16034, 3084, 62, 2327, 22042, 33411, 366, 26545, 1, 796, 705, 35231, 494, 6 ]
How many players were in the team Boston Red Stockings in 2000?
SELECT COUNT(*) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2000
[ 2437, 867, 1938, 547, 287, 262, 1074, 6182, 2297, 10500, 654, 287, 4751, 30, 46506, 327, 28270, 7, 28104, 16034, 9588, 7054, 309, 16, 32357, 1268, 1074, 7054, 309, 17, 6177, 309, 16, 13, 15097, 62, 312, 796, 309, 17, 13, 15097, 62, 312, 62, 1671, 33411, 309, 17, 13, 3672, 796, 705, 31710, 2297, 10500, 654, 6, 5357, 309, 16, 13, 1941, 796, 4751 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1938, 547, 287, 262, 1074, 6182, 2297, 10500, 654, 287, 4751, 30, 46506, 327, 28270, 7, 28104, 16034, 9588, 7054, 309, 16, 32357, 1268, 1074, 7054, 309, 17, 6177, 309, 16, 13, 15097, 62, 312, 796, 309, 17, 13, 15097, 62, 312, 62, 1671, 33411, 309, 17, 13, 3672, 796, 705, 31710, 2297, 10500, 654, 6, 5357, 309, 16, 13, 1941, 796, 4751 ]
Which team had 2 wins and a season later than 1986?
SELECT "Team" FROM table_8698 WHERE "Wins" = '2' AND "Season" > '1986'
[ 13828, 1074, 550, 362, 7864, 290, 257, 1622, 1568, 621, 12113, 30, 46506, 366, 15592, 1, 16034, 3084, 62, 23, 39357, 33411, 366, 54, 1040, 1, 796, 705, 17, 6, 5357, 366, 18960, 1, 1875, 705, 28054, 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 ]
[ 13828, 1074, 550, 362, 7864, 290, 257, 1622, 1568, 621, 12113, 30, 46506, 366, 15592, 1, 16034, 3084, 62, 23, 39357, 33411, 366, 54, 1040, 1, 796, 705, 17, 6, 5357, 366, 18960, 1, 1875, 705, 28054, 6 ]
Show the total number of platforms of locations in each location in a bar chart, I want to show y axis in asc order please.
SELECT Location, SUM(Number_of_Platforms) FROM station GROUP BY Location ORDER BY SUM(Number_of_Platforms)
[ 15307, 262, 2472, 1271, 286, 9554, 286, 7064, 287, 1123, 4067, 287, 257, 2318, 8262, 11, 314, 765, 284, 905, 331, 16488, 287, 10570, 1502, 3387, 13, 46506, 13397, 11, 35683, 7, 15057, 62, 1659, 62, 37148, 82, 8, 16034, 4429, 44441, 11050, 13397, 38678, 11050, 35683, 7, 15057, 62, 1659, 62, 37148, 82, 8 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 2472, 1271, 286, 9554, 286, 7064, 287, 1123, 4067, 287, 257, 2318, 8262, 11, 314, 765, 284, 905, 331, 16488, 287, 10570, 1502, 3387, 13, 46506, 13397, 11, 35683, 7, 15057, 62, 1659, 62, 37148, 82, 8, 16034, 4429, 44441, 11050, 13397, 38678, 11050, 35683, 7, 15057, 62, 1659, 62, 37148, 82, 8 ]
what is the total amount of matches drawn ?
SELECT SUM("drawn") FROM table_204_334
[ 10919, 318, 262, 2472, 2033, 286, 7466, 7428, 5633, 46506, 35683, 7203, 41549, 4943, 16034, 3084, 62, 18638, 62, 31380 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 2472, 2033, 286, 7466, 7428, 5633, 46506, 35683, 7203, 41549, 4943, 16034, 3084, 62, 18638, 62, 31380 ]
What is the lowest score that has alastair forsyth as the player?
SELECT MIN("Score") FROM table_34834 WHERE "Player" = 'alastair forsyth'
[ 2061, 318, 262, 9016, 4776, 326, 468, 435, 459, 958, 329, 1837, 400, 355, 262, 2137, 30, 46506, 20625, 7203, 26595, 4943, 16034, 3084, 62, 28978, 2682, 33411, 366, 14140, 1, 796, 705, 282, 459, 958, 329, 1837, 400, 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, 9016, 4776, 326, 468, 435, 459, 958, 329, 1837, 400, 355, 262, 2137, 30, 46506, 20625, 7203, 26595, 4943, 16034, 3084, 62, 28978, 2682, 33411, 366, 14140, 1, 796, 705, 282, 459, 958, 329, 1837, 400, 6 ]
what is the wheel arrangement when the year made is 1881?
SELECT "Wheel arrangement" FROM table_79651 WHERE "Year made" = '1881'
[ 10919, 318, 262, 7825, 13888, 618, 262, 614, 925, 318, 1248, 6659, 30, 46506, 366, 45307, 13888, 1, 16034, 3084, 62, 3720, 40639, 33411, 366, 17688, 925, 1, 796, 705, 1507, 6659, 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 ]
[ 10919, 318, 262, 7825, 13888, 618, 262, 614, 925, 318, 1248, 6659, 30, 46506, 366, 45307, 13888, 1, 16034, 3084, 62, 3720, 40639, 33411, 366, 17688, 925, 1, 796, 705, 1507, 6659, 6 ]
What school did the forward whose number is 10 belong to?
SELECT "School/Club Team/Country" FROM table_72217 WHERE "No.(s)" = '10' AND "Position" = 'Forward'
[ 2061, 1524, 750, 262, 2651, 3025, 1271, 318, 838, 5594, 284, 30, 46506, 366, 26130, 14, 42350, 4816, 14, 33921, 1, 16034, 3084, 62, 22, 1828, 1558, 33411, 366, 2949, 12195, 82, 16725, 796, 705, 940, 6, 5357, 366, 26545, 1, 796, 705, 39746, 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 ]
[ 2061, 1524, 750, 262, 2651, 3025, 1271, 318, 838, 5594, 284, 30, 46506, 366, 26130, 14, 42350, 4816, 14, 33921, 1, 16034, 3084, 62, 22, 1828, 1558, 33411, 366, 2949, 12195, 82, 16725, 796, 705, 940, 6, 5357, 366, 26545, 1, 796, 705, 39746, 6 ]
Which district had a first elected in 1882 with a result of re-elected?
SELECT district FROM table_name_7 WHERE first_elected = 1882 AND result = "re-elected"
[ 13828, 4783, 550, 257, 717, 7018, 287, 1248, 6469, 351, 257, 1255, 286, 302, 12, 28604, 30, 46506, 4783, 16034, 3084, 62, 3672, 62, 22, 33411, 717, 62, 28604, 796, 1248, 6469, 5357, 1255, 796, 366, 260, 12, 28604, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4783, 550, 257, 717, 7018, 287, 1248, 6469, 351, 257, 1255, 286, 302, 12, 28604, 30, 46506, 4783, 16034, 3084, 62, 3672, 62, 22, 33411, 717, 62, 28604, 796, 1248, 6469, 5357, 1255, 796, 366, 260, 12, 28604, 1 ]
Find the name of different colleges involved in the tryout in alphabetical order.
SELECT DISTINCT cname FROM tryout ORDER BY cname
[ 16742, 262, 1438, 286, 1180, 15273, 2950, 287, 262, 1949, 448, 287, 24830, 605, 1502, 13, 46506, 360, 8808, 1268, 4177, 269, 3672, 16034, 1949, 448, 38678, 11050, 269, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16742, 262, 1438, 286, 1180, 15273, 2950, 287, 262, 1949, 448, 287, 24830, 605, 1502, 13, 46506, 360, 8808, 1268, 4177, 269, 3672, 16034, 1949, 448, 38678, 11050, 269, 3672 ]
What is the Name of the D Player from the Dinamo Moscow Club?
SELECT "Name" FROM table_59872 WHERE "Club" = 'dinamo moscow' AND "Pos." = 'd'
[ 2061, 318, 262, 6530, 286, 262, 360, 7853, 422, 262, 23448, 18811, 9070, 6289, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 41292, 4761, 33411, 366, 42350, 1, 796, 705, 25194, 18811, 10867, 8232, 6, 5357, 366, 21604, 526, 796, 705, 67, 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 ]
[ 2061, 318, 262, 6530, 286, 262, 360, 7853, 422, 262, 23448, 18811, 9070, 6289, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 41292, 4761, 33411, 366, 42350, 1, 796, 705, 25194, 18811, 10867, 8232, 6, 5357, 366, 21604, 526, 796, 705, 67, 6 ]
how many patients whose diagnoses long title is atrioventricular block, complete and lab test category is hematology?
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.long_title = "Atrioventricular block, complete" AND lab."CATEGORY" = "Hematology"
[ 4919, 867, 3871, 3025, 40567, 890, 3670, 318, 379, 380, 709, 22317, 934, 2512, 11, 1844, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 40567, 13, 18108, 76, 62, 312, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 2248, 13, 18108, 76, 62, 312, 33411, 40567, 13, 6511, 62, 7839, 796, 366, 2953, 380, 709, 22317, 934, 2512, 11, 1844, 1, 5357, 2248, 526, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3025, 40567, 890, 3670, 318, 379, 380, 709, 22317, 934, 2512, 11, 1844, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 40567, 13, 18108, 76, 62, 312, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 2248, 13, 18108, 76, 62, 312, 33411, 40567, 13, 6511, 62, 7839, 796, 366, 2953, 380, 709, 22317, 934, 2512, 11, 1844, 1, 5357, 2248, 526, 34 ]
What is the smallest crowd size for punt road oval?
SELECT MIN(crowd) FROM table_name_68 WHERE venue = "punt road oval"
[ 2061, 318, 262, 18197, 4315, 2546, 329, 35363, 2975, 41186, 30, 46506, 20625, 7, 66, 3986, 8, 16034, 3084, 62, 3672, 62, 3104, 33411, 14359, 796, 366, 79, 2797, 2975, 41186, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 18197, 4315, 2546, 329, 35363, 2975, 41186, 30, 46506, 20625, 7, 66, 3986, 8, 16034, 3084, 62, 3672, 62, 3104, 33411, 14359, 796, 366, 79, 2797, 2975, 41186, 1 ]
In what venue did the fielding team Sri Lanka play?
SELECT venue FROM table_name_86 WHERE fielding_team = "sri lanka"
[ 818, 644, 14359, 750, 262, 43985, 1074, 20872, 28143, 711, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 4521, 33411, 43985, 62, 15097, 796, 366, 82, 380, 300, 15927, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 14359, 750, 262, 43985, 1074, 20872, 28143, 711, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 4521, 33411, 43985, 62, 15097, 796, 366, 82, 380, 300, 15927, 1 ]
Visualize a bar chart about the distribution of date_address_to and the amount of date_address_to bin date_address_to by weekday.
SELECT date_address_to, COUNT(date_address_to) FROM Student_Addresses ORDER BY monthly_rental DESC
[ 36259, 1096, 257, 2318, 8262, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2033, 286, 3128, 62, 21975, 62, 1462, 9874, 3128, 62, 21975, 62, 1462, 416, 28269, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 327, 28270, 7, 4475, 62, 21975, 62, 1462, 8, 16034, 13613, 62, 4550, 16746, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 36259, 1096, 257, 2318, 8262, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2033, 286, 3128, 62, 21975, 62, 1462, 9874, 3128, 62, 21975, 62, 1462, 416, 28269, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 327, 28270, 7, 4475, 62, 21975, 62, 1462, 8, 16034, 13613, 62, 4550, 16746, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
Which patients have prescriptions for protamine sulfate medication?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.drug = "Protamine Sulfate"
[ 13828, 3871, 423, 34092, 329, 1237, 9862, 22443, 378, 14103, 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, 18108, 76, 62, 312, 796, 34092, 13, 18108, 76, 62, 312, 33411, 34092, 13, 30349, 796, 366, 19703, 9862, 311, 4754, 378, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3871, 423, 34092, 329, 1237, 9862, 22443, 378, 14103, 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, 18108, 76, 62, 312, 796, 34092, 13, 18108, 76, 62, 312, 33411, 34092, 13, 30349, 796, 366, 19703, 9862, 311, 4754, 378, 1 ]
how many episodes were there ?
SELECT COUNT("episode #") FROM table_204_494
[ 4919, 867, 8640, 547, 612, 5633, 46506, 327, 28270, 7203, 38668, 1303, 4943, 16034, 3084, 62, 18638, 62, 39449 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 8640, 547, 612, 5633, 46506, 327, 28270, 7203, 38668, 1303, 4943, 16034, 3084, 62, 18638, 62, 39449 ]
since 4 years ago, how many patients were prescribed simvastatin 40 mg po tabs?
SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.patientunitstayid IN (SELECT medication.patientunitstayid FROM medication WHERE medication.drugname = 'simvastatin 40 mg po tabs' AND DATETIME(medication.drugstarttime) >= DATETIME(CURRENT_TIME(), '-4 year'))
[ 20777, 604, 812, 2084, 11, 703, 867, 3871, 547, 14798, 985, 85, 459, 10680, 2319, 10527, 745, 22524, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 14103, 13, 26029, 20850, 31712, 312, 16034, 14103, 33411, 14103, 13, 30349, 3672, 796, 705, 14323, 85, 459, 10680, 2319, 10527, 745, 22524, 6, 5357, 360, 1404, 2767, 12789, 7, 1150, 3299, 13, 30349, 9688, 2435, 8, 18189, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 12, 19, 614, 6, 4008 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 20777, 604, 812, 2084, 11, 703, 867, 3871, 547, 14798, 985, 85, 459, 10680, 2319, 10527, 745, 22524, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 14103, 13, 26029, 20850, 31712, 312, 16034, 14103, 33411, 14103, 13, 30349, 3672, 796, 705, 14323, 85, 459, 10680, 2319, 10527, 745, 22524, 6, 5357, 360, 1404, 2767, 12789, 7, 1150, 3299, 13, 30349, 9688, 2435, 8, 18189, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 12, 19, 614, 6, 4008 ]
What is the lowest Goals For, when Draws is less than 4, and when Points is less than 27?
SELECT MIN("Goals for") FROM table_12551 WHERE "Draws" < '4' AND "Points" < '27'
[ 2061, 318, 262, 9016, 28510, 1114, 11, 618, 15315, 82, 318, 1342, 621, 604, 11, 290, 618, 11045, 318, 1342, 621, 2681, 30, 46506, 20625, 7203, 5247, 874, 329, 4943, 16034, 3084, 62, 1065, 43697, 33411, 366, 25302, 82, 1, 1279, 705, 19, 6, 5357, 366, 40710, 1, 1279, 705, 1983, 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 ]
[ 2061, 318, 262, 9016, 28510, 1114, 11, 618, 15315, 82, 318, 1342, 621, 604, 11, 290, 618, 11045, 318, 1342, 621, 2681, 30, 46506, 20625, 7203, 5247, 874, 329, 4943, 16034, 3084, 62, 1065, 43697, 33411, 366, 25302, 82, 1, 1279, 705, 19, 6, 5357, 366, 40710, 1, 1279, 705, 1983, 6 ]
how was patient 26772 admitted to hospital the last time since 2105?
SELECT admissions.admission_type FROM admissions WHERE admissions.subject_id = 26772 AND STRFTIME('%y', admissions.admittime) >= '2105' ORDER BY admissions.admittime DESC LIMIT 1
[ 4919, 373, 5827, 2608, 43571, 6848, 284, 4436, 262, 938, 640, 1201, 362, 13348, 30, 46506, 25349, 13, 324, 3411, 62, 4906, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2608, 43571, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 25349, 13, 324, 20124, 524, 8, 18189, 705, 17, 13348, 6, 38678, 11050, 25349, 13, 324, 20124, 524, 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, 1, 1, 1, 1, 1, 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, 373, 5827, 2608, 43571, 6848, 284, 4436, 262, 938, 640, 1201, 362, 13348, 30, 46506, 25349, 13, 324, 3411, 62, 4906, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2608, 43571, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 25349, 13, 324, 20124, 524, 8, 18189, 705, 17, 13348, 6, 38678, 11050, 25349, 13, 324, 20124, 524, 22196, 34, 27564, 2043, 352 ]
What were the total number of games in April greater than 83?
SELECT COUNT("April") FROM table_38024 WHERE "Game" > '83'
[ 2061, 547, 262, 2472, 1271, 286, 1830, 287, 3035, 3744, 621, 9698, 30, 46506, 327, 28270, 7203, 16784, 4943, 16034, 3084, 62, 23734, 1731, 33411, 366, 8777, 1, 1875, 705, 5999, 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, 547, 262, 2472, 1271, 286, 1830, 287, 3035, 3744, 621, 9698, 30, 46506, 327, 28270, 7203, 16784, 4943, 16034, 3084, 62, 23734, 1731, 33411, 366, 8777, 1, 1875, 705, 5999, 6 ]
Nominee Neal Baer had what result?
SELECT result FROM table_name_23 WHERE nominee_s_ = "neal baer"
[ 45, 296, 500, 68, 29189, 8999, 263, 550, 644, 1255, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 1954, 33411, 10429, 62, 82, 62, 796, 366, 710, 282, 275, 25534, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 45, 296, 500, 68, 29189, 8999, 263, 550, 644, 1255, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 1954, 33411, 10429, 62, 82, 62, 796, 366, 710, 282, 275, 25534, 1 ]
What was the away team's score at windy hill?
SELECT "Away team score" FROM table_56071 WHERE "Venue" = 'windy hill'
[ 2061, 373, 262, 1497, 1074, 338, 4776, 379, 2344, 88, 12788, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 34135, 4869, 33411, 366, 37522, 518, 1, 796, 705, 7972, 88, 12788, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 1497, 1074, 338, 4776, 379, 2344, 88, 12788, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 34135, 4869, 33411, 366, 37522, 518, 1, 796, 705, 7972, 88, 12788, 6 ]
Who were the candidates if the incumbent was Henry Logan?
SELECT "Candidates" FROM table_28847 WHERE "Incumbent" = 'Henry Logan'
[ 8241, 547, 262, 5871, 611, 262, 23526, 373, 8616, 22221, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 25270, 2857, 33411, 366, 25517, 2178, 298, 1, 796, 705, 32476, 22221, 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 ]
[ 8241, 547, 262, 5871, 611, 262, 23526, 373, 8616, 22221, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 25270, 2857, 33411, 366, 25517, 2178, 298, 1, 796, 705, 32476, 22221, 6 ]
Show the official names of the cities that have hosted more than one competition.
SELECT T1.official_name FROM city AS T1 JOIN farm_competition AS T2 ON T1.city_id = T2.host_city_id GROUP BY T2.host_city_id HAVING COUNT(*) > 1
[ 15307, 262, 1743, 3891, 286, 262, 4736, 326, 423, 12007, 517, 621, 530, 5449, 13, 46506, 309, 16, 13, 16841, 62, 3672, 16034, 1748, 7054, 309, 16, 32357, 1268, 5318, 62, 5589, 15620, 7054, 309, 17, 6177, 309, 16, 13, 19205, 62, 312, 796, 309, 17, 13, 4774, 62, 19205, 62, 312, 44441, 11050, 309, 17, 13, 4774, 62, 19205, 62, 312, 367, 10116, 2751, 327, 28270, 7, 28104, 1875, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1743, 3891, 286, 262, 4736, 326, 423, 12007, 517, 621, 530, 5449, 13, 46506, 309, 16, 13, 16841, 62, 3672, 16034, 1748, 7054, 309, 16, 32357, 1268, 5318, 62, 5589, 15620, 7054, 309, 17, 6177, 309, 16, 13, 19205, 62, 312, 796, 309, 17, 13, 4774, 62, 19205, 62, 312, 44441, 11050, 309, 17, 13, 4774, 62, 19205, 62, 312, 367, 10116, 2751, 327, 28270, 7, 28104, 1875, 352 ]
Who had the most rebounds in the game against Phoenix with a number over 76?
SELECT high_rebounds FROM table_name_16 WHERE game > 76 AND team = "phoenix"
[ 8241, 550, 262, 749, 18841, 287, 262, 983, 1028, 9643, 351, 257, 1271, 625, 8684, 30, 46506, 1029, 62, 34806, 3733, 16034, 3084, 62, 3672, 62, 1433, 33411, 983, 1875, 8684, 5357, 1074, 796, 366, 746, 8538, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 749, 18841, 287, 262, 983, 1028, 9643, 351, 257, 1271, 625, 8684, 30, 46506, 1029, 62, 34806, 3733, 16034, 3084, 62, 3672, 62, 1433, 33411, 983, 1875, 8684, 5357, 1074, 796, 366, 746, 8538, 1 ]
Who is the second for the team with alternate Margarita Fomina?
SELECT second FROM table_name_12 WHERE alternate = "margarita fomina"
[ 8241, 318, 262, 1218, 329, 262, 1074, 351, 13527, 11899, 283, 5350, 376, 296, 1437, 30, 46506, 1218, 16034, 3084, 62, 3672, 62, 1065, 33411, 13527, 796, 366, 30887, 283, 5350, 277, 296, 1437, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 318, 262, 1218, 329, 262, 1074, 351, 13527, 11899, 283, 5350, 376, 296, 1437, 30, 46506, 1218, 16034, 3084, 62, 3672, 62, 1065, 33411, 13527, 796, 366, 30887, 283, 5350, 277, 296, 1437, 1 ]
What is the Height (m/ft) for bucharest Built in 2009, and a Rank of 13?
SELECT "Height (m/ft)" FROM table_35774 WHERE "City" = 'bucharest' AND "Built" = '2009' AND "Rank" = '13'
[ 2061, 318, 262, 27280, 357, 76, 14, 701, 8, 329, 275, 794, 12423, 28477, 287, 3717, 11, 290, 257, 10916, 286, 1511, 30, 46506, 366, 23106, 357, 76, 14, 701, 16725, 16034, 3084, 62, 2327, 47582, 33411, 366, 14941, 1, 796, 705, 65, 794, 12423, 6, 5357, 366, 39582, 1, 796, 705, 10531, 6, 5357, 366, 27520, 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, 1, 1, 1, 1, 1, 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, 27280, 357, 76, 14, 701, 8, 329, 275, 794, 12423, 28477, 287, 3717, 11, 290, 257, 10916, 286, 1511, 30, 46506, 366, 23106, 357, 76, 14, 701, 16725, 16034, 3084, 62, 2327, 47582, 33411, 366, 14941, 1, 796, 705, 65, 794, 12423, 6, 5357, 366, 39582, 1, 796, 705, 10531, 6, 5357, 366, 27520, 1, 796, 705, 1485, 6 ]
WHAT IS THE LOST WITH 1 LOSING BONUS, 148 POINTS?
SELECT lost FROM table_name_32 WHERE losing_bonus = "1" AND points_for = "148"
[ 32971, 3180, 3336, 406, 10892, 13315, 352, 406, 2640, 2751, 347, 1340, 2937, 11, 22613, 19922, 1268, 4694, 30, 46506, 2626, 16034, 3084, 62, 3672, 62, 2624, 33411, 6078, 62, 4189, 385, 796, 366, 16, 1, 5357, 2173, 62, 1640, 796, 366, 18294, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 406, 10892, 13315, 352, 406, 2640, 2751, 347, 1340, 2937, 11, 22613, 19922, 1268, 4694, 30, 46506, 2626, 16034, 3084, 62, 3672, 62, 2624, 33411, 6078, 62, 4189, 385, 796, 366, 16, 1, 5357, 2173, 62, 1640, 796, 366, 18294, 1 ]
Show me the proportion of the number of flights by each origin city with a pie chart.
SELECT origin, COUNT(origin) FROM flight GROUP BY origin
[ 15307, 502, 262, 9823, 286, 262, 1271, 286, 13956, 416, 1123, 8159, 1748, 351, 257, 2508, 8262, 13, 46506, 8159, 11, 327, 28270, 7, 47103, 8, 16034, 5474, 44441, 11050, 8159 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 262, 9823, 286, 262, 1271, 286, 13956, 416, 1123, 8159, 1748, 351, 257, 2508, 8262, 13, 46506, 8159, 11, 327, 28270, 7, 47103, 8, 16034, 5474, 44441, 11050, 8159 ]
the number of patients who have received a cholecystectomy procedure since 6 years ago.
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT procedures_icd.hadm_id FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'cholecystectomy') AND DATETIME(procedures_icd.charttime) >= DATETIME(CURRENT_TIME(), '-6 year'))
[ 1169, 1271, 286, 3871, 508, 423, 2722, 257, 1727, 293, 948, 301, 42505, 8771, 1201, 718, 812, 2084, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, 9021, 62, 291, 67, 13, 18108, 76, 62, 312, 16034, 9021, 62, 291, 67, 33411, 9021, 62, 291, 67, 13, 291, 67, 24, 62, 8189, 796, 357, 46506, 288, 62, 291, 67, 62, 1676, 771, 942, 13, 291, 67, 24, 62, 8189, 16034, 288, 62, 291, 67, 62, 1676, 771, 942, 33411, 288, 62, 291 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1169, 1271, 286, 3871, 508, 423, 2722, 257, 1727, 293, 948, 301, 42505, 8771, 1201, 718, 812, 2084, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, 9021, 62, 291, 67, 13, 18108, 76, 62, 312, 16034, 9021, 62, 291, 67, 33411, 9021, 62, 291, 67, 13, 291, 67, 24, 62, 8189, 796, 357, 46506, 288, 62, 291, 67, 62, 1676, 771, 942, 13, 291, 67, 24, 62, 8189, 16034, 288, 62, 291, 67, 62, 1676, 771, 942, 33411, 288, 62, 291 ]
Show the names of countries and the average speed of roller coasters from each country with a bar chart, sort in asc by the bars.
SELECT T1.Name, AVG(T2.Speed) FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID GROUP BY T1.Name ORDER BY T1.Name
[ 15307, 262, 3891, 286, 2678, 290, 262, 2811, 2866, 286, 24471, 763, 7060, 422, 1123, 1499, 351, 257, 2318, 8262, 11, 3297, 287, 10570, 416, 262, 9210, 13, 46506, 309, 16, 13, 5376, 11, 35224, 7, 51, 17, 13, 22785, 8, 16034, 1499, 7054, 309, 16, 32357, 1268, 24471, 62, 1073, 1603, 7054, 309, 17, 6177, 309, 16, 13, 33921, 62, 2389, 796, 309, 17, 13, 33921, 62, 2389, 44441, 11050, 309, 16, 13, 5376, 38678, 11050, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 3891, 286, 2678, 290, 262, 2811, 2866, 286, 24471, 763, 7060, 422, 1123, 1499, 351, 257, 2318, 8262, 11, 3297, 287, 10570, 416, 262, 9210, 13, 46506, 309, 16, 13, 5376, 11, 35224, 7, 51, 17, 13, 22785, 8, 16034, 1499, 7054, 309, 16, 32357, 1268, 24471, 62, 1073, 1603, 7054, 309, 17, 6177, 309, 16, 13, 33921, 62, 2389, 796, 309, 17, 13, 33921, 62, 2389, 44441, 11050, 309, 16, 13, 5376, 38678, 11050, 309, 16, 13, 5376 ]
What is the average number of draws for the team that had more than 0 wins?
SELECT AVG(draws) FROM table_name_13 WHERE wins > 0
[ 2061, 318, 262, 2811, 1271, 286, 14293, 329, 262, 1074, 326, 550, 517, 621, 657, 7864, 30, 46506, 35224, 7, 19334, 82, 8, 16034, 3084, 62, 3672, 62, 1485, 33411, 7864, 1875, 657 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 14293, 329, 262, 1074, 326, 550, 517, 621, 657, 7864, 30, 46506, 35224, 7, 19334, 82, 8, 16034, 3084, 62, 3672, 62, 1485, 33411, 7864, 1875, 657 ]
Historical question grades by week.
SELECT COUNT(Id) FROM Users
[ 13749, 12409, 1808, 19051, 416, 1285, 13, 46506, 327, 28270, 7, 7390, 8, 16034, 18987 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13749, 12409, 1808, 19051, 416, 1285, 13, 46506, 327, 28270, 7, 7390, 8, 16034, 18987 ]
What Viewers (m) has an Episode of school council?
SELECT AVG("Viewers (m)") FROM table_61321 WHERE "Episode" = 'school council'
[ 2061, 3582, 364, 357, 76, 8, 468, 281, 7922, 286, 1524, 6745, 30, 46506, 35224, 7203, 7680, 364, 357, 76, 8, 4943, 16034, 3084, 62, 47512, 2481, 33411, 366, 23758, 1, 796, 705, 14347, 6745, 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, 3582, 364, 357, 76, 8, 468, 281, 7922, 286, 1524, 6745, 30, 46506, 35224, 7203, 7680, 364, 357, 76, 8, 4943, 16034, 3084, 62, 47512, 2481, 33411, 366, 23758, 1, 796, 705, 14347, 6745, 6 ]
Top 200 Users from India.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE '%india%' OR UPPER(Location) LIKE '%IND' ORDER BY Reputation DESC LIMIT 200
[ 9126, 939, 18987, 422, 3794, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 25113, 1600, 5121, 7054, 366, 7220, 62, 8726, 1600, 1432, 7094, 16034, 18987, 33411, 406, 36048, 7, 14749, 8, 34178, 705, 4, 521, 544, 4, 6, 6375, 471, 10246, 1137, 7, 14749, 8, 34178, 705, 4, 12115, 6, 38678, 11050, 1432, 7094, 22196, 34, 27564, 2043, 939 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 9126, 939, 18987, 422, 3794, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 25113, 1600, 5121, 7054, 366, 7220, 62, 8726, 1600, 1432, 7094, 16034, 18987, 33411, 406, 36048, 7, 14749, 8, 34178, 705, 4, 521, 544, 4, 6, 6375, 471, 10246, 1137, 7, 14749, 8, 34178, 705, 4, 12115, 6, 38678, 11050, 1432, 7094, 22196, 34, 27564, 2043, 939 ]
For the directed by 1991, what was the gross in Singapore?
SELECT singapore_gross FROM table_name_66 WHERE director = "1991"
[ 1890, 262, 7924, 416, 10249, 11, 644, 373, 262, 10319, 287, 12551, 30, 46506, 1702, 11656, 62, 47181, 16034, 3084, 62, 3672, 62, 2791, 33411, 3437, 796, 366, 24529, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 262, 7924, 416, 10249, 11, 644, 373, 262, 10319, 287, 12551, 30, 46506, 1702, 11656, 62, 47181, 16034, 3084, 62, 3672, 62, 2791, 33411, 3437, 796, 366, 24529, 1 ]
Can you tell me the highest Capacity that has the Team of torpedo?
SELECT MAX(capacity) FROM table_name_66 WHERE team = "torpedo"
[ 6090, 345, 1560, 502, 262, 4511, 29765, 326, 468, 262, 4816, 286, 39023, 30, 46506, 25882, 7, 42404, 8, 16034, 3084, 62, 3672, 62, 2791, 33411, 1074, 796, 366, 13165, 9124, 78, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1560, 502, 262, 4511, 29765, 326, 468, 262, 4816, 286, 39023, 30, 46506, 25882, 7, 42404, 8, 16034, 3084, 62, 3672, 62, 2791, 33411, 1074, 796, 366, 13165, 9124, 78, 1 ]
What was the score of the game played on December 8?
SELECT "Score" FROM table_17316 WHERE "Date" = 'December 8'
[ 2061, 373, 262, 4776, 286, 262, 983, 2826, 319, 3426, 807, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 25399, 1433, 33411, 366, 10430, 1, 796, 705, 20588, 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, 1 ]
[ 2061, 373, 262, 4776, 286, 262, 983, 2826, 319, 3426, 807, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 25399, 1433, 33411, 366, 10430, 1, 796, 705, 20588, 807, 6 ]
How many people were elected in 1929
SELECT COUNT("Candidates") FROM table_18682 WHERE "First elected" = '1929'
[ 2437, 867, 661, 547, 7018, 287, 31883, 46506, 327, 28270, 7203, 41572, 37051, 4943, 16034, 3084, 62, 1507, 43950, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 1959, 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 ]
[ 2437, 867, 661, 547, 7018, 287, 31883, 46506, 327, 28270, 7203, 41572, 37051, 4943, 16034, 3084, 62, 1507, 43950, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 1959, 6 ]
What season was the overall record 24-10?
SELECT "Season" FROM table_19440 WHERE "Overall" = '24-10'
[ 2061, 1622, 373, 262, 4045, 1700, 1987, 12, 940, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 22913, 1821, 33411, 366, 16350, 1, 796, 705, 1731, 12, 940, 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, 1622, 373, 262, 4045, 1700, 1987, 12, 940, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 22913, 1821, 33411, 366, 16350, 1, 796, 705, 1731, 12, 940, 6 ]
What was the number of viewers for the episode having a fourth couple of Tony and Jamie?
SELECT "Viewers (millions)" FROM table_27975 WHERE "Fourth couple" = 'Tony and Jamie'
[ 2061, 373, 262, 1271, 286, 10209, 329, 262, 4471, 1719, 257, 5544, 3155, 286, 8832, 290, 17826, 30, 46506, 366, 7680, 364, 357, 17805, 507, 16725, 16034, 3084, 62, 26050, 2425, 33411, 366, 45530, 3155, 1, 796, 705, 29387, 290, 17826, 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, 373, 262, 1271, 286, 10209, 329, 262, 4471, 1719, 257, 5544, 3155, 286, 8832, 290, 17826, 30, 46506, 366, 7680, 364, 357, 17805, 507, 16725, 16034, 3084, 62, 26050, 2425, 33411, 366, 45530, 3155, 1, 796, 705, 29387, 290, 17826, 6 ]
calculate the number of patients who were dead after being diagnosed with pressure ulcer, site nec within the same month until 2 years ago.
SELECT COUNT(DISTINCT t2.subject_id) FROM (SELECT t1.subject_id, t1.charttime FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'pressure ulcer, site nec')) AS t1 GROUP BY t1.subject_id HAVING MIN(t1.charttime) = t1.charttime AND DATETIME(t1.charttime) <= DATETIME(CURRENT_TIME(), '-2 year')) AS t2 JOIN (SELECT patients.subject_id, admissions.hadm_id, patients.dod FROM admissions JOIN patients ON patients.subject_id = admissions.subject_id WHERE NOT patients.dod IS NULL AND DATETIME(patients.dod) <= DATETIME(CURRENT_TIME(), '-2 year')) AS t3 ON t2.subject_id = t3.subject_id WHERE DATETIME(t2.charttime, 'start of month') = DATETIME(t3.dod, 'start of month')
[ 9948, 3129, 378, 262, 1271, 286, 3871, 508, 547, 2636, 706, 852, 14641, 351, 3833, 14856, 2189, 11, 2524, 27576, 1626, 262, 976, 1227, 1566, 362, 812, 2084, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 17, 13, 32796, 62, 312, 8, 16034, 357, 46506, 256, 16, 13, 32796, 62, 312, 11, 256, 16, 13, 40926, 2435, 16034, 357, 46506, 25349, 13, 32796, 62, 312, 11, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 32357, 1268, 25349, 6177, 40567, 62, 291, 67, 13, 18108, 76, 62, 312, 796, 25349, 13, 18108, 76, 62, 312 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 3871, 508, 547, 2636, 706, 852, 14641, 351, 3833, 14856, 2189, 11, 2524, 27576, 1626, 262, 976, 1227, 1566, 362, 812, 2084, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 17, 13, 32796, 62, 312, 8, 16034, 357, 46506, 256, 16, 13, 32796, 62, 312, 11, 256, 16, 13, 40926, 2435, 16034, 357, 46506, 25349, 13, 32796, 62, 312, 11, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 32357, 1268, 25349, 6177, 40567, 62, 291, 67, 13, 18108, 76, 62, 312, 796, 25349, 13, 18108, 76, 62, 312 ]
show me nonstop flights from ST. PETERSBURG to TORONTO
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 = 'ST. PETERSBURG' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'TORONTO' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND flight.stops = 0
[ 12860, 502, 1729, 11338, 13956, 422, 3563, 13, 32043, 4877, 38926, 38, 284, 40691, 35830, 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, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 357, 34, 9050, 62, 15, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 15, 13, 19205, 62, 8189, 5357, 27993, 62, 15, 13, 19205, 62, 3672, 796, 705, 2257, 13, 32043, 4877 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1729, 11338, 13956, 422, 3563, 13, 32043, 4877, 38926, 38, 284, 40691, 35830, 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, 31600, 15490, 62, 35009, 27389, 62, 16, 11, 1748, 7054, 27993, 62, 15, 11, 1748, 7054, 27993, 62, 16, 11, 5474, 33411, 357, 34, 9050, 62, 15, 13, 19205, 62, 8189, 796, 31600, 15490, 62, 35009, 27389, 62, 15, 13, 19205, 62, 8189, 5357, 27993, 62, 15, 13, 19205, 62, 3672, 796, 705, 2257, 13, 32043, 4877 ]
How big was the crowd when the home team scored 5.14 (44)?
SELECT COUNT("Crowd") FROM table_55635 WHERE "Home team score" = '5.14 (44)'
[ 2437, 1263, 373, 262, 4315, 618, 262, 1363, 1074, 7781, 642, 13, 1415, 357, 2598, 19427, 46506, 327, 28270, 7203, 34, 3986, 4943, 16034, 3084, 62, 37864, 2327, 33411, 366, 16060, 1074, 4776, 1, 796, 705, 20, 13, 1415, 357, 2598, 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 ]
[ 2437, 1263, 373, 262, 4315, 618, 262, 1363, 1074, 7781, 642, 13, 1415, 357, 2598, 19427, 46506, 327, 28270, 7203, 34, 3986, 4943, 16034, 3084, 62, 37864, 2327, 33411, 366, 16060, 1074, 4776, 1, 796, 705, 20, 13, 1415, 357, 2598, 33047 ]
When Pat Robertson was at 16%, what did Pete du Pont have?
SELECT pete_du_pont FROM table_name_13 WHERE pat_robertson = "16%"
[ 2215, 3208, 23590, 373, 379, 1467, 7441, 644, 750, 17542, 7043, 26345, 423, 30, 46506, 4273, 68, 62, 646, 62, 79, 756, 16034, 3084, 62, 3672, 62, 1485, 33411, 1458, 62, 305, 527, 912, 261, 796, 366, 1433, 39658 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3208, 23590, 373, 379, 1467, 7441, 644, 750, 17542, 7043, 26345, 423, 30, 46506, 4273, 68, 62, 646, 62, 79, 756, 16034, 3084, 62, 3672, 62, 1485, 33411, 1458, 62, 305, 527, 912, 261, 796, 366, 1433, 39658 ]
what are the three year survival probability of a patient diagnosed with pain - severe?
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t2.diagnosistime) > 3 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'pain - severe' GROUP BY patient.uniquepid HAVING MIN(diagnosis.diagnosistime) = diagnosis.diagnosistime) AS t1 WHERE STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', t1.diagnosistime) > 3 * 365) AS t2 JOIN patient ON t2.uniquepid = patient.uniquepid
[ 10919, 389, 262, 1115, 614, 9441, 12867, 286, 257, 5827, 14641, 351, 2356, 532, 6049, 30, 46506, 35683, 7, 34, 11159, 42099, 5827, 13, 49257, 6381, 11121, 395, 7240, 796, 705, 282, 425, 6, 42243, 352, 42099, 19269, 9792, 12789, 10786, 4, 73, 3256, 5827, 13, 49257, 6381, 354, 7641, 524, 8, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 256, 17, 13, 47356, 418, 396, 524, 8, 1875, 513, 1635, 21268, 42243, 352, 17852, 5188, 657, 23578, 8, 1635, 1802, 1220, 327, 28270, 7, 28104, 16034, 357, 46506, 256, 16, 13, 403, 1557, 538, 312, 11, 256, 16, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 389, 262, 1115, 614, 9441, 12867, 286, 257, 5827, 14641, 351, 2356, 532, 6049, 30, 46506, 35683, 7, 34, 11159, 42099, 5827, 13, 49257, 6381, 11121, 395, 7240, 796, 705, 282, 425, 6, 42243, 352, 42099, 19269, 9792, 12789, 10786, 4, 73, 3256, 5827, 13, 49257, 6381, 354, 7641, 524, 8, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 256, 17, 13, 47356, 418, 396, 524, 8, 1875, 513, 1635, 21268, 42243, 352, 17852, 5188, 657, 23578, 8, 1635, 1802, 1220, 327, 28270, 7, 28104, 16034, 357, 46506, 256, 16, 13, 403, 1557, 538, 312, 11, 256, 16, 13 ]
List the genre name and genre id using a bar chart.
SELECT T2.name, T1.category_id FROM film_category AS T1 JOIN category AS T2 ON T1.category_id = T2.category_id
[ 8053, 262, 12121, 1438, 290, 12121, 4686, 1262, 257, 2318, 8262, 13, 46506, 309, 17, 13, 3672, 11, 309, 16, 13, 22872, 62, 312, 16034, 2646, 62, 22872, 7054, 309, 16, 32357, 1268, 6536, 7054, 309, 17, 6177, 309, 16, 13, 22872, 62, 312, 796, 309, 17, 13, 22872, 62, 312 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8053, 262, 12121, 1438, 290, 12121, 4686, 1262, 257, 2318, 8262, 13, 46506, 309, 17, 13, 3672, 11, 309, 16, 13, 22872, 62, 312, 16034, 2646, 62, 22872, 7054, 309, 16, 32357, 1268, 6536, 7054, 309, 17, 6177, 309, 16, 13, 22872, 62, 312, 796, 309, 17, 13, 22872, 62, 312 ]
How many episodes were watched by 12.72 million U.S. viewers?
SELECT COUNT(written_by) FROM table_12570759_2 WHERE us_viewers__millions_ = "12.72"
[ 2437, 867, 8640, 547, 7342, 416, 1105, 13, 4761, 1510, 471, 13, 50, 13, 10209, 30, 46506, 327, 28270, 7, 15266, 62, 1525, 8, 16034, 3084, 62, 11623, 2154, 38314, 62, 17, 33411, 514, 62, 1177, 364, 834, 17805, 507, 62, 796, 366, 1065, 13, 4761, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8640, 547, 7342, 416, 1105, 13, 4761, 1510, 471, 13, 50, 13, 10209, 30, 46506, 327, 28270, 7, 15266, 62, 1525, 8, 16034, 3084, 62, 11623, 2154, 38314, 62, 17, 33411, 514, 62, 1177, 364, 834, 17805, 507, 62, 796, 366, 1065, 13, 4761, 1 ]
What is the sum of laps of the honda cbr1000rr bike, which has a time of +16.569?
SELECT SUM("Laps") FROM table_13235 WHERE "Bike" = 'honda cbr1000rr' AND "Time" = '+16.569'
[ 2061, 318, 262, 2160, 286, 24590, 286, 262, 289, 13533, 269, 1671, 12825, 21062, 7161, 11, 543, 468, 257, 640, 286, 1343, 1433, 13, 20, 3388, 30, 46506, 35683, 7203, 43, 1686, 4943, 16034, 3084, 62, 1485, 22370, 33411, 366, 33, 522, 1, 796, 705, 71, 13533, 269, 1671, 12825, 21062, 6, 5357, 366, 7575, 1, 796, 705, 10, 1433, 13, 20, 3388, 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 ]
[ 2061, 318, 262, 2160, 286, 24590, 286, 262, 289, 13533, 269, 1671, 12825, 21062, 7161, 11, 543, 468, 257, 640, 286, 1343, 1433, 13, 20, 3388, 30, 46506, 35683, 7203, 43, 1686, 4943, 16034, 3084, 62, 1485, 22370, 33411, 366, 33, 522, 1, 796, 705, 71, 13533, 269, 1671, 12825, 21062, 6, 5357, 366, 7575, 1, 796, 705, 10, 1433, 13, 20, 3388, 6 ]
What is the total population of the country that has a GDP per capita (US$) of 15,054?
SELECT "Population" FROM table_71307 WHERE "GDP per capita (US$)" = '15,054'
[ 2061, 318, 262, 2472, 3265, 286, 262, 1499, 326, 468, 257, 12396, 583, 21344, 357, 2937, 3, 8, 286, 1315, 11, 2713, 19, 30, 46506, 366, 45251, 1, 16034, 3084, 62, 4869, 22996, 33411, 366, 38, 6322, 583, 21344, 357, 2937, 3, 16725, 796, 705, 1314, 11, 2713, 19, 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 ]
[ 2061, 318, 262, 2472, 3265, 286, 262, 1499, 326, 468, 257, 12396, 583, 21344, 357, 2937, 3, 8, 286, 1315, 11, 2713, 19, 30, 46506, 366, 45251, 1, 16034, 3084, 62, 4869, 22996, 33411, 366, 38, 6322, 583, 21344, 357, 2937, 3, 16725, 796, 705, 1314, 11, 2713, 19, 6 ]
what are the four year survival rate of kidney laceration-open patients who were prescribed with clopidogrel bisulfate?
SELECT SUM(CASE WHEN patients.dod IS NULL THEN 1 WHEN STRFTIME('%j', patients.dod) - STRFTIME('%j', t4.charttime) > 4 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.subject_id, t2.charttime FROM (SELECT t1.subject_id, t1.charttime FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'kidney laceration-open') GROUP BY admissions.subject_id HAVING MIN(diagnoses_icd.charttime) = diagnoses_icd.charttime) AS t1 WHERE STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', t1.charttime) > 4 * 365) AS t2 JOIN (SELECT admissions.subject_id, prescriptions.startdate FROM prescriptions JOIN admissions ON prescriptions.hadm_id = admissions.hadm_id WHERE prescriptions.drug = 'clopidogrel bisulfate') AS t3 ON t2.subject_id = t3.subject_id WHERE t2.charttime < t3.startdate) AS t4 JOIN patients ON t4.subject_id = patients.subject_id
[ 10919, 389, 262, 1440, 614, 9441, 2494, 286, 21919, 300, 11736, 341, 12, 9654, 3871, 508, 547, 14798, 351, 537, 404, 312, 519, 2411, 47457, 4754, 378, 30, 46506, 35683, 7, 34, 11159, 42099, 3871, 13, 67, 375, 3180, 15697, 42243, 352, 42099, 19269, 9792, 12789, 10786, 4, 73, 3256, 3871, 13, 67, 375, 8, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 256, 19, 13, 40926, 2435, 8, 1875, 604, 1635, 21268, 42243, 352, 17852, 5188, 657, 23578, 8, 1635, 1802, 1220, 327, 28270, 7, 28104, 16034, 357, 46506, 256, 17, 13, 32796, 62, 312, 11, 256, 17, 13 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 389, 262, 1440, 614, 9441, 2494, 286, 21919, 300, 11736, 341, 12, 9654, 3871, 508, 547, 14798, 351, 537, 404, 312, 519, 2411, 47457, 4754, 378, 30, 46506, 35683, 7, 34, 11159, 42099, 3871, 13, 67, 375, 3180, 15697, 42243, 352, 42099, 19269, 9792, 12789, 10786, 4, 73, 3256, 3871, 13, 67, 375, 8, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 256, 19, 13, 40926, 2435, 8, 1875, 604, 1635, 21268, 42243, 352, 17852, 5188, 657, 23578, 8, 1635, 1802, 1220, 327, 28270, 7, 28104, 16034, 357, 46506, 256, 17, 13, 32796, 62, 312, 11, 256, 17, 13 ]
What is the kickoff time for the Hubert H. Humphrey Metrodome?
SELECT kickoff_ AS "a_" FROM table_name_12 WHERE game_site = "hubert h. humphrey metrodome"
[ 2061, 318, 262, 40532, 640, 329, 262, 11256, 4835, 367, 13, 32787, 4364, 12477, 67, 462, 30, 46506, 40532, 62, 7054, 366, 64, 62, 1, 16034, 3084, 62, 3672, 62, 1065, 33411, 983, 62, 15654, 796, 366, 13415, 4835, 289, 13, 1311, 746, 4364, 1138, 14892, 462, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 40532, 640, 329, 262, 11256, 4835, 367, 13, 32787, 4364, 12477, 67, 462, 30, 46506, 40532, 62, 7054, 366, 64, 62, 1, 16034, 3084, 62, 3672, 62, 1065, 33411, 983, 62, 15654, 796, 366, 13415, 4835, 289, 13, 1311, 746, 4364, 1138, 14892, 462, 1 ]
For all employees in the same department as Clara excluding Clara, bin their hire date into the month interval, and count how many employees in each month for a bar chart.
SELECT HIRE_DATE, COUNT(HIRE_DATE) FROM employees WHERE DEPARTMENT_ID = (SELECT DEPARTMENT_ID FROM employees WHERE FIRST_NAME = "Clara") AND FIRST_NAME <> "Clara"
[ 1890, 477, 4409, 287, 262, 976, 5011, 355, 27443, 23494, 27443, 11, 9874, 511, 11078, 3128, 656, 262, 1227, 16654, 11, 290, 954, 703, 867, 4409, 287, 1123, 1227, 329, 257, 2318, 8262, 13, 46506, 36210, 2200, 62, 35, 6158, 11, 327, 28270, 7, 25374, 2200, 62, 35, 6158, 8, 16034, 4409, 33411, 5550, 30709, 10979, 62, 2389, 796, 357, 46506, 5550, 30709, 10979, 62, 2389, 16034, 4409, 33411, 31328, 62, 20608, 796, 366, 2601, 3301, 4943, 5357, 31328, 62, 20608, 1279, 29, 366, 2601, 3301, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 976, 5011, 355, 27443, 23494, 27443, 11, 9874, 511, 11078, 3128, 656, 262, 1227, 16654, 11, 290, 954, 703, 867, 4409, 287, 1123, 1227, 329, 257, 2318, 8262, 13, 46506, 36210, 2200, 62, 35, 6158, 11, 327, 28270, 7, 25374, 2200, 62, 35, 6158, 8, 16034, 4409, 33411, 5550, 30709, 10979, 62, 2389, 796, 357, 46506, 5550, 30709, 10979, 62, 2389, 16034, 4409, 33411, 31328, 62, 20608, 796, 366, 2601, 3301, 4943, 5357, 31328, 62, 20608, 1279, 29, 366, 2601, 3301, 1 ]
What are the ids and details of events that have more than one participants Visualize by bar chart, and I want to display by the names from high to low please.
SELECT T1.Event_Details, T1.Event_ID FROM Events AS T1 JOIN Participants_in_Events AS T2 ON T1.Event_ID = T2.Event_ID GROUP BY T1.Event_Details ORDER BY T1.Event_Details DESC
[ 2061, 389, 262, 220, 2340, 290, 3307, 286, 2995, 326, 423, 517, 621, 530, 6809, 15612, 1096, 416, 2318, 8262, 11, 290, 314, 765, 284, 3359, 416, 262, 3891, 422, 1029, 284, 1877, 3387, 13, 46506, 309, 16, 13, 9237, 62, 24259, 11, 309, 16, 13, 9237, 62, 2389, 16034, 18715, 7054, 309, 16, 32357, 1268, 26122, 62, 259, 62, 37103, 7054, 309, 17, 6177, 309, 16, 13, 9237, 62, 2389, 796, 309, 17, 13, 9237, 62, 2389, 44441, 11050, 309, 16, 13, 9237, 62, 24259, 38678, 11050, 309, 16, 13, 9237, 62, 24259, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 220, 2340, 290, 3307, 286, 2995, 326, 423, 517, 621, 530, 6809, 15612, 1096, 416, 2318, 8262, 11, 290, 314, 765, 284, 3359, 416, 262, 3891, 422, 1029, 284, 1877, 3387, 13, 46506, 309, 16, 13, 9237, 62, 24259, 11, 309, 16, 13, 9237, 62, 2389, 16034, 18715, 7054, 309, 16, 32357, 1268, 26122, 62, 259, 62, 37103, 7054, 309, 17, 6177, 309, 16, 13, 9237, 62, 2389, 796, 309, 17, 13, 9237, 62, 2389, 44441, 11050, 309, 16, 13, 9237, 62, 24259, 38678, 11050, 309, 16, 13, 9237, 62, 24259, 22196, 34 ]
What was the lowest crowd size when the away team scored 11.17 (83)?
SELECT MIN("Crowd") FROM table_32690 WHERE "Away team score" = '11.17 (83)'
[ 2061, 373, 262, 9016, 4315, 2546, 618, 262, 1497, 1074, 7781, 1367, 13, 1558, 357, 5999, 19427, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 39195, 3829, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 1157, 13, 1558, 357, 5999, 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 ]
[ 2061, 373, 262, 9016, 4315, 2546, 618, 262, 1497, 1074, 7781, 1367, 13, 1558, 357, 5999, 19427, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 39195, 3829, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 1157, 13, 1558, 357, 5999, 33047 ]
Pts Agst of 572, and a Pts For larger than 346 has what total number of position?
SELECT COUNT("Position") FROM table_70620 WHERE "Pts Agst" = '572' AND "Pts For" > '346'
[ 47, 912, 2449, 301, 286, 642, 4761, 11, 290, 257, 350, 912, 1114, 4025, 621, 44729, 468, 644, 2472, 1271, 286, 2292, 30, 46506, 327, 28270, 7203, 26545, 4943, 16034, 3084, 62, 35402, 1238, 33411, 366, 47, 912, 2449, 301, 1, 796, 705, 48724, 6, 5357, 366, 47, 912, 1114, 1, 1875, 705, 30557, 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 ]
[ 47, 912, 2449, 301, 286, 642, 4761, 11, 290, 257, 350, 912, 1114, 4025, 621, 44729, 468, 644, 2472, 1271, 286, 2292, 30, 46506, 327, 28270, 7203, 26545, 4943, 16034, 3084, 62, 35402, 1238, 33411, 366, 47, 912, 2449, 301, 1, 796, 705, 48724, 6, 5357, 366, 47, 912, 1114, 1, 1875, 705, 30557, 6 ]
What is the sum of FA cups of club Stalybridge Celtic, which has more than 0 FA trophies and a total less than 20?
SELECT SUM(fa_cup) FROM table_name_50 WHERE fa_trophy > 0 AND club = "stalybridge celtic" AND total < 20
[ 2061, 318, 262, 2160, 286, 9677, 14180, 286, 3430, 520, 3400, 9458, 27986, 11, 543, 468, 517, 621, 657, 9677, 21732, 290, 257, 2472, 1342, 621, 1160, 30, 46506, 35683, 7, 13331, 62, 25244, 8, 16034, 3084, 62, 3672, 62, 1120, 33411, 24685, 62, 23528, 6883, 1875, 657, 5357, 3430, 796, 366, 301, 3400, 9458, 269, 2120, 291, 1, 5357, 2472, 1279, 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, 1, 1, 1, 1, 1, 1, 1, 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, 2160, 286, 9677, 14180, 286, 3430, 520, 3400, 9458, 27986, 11, 543, 468, 517, 621, 657, 9677, 21732, 290, 257, 2472, 1342, 621, 1160, 30, 46506, 35683, 7, 13331, 62, 25244, 8, 16034, 3084, 62, 3672, 62, 1120, 33411, 24685, 62, 23528, 6883, 1875, 657, 5357, 3430, 796, 366, 301, 3400, 9458, 269, 2120, 291, 1, 5357, 2472, 1279, 1160 ]
what is lab test fluid of subject name jerry deberry?
SELECT lab.fluid FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.name = "Jerry Deberry"
[ 10919, 318, 2248, 1332, 11711, 286, 2426, 1438, 474, 6996, 390, 8396, 30, 46506, 2248, 13, 35522, 312, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 2248, 13, 18108, 76, 62, 312, 33411, 16728, 13, 3672, 796, 366, 43462, 1024, 8396, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2248, 1332, 11711, 286, 2426, 1438, 474, 6996, 390, 8396, 30, 46506, 2248, 13, 35522, 312, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 2248, 13, 18108, 76, 62, 312, 33411, 16728, 13, 3672, 796, 366, 43462, 1024, 8396, 1 ]
how many rebounds were there by all miami heat players ?
SELECT "rebounds" FROM table_203_532 WHERE "team" = 'miami heat'
[ 4919, 867, 18841, 547, 612, 416, 477, 285, 7871, 4894, 1938, 5633, 46506, 366, 34806, 3733, 1, 16034, 3084, 62, 22416, 62, 20, 2624, 33411, 366, 15097, 1, 796, 705, 76, 7871, 4894, 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 ]
[ 4919, 867, 18841, 547, 612, 416, 477, 285, 7871, 4894, 1938, 5633, 46506, 366, 34806, 3733, 1, 16034, 3084, 62, 22416, 62, 20, 2624, 33411, 366, 15097, 1, 796, 705, 76, 7871, 4894, 6 ]
When 2010 is the year what is the game?
SELECT "Games" FROM table_74419 WHERE "Years" = '2010'
[ 2215, 3050, 318, 262, 614, 644, 318, 262, 983, 30, 46506, 366, 24474, 1, 16034, 3084, 62, 22, 2598, 1129, 33411, 366, 40630, 1, 796, 705, 10333, 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 ]
[ 2215, 3050, 318, 262, 614, 644, 318, 262, 983, 30, 46506, 366, 24474, 1, 16034, 3084, 62, 22, 2598, 1129, 33411, 366, 40630, 1, 796, 705, 10333, 6 ]
How much in total does customer with first name as Carole and last name as Bernhard paid?
SELECT SUM(T1.amount_payment) FROM customer_payments AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Carole" AND T2.last_name = "Bernhard"
[ 2437, 881, 287, 2472, 857, 6491, 351, 717, 1438, 355, 1879, 2305, 290, 938, 1438, 355, 6206, 10424, 3432, 30, 46506, 35683, 7, 51, 16, 13, 17287, 62, 37301, 8, 16034, 6491, 62, 15577, 902, 7054, 309, 16, 32357, 1268, 4297, 7054, 309, 17, 6177, 309, 16, 13, 23144, 263, 62, 312, 796, 309, 17, 13, 23144, 263, 62, 312, 33411, 309, 17, 13, 11085, 62, 3672, 796, 366, 9914, 2305, 1, 5357, 309, 17, 13, 12957, 62, 3672, 796, 366, 23927, 10424, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 881, 287, 2472, 857, 6491, 351, 717, 1438, 355, 1879, 2305, 290, 938, 1438, 355, 6206, 10424, 3432, 30, 46506, 35683, 7, 51, 16, 13, 17287, 62, 37301, 8, 16034, 6491, 62, 15577, 902, 7054, 309, 16, 32357, 1268, 4297, 7054, 309, 17, 6177, 309, 16, 13, 23144, 263, 62, 312, 796, 309, 17, 13, 23144, 263, 62, 312, 33411, 309, 17, 13, 11085, 62, 3672, 796, 366, 9914, 2305, 1, 5357, 309, 17, 13, 12957, 62, 3672, 796, 366, 23927, 10424, 1 ]
Name the winning constructor for when the fastest lap was mark webber at the malaysian grand prix
SELECT winning_constructor FROM table_name_77 WHERE fastest_lap = "mark webber" AND grand_prix = "malaysian grand prix"
[ 5376, 262, 5442, 23772, 329, 618, 262, 14162, 14779, 373, 1317, 3992, 527, 379, 262, 6428, 592, 666, 4490, 1293, 87, 46506, 5442, 62, 41571, 273, 16034, 3084, 62, 3672, 62, 3324, 33411, 14162, 62, 37796, 796, 366, 4102, 3992, 527, 1, 5357, 4490, 62, 3448, 87, 796, 366, 7617, 592, 666, 4490, 1293, 87, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5442, 23772, 329, 618, 262, 14162, 14779, 373, 1317, 3992, 527, 379, 262, 6428, 592, 666, 4490, 1293, 87, 46506, 5442, 62, 41571, 273, 16034, 3084, 62, 3672, 62, 3324, 33411, 14162, 62, 37796, 796, 366, 4102, 3992, 527, 1, 5357, 4490, 62, 3448, 87, 796, 366, 7617, 592, 666, 4490, 1293, 87, 1 ]
WHICH Venue IS after 1992 with a Score of 1 0 and a Winners of us chaouia?
SELECT venue FROM table_name_93 WHERE year > 1992 AND score = "1 – 0" AND winners = "us chaouia"
[ 12418, 20739, 9932, 518, 3180, 706, 9768, 351, 257, 15178, 286, 352, 657, 290, 257, 42754, 286, 514, 17792, 280, 544, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 6052, 33411, 614, 1875, 9768, 5357, 4776, 796, 366, 16, 784, 657, 1, 5357, 14591, 796, 366, 385, 17792, 280, 544, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20739, 9932, 518, 3180, 706, 9768, 351, 257, 15178, 286, 352, 657, 290, 257, 42754, 286, 514, 17792, 280, 544, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 6052, 33411, 614, 1875, 9768, 5357, 4776, 796, 366, 16, 784, 657, 1, 5357, 14591, 796, 366, 385, 17792, 280, 544, 1 ]
What is Status, when Opposing Teams is 'Scotland'?
SELECT "Status" FROM table_62617 WHERE "Opposing Teams" = 'scotland'
[ 2061, 318, 12678, 11, 618, 9385, 2752, 24690, 318, 705, 47230, 30960, 46506, 366, 19580, 1, 16034, 3084, 62, 45191, 1558, 33411, 366, 27524, 2752, 24690, 1, 796, 705, 1416, 313, 1044, 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, 12678, 11, 618, 9385, 2752, 24690, 318, 705, 47230, 30960, 46506, 366, 19580, 1, 16034, 3084, 62, 45191, 1558, 33411, 366, 27524, 2752, 24690, 1, 796, 705, 1416, 313, 1044, 6 ]
Who was the Man of the Match when they played the Romford Raiders at home?
SELECT man_of_the_match FROM table_name_28 WHERE venue = "home" AND opponent = "romford raiders"
[ 8241, 373, 262, 1869, 286, 262, 13225, 618, 484, 2826, 262, 3570, 3841, 16120, 379, 1363, 30, 46506, 582, 62, 1659, 62, 1169, 62, 15699, 16034, 3084, 62, 3672, 62, 2078, 33411, 14359, 796, 366, 11195, 1, 5357, 6125, 796, 366, 398, 3841, 9513, 364, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 1869, 286, 262, 13225, 618, 484, 2826, 262, 3570, 3841, 16120, 379, 1363, 30, 46506, 582, 62, 1659, 62, 1169, 62, 15699, 16034, 3084, 62, 3672, 62, 2078, 33411, 14359, 796, 366, 11195, 1, 5357, 6125, 796, 366, 398, 3841, 9513, 364, 1 ]
What is the first year that she competed?
SELECT MIN("Year") FROM table_22775
[ 2061, 318, 262, 717, 614, 326, 673, 32440, 30, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 24403, 2425 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 717, 614, 326, 673, 32440, 30, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 24403, 2425 ]
Who had the highest rebounds of the game with A. Johnson (6) as the highest assist?
SELECT "High rebounds" FROM table_51534 WHERE "High assists" = 'a. johnson (6)'
[ 8241, 550, 262, 4511, 18841, 286, 262, 983, 351, 317, 13, 5030, 357, 21, 8, 355, 262, 4511, 3342, 30, 46506, 366, 11922, 18841, 1, 16034, 3084, 62, 45969, 2682, 33411, 366, 11922, 13648, 1, 796, 705, 64, 13, 45610, 1559, 357, 21, 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, 1 ]
[ 8241, 550, 262, 4511, 18841, 286, 262, 983, 351, 317, 13, 5030, 357, 21, 8, 355, 262, 4511, 3342, 30, 46506, 366, 11922, 18841, 1, 16034, 3084, 62, 45969, 2682, 33411, 366, 11922, 13648, 1, 796, 705, 64, 13, 45610, 1559, 357, 21, 33047 ]
Can undergrads take class 574 ?
SELECT DISTINCT advisory_requirement, enforced_requirement, name FROM course WHERE department = 'EECS' AND number = 574
[ 6090, 739, 2164, 5643, 1011, 1398, 642, 4524, 5633, 46506, 360, 8808, 1268, 4177, 20852, 62, 8897, 24615, 11, 20326, 62, 8897, 24615, 11, 1438, 16034, 1781, 33411, 5011, 796, 705, 36, 2943, 50, 6, 5357, 1271, 796, 642, 4524 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 739, 2164, 5643, 1011, 1398, 642, 4524, 5633, 46506, 360, 8808, 1268, 4177, 20852, 62, 8897, 24615, 11, 20326, 62, 8897, 24615, 11, 1438, 16034, 1781, 33411, 5011, 796, 705, 36, 2943, 50, 6, 5357, 1271, 796, 642, 4524 ]
Which series number had 1.98 million viewers?
SELECT MIN(no_in_series) FROM table_22347090_4 WHERE us_viewers__million_ = "1.98"
[ 13828, 2168, 1271, 550, 352, 13, 4089, 1510, 10209, 30, 46506, 20625, 7, 3919, 62, 259, 62, 25076, 8, 16034, 3084, 62, 1828, 2682, 2154, 3829, 62, 19, 33411, 514, 62, 1177, 364, 834, 14100, 62, 796, 366, 16, 13, 4089, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2168, 1271, 550, 352, 13, 4089, 1510, 10209, 30, 46506, 20625, 7, 3919, 62, 259, 62, 25076, 8, 16034, 3084, 62, 1828, 2682, 2154, 3829, 62, 19, 33411, 514, 62, 1177, 364, 834, 14100, 62, 796, 366, 16, 13, 4089, 1 ]
What's the smallest number of podiums having more than 6 starts and 5 finishes?
SELECT MIN("Podiums") FROM table_64038 WHERE "Finishes" = '5' AND "Starts" > '6'
[ 2061, 338, 262, 18197, 1271, 286, 27941, 82, 1719, 517, 621, 718, 4940, 290, 642, 20271, 30, 46506, 20625, 7203, 47, 12664, 82, 4943, 16034, 3084, 62, 31102, 2548, 33411, 366, 18467, 5614, 1, 796, 705, 20, 6, 5357, 366, 1273, 5889, 1, 1875, 705, 21, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 18197, 1271, 286, 27941, 82, 1719, 517, 621, 718, 4940, 290, 642, 20271, 30, 46506, 20625, 7203, 47, 12664, 82, 4943, 16034, 3084, 62, 31102, 2548, 33411, 366, 18467, 5614, 1, 796, 705, 20, 6, 5357, 366, 1273, 5889, 1, 1875, 705, 21, 6 ]
Who had 1990 of 2 2 in 1993?
SELECT 1993 FROM table_name_67 WHERE 1990 = "2–2"
[ 8241, 550, 6303, 286, 362, 362, 287, 9656, 30, 46506, 9656, 16034, 3084, 62, 3672, 62, 3134, 33411, 6303, 796, 366, 17, 1906, 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 ]
[ 8241, 550, 6303, 286, 362, 362, 287, 9656, 30, 46506, 9656, 16034, 3084, 62, 3672, 62, 3134, 33411, 6303, 796, 366, 17, 1906, 17, 1 ]
WHich Color commentatorhas a Studio host of gary tanguay & eric frede?
SELECT "Color commentator(s)" FROM table_75210 WHERE "Studio host" = 'gary tanguay & eric frede'
[ 12418, 488, 5315, 28823, 10134, 257, 11733, 2583, 286, 308, 560, 256, 2303, 323, 1222, 1931, 291, 277, 445, 68, 30, 46506, 366, 10258, 28823, 7, 82, 16725, 16034, 3084, 62, 2425, 21536, 33411, 366, 41501, 2583, 1, 796, 705, 14849, 256, 2303, 323, 1222, 1931, 291, 277, 445, 68, 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 ]
[ 12418, 488, 5315, 28823, 10134, 257, 11733, 2583, 286, 308, 560, 256, 2303, 323, 1222, 1931, 291, 277, 445, 68, 30, 46506, 366, 10258, 28823, 7, 82, 16725, 16034, 3084, 62, 2425, 21536, 33411, 366, 41501, 2583, 1, 796, 705, 14849, 256, 2303, 323, 1222, 1931, 291, 277, 445, 68, 6 ]
What is the engine for the team of Alex Morales Motorsports?
SELECT "Engine" FROM table_32426 WHERE "Team" = 'alex morales motorsports'
[ 2061, 318, 262, 3113, 329, 262, 1074, 286, 4422, 36588, 19292, 3742, 30, 46506, 366, 13798, 1, 16034, 3084, 62, 33916, 2075, 33411, 366, 15592, 1, 796, 705, 1000, 87, 2146, 2040, 24699, 3742, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3113, 329, 262, 1074, 286, 4422, 36588, 19292, 3742, 30, 46506, 366, 13798, 1, 16034, 3084, 62, 33916, 2075, 33411, 366, 15592, 1, 796, 705, 1000, 87, 2146, 2040, 24699, 3742, 6 ]
intermediate stenosis in non _ infarct _ related vessel ( 50 _ 90 % )
SELECT * FROM table_test_7 WHERE non_infarct_related_vessel = 1 AND (intermediate_stenosis >= 50 AND intermediate_stenosis <= 90)
[ 3849, 13857, 45219, 5958, 287, 1729, 4808, 1167, 283, 310, 4808, 3519, 8837, 357, 2026, 4808, 4101, 4064, 1267, 46506, 1635, 16034, 3084, 62, 9288, 62, 22, 33411, 1729, 62, 10745, 283, 310, 62, 5363, 62, 1158, 741, 796, 352, 5357, 357, 3849, 13857, 62, 26400, 5958, 18189, 2026, 5357, 19898, 62, 26400, 5958, 19841, 4101, 8 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 3849, 13857, 45219, 5958, 287, 1729, 4808, 1167, 283, 310, 4808, 3519, 8837, 357, 2026, 4808, 4101, 4064, 1267, 46506, 1635, 16034, 3084, 62, 9288, 62, 22, 33411, 1729, 62, 10745, 283, 310, 62, 5363, 62, 1158, 741, 796, 352, 5357, 357, 3849, 13857, 62, 26400, 5958, 18189, 2026, 5357, 19898, 62, 26400, 5958, 19841, 4101, 8 ]
What Super G has a Career of 1980 1996?
SELECT "Super G" FROM table_78831 WHERE "Career" = '1980–1996'
[ 2061, 3115, 402, 468, 257, 32619, 286, 7169, 8235, 30, 46506, 366, 12442, 402, 1, 16034, 3084, 62, 22, 3459, 3132, 33411, 366, 17784, 263, 1, 796, 705, 23664, 1906, 22288, 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, 3115, 402, 468, 257, 32619, 286, 7169, 8235, 30, 46506, 366, 12442, 402, 1, 16034, 3084, 62, 22, 3459, 3132, 33411, 366, 17784, 263, 1, 796, 705, 23664, 1906, 22288, 6 ]
when was the ending time where the enemy met in the iron bowl
SELECT last_meeting FROM table_2846320_4 WHERE name_of_rivalry = "Iron Bowl"
[ 12518, 373, 262, 7464, 640, 810, 262, 4472, 1138, 287, 262, 6953, 9396, 46506, 938, 62, 1326, 13629, 16034, 3084, 62, 2078, 3510, 19504, 62, 19, 33411, 1438, 62, 1659, 62, 43171, 563, 796, 366, 22797, 8693, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 262, 7464, 640, 810, 262, 4472, 1138, 287, 262, 6953, 9396, 46506, 938, 62, 1326, 13629, 16034, 3084, 62, 2078, 3510, 19504, 62, 19, 33411, 1438, 62, 1659, 62, 43171, 563, 796, 366, 22797, 8693, 1 ]
Who was the winner in the 2008 season?
SELECT winner FROM table_name_53 WHERE season = 2008
[ 8241, 373, 262, 8464, 287, 262, 3648, 1622, 30, 46506, 8464, 16034, 3084, 62, 3672, 62, 4310, 33411, 1622, 796, 3648 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 8464, 287, 262, 3648, 1622, 30, 46506, 8464, 16034, 3084, 62, 3672, 62, 4310, 33411, 1622, 796, 3648 ]
What is the System when the Licence is gpl and the Current Version is 1.72?
SELECT "System" FROM table_55981 WHERE "License" = 'gpl' AND "Current version" = '1.72'
[ 2061, 318, 262, 4482, 618, 262, 10483, 594, 318, 308, 489, 290, 262, 9236, 10628, 318, 352, 13, 4761, 30, 46506, 366, 11964, 1, 16034, 3084, 62, 2816, 4089, 16, 33411, 366, 34156, 1, 796, 705, 70, 489, 6, 5357, 366, 11297, 2196, 1, 796, 705, 16, 13, 4761, 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 ]
[ 2061, 318, 262, 4482, 618, 262, 10483, 594, 318, 308, 489, 290, 262, 9236, 10628, 318, 352, 13, 4761, 30, 46506, 366, 11964, 1, 16034, 3084, 62, 2816, 4089, 16, 33411, 366, 34156, 1, 796, 705, 70, 489, 6, 5357, 366, 11297, 2196, 1, 796, 705, 16, 13, 4761, 6 ]
What is Date, when Set 1 is '20:22'?
SELECT date FROM table_name_49 WHERE set_1 = "20:22"
[ 2061, 318, 7536, 11, 618, 5345, 352, 318, 705, 1238, 25, 1828, 30960, 46506, 3128, 16034, 3084, 62, 3672, 62, 2920, 33411, 900, 62, 16, 796, 366, 1238, 25, 1828, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 5345, 352, 318, 705, 1238, 25, 1828, 30960, 46506, 3128, 16034, 3084, 62, 3672, 62, 2920, 33411, 900, 62, 16, 796, 366, 1238, 25, 1828, 1 ]
What is the score for Australia with a place of 4?
SELECT score FROM table_name_87 WHERE country = "australia" AND place = "4"
[ 2061, 318, 262, 4776, 329, 4505, 351, 257, 1295, 286, 604, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 5774, 33411, 1499, 796, 366, 64, 436, 1373, 544, 1, 5357, 1295, 796, 366, 19, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4776, 329, 4505, 351, 257, 1295, 286, 604, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 5774, 33411, 1499, 796, 366, 64, 436, 1373, 544, 1, 5357, 1295, 796, 366, 19, 1 ]
What are all the movies rated as R? List the titles.
SELECT title FROM film WHERE rating = 'R'
[ 2061, 389, 477, 262, 6918, 13178, 355, 371, 30, 7343, 262, 8714, 13, 46506, 3670, 16034, 2646, 33411, 7955, 796, 705, 49, 6 ]
[ 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, 477, 262, 6918, 13178, 355, 371, 30, 7343, 262, 8714, 13, 46506, 3670, 16034, 2646, 33411, 7955, 796, 705, 49, 6 ]
Give me a histogram for what are the different names and credit scores of customers who have taken a loan?, and I want to order X in asc order please.
SELECT cust_name, credit_score FROM customer AS T1 JOIN loan AS T2 ON T1.cust_ID = T2.cust_ID ORDER BY cust_name
[ 23318, 502, 257, 1554, 21857, 329, 644, 389, 262, 1180, 3891, 290, 3884, 8198, 286, 4297, 508, 423, 2077, 257, 8063, 21747, 290, 314, 765, 284, 1502, 1395, 287, 10570, 1502, 3387, 13, 46506, 9378, 62, 3672, 11, 3884, 62, 26675, 16034, 6491, 7054, 309, 16, 32357, 1268, 8063, 7054, 309, 17, 6177, 309, 16, 13, 66, 436, 62, 2389, 796, 309, 17, 13, 66, 436, 62, 2389, 38678, 11050, 9378, 62, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1554, 21857, 329, 644, 389, 262, 1180, 3891, 290, 3884, 8198, 286, 4297, 508, 423, 2077, 257, 8063, 21747, 290, 314, 765, 284, 1502, 1395, 287, 10570, 1502, 3387, 13, 46506, 9378, 62, 3672, 11, 3884, 62, 26675, 16034, 6491, 7054, 309, 16, 32357, 1268, 8063, 7054, 309, 17, 6177, 309, 16, 13, 66, 436, 62, 2389, 796, 309, 17, 13, 66, 436, 62, 2389, 38678, 11050, 9378, 62, 3672 ]
in this year, what are the three most frequent diagnoses?
SELECT t1.diagnosisname FROM (SELECT diagnosis.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM diagnosis WHERE DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') GROUP BY diagnosis.diagnosisname) AS t1 WHERE t1.c1 <= 3
[ 259, 428, 614, 11, 644, 389, 262, 1115, 749, 10792, 40567, 30, 46506, 256, 16, 13, 47356, 5958, 3672, 16034, 357, 46506, 13669, 13, 47356, 5958, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, 7, 28104, 22196, 34, 8, 7054, 269, 16, 16034, 13669, 33411, 360, 1404, 2767, 12789, 7, 47356, 5958, 13, 47356, 418, 396, 524, 11, 705, 9688, 286, 614, 11537, 796, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 9688, 286, 614, 3256, 705, 12, 15, 614, 11537, 44441, 11050, 13669, 13, 47356, 5958, 3672, 8, 7054 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 259, 428, 614, 11, 644, 389, 262, 1115, 749, 10792, 40567, 30, 46506, 256, 16, 13, 47356, 5958, 3672, 16034, 357, 46506, 13669, 13, 47356, 5958, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, 7, 28104, 22196, 34, 8, 7054, 269, 16, 16034, 13669, 33411, 360, 1404, 2767, 12789, 7, 47356, 5958, 13, 47356, 418, 396, 524, 11, 705, 9688, 286, 614, 11537, 796, 360, 1404, 2767, 12789, 7, 34, 39237, 62, 34694, 22784, 705, 9688, 286, 614, 3256, 705, 12, 15, 614, 11537, 44441, 11050, 13669, 13, 47356, 5958, 3672, 8, 7054 ]
What was the sanction of the event at Nashville, Illinois?
SELECT "Sanction" FROM table_8593 WHERE "Location" = 'nashville, illinois'
[ 2061, 373, 262, 18830, 286, 262, 1785, 379, 19250, 11, 9486, 30, 46506, 366, 15017, 596, 1, 16034, 3084, 62, 23, 49051, 33411, 366, 14749, 1, 796, 705, 77, 1077, 4244, 11, 2801, 8981, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 18830, 286, 262, 1785, 379, 19250, 11, 9486, 30, 46506, 366, 15017, 596, 1, 16034, 3084, 62, 23, 49051, 33411, 366, 14749, 1, 796, 705, 77, 1077, 4244, 11, 2801, 8981, 6 ]
What is the latest year for the distinguished performance?
SELECT MAX("Year") FROM table_11019 WHERE "Category" = 'distinguished performance'
[ 2061, 318, 262, 3452, 614, 329, 262, 18876, 2854, 30, 46506, 25882, 7203, 17688, 4943, 16034, 3084, 62, 1157, 30484, 33411, 366, 27313, 1, 796, 705, 17080, 46709, 2854, 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 ]
[ 2061, 318, 262, 3452, 614, 329, 262, 18876, 2854, 30, 46506, 25882, 7203, 17688, 4943, 16034, 3084, 62, 1157, 30484, 33411, 366, 27313, 1, 796, 705, 17080, 46709, 2854, 6 ]
count the number of patients whose diagnoses short title is status autm crd dfbrltr?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE diagnoses.short_title = "Status autm crd dfbrltr"
[ 9127, 262, 1271, 286, 3871, 3025, 40567, 1790, 3670, 318, 3722, 1960, 76, 1067, 67, 47764, 1671, 75, 2213, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 40567, 13, 18108, 76, 62, 312, 33411, 40567, 13, 19509, 62, 7839, 796, 366, 19580, 1960, 76, 1067, 67, 47764, 1671, 75, 2213, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 40567, 1790, 3670, 318, 3722, 1960, 76, 1067, 67, 47764, 1671, 75, 2213, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312, 796, 40567, 13, 18108, 76, 62, 312, 33411, 40567, 13, 19509, 62, 7839, 796, 366, 19580, 1960, 76, 1067, 67, 47764, 1671, 75, 2213, 1 ]
What is the capital of Umbria?
SELECT capital FROM table_14532_1 WHERE region = "Umbria"
[ 2061, 318, 262, 3139, 286, 35716, 7496, 30, 46506, 3139, 16034, 3084, 62, 18781, 2624, 62, 16, 33411, 3814, 796, 366, 52, 2022, 7496, 1 ]
[ 1, 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, 3139, 286, 35716, 7496, 30, 46506, 3139, 16034, 3084, 62, 18781, 2624, 62, 16, 33411, 3814, 796, 366, 52, 2022, 7496, 1 ]