instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What is his highest number of top 25s when eh played over 2 events and under 0 wins?
SELECT MAX(top_25) FROM table_name_28 WHERE events > 2 AND wins < 0
[ 2061, 318, 465, 4511, 1271, 286, 1353, 1679, 82, 618, 32622, 2826, 625, 362, 2995, 290, 739, 657, 7864, 30, 46506, 25882, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2078, 33411, 2995, 1875, 362, 5357, 7864, 1279, 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, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 465, 4511, 1271, 286, 1353, 1679, 82, 618, 32622, 2826, 625, 362, 2995, 290, 739, 657, 7864, 30, 46506, 25882, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2078, 33411, 2995, 1875, 362, 5357, 7864, 1279, 657 ]
What is in the ninth position where the tenth position is rabat ajax?
SELECT "9th Position" FROM table_33623 WHERE "10th Position" = 'rabat ajax'
[ 2061, 318, 287, 262, 19646, 2292, 810, 262, 24395, 2292, 318, 27998, 265, 257, 73, 897, 30, 46506, 366, 24, 400, 23158, 1, 16034, 3084, 62, 29211, 1954, 33411, 366, 940, 400, 23158, 1, 796, 705, 25619, 265, 257, 73, 897, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 287, 262, 19646, 2292, 810, 262, 24395, 2292, 318, 27998, 265, 257, 73, 897, 30, 46506, 366, 24, 400, 23158, 1, 16034, 3084, 62, 29211, 1954, 33411, 366, 940, 400, 23158, 1, 796, 705, 25619, 265, 257, 73, 897, 6 ]
how many patients whose year of death is less than or equal to 2112 and drug code is kcl40/1000d5ns?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dod_year <= "2112.0" AND prescriptions.formulary_drug_cd = "KCL40/1000D5NS"
[ 4919, 867, 3871, 3025, 614, 286, 1918, 318, 1342, 621, 393, 4961, 284, 2310, 1065, 290, 2563, 2438, 318, 479, 565, 1821, 14, 12825, 67, 20, 5907, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 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...
[ 4919, 867, 3871, 3025, 614, 286, 1918, 318, 1342, 621, 393, 4961, 284, 2310, 1065, 290, 2563, 2438, 318, 479, 565, 1821, 14, 12825, 67, 20, 5907, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, ...
Are Prof. Bob Schoeni 's classes always on Fridays ?
SELECT COUNT(*) = 0 FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN offering_instructor ON offering_instructor.offering_id = course_offering.offering_id INNER JOIN instructor ON offering_instructor.instructor_id = instructor.instructor_id WHERE course_offering.friday = ...
[ 8491, 4415, 13, 5811, 3059, 6571, 72, 705, 82, 6097, 1464, 319, 45011, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, 17319, 62, 312, 796, 1781, 62, 2364, 1586...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8491, 4415, 13, 5811, 3059, 6571, 72, 705, 82, 6097, 1464, 319, 45011, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, 17319, 62, 312, 796, 1781, 62, 2364, 1586...
Which date has a Clock of 0.8-1.6ghz?
SELECT date FROM table_name_61 WHERE clock = "0.8-1.6ghz"
[ 13828, 3128, 468, 257, 21328, 286, 657, 13, 23, 12, 16, 13, 21, 456, 89, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 5333, 33411, 8801, 796, 366, 15, 13, 23, 12, 16, 13, 21, 456, 89, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 468, 257, 21328, 286, 657, 13, 23, 12, 16, 13, 21, 456, 89, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 5333, 33411, 8801, 796, 366, 15, 13, 23, 12, 16, 13, 21, 456, 89, 1 ]
just how many magnesium sulfate 4 gram/100 ml iv piggy back : 100 ml flex cont prescriptions were there during a year before?
SELECT COUNT(*) FROM medication WHERE medication.drugname = 'magnesium sulfate 4 gram/100 ml iv piggy back : 100 ml flex cont' AND DATETIME(medication.drugstarttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')
[ 3137, 703, 867, 33525, 22443, 378, 604, 14599, 14, 3064, 25962, 21628, 12967, 1360, 736, 1058, 1802, 25962, 7059, 542, 34092, 547, 612, 1141, 257, 614, 878, 30, 46506, 327, 28270, 7, 28104, 16034, 14103, 33411, 14103, 13, 30349, 3672, 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...
[ 3137, 703, 867, 33525, 22443, 378, 604, 14599, 14, 3064, 25962, 21628, 12967, 1360, 736, 1058, 1802, 25962, 7059, 542, 34092, 547, 612, 1141, 257, 614, 878, 30, 46506, 327, 28270, 7, 28104, 16034, 14103, 33411, 14103, 13, 30349, 3672, 7...
Notre-Dame-De-Lourdes has what average area km 2?
SELECT AVG("Area km 2") FROM table_48638 WHERE "Official Name" = 'notre-dame-de-lourdes'
[ 3673, 260, 12, 35, 480, 12, 5005, 12, 43, 454, 8906, 468, 644, 2811, 1989, 10571, 362, 30, 46506, 35224, 7203, 30547, 10571, 362, 4943, 16034, 3084, 62, 34251, 2548, 33411, 366, 28529, 6530, 1, 796, 705, 1662, 260, 12, 67, 480, 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 ]
[ 3673, 260, 12, 35, 480, 12, 5005, 12, 43, 454, 8906, 468, 644, 2811, 1989, 10571, 362, 30, 46506, 35224, 7203, 30547, 10571, 362, 4943, 16034, 3084, 62, 34251, 2548, 33411, 366, 28529, 6530, 1, 796, 705, 1662, 260, 12, 67, 480, 12, ...
What is the smallest number for 102 when Friendly of friendly, and an Austria of greece?
SELECT MIN("102.") FROM table_6641 WHERE "Friendly" = 'friendly' AND "Austria" = 'greece'
[ 2061, 318, 262, 18197, 1271, 329, 15143, 618, 38683, 286, 8030, 11, 290, 281, 17322, 286, 308, 631, 344, 30, 46506, 20625, 7203, 15377, 19570, 16034, 3084, 62, 21, 42759, 33411, 366, 23331, 306, 1, 796, 705, 13120, 6, 5357, 366, 15160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 329, 15143, 618, 38683, 286, 8030, 11, 290, 281, 17322, 286, 308, 631, 344, 30, 46506, 20625, 7203, 15377, 19570, 16034, 3084, 62, 21, 42759, 33411, 366, 23331, 306, 1, 796, 705, 13120, 6, 5357, 366, 15160...
Where was the round 1 race?
SELECT "Location" FROM table_28093 WHERE "Round" = '1'
[ 8496, 373, 262, 2835, 352, 3234, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 21033, 6052, 33411, 366, 22685, 1, 796, 705, 16, 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 ]
[ 8496, 373, 262, 2835, 352, 3234, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 21033, 6052, 33411, 366, 22685, 1, 796, 705, 16, 6 ]
In 1865, what was the first party?
SELECT 1 AS st_party FROM table_name_20 WHERE year = "1865"
[ 818, 47801, 11, 644, 373, 262, 717, 2151, 30, 46506, 352, 7054, 336, 62, 10608, 16034, 3084, 62, 3672, 62, 1238, 33411, 614, 796, 366, 1507, 2996, 1 ]
[ 1, 1, 1, 1, 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, 47801, 11, 644, 373, 262, 717, 2151, 30, 46506, 352, 7054, 336, 62, 10608, 16034, 3084, 62, 3672, 62, 1238, 33411, 614, 796, 366, 1507, 2996, 1 ]
What Norwegian title has 218 pages and Translated Title of Breaking Dawn?
SELECT "Norwegian title" FROM table_10456 WHERE "Pages" = '218' AND "Translated title" = 'breaking dawn'
[ 2061, 22158, 3670, 468, 29217, 5468, 290, 3602, 17249, 11851, 286, 24942, 12258, 30, 46506, 366, 21991, 20684, 3670, 1, 16034, 3084, 62, 940, 29228, 33411, 366, 47798, 1, 796, 705, 28727, 6, 5357, 366, 8291, 17249, 3670, 1, 796, 705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 22158, 3670, 468, 29217, 5468, 290, 3602, 17249, 11851, 286, 24942, 12258, 30, 46506, 366, 21991, 20684, 3670, 1, 16034, 3084, 62, 940, 29228, 33411, 366, 47798, 1, 796, 705, 28727, 6, 5357, 366, 8291, 17249, 3670, 1, 796, 705, ...
What is the date of the poll with Goldberg at 26%?
SELECT "Date" FROM table_75622 WHERE "Goldberg" = '26%'
[ 2061, 318, 262, 3128, 286, 262, 3278, 351, 31225, 379, 2608, 4, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 38219, 1828, 33411, 366, 13306, 3900, 1, 796, 705, 2075, 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 ]
[ 2061, 318, 262, 3128, 286, 262, 3278, 351, 31225, 379, 2608, 4, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 38219, 1828, 33411, 366, 13306, 3900, 1, 796, 705, 2075, 4, 6 ]
Find the maximum and minimum millisecond lengths of pop tracks.
SELECT MAX(milliseconds), MIN(milliseconds) FROM genre AS T1 JOIN track AS T2 ON T1.genreid = T2.genreid WHERE T1.name = "Pop"
[ 16742, 262, 5415, 290, 5288, 33606, 623, 20428, 286, 1461, 8339, 13, 46506, 25882, 7, 17805, 27866, 24764, 828, 20625, 7, 17805, 27866, 24764, 8, 16034, 12121, 7054, 309, 16, 32357, 1268, 2610, 7054, 309, 17, 6177, 309, 16, 13, 35850, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5415, 290, 5288, 33606, 623, 20428, 286, 1461, 8339, 13, 46506, 25882, 7, 17805, 27866, 24764, 828, 20625, 7, 17805, 27866, 24764, 8, 16034, 12121, 7054, 309, 16, 32357, 1268, 2610, 7054, 309, 17, 6177, 309, 16, 13, 35850, ...
What were the opponents from the April 13?
SELECT "Opponent" FROM table_6048 WHERE "Date" = 'april 13'
[ 2061, 547, 262, 7691, 422, 262, 3035, 1511, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 1899, 2780, 33411, 366, 10430, 1, 796, 705, 499, 22379, 1511, 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, 547, 262, 7691, 422, 262, 3035, 1511, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 1899, 2780, 33411, 366, 10430, 1, 796, 705, 499, 22379, 1511, 6 ]
how many female patients had the diagnosis short title hx-skin malignancy nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.gender = "F" AND diagnoses.short_title = "Hx-skin malignancy NEC"
[ 4919, 867, 4048, 3871, 550, 262, 13669, 1790, 3670, 289, 87, 12, 20407, 6428, 570, 3883, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 4048, 3871, 550, 262, 13669, 1790, 3670, 289, 87, 12, 20407, 6428, 570, 3883, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, ...
What is the highest amount of plays for fluminense?
SELECT MAX(played) FROM table_name_97 WHERE team = "fluminense"
[ 2061, 318, 262, 4511, 2033, 286, 5341, 329, 781, 7230, 1072, 30, 46506, 25882, 7, 21542, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 1074, 796, 366, 2704, 7230, 1072, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 2033, 286, 5341, 329, 781, 7230, 1072, 30, 46506, 25882, 7, 21542, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 1074, 796, 366, 2704, 7230, 1072, 1 ]
What year did jockey Ramon Dominguez have a distance of 1-1/16?
SELECT "Year" FROM table_53833 WHERE "Distance" = '1-1/16' AND "Jockey" = 'ramon dominguez'
[ 2061, 614, 750, 474, 8337, 7431, 261, 360, 3383, 14870, 423, 257, 5253, 286, 352, 12, 16, 14, 1433, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 49561, 2091, 33411, 366, 45767, 1, 796, 705, 16, 12, 16, 14, 1433, 6, 5357, 366, 41, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 750, 474, 8337, 7431, 261, 360, 3383, 14870, 423, 257, 5253, 286, 352, 12, 16, 14, 1433, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 49561, 2091, 33411, 366, 45767, 1, 796, 705, 16, 12, 16, 14, 1433, 6, 5357, 366, 41, ...
what were the top three prescription drugs among patients of age of 30s during this year?
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 30 AND 39) AND DATETIME(medication.drugstarttime, 'start of year') = DATETIME(CURRENT_TIME(...
[ 10919, 547, 262, 1353, 1115, 15077, 5010, 1871, 3871, 286, 2479, 286, 1542, 82, 1141, 428, 614, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 547, 262, 1353, 1115, 15077, 5010, 1871, 3871, 286, 2479, 286, 1542, 82, 1141, 428, 614, 30, 46506, 256, 16, 13, 30349, 3672, 16034, 357, 46506, 14103, 13, 30349, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 11...
when did patient 032-13376 first got the minimum of sao2 until 04/12/2104?
SELECT vitalperiodic.observationtime FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '032-13376')) AND NOT vitalperiodic.sao2 IS NULL AND...
[ 12518, 750, 5827, 657, 2624, 12, 1485, 32128, 717, 1392, 262, 5288, 286, 473, 78, 17, 1566, 8702, 14, 1065, 14, 17, 13464, 30, 46506, 9204, 41007, 291, 13, 672, 3168, 341, 2435, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 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...
[ 12518, 750, 5827, 657, 2624, 12, 1485, 32128, 717, 1392, 262, 5288, 286, 473, 78, 17, 1566, 8702, 14, 1065, 14, 17, 13464, 30, 46506, 9204, 41007, 291, 13, 672, 3168, 341, 2435, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 13, ...
what is the ground transportation available in DENVER
SELECT DISTINCT ground_service.transport_type FROM city, ground_service WHERE city.city_name = 'DENVER' AND ground_service.city_code = city.city_code
[ 10919, 318, 262, 2323, 9358, 1695, 287, 37692, 28884, 36, 16779, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 7645, 634, 62, 4906, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 41819, 5959, 6, 5357, 2323...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2323, 9358, 1695, 287, 37692, 28884, 36, 16779, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 7645, 634, 62, 4906, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 41819, 5959, 6, 5357, 2323...
What are the total points for the skier with 3.18 slalom points?
SELECT "Total" FROM table_59061 WHERE "Slalom points" = '3.18'
[ 2061, 389, 262, 2472, 2173, 329, 262, 1341, 959, 351, 513, 13, 1507, 1017, 282, 296, 2173, 30, 46506, 366, 14957, 1, 16034, 3084, 62, 3270, 3312, 16, 33411, 366, 11122, 282, 296, 2173, 1, 796, 705, 18, 13, 1507, 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, 389, 262, 2472, 2173, 329, 262, 1341, 959, 351, 513, 13, 1507, 1017, 282, 296, 2173, 30, 46506, 366, 14957, 1, 16034, 3084, 62, 3270, 3312, 16, 33411, 366, 11122, 282, 296, 2173, 1, 796, 705, 18, 13, 1507, 6 ]
How many episodes were written by Alison McDonald?
SELECT COUNT("Directed by") FROM table_29155 WHERE "Written by" = 'Alison McDonald'
[ 2437, 867, 8640, 547, 3194, 416, 33629, 14115, 30, 46506, 327, 28270, 7203, 13470, 276, 416, 4943, 16034, 3084, 62, 1959, 18742, 33411, 366, 25354, 416, 1, 796, 705, 2348, 1653, 14115, 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 ]
[ 2437, 867, 8640, 547, 3194, 416, 33629, 14115, 30, 46506, 327, 28270, 7203, 13470, 276, 416, 4943, 16034, 3084, 62, 1959, 18742, 33411, 366, 25354, 416, 1, 796, 705, 2348, 1653, 14115, 6 ]
What is the average December, when Game is '36'?
SELECT AVG(december) FROM table_name_39 WHERE game = 36
[ 2061, 318, 262, 2811, 3426, 11, 618, 3776, 318, 705, 2623, 30960, 46506, 35224, 7, 2934, 3273, 8, 16034, 3084, 62, 3672, 62, 2670, 33411, 983, 796, 4570 ]
[ 1, 1, 1, 1, 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, 3426, 11, 618, 3776, 318, 705, 2623, 30960, 46506, 35224, 7, 2934, 3273, 8, 16034, 3084, 62, 3672, 62, 2670, 33411, 983, 796, 4570 ]
Compare the number of services by services with a bar graph, sort by the y axis from high to low.
SELECT services, COUNT(services) FROM station GROUP BY services ORDER BY COUNT(services) DESC
[ 41488, 262, 1271, 286, 2594, 416, 2594, 351, 257, 2318, 4823, 11, 3297, 416, 262, 331, 16488, 422, 1029, 284, 1877, 13, 46506, 2594, 11, 327, 28270, 7, 30416, 8, 16034, 4429, 44441, 11050, 2594, 38678, 11050, 327, 28270, 7, 30416, 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 ]
[ 41488, 262, 1271, 286, 2594, 416, 2594, 351, 257, 2318, 4823, 11, 3297, 416, 262, 331, 16488, 422, 1029, 284, 1877, 13, 46506, 2594, 11, 327, 28270, 7, 30416, 8, 16034, 4429, 44441, 11050, 2594, 38678, 11050, 327, 28270, 7, 30416, 8, ...
when was the last time that patient 43735 was diagnosed with a status-post ptca until 1 year ago?
SELECT diagnoses_icd.charttime FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'status-post ptca') AND diagnoses_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 43735) AND DATETIME(diagn...
[ 12518, 373, 262, 938, 640, 326, 5827, 604, 2718, 2327, 373, 14641, 351, 257, 3722, 12, 7353, 42975, 6888, 1566, 352, 614, 2084, 30, 46506, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 33411, 40567, 62, 291, 67, 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...
[ 12518, 373, 262, 938, 640, 326, 5827, 604, 2718, 2327, 373, 14641, 351, 257, 3722, 12, 7353, 42975, 6888, 1566, 352, 614, 2084, 30, 46506, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 33411, 40567, 62, 291, 67, 13...
What is the pick number for round 2?
SELECT "Pick #" FROM table_72512 WHERE "Round" = '2'
[ 2061, 318, 262, 2298, 1271, 329, 2835, 362, 30, 46506, 366, 31686, 1303, 1, 16034, 3084, 62, 45151, 1065, 33411, 366, 22685, 1, 796, 705, 17, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2298, 1271, 329, 2835, 362, 30, 46506, 366, 31686, 1303, 1, 16034, 3084, 62, 45151, 1065, 33411, 366, 22685, 1, 796, 705, 17, 6 ]
Find the number of students who is older than 20 in each dorm. Plot them as bar chart.
SELECT dorm_name, COUNT(*) FROM Student AS T1 JOIN Lives_in AS T2 ON T1.stuid = T2.stuid JOIN Dorm AS T3 ON T3.dormid = T2.dormid WHERE T1.Age > 20 GROUP BY T3.dorm_name
[ 16742, 262, 1271, 286, 2444, 508, 318, 4697, 621, 1160, 287, 1123, 18586, 13, 28114, 606, 355, 2318, 8262, 13, 46506, 18586, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 13613, 7054, 309, 16, 32357, 1268, 18965, 62, 259, 7054, 309, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 16742, 262, 1271, 286, 2444, 508, 318, 4697, 621, 1160, 287, 1123, 18586, 13, 28114, 606, 355, 2318, 8262, 13, 46506, 18586, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 13613, 7054, 309, 16, 32357, 1268, 18965, 62, 259, 7054, 309, 17, ...
give me the number of female patients who are divorced.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "DIVORCED" AND demographic.gender = "F"
[ 26535, 502, 262, 1271, 286, 4048, 3871, 508, 389, 25107, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 3876, 1287, 62, 13376, 796, 366, 33569, 1581, 34, 1961, 1, 5357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 26535, 502, 262, 1271, 286, 4048, 3871, 508, 389, 25107, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 3876, 1287, 62, 13376, 796, 366, 33569, 1581, 34, 1961, 1, 5357, ...
Can you tell me the Years that has the Name of arapohue school?
SELECT "Years" FROM table_51779 WHERE "Name" = 'arapohue school'
[ 6090, 345, 1560, 502, 262, 13212, 326, 468, 262, 6530, 286, 257, 2416, 1219, 518, 1524, 30, 46506, 366, 40630, 1, 16034, 3084, 62, 48170, 3720, 33411, 366, 5376, 1, 796, 705, 283, 499, 1219, 518, 1524, 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 ]
[ 6090, 345, 1560, 502, 262, 13212, 326, 468, 262, 6530, 286, 257, 2416, 1219, 518, 1524, 30, 46506, 366, 40630, 1, 16034, 3084, 62, 48170, 3720, 33411, 366, 5376, 1, 796, 705, 283, 499, 1219, 518, 1524, 6 ]
how many times have there been helps by damon stoudamire (13)
SELECT COUNT(record) FROM table_13464416_6 WHERE high_assists = "Damon Stoudamire (13)"
[ 4919, 867, 1661, 423, 612, 587, 5419, 416, 1801, 261, 336, 2778, 321, 557, 357, 1485, 8, 46506, 327, 28270, 7, 22105, 8, 16034, 3084, 62, 19880, 29173, 1433, 62, 21, 33411, 1029, 62, 562, 1023, 796, 366, 14550, 261, 520, 2778, 321, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1661, 423, 612, 587, 5419, 416, 1801, 261, 336, 2778, 321, 557, 357, 1485, 8, 46506, 327, 28270, 7, 22105, 8, 16034, 3084, 62, 19880, 29173, 1433, 62, 21, 33411, 1029, 62, 562, 1023, 796, 366, 14550, 261, 520, 2778, 321, ...
What are the names and ids of the tourist attractions that are visited at most once Visualize by bar chart, rank by the bar in ascending.
SELECT T1.Name, T1.Tourist_Attraction_ID FROM Tourist_Attractions AS T1 JOIN Visits AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID ORDER BY T1.Name
[ 2061, 389, 262, 3891, 290, 220, 2340, 286, 262, 18473, 29156, 326, 389, 8672, 379, 749, 1752, 15612, 1096, 416, 2318, 8262, 11, 4279, 416, 262, 2318, 287, 41988, 13, 46506, 309, 16, 13, 5376, 11, 309, 16, 13, 39152, 396, 62, 8086, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3891, 290, 220, 2340, 286, 262, 18473, 29156, 326, 389, 8672, 379, 749, 1752, 15612, 1096, 416, 2318, 8262, 11, 4279, 416, 262, 2318, 287, 41988, 13, 46506, 309, 16, 13, 5376, 11, 309, 16, 13, 39152, 396, 62, 8086, ...
What Release date has a Version of 1.0, a Category of utilities, a Developer of microsoft, and a Title of msn money?
SELECT "Release date" FROM table_60966 WHERE "Version" = '1.0' AND "Category" = 'utilities' AND "Developer" = 'microsoft' AND "Title" = 'msn money'
[ 2061, 13868, 3128, 468, 257, 10628, 286, 352, 13, 15, 11, 257, 21743, 286, 20081, 11, 257, 23836, 286, 4580, 4215, 11, 290, 257, 11851, 286, 13845, 77, 1637, 30, 46506, 366, 26362, 3128, 1, 16034, 3084, 62, 31751, 2791, 33411, 366, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 13868, 3128, 468, 257, 10628, 286, 352, 13, 15, 11, 257, 21743, 286, 20081, 11, 257, 23836, 286, 4580, 4215, 11, 290, 257, 11851, 286, 13845, 77, 1637, 30, 46506, 366, 26362, 3128, 1, 16034, 3084, 62, 31751, 2791, 33411, 366, ...
What is Original Album, when English Translation is 'With You'?
SELECT "Original album" FROM table_60614 WHERE "English translation" = 'with you'
[ 2061, 318, 13745, 23999, 11, 618, 3594, 33322, 318, 705, 3152, 921, 30960, 46506, 366, 20556, 5062, 1, 16034, 3084, 62, 33206, 1415, 33411, 366, 15823, 11059, 1, 796, 705, 4480, 345, 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, 13745, 23999, 11, 618, 3594, 33322, 318, 705, 3152, 921, 30960, 46506, 366, 20556, 5062, 1, 16034, 3084, 62, 33206, 1415, 33411, 366, 15823, 11059, 1, 796, 705, 4480, 345, 6 ]
each of these years he played less or equal to 4 games
SELECT "year" FROM table_203_597 WHERE "games" <= 4
[ 27379, 286, 777, 812, 339, 2826, 1342, 393, 4961, 284, 604, 1830, 46506, 366, 1941, 1, 16034, 3084, 62, 22416, 62, 43239, 33411, 366, 19966, 1, 19841, 604 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 27379, 286, 777, 812, 339, 2826, 1342, 393, 4961, 284, 604, 1830, 46506, 366, 1941, 1, 16034, 3084, 62, 22416, 62, 43239, 33411, 366, 19966, 1, 19841, 604 ]
what is the points against when drawn is drawn?
SELECT "Points against" FROM table_76348 WHERE "Drawn" = 'drawn'
[ 10919, 318, 262, 2173, 1028, 618, 7428, 318, 7428, 30, 46506, 366, 40710, 1028, 1, 16034, 3084, 62, 4304, 28978, 33411, 366, 35, 5791, 1, 796, 705, 41549, 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 ]
[ 10919, 318, 262, 2173, 1028, 618, 7428, 318, 7428, 30, 46506, 366, 40710, 1028, 1, 16034, 3084, 62, 4304, 28978, 33411, 366, 35, 5791, 1, 796, 705, 41549, 6 ]
Bad questions, based on vote score and closure and the like.
SELECT Score, CASE WHEN ClosedDate IS NULL THEN 'Y' ELSE 'Er' END AS "closed?", Id AS "post_link" FROM Posts WHERE PostTypeId = 1 AND (NOT ClosedDate IS NULL OR Score < -3) ORDER BY Score LIMIT 500
[ 22069, 2683, 11, 1912, 319, 3015, 4776, 290, 16512, 290, 262, 588, 13, 46506, 15178, 11, 42001, 42099, 30550, 10430, 3180, 15697, 42243, 705, 56, 6, 17852, 5188, 705, 9139, 6, 23578, 7054, 366, 20225, 35379, 5121, 7054, 366, 7353, 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...
[ 22069, 2683, 11, 1912, 319, 3015, 4776, 290, 16512, 290, 262, 588, 13, 46506, 15178, 11, 42001, 42099, 30550, 10430, 3180, 15697, 42243, 705, 56, 6, 17852, 5188, 705, 9139, 6, 23578, 7054, 366, 20225, 35379, 5121, 7054, 366, 7353, 62, ...
how many patients under the age of 80 years had their lab test fluid as joint fluid?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.age < "80" AND lab.fluid = "Joint Fluid"
[ 4919, 867, 3871, 739, 262, 2479, 286, 4019, 812, 550, 511, 2248, 1332, 11711, 355, 6466, 11711, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 739, 262, 2479, 286, 4019, 812, 550, 511, 2248, 1332, 11711, 355, 6466, 11711, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 1...
What is the Date of the match with Partner Steffi Graf with a Score in Final of 4 6, 1 6?
SELECT "Date" FROM table_45552 WHERE "Score in Final" = '4–6, 1–6' AND "Partner" = 'steffi graf'
[ 2061, 318, 262, 7536, 286, 262, 2872, 351, 35532, 2441, 487, 72, 7037, 69, 351, 257, 15178, 287, 8125, 286, 604, 718, 11, 352, 718, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2231, 40427, 33411, 366, 26595, 287, 8125, 1, 796, 705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 7536, 286, 262, 2872, 351, 35532, 2441, 487, 72, 7037, 69, 351, 257, 15178, 287, 8125, 286, 604, 718, 11, 352, 718, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2231, 40427, 33411, 366, 26595, 287, 8125, 1, 796, 705, ...
Whose Visitor has a Record of 3 18?
SELECT "Visitor" FROM table_6818 WHERE "Record" = '3–18'
[ 1199, 577, 6911, 2072, 468, 257, 13266, 286, 513, 1248, 30, 46506, 366, 15854, 2072, 1, 16034, 3084, 62, 3104, 1507, 33411, 366, 23739, 1, 796, 705, 18, 1906, 1507, 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 ]
[ 1199, 577, 6911, 2072, 468, 257, 13266, 286, 513, 1248, 30, 46506, 366, 15854, 2072, 1, 16034, 3084, 62, 3104, 1507, 33411, 366, 23739, 1, 796, 705, 18, 1906, 1507, 6 ]
in how many games did they score at least twice as many points as their opponent ?
SELECT COUNT(*) FROM table_203_114 WHERE "result" >= 2 * "result"
[ 259, 703, 867, 1830, 750, 484, 4776, 379, 1551, 5403, 355, 867, 2173, 355, 511, 6125, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 22416, 62, 16562, 33411, 366, 20274, 1, 18189, 362, 1635, 366, 20274, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 703, 867, 1830, 750, 484, 4776, 379, 1551, 5403, 355, 867, 2173, 355, 511, 6125, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 22416, 62, 16562, 33411, 366, 20274, 1, 18189, 362, 1635, 366, 20274, 1 ]
What are the different region names, ordered by labels?
SELECT DISTINCT region_name FROM region ORDER BY label
[ 2061, 389, 262, 1180, 3814, 3891, 11, 6149, 416, 14722, 30, 46506, 360, 8808, 1268, 4177, 3814, 62, 3672, 16034, 3814, 38678, 11050, 6167 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 1180, 3814, 3891, 11, 6149, 416, 14722, 30, 46506, 360, 8808, 1268, 4177, 3814, 62, 3672, 16034, 3814, 38678, 11050, 6167 ]
What is the 2006 value of the 2011 grand slam tournaments?
SELECT 2006 FROM table_name_64 WHERE 2011 = "grand slam tournaments"
[ 2061, 318, 262, 4793, 1988, 286, 262, 2813, 4490, 21158, 18130, 30, 46506, 4793, 16034, 3084, 62, 3672, 62, 2414, 33411, 2813, 796, 366, 23936, 21158, 18130, 1 ]
[ 1, 1, 1, 1, 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, 4793, 1988, 286, 262, 2813, 4490, 21158, 18130, 30, 46506, 4793, 16034, 3084, 62, 3672, 62, 2414, 33411, 2813, 796, 366, 23936, 21158, 18130, 1 ]
When was SPLC founded?
SELECT MIN("Founded") FROM table_16633 WHERE "Abbreviation" = 'SPLC'
[ 2215, 373, 6226, 5639, 9393, 30, 46506, 20625, 7203, 37, 6302, 4943, 16034, 3084, 62, 23055, 2091, 33411, 366, 4826, 4679, 47625, 1, 796, 705, 4303, 5639, 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, 373, 6226, 5639, 9393, 30, 46506, 20625, 7203, 37, 6302, 4943, 16034, 3084, 62, 23055, 2091, 33411, 366, 4826, 4679, 47625, 1, 796, 705, 4303, 5639, 6 ]
What is the result of the week 1 game?
SELECT result FROM table_name_91 WHERE week = 1
[ 2061, 318, 262, 1255, 286, 262, 1285, 352, 983, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 6420, 33411, 1285, 796, 352 ]
[ 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, 286, 262, 1285, 352, 983, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 6420, 33411, 1285, 796, 352 ]
What Semimajor axis (AU) has a Companion (in order from star) of g?
SELECT "Semimajor axis ( AU )" FROM table_62082 WHERE "Companion (in order from star)" = 'g'
[ 2061, 12449, 320, 1518, 16488, 357, 26830, 8, 468, 257, 30653, 357, 259, 1502, 422, 3491, 8, 286, 308, 30, 46506, 366, 13900, 320, 1518, 16488, 357, 27548, 1267, 1, 16034, 3084, 62, 38850, 6469, 33411, 366, 41309, 295, 357, 259, 1502,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12449, 320, 1518, 16488, 357, 26830, 8, 468, 257, 30653, 357, 259, 1502, 422, 3491, 8, 286, 308, 30, 46506, 366, 13900, 320, 1518, 16488, 357, 27548, 1267, 1, 16034, 3084, 62, 38850, 6469, 33411, 366, 41309, 295, 357, 259, 1502,...
What is the lowest swimsuit for a contestant with an average of 9.125?
SELECT MIN(swimsuit) FROM table_name_38 WHERE average = 9.125
[ 2061, 318, 262, 9016, 9422, 6063, 329, 257, 44047, 351, 281, 2811, 286, 860, 13, 11623, 30, 46506, 20625, 7, 2032, 320, 6063, 8, 16034, 3084, 62, 3672, 62, 2548, 33411, 2811, 796, 860, 13, 11623 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9422, 6063, 329, 257, 44047, 351, 281, 2811, 286, 860, 13, 11623, 30, 46506, 20625, 7, 2032, 320, 6063, 8, 16034, 3084, 62, 3672, 62, 2548, 33411, 2811, 796, 860, 13, 11623 ]
Name the total number of period for yvon le roux
SELECT COUNT("Period") FROM table_26939 WHERE "Name" = 'Yvon Le Roux'
[ 5376, 262, 2472, 1271, 286, 2278, 329, 331, 26982, 443, 13805, 87, 46506, 327, 28270, 7203, 5990, 2101, 4943, 16034, 3084, 62, 26276, 2670, 33411, 366, 5376, 1, 796, 705, 56, 26982, 1004, 13876, 87, 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 ]
[ 5376, 262, 2472, 1271, 286, 2278, 329, 331, 26982, 443, 13805, 87, 46506, 327, 28270, 7203, 5990, 2101, 4943, 16034, 3084, 62, 26276, 2670, 33411, 366, 5376, 1, 796, 705, 56, 26982, 1004, 13876, 87, 6 ]
What is the School of the Player with a Date of June 4, 2011?
SELECT "SCHOOL" FROM table_63386 WHERE "DATE" = 'june 4, 2011'
[ 2061, 318, 262, 3961, 286, 262, 7853, 351, 257, 7536, 286, 2795, 604, 11, 2813, 30, 46506, 366, 50, 3398, 31559, 1, 16034, 3084, 62, 21, 2091, 4521, 33411, 366, 35, 6158, 1, 796, 705, 73, 1726, 604, 11, 2813, 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, 3961, 286, 262, 7853, 351, 257, 7536, 286, 2795, 604, 11, 2813, 30, 46506, 366, 50, 3398, 31559, 1, 16034, 3084, 62, 21, 2091, 4521, 33411, 366, 35, 6158, 1, 796, 705, 73, 1726, 604, 11, 2813, 6 ]
please give me the flight times the morning on UA for 9 20 from PHILADELPHIA to SAN FRANCISCO
SELECT DISTINCT flight.departure_time FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE (((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND date_day.day_number = 20 AND date_day.month_num...
[ 29688, 1577, 502, 262, 5474, 1661, 262, 3329, 319, 46164, 329, 860, 1160, 422, 9370, 4146, 2885, 3698, 11909, 3539, 284, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 10378, 433, 495, 62, 2435, 16034, 9003, 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...
[ 29688, 1577, 502, 262, 5474, 1661, 262, 3329, 319, 46164, 329, 860, 1160, 422, 9370, 4146, 2885, 3698, 11909, 3539, 284, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 10378, 433, 495, 62, 2435, 16034, 9003, 6...
how many intersecting roads are there in rocky view county ?
SELECT COUNT("intersecting road") FROM table_204_763 WHERE "county" = 'rocky view county'
[ 4919, 867, 36177, 278, 9725, 389, 612, 287, 26898, 1570, 7968, 5633, 46506, 327, 28270, 7203, 3849, 8831, 278, 2975, 4943, 16034, 3084, 62, 18638, 62, 49641, 33411, 366, 9127, 88, 1, 796, 705, 10823, 88, 1570, 7968, 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 ]
[ 4919, 867, 36177, 278, 9725, 389, 612, 287, 26898, 1570, 7968, 5633, 46506, 327, 28270, 7203, 3849, 8831, 278, 2975, 4943, 16034, 3084, 62, 18638, 62, 49641, 33411, 366, 9127, 88, 1, 796, 705, 10823, 88, 1570, 7968, 6 ]
a month before, when was the last time that patient 51177 was prescribed with a medication via sl route?
SELECT prescriptions.startdate FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 51177) AND prescriptions.route = 'sl' AND DATETIME(prescriptions.startdate, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-1 month') ORDER BY prescr...
[ 64, 1227, 878, 11, 618, 373, 262, 938, 640, 326, 5827, 642, 1157, 3324, 373, 14798, 351, 257, 14103, 2884, 1017, 6339, 30, 46506, 34092, 13, 9688, 4475, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 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...
[ 64, 1227, 878, 11, 618, 373, 262, 938, 640, 326, 5827, 642, 1157, 3324, 373, 14798, 351, 257, 14103, 2884, 1017, 6339, 30, 46506, 34092, 13, 9688, 4475, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, ...
How many points did the opponent score on Sept. 14?
SELECT MAX(opponents) FROM table_16677887_2 WHERE date = "Sept. 14"
[ 2437, 867, 2173, 750, 262, 6125, 4776, 319, 2362, 13, 1478, 30, 46506, 25882, 7, 10365, 3906, 8, 16034, 3084, 62, 1433, 40179, 46660, 62, 17, 33411, 3128, 796, 366, 14635, 13, 1478, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 2173, 750, 262, 6125, 4776, 319, 2362, 13, 1478, 30, 46506, 25882, 7, 10365, 3906, 8, 16034, 3084, 62, 1433, 40179, 46660, 62, 17, 33411, 3128, 796, 366, 14635, 13, 1478, 1 ]
Name the first broadcast for trisha goddard and glenn wool
SELECT "First broadcast" FROM table_25918 WHERE "Jasons team" = 'Trisha Goddard and Glenn Wool'
[ 5376, 262, 717, 7025, 329, 491, 19388, 17495, 446, 290, 1278, 1697, 25749, 46506, 366, 5962, 7025, 1, 16034, 3084, 62, 25191, 1507, 33411, 366, 41, 2812, 1074, 1, 796, 705, 2898, 19388, 47386, 290, 17551, 24759, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 717, 7025, 329, 491, 19388, 17495, 446, 290, 1278, 1697, 25749, 46506, 366, 5962, 7025, 1, 16034, 3084, 62, 25191, 1507, 33411, 366, 41, 2812, 1074, 1, 796, 705, 2898, 19388, 47386, 290, 17551, 24759, 6 ]
what's the district with first elected being 1938
SELECT "District" FROM table_18637 WHERE "First elected" = '1938'
[ 10919, 338, 262, 4783, 351, 717, 7018, 852, 28017, 46506, 366, 44857, 1, 16034, 3084, 62, 25096, 2718, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 2548, 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 ]
[ 10919, 338, 262, 4783, 351, 717, 7018, 852, 28017, 46506, 366, 44857, 1, 16034, 3084, 62, 25096, 2718, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 2548, 6 ]
When 228 is the lap and chip ganassi racing is the team what is the race time?
SELECT race_time FROM table_1771753_3 WHERE team = "Chip Ganassi Racing" AND laps = "228"
[ 2215, 29041, 318, 262, 14779, 290, 11594, 308, 272, 46527, 11717, 318, 262, 1074, 644, 318, 262, 3234, 640, 30, 46506, 3234, 62, 2435, 16034, 3084, 62, 22413, 1558, 4310, 62, 18, 33411, 1074, 796, 366, 49985, 23207, 46527, 14954, 1, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29041, 318, 262, 14779, 290, 11594, 308, 272, 46527, 11717, 318, 262, 1074, 644, 318, 262, 3234, 640, 30, 46506, 3234, 62, 2435, 16034, 3084, 62, 22413, 1558, 4310, 62, 18, 33411, 1074, 796, 366, 49985, 23207, 46527, 14954, 1, 5...
Name the operator with berths more than 1 and depth of 12.5-15.5
SELECT operator FROM table_name_81 WHERE berths > 1 AND depth__m_ = "12.5-15.5"
[ 5376, 262, 10088, 351, 18157, 9998, 517, 621, 352, 290, 6795, 286, 1105, 13, 20, 12, 1314, 13, 20, 46506, 10088, 16034, 3084, 62, 3672, 62, 6659, 33411, 18157, 9998, 1875, 352, 5357, 6795, 834, 76, 62, 796, 366, 1065, 13, 20, 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 ]
[ 5376, 262, 10088, 351, 18157, 9998, 517, 621, 352, 290, 6795, 286, 1105, 13, 20, 12, 1314, 13, 20, 46506, 10088, 16034, 3084, 62, 3672, 62, 6659, 33411, 18157, 9998, 1875, 352, 5357, 6795, 834, 76, 62, 796, 366, 1065, 13, 20, 12, ...
What years was Lebanon the nationality?
SELECT years_in_orlando FROM table_name_82 WHERE nationality = "lebanon"
[ 2061, 812, 373, 16849, 262, 29835, 30, 46506, 812, 62, 259, 62, 273, 11993, 16034, 3084, 62, 3672, 62, 6469, 33411, 29835, 796, 366, 293, 3820, 261, 1 ]
[ 1, 1, 1, 1, 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, 812, 373, 16849, 262, 29835, 30, 46506, 812, 62, 259, 62, 273, 11993, 16034, 3084, 62, 3672, 62, 6469, 33411, 29835, 796, 366, 293, 3820, 261, 1 ]
What was the score of the game when the Boston Bruins were the visiting team?
SELECT "Score" FROM table_77619 WHERE "Visitor" = 'boston bruins'
[ 2061, 373, 262, 4776, 286, 262, 983, 618, 262, 6182, 27607, 547, 262, 10013, 1074, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 39509, 1129, 33411, 366, 15854, 2072, 1, 796, 705, 65, 5744, 18145, 1040, 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, 4776, 286, 262, 983, 618, 262, 6182, 27607, 547, 262, 10013, 1074, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 39509, 1129, 33411, 366, 15854, 2072, 1, 796, 705, 65, 5744, 18145, 1040, 6 ]
Name the recorded for translation of sleep my love, good night
SELECT recorded FROM table_name_16 WHERE translation = "sleep my love, good night"
[ 5376, 262, 6264, 329, 11059, 286, 3993, 616, 1842, 11, 922, 1755, 46506, 6264, 16034, 3084, 62, 3672, 62, 1433, 33411, 11059, 796, 366, 42832, 616, 1842, 11, 922, 1755, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 6264, 329, 11059, 286, 3993, 616, 1842, 11, 922, 1755, 46506, 6264, 16034, 3084, 62, 3672, 62, 1433, 33411, 11059, 796, 366, 42832, 616, 1842, 11, 922, 1755, 1 ]
How many points per game have the tournament 2005 eurobasket?
SELECT "Points per game" FROM table_73582 WHERE "Tournament" = '2005 EuroBasket'
[ 2437, 867, 2173, 583, 983, 423, 262, 7756, 5075, 11063, 65, 11715, 30, 46506, 366, 40710, 583, 983, 1, 16034, 3084, 62, 22, 2327, 6469, 33411, 366, 51, 5138, 1, 796, 705, 14315, 1898, 33, 11715, 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 ]
[ 2437, 867, 2173, 583, 983, 423, 262, 7756, 5075, 11063, 65, 11715, 30, 46506, 366, 40710, 583, 983, 1, 16034, 3084, 62, 22, 2327, 6469, 33411, 366, 51, 5138, 1, 796, 705, 14315, 1898, 33, 11715, 6 ]
Who was in local affairs when the Human Resources & Operations was N. Charles Hamilton?
SELECT "Local Affairs" FROM table_68323 WHERE "Human Resources & Operations" = 'n. charles hamilton'
[ 8241, 373, 287, 1957, 9674, 618, 262, 5524, 13864, 1222, 16205, 373, 399, 13, 7516, 11582, 30, 46506, 366, 14565, 10665, 1, 16034, 3084, 62, 3104, 32637, 33411, 366, 20490, 13864, 1222, 16205, 1, 796, 705, 77, 13, 1149, 829, 8891, 904...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 287, 1957, 9674, 618, 262, 5524, 13864, 1222, 16205, 373, 399, 13, 7516, 11582, 30, 46506, 366, 14565, 10665, 1, 16034, 3084, 62, 3104, 32637, 33411, 366, 20490, 13864, 1222, 16205, 1, 796, 705, 77, 13, 1149, 829, 8891, 904...
Where did Croatia lead?
SELECT "Lead" FROM table_39139 WHERE "Nation" = 'croatia'
[ 8496, 750, 28975, 1085, 30, 46506, 366, 20451, 1, 16034, 3084, 62, 2670, 20219, 33411, 366, 46108, 1, 796, 705, 19915, 265, 544, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8496, 750, 28975, 1085, 30, 46506, 366, 20451, 1, 16034, 3084, 62, 2670, 20219, 33411, 366, 46108, 1, 796, 705, 19915, 265, 544, 6 ]
what was the name of the drug that patient 10431 was prescribed within 2 days after getting diagnosed with chro kidney dis stage ii until 12/2103?
SELECT t2.drug FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE admissions.subject_id = 10431 AND diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'chro k...
[ 10919, 373, 262, 1438, 286, 262, 2563, 326, 5827, 14436, 3132, 373, 14798, 1626, 362, 1528, 706, 1972, 14641, 351, 442, 305, 21919, 595, 3800, 21065, 1566, 1105, 14, 17, 15197, 30, 46506, 256, 17, 13, 30349, 16034, 357, 46506, 25349, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1438, 286, 262, 2563, 326, 5827, 14436, 3132, 373, 14798, 1626, 362, 1528, 706, 1972, 14641, 351, 442, 305, 21919, 595, 3800, 21065, 1566, 1105, 14, 17, 15197, 30, 46506, 256, 17, 13, 30349, 16034, 357, 46506, 25349, ...
tell me the maximum total cost of a hospital that contains pregnancy since 2104?
SELECT MAX(t1.c1) FROM (SELECT SUM(cost.cost) AS c1 FROM cost WHERE cost.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.patientunitstayid IN (SELECT diagnosis.patientunitstayid FROM diagnosis WHERE diagnosis.diagnosisname = 'pregnancy')) AND STRFTIME('%y', cost.charget...
[ 33331, 502, 262, 5415, 2472, 1575, 286, 257, 4436, 326, 4909, 10241, 1201, 362, 13464, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575, 13, 26029,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5415, 2472, 1575, 286, 257, 4436, 326, 4909, 10241, 1201, 362, 13464, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575, 13, 26029,...
Which 250cc winner has a Round larger than 6, and a Date of 26 july?
SELECT 250 AS cc_winner FROM table_name_5 WHERE round > 6 AND date = "26 july"
[ 13828, 8646, 535, 8464, 468, 257, 10485, 4025, 621, 718, 11, 290, 257, 7536, 286, 2608, 474, 2062, 30, 46506, 8646, 7054, 36624, 62, 39791, 16034, 3084, 62, 3672, 62, 20, 33411, 2835, 1875, 718, 5357, 3128, 796, 366, 2075, 474, 2062, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8646, 535, 8464, 468, 257, 10485, 4025, 621, 718, 11, 290, 257, 7536, 286, 2608, 474, 2062, 30, 46506, 8646, 7054, 36624, 62, 39791, 16034, 3084, 62, 3672, 62, 20, 33411, 2835, 1875, 718, 5357, 3128, 796, 366, 2075, 474, 2062, ...
What was the original title for the film used in nomination of street days?
SELECT original_title FROM table_name_91 WHERE film_title_used_in_nomination = "street days"
[ 2061, 373, 262, 2656, 3670, 329, 262, 2646, 973, 287, 11872, 286, 4675, 1528, 30, 46506, 2656, 62, 7839, 16034, 3084, 62, 3672, 62, 6420, 33411, 2646, 62, 7839, 62, 1484, 62, 259, 62, 26601, 1883, 796, 366, 25662, 1528, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 2656, 3670, 329, 262, 2646, 973, 287, 11872, 286, 4675, 1528, 30, 46506, 2656, 62, 7839, 16034, 3084, 62, 3672, 62, 6420, 33411, 2646, 62, 7839, 62, 1484, 62, 259, 62, 26601, 1883, 796, 366, 25662, 1528, 1 ]
What amount of points for were there when there was 52 points?
SELECT "Points for" FROM table_18085 WHERE "Points" = '52'
[ 2061, 2033, 286, 2173, 329, 547, 612, 618, 612, 373, 6740, 2173, 30, 46506, 366, 40710, 329, 1, 16034, 3084, 62, 1507, 2919, 20, 33411, 366, 40710, 1, 796, 705, 4309, 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, 2033, 286, 2173, 329, 547, 612, 618, 612, 373, 6740, 2173, 30, 46506, 366, 40710, 329, 1, 16034, 3084, 62, 1507, 2919, 20, 33411, 366, 40710, 1, 796, 705, 4309, 6 ]
How many locations does Elon University have?
SELECT COUNT("Location") FROM table_20773 WHERE "Institution" = 'Elon University'
[ 2437, 867, 7064, 857, 32451, 2059, 423, 30, 46506, 327, 28270, 7203, 14749, 4943, 16034, 3084, 62, 1238, 46871, 33411, 366, 6310, 2738, 1, 796, 705, 9527, 261, 2059, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 7064, 857, 32451, 2059, 423, 30, 46506, 327, 28270, 7203, 14749, 4943, 16034, 3084, 62, 1238, 46871, 33411, 366, 6310, 2738, 1, 796, 705, 9527, 261, 2059, 6 ]
What are the different card type codes?
SELECT DISTINCT card_type_code FROM customers_cards
[ 2061, 389, 262, 1180, 2657, 2099, 12416, 30, 46506, 360, 8808, 1268, 4177, 2657, 62, 4906, 62, 8189, 16034, 4297, 62, 27761 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 1180, 2657, 2099, 12416, 30, 46506, 360, 8808, 1268, 4177, 2657, 62, 4906, 62, 8189, 16034, 4297, 62, 27761 ]
What was the highest number of 2009 electorates for Raisen when the consituency number was 142?
SELECT MAX("Number of electorates (2009)") FROM table_62790 WHERE "District" = 'raisen' AND "Constituency number" = '142'
[ 2061, 373, 262, 4511, 1271, 286, 3717, 43191, 689, 329, 7567, 13254, 618, 262, 762, 34272, 1387, 1271, 373, 25181, 30, 46506, 25882, 7203, 15057, 286, 43191, 689, 357, 10531, 8, 4943, 16034, 3084, 62, 49856, 3829, 33411, 366, 44857, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4511, 1271, 286, 3717, 43191, 689, 329, 7567, 13254, 618, 262, 762, 34272, 1387, 1271, 373, 25181, 30, 46506, 25882, 7203, 15057, 286, 43191, 689, 357, 10531, 8, 4943, 16034, 3084, 62, 49856, 3829, 33411, 366, 44857, 1, ...
What is Result, when Opponent is Cincinnati Bengals?
SELECT result FROM table_name_32 WHERE opponent = "cincinnati bengals"
[ 2061, 318, 25414, 11, 618, 9385, 3471, 318, 16137, 24037, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2624, 33411, 6125, 796, 366, 66, 15130, 275, 1516, 874, 1 ]
[ 1, 1, 1, 1, 1, 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, 25414, 11, 618, 9385, 3471, 318, 16137, 24037, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2624, 33411, 6125, 796, 366, 66, 15130, 275, 1516, 874, 1 ]
Who is the away team when the home team scores 12.20 (92)?
SELECT "Away team" FROM table_4685 WHERE "Home team score" = '12.20 (92)'
[ 8241, 318, 262, 1497, 1074, 618, 262, 1363, 1074, 8198, 1105, 13, 1238, 357, 5892, 19427, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 19, 35978, 33411, 366, 16060, 1074, 4776, 1, 796, 705, 1065, 13, 1238, 357, 5892, 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 ]
[ 8241, 318, 262, 1497, 1074, 618, 262, 1363, 1074, 8198, 1105, 13, 1238, 357, 5892, 19427, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 19, 35978, 33411, 366, 16060, 1074, 4776, 1, 796, 705, 1065, 13, 1238, 357, 5892, 33047 ]
What was Kaine's (D) percentage in the Rasmussen poll on October 24, 2005?
SELECT kaine__d_ FROM table_name_43 WHERE source = "rasmussen" AND date = "october 24, 2005"
[ 2061, 373, 37193, 338, 357, 35, 8, 5873, 287, 262, 46549, 3278, 319, 3267, 1987, 11, 5075, 30, 46506, 479, 5718, 834, 67, 62, 16034, 3084, 62, 3672, 62, 3559, 33411, 2723, 796, 366, 81, 8597, 35951, 1, 5357, 3128, 796, 366, 38441, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 37193, 338, 357, 35, 8, 5873, 287, 262, 46549, 3278, 319, 3267, 1987, 11, 5075, 30, 46506, 479, 5718, 834, 67, 62, 16034, 3084, 62, 3672, 62, 3559, 33411, 2723, 796, 366, 81, 8597, 35951, 1, 5357, 3128, 796, 366, 38441, ...
What is the brand name associated with a model name e4xxx?
SELECT brand_name FROM table_24099628_1 WHERE model__list_ = "E4xxx"
[ 2061, 318, 262, 4508, 1438, 3917, 351, 257, 2746, 1438, 304, 19, 31811, 30, 46506, 4508, 62, 3672, 16034, 3084, 62, 16102, 38565, 2078, 62, 16, 33411, 2746, 834, 4868, 62, 796, 366, 36, 19, 31811, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4508, 1438, 3917, 351, 257, 2746, 1438, 304, 19, 31811, 30, 46506, 4508, 62, 3672, 16034, 3084, 62, 16102, 38565, 2078, 62, 16, 33411, 2746, 834, 4868, 62, 796, 366, 36, 19, 31811, 1 ]
which country is top ranking ?
SELECT "nation" FROM table_204_554 WHERE "rank" = 1
[ 4758, 1499, 318, 1353, 12759, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 18638, 62, 44218, 33411, 366, 43027, 1, 796, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4758, 1499, 318, 1353, 12759, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 18638, 62, 44218, 33411, 366, 43027, 1, 796, 352 ]
Name the city for thailand
SELECT city FROM table_name_97 WHERE country = "thailand"
[ 5376, 262, 1748, 329, 294, 16188, 46506, 1748, 16034, 3084, 62, 3672, 62, 5607, 33411, 1499, 796, 366, 400, 16188, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 1748, 329, 294, 16188, 46506, 1748, 16034, 3084, 62, 3672, 62, 5607, 33411, 1499, 796, 366, 400, 16188, 1 ]
who was last in the slalom overall ?
SELECT "athlete" FROM table_204_169 WHERE "event" = 'slalom' ORDER BY "total\ntime" DESC LIMIT 1
[ 8727, 373, 938, 287, 262, 1017, 282, 296, 4045, 5633, 46506, 366, 776, 5807, 1, 16034, 3084, 62, 18638, 62, 22172, 33411, 366, 15596, 1, 796, 705, 6649, 282, 296, 6, 38678, 11050, 366, 23350, 59, 429, 524, 1, 22196, 34, 27564, 2043,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 938, 287, 262, 1017, 282, 296, 4045, 5633, 46506, 366, 776, 5807, 1, 16034, 3084, 62, 18638, 62, 22172, 33411, 366, 15596, 1, 796, 705, 6649, 282, 296, 6, 38678, 11050, 366, 23350, 59, 429, 524, 1, 22196, 34, 27564, 2043,...
What are the highest recorded attendance rates of the stadiums with an average attendance of 4752?
SELECT highest FROM table_11208143_9 WHERE average = 4752
[ 2061, 389, 262, 4511, 6264, 14858, 3965, 286, 262, 37924, 351, 281, 2811, 14858, 286, 604, 43665, 30, 46506, 4511, 16034, 3084, 62, 14686, 2919, 21139, 62, 24, 33411, 2811, 796, 604, 43665 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4511, 6264, 14858, 3965, 286, 262, 37924, 351, 281, 2811, 14858, 286, 604, 43665, 30, 46506, 4511, 16034, 3084, 62, 14686, 2919, 21139, 62, 24, 33411, 2811, 796, 604, 43665 ]
how many times has habte jifar placed in a 10000 m race ?
SELECT COUNT(*) FROM table_203_189 WHERE "notes" = '10,000 m'
[ 4919, 867, 1661, 468, 387, 65, 660, 474, 361, 283, 4624, 287, 257, 33028, 285, 3234, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 22416, 62, 23362, 33411, 366, 17815, 1, 796, 705, 940, 11, 830, 285, 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 ]
[ 4919, 867, 1661, 468, 387, 65, 660, 474, 361, 283, 4624, 287, 257, 33028, 285, 3234, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 22416, 62, 23362, 33411, 366, 17815, 1, 796, 705, 940, 11, 830, 285, 6 ]
What is the height of Patrick Femerling, of the Alba Berlin club?
SELECT COUNT("Height") FROM table_12123 WHERE "Current Club" = 'alba berlin' AND "Player" = 'patrick femerling'
[ 2061, 318, 262, 6001, 286, 9925, 376, 24677, 1359, 11, 286, 262, 978, 7012, 11307, 3430, 30, 46506, 327, 28270, 7203, 23106, 4943, 16034, 3084, 62, 1065, 10163, 33411, 366, 11297, 6289, 1, 796, 705, 282, 7012, 18157, 2815, 6, 5357, 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, 1, 1, 1 ]
[ 2061, 318, 262, 6001, 286, 9925, 376, 24677, 1359, 11, 286, 262, 978, 7012, 11307, 3430, 30, 46506, 327, 28270, 7203, 23106, 4943, 16034, 3084, 62, 1065, 10163, 33411, 366, 11297, 6289, 1, 796, 705, 282, 7012, 18157, 2815, 6, 5357, 36...
What was the minimum touchdowns of the Fullback player?
SELECT MIN("Touchdowns") FROM table_28034 WHERE "Position" = 'Fullback'
[ 2061, 373, 262, 5288, 17692, 286, 262, 6462, 1891, 2137, 30, 46506, 20625, 7203, 35211, 30371, 4943, 16034, 3084, 62, 21033, 2682, 33411, 366, 26545, 1, 796, 705, 13295, 1891, 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 ]
[ 2061, 373, 262, 5288, 17692, 286, 262, 6462, 1891, 2137, 30, 46506, 20625, 7203, 35211, 30371, 4943, 16034, 3084, 62, 21033, 2682, 33411, 366, 26545, 1, 796, 705, 13295, 1891, 6 ]
what year was the first compilation album released ?
SELECT MIN("year") FROM table_204_471
[ 10919, 614, 373, 262, 717, 23340, 5062, 2716, 5633, 46506, 20625, 7203, 1941, 4943, 16034, 3084, 62, 18638, 62, 38339 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 614, 373, 262, 717, 23340, 5062, 2716, 5633, 46506, 20625, 7203, 1941, 4943, 16034, 3084, 62, 18638, 62, 38339 ]
What is the average population vlue for an area smaller than 26.69 square km and has an official name of Rogersville?
SELECT AVG(population) FROM table_name_71 WHERE area_km_2 < 26.69 AND official_name = "rogersville"
[ 2061, 318, 262, 2811, 3265, 410, 75, 518, 329, 281, 1989, 4833, 621, 2608, 13, 3388, 6616, 10571, 290, 468, 281, 1743, 1438, 286, 15372, 4244, 30, 46506, 35224, 7, 39748, 8, 16034, 3084, 62, 3672, 62, 4869, 33411, 1989, 62, 13276, 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 ]
[ 2061, 318, 262, 2811, 3265, 410, 75, 518, 329, 281, 1989, 4833, 621, 2608, 13, 3388, 6616, 10571, 290, 468, 281, 1743, 1438, 286, 15372, 4244, 30, 46506, 35224, 7, 39748, 8, 16034, 3084, 62, 3672, 62, 4869, 33411, 1989, 62, 13276, 6...
Which Stations are in vancouver, bc?
SELECT "Stations" FROM table_14000 WHERE "City" = 'vancouver, bc'
[ 13828, 520, 602, 389, 287, 410, 10264, 11, 47125, 30, 46506, 366, 1273, 602, 1, 16034, 3084, 62, 1415, 830, 33411, 366, 14941, 1, 796, 705, 85, 10264, 11, 47125, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 520, 602, 389, 287, 410, 10264, 11, 47125, 30, 46506, 366, 1273, 602, 1, 16034, 3084, 62, 1415, 830, 33411, 366, 14941, 1, 796, 705, 85, 10264, 11, 47125, 6 ]
how many networks show soap operas ?
SELECT COUNT("network name") FROM table_204_796 WHERE "programming type" = 'soap operas'
[ 4919, 867, 7686, 905, 19533, 1515, 292, 5633, 46506, 327, 28270, 7203, 27349, 1438, 4943, 16034, 3084, 62, 18638, 62, 41060, 33411, 366, 23065, 2229, 2099, 1, 796, 705, 568, 499, 1515, 292, 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, 7686, 905, 19533, 1515, 292, 5633, 46506, 327, 28270, 7203, 27349, 1438, 4943, 16034, 3084, 62, 18638, 62, 41060, 33411, 366, 23065, 2229, 2099, 1, 796, 705, 568, 499, 1515, 292, 6 ]
What was Tom Weiskopf's Finish?
SELECT "Finish" FROM table_5155 WHERE "Player" = 'tom weiskopf'
[ 2061, 373, 4186, 775, 1984, 404, 69, 338, 32585, 30, 46506, 366, 48658, 1, 16034, 3084, 62, 20, 18742, 33411, 366, 14140, 1, 796, 705, 39532, 356, 1984, 404, 69, 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 ]
[ 2061, 373, 4186, 775, 1984, 404, 69, 338, 32585, 30, 46506, 366, 48658, 1, 16034, 3084, 62, 20, 18742, 33411, 366, 14140, 1, 796, 705, 39532, 356, 1984, 404, 69, 6 ]
Top 500 answerers on the site for CUDA. A list of the top 500 users with the highest average answer score excluding community wiki / closed posts or users with less than 10 answers
SELECT Users.Id AS "user_link", COUNT(a.Id) AS Answers, CAST(AVG(CAST(a.Score AS FLOAT)) AS FLOAT(6, 2)) AS "average_answer_score" FROM (SELECT b.* FROM Posts AS b INNER JOIN PostTags AS pt ON pt.PostId = b.Id INNER JOIN Tags AS t ON t.Id = pt.TagId WHERE TagName IN ('cuda') AND b.PostTypeId = 0 AND CommunityOwnedDate ...
[ 9126, 5323, 2590, 19288, 319, 262, 2524, 329, 29369, 5631, 13, 317, 1351, 286, 262, 1353, 5323, 2985, 351, 262, 4511, 2811, 3280, 4776, 23494, 201, 198, 28158, 22719, 1220, 4838, 6851, 393, 2985, 351, 1342, 621, 838, 7429, 46506, 18987,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5323, 2590, 19288, 319, 262, 2524, 329, 29369, 5631, 13, 317, 1351, 286, 262, 1353, 5323, 2985, 351, 262, 4511, 2811, 3280, 4776, 23494, 201, 198, 28158, 22719, 1220, 4838, 6851, 393, 2985, 351, 1342, 621, 838, 7429, 46506, 18987,...
what is the home arena that joined tschl in 2010 and the team nickname is bearcats?
SELECT home_arena FROM table_name_59 WHERE joined_tschl = 2010 AND team_nickname = "bearcats"
[ 10919, 318, 262, 1363, 13478, 326, 5399, 256, 20601, 75, 287, 3050, 290, 262, 1074, 21814, 318, 307, 5605, 1381, 30, 46506, 1363, 62, 533, 2616, 16034, 3084, 62, 3672, 62, 3270, 33411, 5399, 62, 912, 354, 75, 796, 3050, 5357, 1074, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1363, 13478, 326, 5399, 256, 20601, 75, 287, 3050, 290, 262, 1074, 21814, 318, 307, 5605, 1381, 30, 46506, 1363, 62, 533, 2616, 16034, 3084, 62, 3672, 62, 3270, 33411, 5399, 62, 912, 354, 75, 796, 3050, 5357, 1074, ...
List of questions for a tag with score and closed date.
SELECT p.CreationDate, p.Id AS "post_link", p.ClosedDate, p.Score FROM Posts AS p JOIN PostTags AS pt ON p.Id = pt.PostId JOIN Tags AS t ON pt.TagId = t.Id WHERE t.TagName IN ('##Tag##') AND p.PostTypeId = 1
[ 8053, 286, 2683, 329, 257, 7621, 351, 4776, 290, 4838, 3128, 13, 46506, 279, 13, 12443, 341, 10430, 11, 279, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 279, 13, 2601, 1335, 10430, 11, 279, 13, 26595, 16034, 12043, 7054, 279, 32357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8053, 286, 2683, 329, 257, 7621, 351, 4776, 290, 4838, 3128, 13, 46506, 279, 13, 12443, 341, 10430, 11, 279, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 279, 13, 2601, 1335, 10430, 11, 279, 13, 26595, 16034, 12043, 7054, 279, 32357, ...
What is the winning driver of round 7?
SELECT "Winning Driver" FROM table_194 WHERE "Round" = '7'
[ 2061, 318, 262, 5442, 4639, 286, 2835, 767, 30, 46506, 366, 16643, 768, 12434, 1, 16034, 3084, 62, 22913, 33411, 366, 22685, 1, 796, 705, 22, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 5442, 4639, 286, 2835, 767, 30, 46506, 366, 16643, 768, 12434, 1, 16034, 3084, 62, 22913, 33411, 366, 22685, 1, 796, 705, 22, 6 ]
What number in the season was 'reflections'?
SELECT "No. in season" FROM table_20288 WHERE "Title" = 'Reflections'
[ 2061, 1271, 287, 262, 1622, 373, 705, 5420, 26448, 30960, 46506, 366, 2949, 13, 287, 1622, 1, 16034, 3084, 62, 1238, 25270, 33411, 366, 19160, 1, 796, 705, 8134, 26448, 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 ]
[ 2061, 1271, 287, 262, 1622, 373, 705, 5420, 26448, 30960, 46506, 366, 2949, 13, 287, 1622, 1, 16034, 3084, 62, 1238, 25270, 33411, 366, 19160, 1, 796, 705, 8134, 26448, 6 ]
Show the employee ids and the number of documents destroyed by each employee.
SELECT Destroyed_by_Employee_ID, COUNT(*) FROM Documents_to_be_destroyed GROUP BY Destroyed_by_Employee_ID
[ 15307, 262, 6538, 220, 2340, 290, 262, 1271, 286, 4963, 6572, 416, 1123, 6538, 13, 46506, 19448, 276, 62, 1525, 62, 29733, 1453, 62, 2389, 11, 327, 28270, 7, 28104, 16034, 33267, 62, 1462, 62, 1350, 62, 41659, 276, 44441, 11050, 19448...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6538, 220, 2340, 290, 262, 1271, 286, 4963, 6572, 416, 1123, 6538, 13, 46506, 19448, 276, 62, 1525, 62, 29733, 1453, 62, 2389, 11, 327, 28270, 7, 28104, 16034, 33267, 62, 1462, 62, 1350, 62, 41659, 276, 44441, 11050, 19448...
Which City or town has top division smaller than 40 and Gaziantepspor Club ?
SELECT city_or_town FROM table_name_70 WHERE number_of_seasons_in_top_division < 40 AND club = "gaziantepspor"
[ 13828, 2254, 393, 3240, 468, 1353, 7297, 4833, 621, 2319, 290, 21347, 3014, 25386, 1819, 6289, 5633, 46506, 1748, 62, 273, 62, 12735, 16034, 3084, 62, 3672, 62, 2154, 33411, 1271, 62, 1659, 62, 325, 2812, 62, 259, 62, 4852, 62, 21426,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2254, 393, 3240, 468, 1353, 7297, 4833, 621, 2319, 290, 21347, 3014, 25386, 1819, 6289, 5633, 46506, 1748, 62, 273, 62, 12735, 16034, 3084, 62, 3672, 62, 2154, 33411, 1271, 62, 1659, 62, 325, 2812, 62, 259, 62, 4852, 62, 21426,...
What is the time of the match with a win result, more than 2 rounds, and Makoto Ishikawa as the opponent?
SELECT "Time" FROM table_6308 WHERE "Res." = 'win' AND "Round" > '2' AND "Opponent" = 'makoto ishikawa'
[ 2061, 318, 262, 640, 286, 262, 2872, 351, 257, 1592, 1255, 11, 517, 621, 362, 9196, 11, 290, 40627, 24303, 40398, 355, 262, 6125, 30, 46506, 366, 7575, 1, 16034, 3084, 62, 21, 21495, 33411, 366, 4965, 526, 796, 705, 5404, 6, 5357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 640, 286, 262, 2872, 351, 257, 1592, 1255, 11, 517, 621, 362, 9196, 11, 290, 40627, 24303, 40398, 355, 262, 6125, 30, 46506, 366, 7575, 1, 16034, 3084, 62, 21, 21495, 33411, 366, 4965, 526, 796, 705, 5404, 6, 5357, ...
Which Races has a T.C. of 3rd, and a D.C. of 7th?
SELECT MIN("Races") FROM table_43072 WHERE "T.C." = '3rd' AND "D.C." = '7th'
[ 13828, 45134, 468, 257, 309, 13, 34, 13, 286, 513, 4372, 11, 290, 257, 360, 13, 34, 13, 286, 767, 400, 30, 46506, 20625, 7203, 49, 2114, 4943, 16034, 3084, 62, 31794, 4761, 33411, 366, 51, 13, 34, 526, 796, 705, 18, 4372, 6, 535...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 45134, 468, 257, 309, 13, 34, 13, 286, 513, 4372, 11, 290, 257, 360, 13, 34, 13, 286, 767, 400, 30, 46506, 20625, 7203, 49, 2114, 4943, 16034, 3084, 62, 31794, 4761, 33411, 366, 51, 13, 34, 526, 796, 705, 18, 4372, 6, 535...
how many patients discharged to long term care hospital have coronary arterydiasease as the primary disease?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.discharge_location = "LONG TERM CARE HOSPITAL" AND demographic.diagnosis = "CORONARY ARTERY DISEASE"
[ 4919, 867, 3871, 26476, 284, 890, 3381, 1337, 4436, 423, 37151, 30675, 5173, 72, 589, 589, 355, 262, 4165, 4369, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 6381, 10136...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26476, 284, 890, 3381, 1337, 4436, 423, 37151, 30675, 5173, 72, 589, 589, 355, 262, 4165, 4369, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 6381, 10136...
what is the two year survival rate for patients who had been prescribed glucose 15 gram/60 ml bq liq after having been diagnosed with congestive heart failure - biventricular?
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 2 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid...
[ 10919, 318, 262, 734, 614, 9441, 2494, 329, 3871, 508, 550, 587, 14798, 15701, 1315, 14599, 14, 1899, 25962, 275, 80, 7649, 80, 706, 1719, 587, 14641, 351, 22791, 425, 2612, 5287, 532, 275, 452, 22317, 934, 30, 46506, 35683, 7, 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...
[ 10919, 318, 262, 734, 614, 9441, 2494, 329, 3871, 508, 550, 587, 14798, 15701, 1315, 14599, 14, 1899, 25962, 275, 80, 7649, 80, 706, 1719, 587, 14641, 351, 22791, 425, 2612, 5287, 532, 275, 452, 22317, 934, 30, 46506, 35683, 7, 34, ...
What is the Competition with a Score of 1 0, and a Result with 3 0?
SELECT competition FROM table_name_17 WHERE score = "1–0" AND result = "3–0"
[ 2061, 318, 262, 27348, 351, 257, 15178, 286, 352, 657, 11, 290, 257, 25414, 351, 513, 657, 30, 46506, 5449, 16034, 3084, 62, 3672, 62, 1558, 33411, 4776, 796, 366, 16, 1906, 15, 1, 5357, 1255, 796, 366, 18, 1906, 15, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 27348, 351, 257, 15178, 286, 352, 657, 11, 290, 257, 25414, 351, 513, 657, 30, 46506, 5449, 16034, 3084, 62, 3672, 62, 1558, 33411, 4776, 796, 366, 16, 1906, 15, 1, 5357, 1255, 796, 366, 18, 1906, 15, 1 ]
which was released earlier , mark 1 or distributor ?
SELECT "model" FROM table_204_309 WHERE "model" IN ('mark 1', 'distributor') ORDER BY "released" LIMIT 1
[ 4758, 373, 2716, 2961, 837, 1317, 352, 393, 32137, 5633, 46506, 366, 19849, 1, 16034, 3084, 62, 18638, 62, 26895, 33411, 366, 19849, 1, 3268, 19203, 4102, 352, 3256, 705, 17080, 2455, 273, 11537, 38678, 11050, 366, 30147, 1, 27564, 2043...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 2716, 2961, 837, 1317, 352, 393, 32137, 5633, 46506, 366, 19849, 1, 16034, 3084, 62, 18638, 62, 26895, 33411, 366, 19849, 1, 3268, 19203, 4102, 352, 3256, 705, 17080, 2455, 273, 11537, 38678, 11050, 366, 30147, 1, 27564, 2043...
What is the home city for angelo massimino stadium?
SELECT "Home city" FROM table_77649 WHERE "Stadium" = 'angelo massimino'
[ 2061, 318, 262, 1363, 1748, 329, 18304, 78, 2347, 320, 2879, 10308, 30, 46506, 366, 16060, 1748, 1, 16034, 3084, 62, 3324, 33300, 33411, 366, 1273, 6271, 1, 796, 705, 46525, 2347, 320, 2879, 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, 1363, 1748, 329, 18304, 78, 2347, 320, 2879, 10308, 30, 46506, 366, 16060, 1748, 1, 16034, 3084, 62, 3324, 33300, 33411, 366, 1273, 6271, 1, 796, 705, 46525, 2347, 320, 2879, 6 ]