instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
tell me the birth date and long title of diagnoses of patient jerry deberry.
SELECT demographic.dob, diagnoses.long_title FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.name = "Jerry Deberry"
[ 33331, 502, 262, 4082, 3128, 290, 890, 3670, 286, 40567, 286, 5827, 474, 6996, 390, 8396, 13, 46506, 16728, 13, 67, 672, 11, 40567, 13, 6511, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 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 ]
[ 33331, 502, 262, 4082, 3128, 290, 890, 3670, 286, 40567, 286, 5827, 474, 6996, 390, 8396, 13, 46506, 16728, 13, 67, 672, 11, 40567, 13, 6511, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 62, 312...
In the Fall and Winter term how many classes offered are 100 -level classes ?
SELECT COUNT(DISTINCT course.department, course.name, course.number, semester.semester) FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'department0' AND course.number BETWEEN 100 AND 100 + 100 AND semester.semester IN ('FA', 'WN') AND semester.semester_...
[ 818, 262, 7218, 290, 10633, 3381, 703, 867, 6097, 4438, 389, 1802, 532, 5715, 6097, 5633, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 24878, 13, 325, 6880, 353, 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...
[ 818, 262, 7218, 290, 10633, 3381, 703, 867, 6097, 4438, 389, 1802, 532, 5715, 6097, 5633, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 24878, 13, 325, 6880, 353, 8, ...
what is the time for each name
SELECT "time" FROM table_204_834 WHERE NOT "name" IS NULL
[ 10919, 318, 262, 640, 329, 1123, 1438, 46506, 366, 2435, 1, 16034, 3084, 62, 18638, 62, 23, 2682, 33411, 5626, 366, 3672, 1, 3180, 15697 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 640, 329, 1123, 1438, 46506, 366, 2435, 1, 16034, 3084, 62, 18638, 62, 23, 2682, 33411, 5626, 366, 3672, 1, 3180, 15697 ]
What are the lowest laps Alex Tagliani did for the Forsythe Racing team?
SELECT MIN(laps) FROM table_name_79 WHERE team = "forsythe racing" AND driver = "alex tagliani"
[ 2061, 389, 262, 9016, 24590, 4422, 17467, 75, 25111, 750, 329, 262, 27325, 88, 1169, 14954, 1074, 30, 46506, 20625, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 3720, 33411, 1074, 796, 366, 69, 669, 88, 1169, 11717, 1, 5357, 4639, 796...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 9016, 24590, 4422, 17467, 75, 25111, 750, 329, 262, 27325, 88, 1169, 14954, 1074, 30, 46506, 20625, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 3720, 33411, 1074, 796, 366, 69, 669, 88, 1169, 11717, 1, 5357, 4639, 796...
Most Popular Tags Till Date This Year 2017.
SELECT num.TagName AS Tag, ROW_NUMBER() OVER (ORDER BY rate.Rate DESC) AS MayRank, ROW_NUMBER() OVER (ORDER BY num.Num DESC) AS TotalRank, rate.Rate AS QuestionsIn2107, num.Num AS QuestionsTotal FROM (SELECT COUNT(PostId) AS Rate, TagName FROM Tags, PostTags, Posts WHERE Tags.Id = PostTags.TagId AND Posts.Id = PostId A...
[ 6943, 22623, 44789, 17888, 7536, 770, 6280, 2177, 13, 46506, 997, 13, 24835, 5376, 7054, 17467, 11, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 2494, 13, 32184, 22196, 34, 8, 7054, 1737, 27520, 11, 371, 3913, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 6943, 22623, 44789, 17888, 7536, 770, 6280, 2177, 13, 46506, 997, 13, 24835, 5376, 7054, 17467, 11, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 2494, 13, 32184, 22196, 34, 8, 7054, 1737, 27520, 11, 371, 3913, 62, ...
How many elections are there?
SELECT COUNT(*) FROM election
[ 2437, 867, 7024, 389, 612, 30, 46506, 327, 28270, 7, 28104, 16034, 3071 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 7024, 389, 612, 30, 46506, 327, 28270, 7, 28104, 16034, 3071 ]
How many tree species are in the kitechura reserve?
SELECT "Tree species" FROM table_20916 WHERE "Central Forest Reserve" = 'Kitechura'
[ 2437, 867, 5509, 4693, 389, 287, 262, 479, 45396, 5330, 11515, 30, 46506, 366, 27660, 4693, 1, 16034, 3084, 62, 22567, 1433, 33411, 366, 30645, 9115, 12224, 1, 796, 705, 42, 45396, 5330, 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 ]
[ 2437, 867, 5509, 4693, 389, 287, 262, 479, 45396, 5330, 11515, 30, 46506, 366, 27660, 4693, 1, 16034, 3084, 62, 22567, 1433, 33411, 366, 30645, 9115, 12224, 1, 796, 705, 42, 45396, 5330, 6 ]
what is the number of times the eeg was ordered since 1 year ago?
SELECT COUNT(*) FROM treatment WHERE treatment.treatmentname = 'eeg' AND DATETIME(treatment.treatmenttime) >= DATETIME(CURRENT_TIME(), '-1 year')
[ 10919, 318, 262, 1271, 286, 1661, 262, 304, 1533, 373, 6149, 1201, 352, 614, 2084, 30, 46506, 327, 28270, 7, 28104, 16034, 3513, 33411, 3513, 13, 42487, 3672, 796, 705, 1453, 70, 6, 5357, 360, 1404, 2767, 12789, 7, 42487, 13, 42487, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 1271, 286, 1661, 262, 304, 1533, 373, 6149, 1201, 352, 614, 2084, 30, 46506, 327, 28270, 7, 28104, 16034, 3513, 33411, 3513, 13, 42487, 3672, 796, 705, 1453, 70, 6, 5357, 360, 1404, 2767, 12789, 7, 42487, 13, 42487, ...
Which Visitor has a Home of bulls?
SELECT visitor FROM table_name_64 WHERE home = "bulls"
[ 13828, 6911, 2072, 468, 257, 5995, 286, 40317, 30, 46506, 21493, 16034, 3084, 62, 3672, 62, 2414, 33411, 1363, 796, 366, 16308, 82, 1 ]
[ 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, 6911, 2072, 468, 257, 5995, 286, 40317, 30, 46506, 21493, 16034, 3084, 62, 3672, 62, 2414, 33411, 1363, 796, 366, 16308, 82, 1 ]
What is the Production Cost with a Date that is february 2000?
SELECT "Production Cost" FROM table_40002 WHERE "Date" = 'february 2000'
[ 2061, 318, 262, 19174, 6446, 351, 257, 7536, 326, 318, 730, 65, 3728, 4751, 30, 46506, 366, 35027, 6446, 1, 16034, 3084, 62, 27559, 17, 33411, 366, 10430, 1, 796, 705, 69, 1765, 3728, 4751, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 19174, 6446, 351, 257, 7536, 326, 318, 730, 65, 3728, 4751, 30, 46506, 366, 35027, 6446, 1, 16034, 3084, 62, 27559, 17, 33411, 366, 10430, 1, 796, 705, 69, 1765, 3728, 4751, 6 ]
On what ground was the game on 31 Jul 2007?
SELECT ground FROM table_name_60 WHERE date = "31 jul 2007"
[ 2202, 644, 2323, 373, 262, 983, 319, 3261, 5979, 4343, 30, 46506, 2323, 16034, 3084, 62, 3672, 62, 1899, 33411, 3128, 796, 366, 3132, 474, 377, 4343, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 644, 2323, 373, 262, 983, 319, 3261, 5979, 4343, 30, 46506, 2323, 16034, 3084, 62, 3672, 62, 1899, 33411, 3128, 796, 366, 3132, 474, 377, 4343, 1 ]
Display a bar chart for how many products are there for each manufacturer?, could you show in descending by the Y-axis?
SELECT T2.Name, COUNT(*) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Name ORDER BY COUNT(*) DESC
[ 23114, 257, 2318, 8262, 329, 703, 867, 3186, 389, 612, 329, 1123, 11554, 21747, 714, 345, 905, 287, 31491, 416, 262, 575, 12, 22704, 30, 46506, 309, 17, 13, 5376, 11, 327, 28270, 7, 28104, 16034, 18675, 7054, 309, 16, 32357, 1268, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 23114, 257, 2318, 8262, 329, 703, 867, 3186, 389, 612, 329, 1123, 11554, 21747, 714, 345, 905, 287, 31491, 416, 262, 575, 12, 22704, 30, 46506, 309, 17, 13, 5376, 11, 327, 28270, 7, 28104, 16034, 18675, 7054, 309, 16, 32357, 1268, 1...
tell me the top three drugs that are most frequently prescribed for patients in the 40s until 1 year ago?
SELECT t1.drugname FROM (SELECT medication.drugname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.age BETWEEN 40 AND 49) AND DATETIME(medication.drugstarttime) <= DATETIME(CURRENT_TIME(), '-1 year') GR...
[ 33331, 502, 262, 1353, 1115, 5010, 326, 389, 749, 6777, 14798, 329, 3871, 287, 262, 2319, 82, 1566, 352, 614, 2084, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 360, 24290, 62, 49, 15154, 3419, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 33331, 502, 262, 1353, 1115, 5010, 326, 389, 749, 6777, 14798, 329, 3871, 287, 262, 2319, 82, 1566, 352, 614, 2084, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 360, 24290, 62, 49, 15154, 3419, ...
What is the Metacritic released after 2005, with a Platform of playstation 3 and a GameRankings of 84.44%?
SELECT "Metacritic" FROM table_61655 WHERE "Year Released" > '2005' AND "Platform" = 'playstation 3' AND "GameRankings" = '84.44%'
[ 2061, 318, 262, 3395, 330, 46015, 2716, 706, 5075, 11, 351, 257, 19193, 286, 711, 17529, 513, 290, 257, 3776, 27520, 654, 286, 9508, 13, 2598, 4, 30, 46506, 366, 9171, 330, 46015, 1, 16034, 3084, 62, 44214, 2816, 33411, 366, 17688, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3395, 330, 46015, 2716, 706, 5075, 11, 351, 257, 19193, 286, 711, 17529, 513, 290, 257, 3776, 27520, 654, 286, 9508, 13, 2598, 4, 30, 46506, 366, 9171, 330, 46015, 1, 16034, 3084, 62, 44214, 2816, 33411, 366, 17688, ...
What is the total (kg) when the snatch was 84, and bodyweight was less than 57.35?
SELECT AVG("Total (kg)") FROM table_62293 WHERE "Snatch" = '84' AND "Bodyweight" < '57.35'
[ 2061, 318, 262, 2472, 357, 10025, 8, 618, 262, 43388, 373, 9508, 11, 290, 1767, 6551, 373, 1342, 621, 7632, 13, 2327, 30, 46506, 35224, 7203, 14957, 357, 10025, 8, 4943, 16034, 3084, 62, 21, 1828, 6052, 33411, 366, 16501, 963, 1, 79...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2472, 357, 10025, 8, 618, 262, 43388, 373, 9508, 11, 290, 1767, 6551, 373, 1342, 621, 7632, 13, 2327, 30, 46506, 35224, 7203, 14957, 357, 10025, 8, 4943, 16034, 3084, 62, 21, 1828, 6052, 33411, 366, 16501, 963, 1, 79...
Result F A of 5 0 had what date?
SELECT "Date" FROM table_69703 WHERE "Result F\u2013A" = '5–0'
[ 23004, 376, 317, 286, 642, 657, 550, 644, 3128, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3388, 36809, 33411, 366, 23004, 376, 59, 84, 6390, 32, 1, 796, 705, 20, 1906, 15, 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 ]
[ 23004, 376, 317, 286, 642, 657, 550, 644, 3128, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3388, 36809, 33411, 366, 23004, 376, 59, 84, 6390, 32, 1, 796, 705, 20, 1906, 15, 6 ]
Which venue is with Ukraine?
SELECT venue FROM table_name_12 WHERE nationality = "ukraine"
[ 13828, 14359, 318, 351, 7049, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 1065, 33411, 29835, 796, 366, 2724, 23440, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 14359, 318, 351, 7049, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 1065, 33411, 29835, 796, 366, 2724, 23440, 1 ]
tell me the difference of patient 594's amount of po2 measured at 2105-05-20 04:34:00 compared to the value measured at 2105-05-15 19:03:00?
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 594) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'po2') AND labevents.charttime = '2105-05-20 04:34:00') - (SELECT labevents...
[ 33331, 502, 262, 3580, 286, 5827, 642, 5824, 338, 2033, 286, 745, 17, 8630, 379, 362, 13348, 12, 2713, 12, 1238, 8702, 25, 2682, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 13348, 12, 2713, 12, 1314, 678, 25, 3070, 25, 405, 30,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 33331, 502, 262, 3580, 286, 5827, 642, 5824, 338, 2033, 286, 745, 17, 8630, 379, 362, 13348, 12, 2713, 12, 1238, 8702, 25, 2682, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 13348, 12, 2713, 12, 1314, 678, 25, 3070, 25, 405, 30,...
What percentage was the others vote when McCain had 52.9% and less than 45205.0 voters?
SELECT "Others%" FROM table_73220 WHERE "McCain%" = '52.9%' AND "McCain#" < '45205.0'
[ 2061, 5873, 373, 262, 1854, 3015, 618, 14264, 550, 6740, 13, 24, 4, 290, 1342, 621, 4153, 21261, 13, 15, 4446, 30, 46506, 366, 25599, 39658, 16034, 3084, 62, 22, 2624, 1238, 33411, 366, 30464, 391, 39658, 796, 705, 4309, 13, 24, 4, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 5873, 373, 262, 1854, 3015, 618, 14264, 550, 6740, 13, 24, 4, 290, 1342, 621, 4153, 21261, 13, 15, 4446, 30, 46506, 366, 25599, 39658, 16034, 3084, 62, 22, 2624, 1238, 33411, 366, 30464, 391, 39658, 796, 705, 4309, 13, 24, 4, ...
provide me with the five most common diagnoses in 2100.
SELECT t1.diagnosisname FROM (SELECT diagnosis.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM diagnosis WHERE STRFTIME('%y', diagnosis.diagnosistime) = '2100' GROUP BY diagnosis.diagnosisname) AS t1 WHERE t1.c1 <= 5
[ 15234, 485, 502, 351, 262, 1936, 749, 2219, 40567, 287, 38123, 13, 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, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 502, 351, 262, 1936, 749, 2219, 40567, 287, 38123, 13, 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, ...
What original air date was for the episode with production code of 108?
SELECT original_air_date FROM table_24425976_2 WHERE production_code = "108"
[ 2061, 2656, 1633, 3128, 373, 329, 262, 4471, 351, 3227, 2438, 286, 15495, 30, 46506, 2656, 62, 958, 62, 4475, 16034, 3084, 62, 25707, 25191, 4304, 62, 17, 33411, 3227, 62, 8189, 796, 366, 15711, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2656, 1633, 3128, 373, 329, 262, 4471, 351, 3227, 2438, 286, 15495, 30, 46506, 2656, 62, 958, 62, 4475, 16034, 3084, 62, 25707, 25191, 4304, 62, 17, 33411, 3227, 62, 8189, 796, 366, 15711, 1 ]
Show me about the distribution of date_address_to and the sum of monthly_rental bin date_address_to by time in a bar chart.
SELECT date_address_to, SUM(monthly_rental) FROM Student_Addresses ORDER BY monthly_rental DESC
[ 15307, 502, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2160, 286, 9651, 62, 1156, 282, 9874, 3128, 62, 21975, 62, 1462, 416, 640, 287, 257, 2318, 8262, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 35683, 7, 8424, 306, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2160, 286, 9651, 62, 1156, 282, 9874, 3128, 62, 21975, 62, 1462, 416, 640, 287, 257, 2318, 8262, 13, 46506, 3128, 62, 21975, 62, 1462, 11, 35683, 7, 8424, 306, ...
Which GP-GS had a long of 17 and a season of total?
SELECT gp_gs FROM table_name_13 WHERE long = "17" AND season = "total"
[ 13828, 14714, 12, 14313, 550, 257, 890, 286, 1596, 290, 257, 1622, 286, 2472, 30, 46506, 27809, 62, 14542, 16034, 3084, 62, 3672, 62, 1485, 33411, 890, 796, 366, 1558, 1, 5357, 1622, 796, 366, 23350, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14714, 12, 14313, 550, 257, 890, 286, 1596, 290, 257, 1622, 286, 2472, 30, 46506, 27809, 62, 14542, 16034, 3084, 62, 3672, 62, 1485, 33411, 890, 796, 366, 1558, 1, 5357, 1622, 796, 366, 23350, 1 ]
What displacement & configuration does the car model Panamera 4s have?
SELECT "displacement & configuration" FROM table_46529 WHERE "car model" = 'panamera 4s'
[ 2061, 29358, 1222, 8398, 857, 262, 1097, 2746, 5961, 18144, 604, 82, 423, 30, 46506, 366, 6381, 489, 5592, 1222, 8398, 1, 16034, 3084, 62, 42018, 1959, 33411, 366, 7718, 2746, 1, 796, 705, 6839, 18144, 604, 82, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 29358, 1222, 8398, 857, 262, 1097, 2746, 5961, 18144, 604, 82, 423, 30, 46506, 366, 6381, 489, 5592, 1222, 8398, 1, 16034, 3084, 62, 42018, 1959, 33411, 366, 7718, 2746, 1, 796, 705, 6839, 18144, 604, 82, 6 ]
provide the number of patients whose days of hospital stay is greater than 11 and lab test fluid is ascites?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.days_stay > "11" AND lab.fluid = "Ascites"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 1528, 286, 4436, 2652, 318, 3744, 621, 1367, 290, 2248, 1332, 11711, 318, 10570, 2737, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 1528, 286, 4436, 2652, 318, 3744, 621, 1367, 290, 2248, 1332, 11711, 318, 10570, 2737, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32...
What is the average election result for the province of Grosseto from 1766 and prior?
SELECT AVG("Election") FROM table_64200 WHERE "Province" = 'grosseto' AND "established" < '1766'
[ 2061, 318, 262, 2811, 3071, 1255, 329, 262, 8473, 286, 21796, 27206, 422, 1596, 2791, 290, 3161, 30, 46506, 35224, 7203, 36, 1564, 4943, 16034, 3084, 62, 2414, 2167, 33411, 366, 15946, 924, 1, 796, 705, 47181, 27206, 6, 5357, 366, 277...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3071, 1255, 329, 262, 8473, 286, 21796, 27206, 422, 1596, 2791, 290, 3161, 30, 46506, 35224, 7203, 36, 1564, 4943, 16034, 3084, 62, 2414, 2167, 33411, 366, 15946, 924, 1, 796, 705, 47181, 27206, 6, 5357, 366, 277...
What league is entering this round with 24 clubs remaining?
SELECT leagues_entering_at_this_round FROM table_name_39 WHERE clubs_remaining = 24
[ 2061, 4652, 318, 8218, 428, 2835, 351, 1987, 9784, 5637, 30, 46506, 16861, 62, 298, 1586, 62, 265, 62, 5661, 62, 744, 16034, 3084, 62, 3672, 62, 2670, 33411, 9784, 62, 2787, 1397, 796, 1987 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4652, 318, 8218, 428, 2835, 351, 1987, 9784, 5637, 30, 46506, 16861, 62, 298, 1586, 62, 265, 62, 5661, 62, 744, 16034, 3084, 62, 3672, 62, 2670, 33411, 9784, 62, 2787, 1397, 796, 1987 ]
List all dates of succession in the state class Missouri (3).
SELECT "Date of successors formal installation" FROM table_26649 WHERE "State (class)" = 'Missouri (3)'
[ 8053, 477, 9667, 286, 22435, 287, 262, 1181, 1398, 11565, 357, 18, 737, 46506, 366, 10430, 286, 41491, 8766, 9988, 1, 16034, 3084, 62, 2075, 33300, 33411, 366, 9012, 357, 4871, 16725, 796, 705, 17140, 10300, 357, 18, 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 ]
[ 8053, 477, 9667, 286, 22435, 287, 262, 1181, 1398, 11565, 357, 18, 737, 46506, 366, 10430, 286, 41491, 8766, 9988, 1, 16034, 3084, 62, 2075, 33300, 33411, 366, 9012, 357, 4871, 16725, 796, 705, 17140, 10300, 357, 18, 33047 ]
how many patients stayed in hospital for more than 43 days and used the drug artificial tears preserv. free?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.days_stay > "43" AND prescriptions.drug = "Artificial Tears Preserv. Free"
[ 4919, 867, 3871, 9658, 287, 4436, 329, 517, 621, 5946, 1528, 290, 973, 262, 2563, 11666, 10953, 906, 712, 13, 1479, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 9658, 287, 4436, 329, 517, 621, 5946, 1528, 290, 973, 262, 2563, 11666, 10953, 906, 712, 13, 1479, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
give me the number of patients born before 2078 with lab test item id 50981.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.dob_year < "2078" AND lab.itemid = "50981"
[ 26535, 502, 262, 1271, 286, 3871, 4642, 878, 1160, 3695, 351, 2248, 1332, 2378, 4686, 2026, 4089, 16, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26535, 502, 262, 1271, 286, 3871, 4642, 878, 1160, 3695, 351, 2248, 1332, 2378, 4686, 2026, 4089, 16, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16...
What is the Latitude when the Diameter (km) is 13km, and the Longitude is 72.9 e?
SELECT latitude FROM table_name_94 WHERE diameter__km_ = "13km" AND longitude = "72.9° e"
[ 2061, 318, 262, 5476, 3984, 618, 262, 360, 13173, 357, 13276, 8, 318, 1511, 13276, 11, 290, 262, 5882, 3984, 318, 7724, 13, 24, 304, 30, 46506, 32477, 16034, 3084, 62, 3672, 62, 5824, 33411, 14753, 834, 13276, 62, 796, 366, 1485, 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 ]
[ 2061, 318, 262, 5476, 3984, 618, 262, 360, 13173, 357, 13276, 8, 318, 1511, 13276, 11, 290, 262, 5882, 3984, 318, 7724, 13, 24, 304, 30, 46506, 32477, 16034, 3084, 62, 3672, 62, 5824, 33411, 14753, 834, 13276, 62, 796, 366, 1485, 13...
What type has an unspecified species and less than 367 genes?
SELECT "Type" FROM table_53848 WHERE "Species" = 'unspecified' AND "Genes" < '367'
[ 2061, 2099, 468, 281, 29547, 4693, 290, 1342, 621, 40884, 10812, 30, 46506, 366, 6030, 1, 16034, 3084, 62, 49561, 2780, 33411, 366, 5248, 3171, 1, 796, 705, 403, 23599, 6, 5357, 366, 13746, 274, 1, 1279, 705, 27824, 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, 2099, 468, 281, 29547, 4693, 290, 1342, 621, 40884, 10812, 30, 46506, 366, 6030, 1, 16034, 3084, 62, 49561, 2780, 33411, 366, 5248, 3171, 1, 796, 705, 403, 23599, 6, 5357, 366, 13746, 274, 1, 1279, 705, 27824, 6 ]
What season had a 14th position?
SELECT "Season" FROM table_13929 WHERE "Position" = '14th'
[ 2061, 1622, 550, 257, 1478, 400, 2292, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 20219, 1959, 33411, 366, 26545, 1, 796, 705, 1415, 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 ]
[ 2061, 1622, 550, 257, 1478, 400, 2292, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 20219, 1959, 33411, 366, 26545, 1, 796, 705, 1415, 400, 6 ]
Draw a bar chart for what is average age of male for different job title?, and sort in desc by the x axis.
SELECT job, AVG(age) FROM Person WHERE gender = 'male' GROUP BY job ORDER BY job DESC
[ 25302, 257, 2318, 8262, 329, 644, 318, 2811, 2479, 286, 4257, 329, 1180, 1693, 3670, 21747, 290, 3297, 287, 1715, 416, 262, 2124, 16488, 13, 46506, 1693, 11, 35224, 7, 496, 8, 16034, 7755, 33411, 5279, 796, 705, 22606, 6, 44441, 11050...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 25302, 257, 2318, 8262, 329, 644, 318, 2811, 2479, 286, 4257, 329, 1180, 1693, 3670, 21747, 290, 3297, 287, 1715, 416, 262, 2124, 16488, 13, 46506, 1693, 11, 35224, 7, 496, 8, 16034, 7755, 33411, 5279, 796, 705, 22606, 6, 44441, 11050...
what is discharge time of subject id 18480?
SELECT demographic.dischtime FROM demographic WHERE demographic.subject_id = "18480"
[ 10919, 318, 17655, 640, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 6381, 354, 2435, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 1507, 22148, 1 ]
[ 1, 1, 1, 1, 1, 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, 17655, 640, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 6381, 354, 2435, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 1507, 22148, 1 ]
Which province has a density of 971.4?
SELECT "Province" FROM table_16237 WHERE "Density" = '971.4'
[ 13828, 8473, 468, 257, 12109, 286, 860, 4869, 13, 19, 30, 46506, 366, 15946, 924, 1, 16034, 3084, 62, 1433, 24693, 33411, 366, 35, 6377, 1, 796, 705, 24, 4869, 13, 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 ]
[ 13828, 8473, 468, 257, 12109, 286, 860, 4869, 13, 19, 30, 46506, 366, 15946, 924, 1, 16034, 3084, 62, 1433, 24693, 33411, 366, 35, 6377, 1, 796, 705, 24, 4869, 13, 19, 6 ]
intel tags: all posts from last n days.
WITH IntelTags AS (SELECT Id, TagName, Count FROM Tags WHERE Tags.TagName LIKE 'intel-%' OR Tags.TagName = 'intel'), IntelPostIds AS (SELECT DISTINCT PostTags.PostId FROM PostTags INNER JOIN IntelTags ON IntelTags.Id = PostTags.TagId) SELECT Id AS "post_link", Body, Tags, CreationDate, Score, ViewCount FROM Posts INNER...
[ 48779, 15940, 25, 477, 6851, 422, 938, 299, 1528, 13, 54, 10554, 8180, 36142, 7054, 357, 46506, 5121, 11, 17467, 5376, 11, 2764, 16034, 44789, 33411, 44789, 13, 24835, 5376, 34178, 705, 48779, 12, 4, 6, 6375, 44789, 13, 24835, 5376, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 48779, 15940, 25, 477, 6851, 422, 938, 299, 1528, 13, 54, 10554, 8180, 36142, 7054, 357, 46506, 5121, 11, 17467, 5376, 11, 2764, 16034, 44789, 33411, 44789, 13, 24835, 5376, 34178, 705, 48779, 12, 4, 6, 6375, 44789, 13, 24835, 5376, 7...
which university has the most in undergraduate enrollment after cornell university ?
SELECT "institution" FROM table_203_592 WHERE "undergraduate enrollment" < (SELECT "undergraduate enrollment" FROM table_203_592 WHERE "institution" = 'cornell university') ORDER BY "undergraduate enrollment" DESC LIMIT 1
[ 4758, 6403, 468, 262, 749, 287, 22952, 20753, 706, 1162, 10076, 6403, 5633, 46506, 366, 8625, 2738, 1, 16034, 3084, 62, 22416, 62, 45839, 33411, 366, 4625, 17680, 20753, 1, 1279, 357, 46506, 366, 4625, 17680, 20753, 1, 16034, 3084, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4758, 6403, 468, 262, 749, 287, 22952, 20753, 706, 1162, 10076, 6403, 5633, 46506, 366, 8625, 2738, 1, 16034, 3084, 62, 22416, 62, 45839, 33411, 366, 4625, 17680, 20753, 1, 1279, 357, 46506, 366, 4625, 17680, 20753, 1, 16034, 3084, 62, ...
during this year, had patient 012-63986 receive a procedure?
SELECT COUNT(*) > 0 FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '012-63986')) AND DATETIME(treatment.treatmenttime, 'start of year') = DATETI...
[ 42122, 428, 614, 11, 550, 5827, 5534, 17, 12, 21, 2670, 4521, 3328, 257, 8771, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 3513, 33411, 3513, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 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...
[ 42122, 428, 614, 11, 550, 5827, 5534, 17, 12, 21, 2670, 4521, 3328, 257, 8771, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 3513, 33411, 3513, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 1...
Show me a bar chart for what are the total enrollments of universities of each affiliation type?, list Y-axis in desc order.
SELECT Affiliation, SUM(Enrollment) FROM university GROUP BY Affiliation ORDER BY SUM(Enrollment) DESC
[ 15307, 502, 257, 2318, 8262, 329, 644, 389, 262, 2472, 14627, 902, 286, 11155, 286, 1123, 26218, 2099, 21747, 1351, 575, 12, 22704, 287, 1715, 1502, 13, 46506, 6708, 15547, 11, 35683, 7, 4834, 48108, 8, 16034, 6403, 44441, 11050, 6708, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 257, 2318, 8262, 329, 644, 389, 262, 2472, 14627, 902, 286, 11155, 286, 1123, 26218, 2099, 21747, 1351, 575, 12, 22704, 287, 1715, 1502, 13, 46506, 6708, 15547, 11, 35683, 7, 4834, 48108, 8, 16034, 6403, 44441, 11050, 6708, ...
who is the manufacturer for the order year 1998?
SELECT "Manufacturer" FROM table_15847 WHERE "Order Year" = '1998'
[ 8727, 318, 262, 11554, 329, 262, 1502, 614, 7795, 30, 46506, 366, 44445, 15051, 1, 16034, 3084, 62, 21273, 2857, 33411, 366, 18743, 6280, 1, 796, 705, 21113, 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 ]
[ 8727, 318, 262, 11554, 329, 262, 1502, 614, 7795, 30, 46506, 366, 44445, 15051, 1, 16034, 3084, 62, 21273, 2857, 33411, 366, 18743, 6280, 1, 796, 705, 21113, 6 ]
What is the total area of Kruzof island?
SELECT COUNT("Area (km 2 )") FROM table_37038 WHERE "Island's Name" = 'kruzof island'
[ 2061, 318, 262, 2472, 1989, 286, 33909, 89, 1659, 7022, 30, 46506, 327, 28270, 7203, 30547, 357, 13276, 362, 1267, 4943, 16034, 3084, 62, 20167, 2548, 33411, 366, 3792, 1044, 338, 6530, 1, 796, 705, 74, 622, 89, 1659, 7022, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2472, 1989, 286, 33909, 89, 1659, 7022, 30, 46506, 327, 28270, 7203, 30547, 357, 13276, 362, 1267, 4943, 16034, 3084, 62, 20167, 2548, 33411, 366, 3792, 1044, 338, 6530, 1, 796, 705, 74, 622, 89, 1659, 7022, 6 ]
Let's say Type is of datasetcomplete, what is the Attribute?
SELECT "Attribute" FROM table_37681 WHERE "Type" = 'datasetcomplete'
[ 5756, 338, 910, 5994, 318, 286, 27039, 20751, 11, 644, 318, 262, 3460, 4163, 30, 46506, 366, 33682, 1, 16034, 3084, 62, 2718, 48564, 33411, 366, 6030, 1, 796, 705, 19608, 292, 316, 20751, 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 ]
[ 5756, 338, 910, 5994, 318, 286, 27039, 20751, 11, 644, 318, 262, 3460, 4163, 30, 46506, 366, 33682, 1, 16034, 3084, 62, 2718, 48564, 33411, 366, 6030, 1, 796, 705, 19608, 292, 316, 20751, 6 ]
How many members have professor edward acton as vice-chancellor?
SELECT COUNT(total_number_of_students) FROM table_142950_1 WHERE vice_chancellor = "Professor Edward Acton"
[ 2437, 867, 1866, 423, 6240, 1225, 904, 719, 261, 355, 7927, 12, 39486, 14127, 30, 46506, 327, 28270, 7, 23350, 62, 17618, 62, 1659, 62, 19149, 658, 8, 16034, 3084, 62, 1415, 1959, 1120, 62, 16, 33411, 7927, 62, 39486, 14127, 796, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1866, 423, 6240, 1225, 904, 719, 261, 355, 7927, 12, 39486, 14127, 30, 46506, 327, 28270, 7, 23350, 62, 17618, 62, 1659, 62, 19149, 658, 8, 16034, 3084, 62, 1415, 1959, 1120, 62, 16, 33411, 7927, 62, 39486, 14127, 796, 36...
At a latitude of 71.1e, what is the feature's name origin?
SELECT name AS origin FROM table_16799784_3 WHERE longitude = "71.1E"
[ 2953, 257, 32477, 286, 9166, 13, 16, 68, 11, 644, 318, 262, 3895, 338, 1438, 8159, 30, 46506, 1438, 7054, 8159, 16034, 3084, 62, 21940, 2079, 37688, 62, 18, 33411, 890, 3984, 796, 366, 4869, 13, 16, 36, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2953, 257, 32477, 286, 9166, 13, 16, 68, 11, 644, 318, 262, 3895, 338, 1438, 8159, 30, 46506, 1438, 7054, 8159, 16034, 3084, 62, 21940, 2079, 37688, 62, 18, 33411, 890, 3984, 796, 366, 4869, 13, 16, 36, 1 ]
What event went under 3 rounds and was no contest (punch after knockdown)?
SELECT "Event" FROM table_52145 WHERE "Round" < '3' AND "Method" = 'no contest (punch after knockdown)'
[ 2061, 1785, 1816, 739, 513, 9196, 290, 373, 645, 8414, 357, 79, 3316, 706, 10643, 2902, 19427, 46506, 366, 9237, 1, 16034, 3084, 62, 4309, 18781, 33411, 366, 22685, 1, 1279, 705, 18, 6, 5357, 366, 17410, 1, 796, 705, 3919, 8414, 357...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 1785, 1816, 739, 513, 9196, 290, 373, 645, 8414, 357, 79, 3316, 706, 10643, 2902, 19427, 46506, 366, 9237, 1, 16034, 3084, 62, 4309, 18781, 33411, 366, 22685, 1, 1279, 705, 18, 6, 5357, 366, 17410, 1, 796, 705, 3919, 8414, 357...
How many items were under ranking l.a.(2) when the world ranking was 21st?
SELECT COUNT(ranking_la__2_) FROM table_19948664_2 WHERE world_ranking__1_ = "21st"
[ 2437, 867, 3709, 547, 739, 12759, 300, 13, 64, 12195, 17, 8, 618, 262, 995, 12759, 373, 2310, 301, 30, 46506, 327, 28270, 7, 28405, 62, 5031, 834, 17, 62, 8, 16034, 3084, 62, 19104, 34251, 2414, 62, 17, 33411, 995, 62, 28405, 834,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3709, 547, 739, 12759, 300, 13, 64, 12195, 17, 8, 618, 262, 995, 12759, 373, 2310, 301, 30, 46506, 327, 28270, 7, 28405, 62, 5031, 834, 17, 62, 8, 16034, 3084, 62, 19104, 34251, 2414, 62, 17, 33411, 995, 62, 28405, 834,...
Top 200 users from Ahmedabad.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE Location LIKE '%ahmedabad%' OR Location LIKE '%Ahmedabad' ORDER BY Reputation DESC LIMIT 200
[ 9126, 939, 2985, 422, 21157, 17325, 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, 13397, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2985, 422, 21157, 17325, 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, 13397, ...
what's the success where deadline for completion is october 7, 2007
SELECT success FROM table_12078626_1 WHERE deadline_for_completion = "October 7, 2007"
[ 10919, 338, 262, 1943, 810, 12508, 329, 11939, 318, 19318, 2023, 767, 11, 4343, 46506, 1943, 16034, 3084, 62, 1065, 2998, 4521, 2075, 62, 16, 33411, 12508, 62, 1640, 62, 785, 24547, 796, 366, 18517, 767, 11, 4343, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 338, 262, 1943, 810, 12508, 329, 11939, 318, 19318, 2023, 767, 11, 4343, 46506, 1943, 16034, 3084, 62, 1065, 2998, 4521, 2075, 62, 16, 33411, 12508, 62, 1640, 62, 785, 24547, 796, 366, 18517, 767, 11, 4343, 1 ]
Which country has a finish of t4?
SELECT country FROM table_name_98 WHERE finish = "t4"
[ 13828, 1499, 468, 257, 5461, 286, 256, 19, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 4089, 33411, 5461, 796, 366, 83, 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 ]
[ 13828, 1499, 468, 257, 5461, 286, 256, 19, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 4089, 33411, 5461, 796, 366, 83, 19, 1 ]
what is the last ward id patient 028-39354 got since 4 years ago.
SELECT patient.wardid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '028-39354') AND DATETIME(patient.unitadmittime) >= DATETIME(CURRENT_TIME(), '-4 year') ORDER BY patient.unitadmittime DESC LIMIT 1
[ 10919, 318, 262, 938, 15305, 4686, 5827, 657, 2078, 12, 2670, 32182, 1392, 1201, 604, 812, 2084, 13, 46506, 5827, 13, 904, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 100...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 938, 15305, 4686, 5827, 657, 2078, 12, 2670, 32182, 1392, 1201, 604, 812, 2084, 13, 46506, 5827, 13, 904, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 100...
Where did Test Mission: War Heads and Missile Payload launch when there was a partial failure?
SELECT "Launch site" FROM table_358 WHERE "Mission" = 'Test Mission: war heads and Missile payload' AND "Results" = 'Partial Failure'
[ 8496, 750, 6208, 12633, 25, 1810, 34838, 290, 25350, 7119, 2220, 4219, 618, 612, 373, 257, 13027, 5287, 30, 46506, 366, 38296, 2524, 1, 16034, 3084, 62, 31128, 33411, 366, 37057, 1, 796, 705, 14402, 12633, 25, 1175, 6665, 290, 25350, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8496, 750, 6208, 12633, 25, 1810, 34838, 290, 25350, 7119, 2220, 4219, 618, 612, 373, 257, 13027, 5287, 30, 46506, 366, 38296, 2524, 1, 16034, 3084, 62, 31128, 33411, 366, 37057, 1, 796, 705, 14402, 12633, 25, 1175, 6665, 290, 25350, ...
How many years had scores of 10 12, 6 1, 6 3?
SELECT COUNT("Year") FROM table_24242 WHERE "Score" = '10–12, 6–1, 6–3'
[ 2437, 867, 812, 550, 8198, 286, 838, 1105, 11, 718, 352, 11, 718, 513, 30, 46506, 327, 28270, 7203, 17688, 4943, 16034, 3084, 62, 1731, 27877, 33411, 366, 26595, 1, 796, 705, 940, 1906, 1065, 11, 718, 1906, 16, 11, 718, 1906, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 812, 550, 8198, 286, 838, 1105, 11, 718, 352, 11, 718, 513, 30, 46506, 327, 28270, 7203, 17688, 4943, 16034, 3084, 62, 1731, 27877, 33411, 366, 26595, 1, 796, 705, 940, 1906, 1065, 11, 718, 1906, 16, 11, 718, 1906, 18, ...
how many hours have passed since patient 99883 was admitted to icu.
SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', icustays.intime)) FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 99883) AND icustays.outtime IS NULL
[ 4919, 867, 2250, 423, 3804, 1201, 5827, 7388, 49287, 373, 6848, 284, 14158, 84, 13, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 14158, 436, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 2250, 423, 3804, 1201, 5827, 7388, 49287, 373, 6848, 284, 14158, 84, 13, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 4, 73, 3256, 14158, 436, ...
What is the enrollment amount where Hispanic (%) is 3.6?
SELECT "Enrollment" FROM table_19576 WHERE "Hispanic (%)" = '3.6'
[ 2061, 318, 262, 20753, 2033, 810, 16949, 11509, 318, 513, 13, 21, 30, 46506, 366, 4834, 48108, 1, 16034, 3084, 62, 1129, 37452, 33411, 366, 43830, 11509, 1, 796, 705, 18, 13, 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 ]
[ 2061, 318, 262, 20753, 2033, 810, 16949, 11509, 318, 513, 13, 21, 30, 46506, 366, 4834, 48108, 1, 16034, 3084, 62, 1129, 37452, 33411, 366, 43830, 11509, 1, 796, 705, 18, 13, 21, 6 ]
What is the ordinary income rate when short-term capital gain rate is 28%?
SELECT "Ordinary income rate" FROM table_55786 WHERE "Short-term capital gain rate" = '28%'
[ 2061, 318, 262, 8850, 3739, 2494, 618, 1790, 12, 4354, 3139, 4461, 2494, 318, 2579, 4, 30, 46506, 366, 35422, 3219, 3739, 2494, 1, 16034, 3084, 62, 2816, 46302, 33411, 366, 16438, 12, 4354, 3139, 4461, 2494, 1, 796, 705, 2078, 4, 6 ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 8850, 3739, 2494, 618, 1790, 12, 4354, 3139, 4461, 2494, 318, 2579, 4, 30, 46506, 366, 35422, 3219, 3739, 2494, 1, 16034, 3084, 62, 2816, 46302, 33411, 366, 16438, 12, 4354, 3139, 4461, 2494, 1, 796, 705, 2078, 4, 6 ...
What is the number of inpatient hospital admitted patients who have bladder cancer/sda as their primary disease?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "TRANSFER FROM HOSP/EXTRAM" AND demographic.diagnosis = "BLADDER CANCER/SDA"
[ 2061, 318, 262, 1271, 286, 287, 26029, 4436, 6848, 3871, 508, 423, 34918, 4890, 14, 82, 6814, 355, 511, 4165, 4369, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 1271, 286, 287, 26029, 4436, 6848, 3871, 508, 423, 34918, 4890, 14, 82, 6814, 355, 511, 4165, 4369, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3...
What is the result after 1993 of the first four rounds?
SELECT result FROM table_name_2 WHERE year > 1993 AND round = "first four"
[ 2061, 318, 262, 1255, 706, 9656, 286, 262, 717, 1440, 9196, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 17, 33411, 614, 1875, 9656, 5357, 2835, 796, 366, 11085, 1440, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1255, 706, 9656, 286, 262, 717, 1440, 9196, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 17, 33411, 614, 1875, 9656, 5357, 2835, 796, 366, 11085, 1440, 1 ]
List countries that have more than one swimmer.
SELECT nationality, COUNT(*) FROM swimmer GROUP BY nationality HAVING COUNT(*) > 1
[ 8053, 2678, 326, 423, 517, 621, 530, 9422, 647, 13, 46506, 29835, 11, 327, 28270, 7, 28104, 16034, 9422, 647, 44441, 11050, 29835, 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 ]
[ 8053, 2678, 326, 423, 517, 621, 530, 9422, 647, 13, 46506, 29835, 11, 327, 28270, 7, 28104, 16034, 9422, 647, 44441, 11050, 29835, 367, 10116, 2751, 327, 28270, 7, 28104, 1875, 352 ]
provide the number of patients whose diagnoses long title is regional enteritis of unspecified site and drug route is ih?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Regional enteritis of unspecified site" AND prescriptions.route = "IH"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 7915, 3802, 11815, 286, 29547, 2524, 290, 2563, 6339, 318, 1312, 71, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 2147...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 7915, 3802, 11815, 286, 29547, 2524, 290, 2563, 6339, 318, 1312, 71, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 2147...
Mortlake club has more than 924 against, less than 14 losses, and how many total draws?
SELECT COUNT("Draws") FROM table_64309 WHERE "Against" > '924' AND "Club" = 'mortlake' AND "Losses" < '14'
[ 44, 419, 27180, 3430, 468, 517, 621, 860, 1731, 1028, 11, 1342, 621, 1478, 9089, 11, 290, 703, 867, 2472, 14293, 30, 46506, 327, 28270, 7203, 25302, 82, 4943, 16034, 3084, 62, 2414, 26895, 33411, 366, 39276, 1, 1875, 705, 24, 1731, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 44, 419, 27180, 3430, 468, 517, 621, 860, 1731, 1028, 11, 1342, 621, 1478, 9089, 11, 290, 703, 867, 2472, 14293, 30, 46506, 327, 28270, 7203, 25302, 82, 4943, 16034, 3084, 62, 2414, 26895, 33411, 366, 39276, 1, 1875, 705, 24, 1731, ...
What region is on 11 August 2008?
SELECT "Region" FROM table_61517 WHERE "Date" = '11 august 2008'
[ 2061, 3814, 318, 319, 1367, 2932, 3648, 30, 46506, 366, 47371, 1, 16034, 3084, 62, 47007, 1558, 33411, 366, 10430, 1, 796, 705, 1157, 16339, 436, 3648, 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 ]
[ 2061, 3814, 318, 319, 1367, 2932, 3648, 30, 46506, 366, 47371, 1, 16034, 3084, 62, 47007, 1558, 33411, 366, 10430, 1, 796, 705, 1157, 16339, 436, 3648, 6 ]
What were phoenix's high points?
SELECT "High points" FROM table_45633 WHERE "Opponent" = 'phoenix'
[ 2061, 547, 872, 8538, 338, 1029, 2173, 30, 46506, 366, 11922, 2173, 1, 16034, 3084, 62, 29228, 2091, 33411, 366, 27524, 3471, 1, 796, 705, 746, 8538, 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 ]
[ 2061, 547, 872, 8538, 338, 1029, 2173, 30, 46506, 366, 11922, 2173, 1, 16034, 3084, 62, 29228, 2091, 33411, 366, 27524, 3471, 1, 796, 705, 746, 8538, 6 ]
Who has the home ground Aami stadium?
SELECT "Home team" FROM table_19243 WHERE "Ground" = 'AAMI Stadium'
[ 8241, 468, 262, 1363, 2323, 317, 6277, 10308, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 1129, 26660, 33411, 366, 35539, 1, 796, 705, 32, 43870, 10499, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 468, 262, 1363, 2323, 317, 6277, 10308, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 1129, 26660, 33411, 366, 35539, 1, 796, 705, 32, 43870, 10499, 6 ]
What was the attendance on 10 november 2004?
SELECT AVG(attendance) FROM table_name_31 WHERE date = "10 november 2004"
[ 2061, 373, 262, 14858, 319, 838, 645, 303, 1916, 5472, 30, 46506, 35224, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 3128, 796, 366, 940, 645, 303, 1916, 5472, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 14858, 319, 838, 645, 303, 1916, 5472, 30, 46506, 35224, 7, 1078, 437, 590, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 3128, 796, 366, 940, 645, 303, 1916, 5472, 1 ]
Comments that greatly outscore their parent post score. Has a default minimum post score of 20 and a outscoring threshold of 10.. Comments (especially for MSO) that greatly outscore their parent post score. Has a default minimum post score of 20 and a outscoring threshold of 10.
SELECT C.Id AS "comment_link", C.Score AS "Comment Score", P.Score AS "Post Score" FROM Comments AS C JOIN Posts AS P ON C.PostId = P.Id WHERE P.Score > '##minPostScore:int?20##' AND C.Score > P.Score + '##commentOutscoresBy:int?10##'
[ 23903, 326, 9257, 503, 26675, 511, 2560, 1281, 4776, 13, 7875, 257, 4277, 5288, 1281, 4776, 286, 1160, 290, 257, 503, 46536, 11387, 286, 838, 492, 19502, 357, 16480, 329, 6579, 46, 8, 326, 9257, 503, 26675, 511, 2560, 1281, 4776, 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...
[ 23903, 326, 9257, 503, 26675, 511, 2560, 1281, 4776, 13, 7875, 257, 4277, 5288, 1281, 4776, 286, 1160, 290, 257, 503, 46536, 11387, 286, 838, 492, 19502, 357, 16480, 329, 6579, 46, 8, 326, 9257, 503, 26675, 511, 2560, 1281, 4776, 13, ...
When did the episode 'rowley 1898' air?
SELECT "Air Date" FROM table_27636 WHERE "Title" = 'Rowley 1898'
[ 2215, 750, 262, 4471, 705, 808, 1636, 46244, 6, 1633, 30, 46506, 366, 16170, 7536, 1, 16034, 3084, 62, 27988, 2623, 33411, 366, 19160, 1, 796, 705, 25166, 1636, 46244, 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 ]
[ 2215, 750, 262, 4471, 705, 808, 1636, 46244, 6, 1633, 30, 46506, 366, 16170, 7536, 1, 16034, 3084, 62, 27988, 2623, 33411, 366, 19160, 1, 796, 705, 25166, 1636, 46244, 6 ]
Stackoverflow Kerala top users.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation) AS "#", Id AS "user_link", Reputation, Age, CreationDate, Location FROM Users WHERE UPPER(Location) LIKE '%KERALA%' OR UPPER(Location) LIKE '%KANNUR%' OR UPPER(Location) LIKE '%COCHIN%' OR UPPER(Location) LIKE '%TRIVANDRUM%' OR UPPER(Location) LIKE '%THIRUVANANTHAPURAM%' O...
[ 25896, 2502, 11125, 34649, 1353, 2985, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 8, 7054, 25113, 1600, 5121, 7054, 366, 7220, 62, 8726, 1600, 1432, 7094, 11, 7129, 11, 21582, 10430, 11, 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...
[ 25896, 2502, 11125, 34649, 1353, 2985, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, 1137, 11050, 1432, 7094, 8, 7054, 25113, 1600, 5121, 7054, 366, 7220, 62, 8726, 1600, 1432, 7094, 11, 7129, 11, 21582, 10430, 11, 13...
Which venue had an against score smaller than 18 when the opposing team was North Auckland?
SELECT venue FROM table_name_84 WHERE against < 18 AND opposing_team = "north auckland"
[ 13828, 14359, 550, 281, 1028, 4776, 4833, 621, 1248, 618, 262, 12330, 1074, 373, 2258, 30422, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 5705, 33411, 1028, 1279, 1248, 5357, 12330, 62, 15097, 796, 366, 43588, 257, 28789, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 14359, 550, 281, 1028, 4776, 4833, 621, 1248, 618, 262, 12330, 1074, 373, 2258, 30422, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 5705, 33411, 1028, 1279, 1248, 5357, 12330, 62, 15097, 796, 366, 43588, 257, 28789, 1 ]
Tell me the 2011 with 2012 of 2r
SELECT "2011" FROM table_31886 WHERE "2012" = '2r' AND "2010" = '2r' AND "2009" = '2r'
[ 24446, 502, 262, 2813, 351, 2321, 286, 362, 81, 46506, 366, 9804, 1, 16034, 3084, 62, 36042, 4521, 33411, 366, 6999, 1, 796, 705, 17, 81, 6, 5357, 366, 10333, 1, 796, 705, 17, 81, 6, 5357, 366, 10531, 1, 796, 705, 17, 81, 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 ]
[ 24446, 502, 262, 2813, 351, 2321, 286, 362, 81, 46506, 366, 9804, 1, 16034, 3084, 62, 36042, 4521, 33411, 366, 6999, 1, 796, 705, 17, 81, 6, 5357, 366, 10333, 1, 796, 705, 17, 81, 6, 5357, 366, 10531, 1, 796, 705, 17, 81, 6 ]
What are the completion dates of all the tests that have result 'Fail', and count them by a bar chart, and show in desc by the y axis.
SELECT date_of_completion, COUNT(date_of_completion) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" ORDER BY COUNT(date_of_completion) DESC
[ 2061, 389, 262, 11939, 9667, 286, 477, 262, 5254, 326, 423, 1255, 705, 39044, 3256, 290, 954, 606, 416, 257, 2318, 8262, 11, 290, 905, 287, 1715, 416, 262, 331, 16488, 13, 46506, 3128, 62, 1659, 62, 785, 24547, 11, 327, 28270, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 389, 262, 11939, 9667, 286, 477, 262, 5254, 326, 423, 1255, 705, 39044, 3256, 290, 954, 606, 416, 257, 2318, 8262, 11, 290, 905, 287, 1715, 416, 262, 331, 16488, 13, 46506, 3128, 62, 1659, 62, 785, 24547, 11, 327, 28270, 7, ...
What is the total number of laps during the race that had a time of +9.682?
SELECT COUNT("Laps") FROM table_46695 WHERE "Time/Retired" = '+9.682'
[ 2061, 318, 262, 2472, 1271, 286, 24590, 1141, 262, 3234, 326, 550, 257, 640, 286, 1343, 24, 13, 43950, 30, 46506, 327, 28270, 7203, 43, 1686, 4943, 16034, 3084, 62, 42199, 3865, 33411, 366, 7575, 14, 9781, 1202, 1, 796, 705, 10, 24,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 24590, 1141, 262, 3234, 326, 550, 257, 640, 286, 1343, 24, 13, 43950, 30, 46506, 327, 28270, 7203, 43, 1686, 4943, 16034, 3084, 62, 42199, 3865, 33411, 366, 7575, 14, 9781, 1202, 1, 796, 705, 10, 24,...
Please draw a histogram to show the total number of participants in each type code.
SELECT Participant_Type_Code, COUNT(Participant_Type_Code) FROM Participants GROUP BY Participant_Type_Code
[ 5492, 3197, 257, 1554, 21857, 284, 905, 262, 2472, 1271, 286, 6809, 287, 1123, 2099, 2438, 13, 46506, 29880, 62, 6030, 62, 10669, 11, 327, 28270, 7, 34363, 415, 62, 6030, 62, 10669, 8, 16034, 26122, 44441, 11050, 29880, 62, 6030, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5492, 3197, 257, 1554, 21857, 284, 905, 262, 2472, 1271, 286, 6809, 287, 1123, 2099, 2438, 13, 46506, 29880, 62, 6030, 62, 10669, 11, 327, 28270, 7, 34363, 415, 62, 6030, 62, 10669, 8, 16034, 26122, 44441, 11050, 29880, 62, 6030, 62, ...
in 2105 how many patients were prescribed with sarna lotion within the same month after they had undergone interruption vena cava?
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'interruptio...
[ 259, 362, 13348, 703, 867, 3871, 547, 14798, 351, 264, 28610, 1256, 295, 1626, 262, 976, 1227, 706, 484, 550, 29900, 41728, 410, 8107, 269, 4170, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 16034,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 259, 362, 13348, 703, 867, 3871, 547, 14798, 351, 264, 28610, 1256, 295, 1626, 262, 976, 1227, 706, 484, 550, 29900, 41728, 410, 8107, 269, 4170, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 16034,...
what is the primary disease and discharge time for the patient id 26285?
SELECT demographic.diagnosis, demographic.dischtime FROM demographic WHERE demographic.subject_id = "26285"
[ 10919, 318, 262, 4165, 4369, 290, 17655, 640, 329, 262, 5827, 4686, 2608, 26279, 30, 46506, 16728, 13, 47356, 5958, 11, 16728, 13, 6381, 354, 2435, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 2075, 26279, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4165, 4369, 290, 17655, 640, 329, 262, 5827, 4686, 2608, 26279, 30, 46506, 16728, 13, 47356, 5958, 11, 16728, 13, 6381, 354, 2435, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 2075, 26279, 1 ]
what was the three most frequently performed lab tests until 4 years ago?
SELECT t1.labname FROM (SELECT lab.labname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM lab WHERE DATETIME(lab.labresulttime) <= DATETIME(CURRENT_TIME(), '-4 year') GROUP BY lab.labname) AS t1 WHERE t1.c1 <= 3
[ 10919, 373, 262, 1115, 749, 6777, 6157, 2248, 5254, 1566, 604, 812, 2084, 30, 46506, 256, 16, 13, 23912, 3672, 16034, 357, 46506, 2248, 13, 23912, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 1115, 749, 6777, 6157, 2248, 5254, 1566, 604, 812, 2084, 30, 46506, 256, 16, 13, 23912, 3672, 16034, 357, 46506, 2248, 13, 23912, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 327, 28270, ...
Show the party and the number of drivers in each party with a bar chart, display from low to high by the Y.
SELECT Party, COUNT(*) FROM driver GROUP BY Party ORDER BY COUNT(*)
[ 15307, 262, 2151, 290, 262, 1271, 286, 6643, 287, 1123, 2151, 351, 257, 2318, 8262, 11, 3359, 422, 1877, 284, 1029, 416, 262, 575, 13, 46506, 3615, 11, 327, 28270, 7, 28104, 16034, 4639, 44441, 11050, 3615, 38678, 11050, 327, 28270, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 2151, 290, 262, 1271, 286, 6643, 287, 1123, 2151, 351, 257, 2318, 8262, 11, 3359, 422, 1877, 284, 1029, 416, 262, 575, 13, 46506, 3615, 11, 327, 28270, 7, 28104, 16034, 4639, 44441, 11050, 3615, 38678, 11050, 327, 28270, 7...
Who created the illustration for the stamp that was themed 100 years of scouting?
SELECT illustration FROM table_11900773_5 WHERE theme = "100 Years of Scouting"
[ 8241, 2727, 262, 20936, 329, 262, 17977, 326, 373, 31892, 1802, 812, 286, 27088, 30, 46506, 20936, 16034, 3084, 62, 16315, 405, 46871, 62, 20, 33411, 7505, 796, 366, 3064, 13212, 286, 49716, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2727, 262, 20936, 329, 262, 17977, 326, 373, 31892, 1802, 812, 286, 27088, 30, 46506, 20936, 16034, 3084, 62, 16315, 405, 46871, 62, 20, 33411, 7505, 796, 366, 3064, 13212, 286, 49716, 1 ]
For those records from the products and each product's manufacturer, return a scatter chart about the correlation between code and revenue .
SELECT T1.Code, T2.Revenue FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1441, 257, 41058, 8262, 546, 262, 16096, 1022, 2438, 290, 6426, 764, 46506, 309, 16, 13, 10669, 11, 309, 17, 13, 3041, 4080, 16034, 18675, 7054, 309, 16, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1441, 257, 41058, 8262, 546, 262, 16096, 1022, 2438, 290, 6426, 764, 46506, 309, 16, 13, 10669, 11, 309, 17, 13, 3041, 4080, 16034, 18675, 7054, 309, 16, 32357, 1268, ...
What was the lowest round for Paul Hubbard?
SELECT MIN("Round") FROM table_36194 WHERE "Name" = 'paul hubbard'
[ 2061, 373, 262, 9016, 2835, 329, 3362, 34342, 30, 46506, 20625, 7203, 22685, 4943, 16034, 3084, 62, 2623, 22913, 33411, 366, 5376, 1, 796, 705, 79, 2518, 12575, 23024, 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, 9016, 2835, 329, 3362, 34342, 30, 46506, 20625, 7203, 22685, 4943, 16034, 3084, 62, 2623, 22913, 33411, 366, 5376, 1, 796, 705, 79, 2518, 12575, 23024, 6 ]
What is the average finish when winnings equals $71,200?
SELECT avg_finish FROM table_2182562_1 WHERE winnings = "$71,200"
[ 2061, 318, 262, 2811, 5461, 618, 1592, 23400, 21767, 720, 4869, 11, 2167, 30, 46506, 42781, 62, 15643, 680, 16034, 3084, 62, 28727, 1495, 5237, 62, 16, 33411, 1592, 23400, 796, 17971, 4869, 11, 2167, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5461, 618, 1592, 23400, 21767, 720, 4869, 11, 2167, 30, 46506, 42781, 62, 15643, 680, 16034, 3084, 62, 28727, 1495, 5237, 62, 16, 33411, 1592, 23400, 796, 17971, 4869, 11, 2167, 1 ]
IN WHAT STAGE DID ALEXANDER VINOKOUROV WON THE GENERAL CLASSIFICATION?
SELECT "Stage (Winner)" FROM table_285 WHERE "General classification" = 'Alexander Vinokourov'
[ 1268, 25003, 3563, 11879, 35697, 32318, 55, 6981, 1137, 569, 1268, 11380, 11698, 8874, 370, 1340, 3336, 41877, 42715, 30643, 6234, 30, 46506, 366, 29391, 357, 48056, 16725, 16034, 3084, 62, 26279, 33411, 366, 12218, 17923, 1, 796, 705, 38...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1268, 25003, 3563, 11879, 35697, 32318, 55, 6981, 1137, 569, 1268, 11380, 11698, 8874, 370, 1340, 3336, 41877, 42715, 30643, 6234, 30, 46506, 366, 29391, 357, 48056, 16725, 16034, 3084, 62, 26279, 33411, 366, 12218, 17923, 1, 796, 705, 38...
Which Attendance has a Record of 34 51?
SELECT MIN("Attendance") FROM table_37944 WHERE "Record" = '34–51'
[ 13828, 46502, 590, 468, 257, 13266, 286, 4974, 6885, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 29088, 2598, 33411, 366, 23739, 1, 796, 705, 2682, 1906, 4349, 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 ]
[ 13828, 46502, 590, 468, 257, 13266, 286, 4974, 6885, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 29088, 2598, 33411, 366, 23739, 1, 796, 705, 2682, 1906, 4349, 6 ]
Name the position with height of 2.09
SELECT "Position" FROM table_70324 WHERE "Height" = '2.09'
[ 5376, 262, 2292, 351, 6001, 286, 362, 13, 2931, 46506, 366, 26545, 1, 16034, 3084, 62, 2154, 33916, 33411, 366, 23106, 1, 796, 705, 17, 13, 2931, 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 ]
[ 5376, 262, 2292, 351, 6001, 286, 362, 13, 2931, 46506, 366, 26545, 1, 16034, 3084, 62, 2154, 33916, 33411, 366, 23106, 1, 796, 705, 17, 13, 2931, 6 ]
What was the lineup that resulted in 1-0 AET W?
SELECT "Lineup" FROM table_69107 WHERE "Result" = '1-0 aet w'
[ 2061, 373, 262, 12750, 326, 8724, 287, 352, 12, 15, 317, 2767, 370, 30, 46506, 366, 13949, 929, 1, 16034, 3084, 62, 3388, 15982, 33411, 366, 23004, 1, 796, 705, 16, 12, 15, 257, 316, 266, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 12750, 326, 8724, 287, 352, 12, 15, 317, 2767, 370, 30, 46506, 366, 13949, 929, 1, 16034, 3084, 62, 3388, 15982, 33411, 366, 23004, 1, 796, 705, 16, 12, 15, 257, 316, 266, 6 ]
Which Date has a Winning constructor of fiat and a Winning driver of louis wagner?
SELECT "Date" FROM table_6342 WHERE "Winning constructor" = 'fiat' AND "Winning driver" = 'louis wagner'
[ 13828, 7536, 468, 257, 40983, 23772, 286, 36984, 290, 257, 40983, 4639, 286, 21081, 271, 266, 363, 1008, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 21, 31575, 33411, 366, 16643, 768, 23772, 1, 796, 705, 69, 5375, 6, 5357, 366, 16643, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 7536, 468, 257, 40983, 23772, 286, 36984, 290, 257, 40983, 4639, 286, 21081, 271, 266, 363, 1008, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 21, 31575, 33411, 366, 16643, 768, 23772, 1, 796, 705, 69, 5375, 6, 5357, 366, 16643, ...
What was the final score when the Temple Owls beat Virginia Tech?
SELECT score FROM table_25461946_5 WHERE team = "Virginia Tech"
[ 2061, 373, 262, 2457, 4776, 618, 262, 10857, 11960, 7278, 4405, 6025, 9634, 30, 46506, 4776, 16034, 3084, 62, 1495, 3510, 1129, 3510, 62, 20, 33411, 1074, 796, 366, 41017, 9634, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 2457, 4776, 618, 262, 10857, 11960, 7278, 4405, 6025, 9634, 30, 46506, 4776, 16034, 3084, 62, 1495, 3510, 1129, 3510, 62, 20, 33411, 1074, 796, 366, 41017, 9634, 1 ]
What is the Team of Winner Mark Skaife in ATCC Round 7?
SELECT team FROM table_name_82 WHERE winner = "mark skaife" AND series = "atcc round 7"
[ 2061, 318, 262, 4816, 286, 25358, 2940, 3661, 64, 901, 287, 5161, 4093, 10485, 767, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 6469, 33411, 8464, 796, 366, 4102, 1341, 64, 901, 1, 5357, 2168, 796, 366, 265, 535, 2835, 767, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4816, 286, 25358, 2940, 3661, 64, 901, 287, 5161, 4093, 10485, 767, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 6469, 33411, 8464, 796, 366, 4102, 1341, 64, 901, 1, 5357, 2168, 796, 366, 265, 535, 2835, 767, 1 ]
have heart rate's of patient 26156 been less than 83.0 on the last icu visit?
SELECT COUNT(*) > 0 FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 26156) AND NOT icustays.outtime IS NULL ORDER BY icustays.intime DESC LIMIT 1) AND chartevents.itemid IN (SELE...
[ 14150, 2612, 2494, 338, 286, 5827, 2608, 21599, 587, 1342, 621, 9698, 13, 15, 319, 262, 938, 14158, 84, 3187, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 14150, 2612, 2494, 338, 286, 5827, 2608, 21599, 587, 1342, 621, 9698, 13, 15, 319, 262, 938, 14158, 84, 3187, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, ...
What is Dependencia Sexual's film title that was used in its nomination?
SELECT "Film title used in nomination" FROM table_76394 WHERE "Original title" = 'dependencia sexual'
[ 2061, 318, 37947, 29634, 19536, 338, 2646, 3670, 326, 373, 973, 287, 663, 11872, 30, 46506, 366, 39750, 3670, 973, 287, 11872, 1, 16034, 3084, 62, 4304, 34626, 33411, 366, 20556, 3670, 1, 796, 705, 45841, 29634, 3206, 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 ]
[ 2061, 318, 37947, 29634, 19536, 338, 2646, 3670, 326, 373, 973, 287, 663, 11872, 30, 46506, 366, 39750, 3670, 973, 287, 11872, 1, 16034, 3084, 62, 4304, 34626, 33411, 366, 20556, 3670, 1, 796, 705, 45841, 29634, 3206, 6 ]
what is the five event that is frequent in the output since 6 years ago?
SELECT t1.celllabel FROM (SELECT intakeoutput.celllabel, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM intakeoutput WHERE intakeoutput.cellpath LIKE '%output%' AND DATETIME(intakeoutput.intakeoutputtime) >= DATETIME(CURRENT_TIME(), '-6 year') GROUP BY intakeoutput.celllabel) AS t1 WHERE t1.c1 <= 5
[ 10919, 318, 262, 1936, 1785, 326, 318, 10792, 287, 262, 5072, 1201, 718, 812, 2084, 30, 46506, 256, 16, 13, 3846, 18242, 16034, 357, 46506, 10337, 22915, 13, 3846, 18242, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1936, 1785, 326, 318, 10792, 287, 262, 5072, 1201, 718, 812, 2084, 30, 46506, 256, 16, 13, 3846, 18242, 16034, 357, 46506, 10337, 22915, 13, 3846, 18242, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 1...
Count the number of times the team 'Boston Red Stockings' lost in 2009 postseason.
SELECT COUNT(*) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_loser = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2009
[ 12332, 262, 1271, 286, 1661, 262, 1074, 705, 31710, 2297, 10500, 654, 6, 2626, 287, 3717, 22905, 13, 46506, 327, 28270, 7, 28104, 16034, 22905, 7054, 309, 16, 32357, 1268, 1074, 7054, 309, 17, 6177, 309, 16, 13, 15097, 62, 312, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12332, 262, 1271, 286, 1661, 262, 1074, 705, 31710, 2297, 10500, 654, 6, 2626, 287, 3717, 22905, 13, 46506, 327, 28270, 7, 28104, 16034, 22905, 7054, 309, 16, 32357, 1268, 1074, 7054, 309, 17, 6177, 309, 16, 13, 15097, 62, 312, 62, ...
what are the four most frequently ordered specimen test for patients who were diagnosed with fx facial bone nec-close previously within the same month, since 3 years ago?
SELECT t3.spec_type_desc FROM (SELECT t2.spec_type_desc, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, 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_...
[ 10919, 389, 262, 1440, 749, 6777, 6149, 31674, 1332, 329, 3871, 508, 547, 14641, 351, 277, 87, 16324, 9970, 27576, 12, 19836, 4271, 1626, 262, 976, 1227, 11, 1201, 513, 812, 2084, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 749, 6777, 6149, 31674, 1332, 329, 3871, 508, 547, 14641, 351, 277, 87, 16324, 9970, 27576, 12, 19836, 4271, 1626, 262, 976, 1227, 11, 1201, 513, 812, 2084, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, ...
What is the points average when the tied is greater than 8, less than 82 games and the coach of Bryan Mclay Morris Lallo Gerry Moore , and greater than 322 goals?
SELECT AVG(points) FROM table_name_13 WHERE tied > 8 AND games < 82 AND coach = "bryan mclay † morris lallo ‡ gerry moore ‡" AND goals_against > 322
[ 2061, 318, 262, 2173, 2811, 618, 262, 8165, 318, 3744, 621, 807, 11, 1342, 621, 9415, 1830, 290, 262, 3985, 286, 17857, 337, 565, 323, 14433, 406, 49457, 42196, 8877, 837, 290, 3744, 621, 38831, 4661, 30, 46506, 35224, 7, 13033, 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...
[ 2061, 318, 262, 2173, 2811, 618, 262, 8165, 318, 3744, 621, 807, 11, 1342, 621, 9415, 1830, 290, 262, 3985, 286, 17857, 337, 565, 323, 14433, 406, 49457, 42196, 8877, 837, 290, 3744, 621, 38831, 4661, 30, 46506, 35224, 7, 13033, 8, ...
How many different production codes does the episode directed by Dominic Polcino have?
SELECT COUNT(production_code) FROM table_20613292_1 WHERE directed_by = "Dominic Polcino"
[ 2437, 867, 1180, 3227, 12416, 857, 262, 4471, 7924, 416, 36401, 2165, 66, 2879, 423, 30, 46506, 327, 28270, 7, 25493, 62, 8189, 8, 16034, 3084, 62, 22136, 1485, 32759, 62, 16, 33411, 7924, 62, 1525, 796, 366, 43417, 291, 2165, 66, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 1180, 3227, 12416, 857, 262, 4471, 7924, 416, 36401, 2165, 66, 2879, 423, 30, 46506, 327, 28270, 7, 25493, 62, 8189, 8, 16034, 3084, 62, 22136, 1485, 32759, 62, 16, 33411, 7924, 62, 1525, 796, 366, 43417, 291, 2165, 66, 2...
The year that has a BB + HBP of 51 is listed as?
SELECT year FROM table_name_99 WHERE bb_ + hbp = 51
[ 464, 614, 326, 468, 257, 12597, 1343, 367, 20866, 286, 6885, 318, 5610, 355, 30, 46506, 614, 16034, 3084, 62, 3672, 62, 2079, 33411, 275, 65, 62, 1343, 289, 46583, 796, 6885 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 464, 614, 326, 468, 257, 12597, 1343, 367, 20866, 286, 6885, 318, 5610, 355, 30, 46506, 614, 16034, 3084, 62, 3672, 62, 2079, 33411, 275, 65, 62, 1343, 289, 46583, 796, 6885 ]
for patient id 18351, specify the primary disease and icd9 code.
SELECT demographic.diagnosis, diagnoses.icd9_code FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "18351"
[ 1640, 5827, 4686, 1248, 35273, 11, 11986, 262, 4165, 4369, 290, 14158, 67, 24, 2438, 13, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1640, 5827, 4686, 1248, 35273, 11, 11986, 262, 4165, 4369, 290, 14158, 67, 24, 2438, 13, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 18108, 76, 6...
For those records from the products and each product's manufacturer, show me about the distribution of founder and the sum of code , and group by attribute founder in a bar chart, rank by the X-axis from high to low.
SELECT T2.Founder, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Founder ORDER BY T2.Founder DESC
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 905, 502, 546, 262, 6082, 286, 9119, 290, 262, 2160, 286, 2438, 837, 290, 1448, 416, 11688, 9119, 287, 257, 2318, 8262, 11, 4279, 416, 262, 1395, 12, 22704, 422, 1029...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 905, 502, 546, 262, 6082, 286, 9119, 290, 262, 2160, 286, 2438, 837, 290, 1448, 416, 11688, 9119, 287, 257, 2318, 8262, 11, 4279, 416, 262, 1395, 12, 22704, 422, 1029...
What is the highest gold number count where a county had over 9 golds and 10 silvers?
SELECT MAX("Gold") FROM table_71363 WHERE "Total" > '9' AND "Silver" > '10'
[ 2061, 318, 262, 4511, 3869, 1271, 954, 810, 257, 7968, 550, 625, 860, 3869, 82, 290, 838, 3313, 690, 30, 46506, 25882, 7203, 13306, 4943, 16034, 3084, 62, 50055, 5066, 33411, 366, 14957, 1, 1875, 705, 24, 6, 5357, 366, 26766, 1, 187...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 3869, 1271, 954, 810, 257, 7968, 550, 625, 860, 3869, 82, 290, 838, 3313, 690, 30, 46506, 25882, 7203, 13306, 4943, 16034, 3084, 62, 50055, 5066, 33411, 366, 14957, 1, 1875, 705, 24, 6, 5357, 366, 26766, 1, 187...
Which championship has Roger Federer as an opponent on a clay surface in a year earlier than 2007?
SELECT "Championship" FROM table_38066 WHERE "Opponent" = 'roger federer' AND "Surface" = 'clay' AND "Year" < '2007'
[ 13828, 12184, 468, 13637, 10169, 11882, 355, 281, 6125, 319, 257, 21558, 4417, 287, 257, 614, 2961, 621, 4343, 30, 46506, 366, 1925, 4350, 1056, 1, 16034, 3084, 62, 23734, 2791, 33411, 366, 27524, 3471, 1, 796, 705, 305, 1362, 11672, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12184, 468, 13637, 10169, 11882, 355, 281, 6125, 319, 257, 21558, 4417, 287, 257, 614, 2961, 621, 4343, 30, 46506, 366, 1925, 4350, 1056, 1, 16034, 3084, 62, 23734, 2791, 33411, 366, 27524, 3471, 1, 796, 705, 305, 1362, 11672, ...