instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What is the lowest Minutes Played Per Game, when Rebounds is less than 347, when Assists is greater than 5, and when Minutes Played is less than 301?
SELECT MIN("Minutes Played Per Game") FROM table_46685 WHERE "Rebounds" < '347' AND "Assists" > '5' AND "Minutes Played" < '301'
[ 2061, 318, 262, 9016, 23757, 33101, 2448, 3776, 11, 618, 15652, 3733, 318, 1342, 621, 43292, 11, 618, 2195, 1023, 318, 3744, 621, 642, 11, 290, 618, 23757, 33101, 318, 1342, 621, 25643, 30, 46506, 20625, 7203, 9452, 1769, 33101, 2448, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23757, 33101, 2448, 3776, 11, 618, 15652, 3733, 318, 1342, 621, 43292, 11, 618, 2195, 1023, 318, 3744, 621, 642, 11, 290, 618, 23757, 33101, 318, 1342, 621, 25643, 30, 46506, 20625, 7203, 9452, 1769, 33101, 2448, ...
Final Query : Questions with answer along with tag Random top 500.
SELECT p.Id, p.Title, p.Body, p.Score, p.ViewCount, p.AnswerCount, p.CommentCount FROM Posts AS p JOIN PostTags AS pt ON p.Id = pt.PostId JOIN Tags AS t ON pt.TagId = t.Id JOIN Posts AS a ON p.AcceptedAnswerId = a.Id WHERE (t.TagName = '##TagName:string##') AND (NOT p.AcceptedAnswerId IS NULL) AND (p.CreationDate >= '#...
[ 19006, 43301, 1058, 20396, 351, 3280, 1863, 351, 7621, 14534, 1353, 5323, 13, 46506, 279, 13, 7390, 11, 279, 13, 19160, 11, 279, 13, 25842, 11, 279, 13, 26595, 11, 279, 13, 7680, 12332, 11, 279, 13, 33706, 12332, 11, 279, 13, 21357,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 19006, 43301, 1058, 20396, 351, 3280, 1863, 351, 7621, 14534, 1353, 5323, 13, 46506, 279, 13, 7390, 11, 279, 13, 19160, 11, 279, 13, 25842, 11, 279, 13, 26595, 11, 279, 13, 7680, 12332, 11, 279, 13, 33706, 12332, 11, 279, 13, 21357,...
Give me a histogram for what are the types of competition and number of competitions for that type?, order X in ascending order.
SELECT Competition_type, COUNT(*) FROM competition GROUP BY Competition_type ORDER BY Competition_type
[ 23318, 502, 257, 1554, 21857, 329, 644, 389, 262, 3858, 286, 5449, 290, 1271, 286, 24174, 329, 326, 2099, 21747, 1502, 1395, 287, 41988, 1502, 13, 46506, 27348, 62, 4906, 11, 327, 28270, 7, 28104, 16034, 5449, 44441, 11050, 27348, 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 ]
[ 23318, 502, 257, 1554, 21857, 329, 644, 389, 262, 3858, 286, 5449, 290, 1271, 286, 24174, 329, 326, 2099, 21747, 1502, 1395, 287, 41988, 1502, 13, 46506, 27348, 62, 4906, 11, 327, 28270, 7, 28104, 16034, 5449, 44441, 11050, 27348, 62, ...
How many titles got a viewership of 26.53 million?
SELECT COUNT(title) FROM table_10718525_2 WHERE us_viewers__millions_ = "26.53"
[ 2437, 867, 8714, 1392, 257, 48347, 286, 2608, 13, 4310, 1510, 30, 46506, 327, 28270, 7, 7839, 8, 16034, 3084, 62, 15982, 21652, 1495, 62, 17, 33411, 514, 62, 1177, 364, 834, 17805, 507, 62, 796, 366, 2075, 13, 4310, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8714, 1392, 257, 48347, 286, 2608, 13, 4310, 1510, 30, 46506, 327, 28270, 7, 7839, 8, 16034, 3084, 62, 15982, 21652, 1495, 62, 17, 33411, 514, 62, 1177, 364, 834, 17805, 507, 62, 796, 366, 2075, 13, 4310, 1 ]
Who are the authors with the most published papers in SIGMOD ?
SELECT DISTINCT COUNT(paper.paperid), writes.authorid FROM keyphrase, paper, paperkeyphrase, writes WHERE keyphrase.keyphrasename = 'SIGMOD' AND paperkeyphrase.keyphraseid = keyphrase.keyphraseid AND paper.paperid = paperkeyphrase.paperid AND writes.paperid = paper.paperid GROUP BY writes.authorid ORDER BY COUNT(paper....
[ 8241, 389, 262, 7035, 351, 262, 749, 3199, 9473, 287, 33993, 33365, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 6797, 13, 9800, 312, 16034, 1994, 34675, 11, 3348, 11, 3348, 2539, 34675, 11, 6797, 334...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8241, 389, 262, 7035, 351, 262, 749, 3199, 9473, 287, 33993, 33365, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 6797, 13, 9800, 312, 16034, 1994, 34675, 11, 3348, 11, 3348, 2539, 34675, 11, 6797, 334...
What nationality has 1:55.35 as the time?
SELECT "Nationality" FROM table_62753 WHERE "Time" = '1:55.35'
[ 2061, 29835, 468, 352, 25, 2816, 13, 2327, 355, 262, 640, 30, 46506, 366, 16186, 414, 1, 16034, 3084, 62, 49856, 4310, 33411, 366, 7575, 1, 796, 705, 16, 25, 2816, 13, 2327, 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, 29835, 468, 352, 25, 2816, 13, 2327, 355, 262, 640, 30, 46506, 366, 16186, 414, 1, 16034, 3084, 62, 49856, 4310, 33411, 366, 7575, 1, 796, 705, 16, 25, 2816, 13, 2327, 6 ]
What are the names of artists who are Male and are from UK?
SELECT artist_name FROM artist WHERE country = "UK" AND gender = "Male"
[ 2061, 389, 262, 3891, 286, 7912, 508, 389, 12674, 290, 389, 422, 3482, 30, 46506, 6802, 62, 3672, 16034, 6802, 33411, 1499, 796, 366, 15039, 1, 5357, 5279, 796, 366, 25486, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 7912, 508, 389, 12674, 290, 389, 422, 3482, 30, 46506, 6802, 62, 3672, 16034, 6802, 33411, 1499, 796, 366, 15039, 1, 5357, 5279, 796, 366, 25486, 1 ]
List three countries which are the origins of the least players.
SELECT birth_country FROM player GROUP BY birth_country ORDER BY COUNT(*) LIMIT 3
[ 8053, 1115, 2678, 543, 389, 262, 15587, 286, 262, 1551, 1938, 13, 46506, 4082, 62, 19315, 16034, 2137, 44441, 11050, 4082, 62, 19315, 38678, 11050, 327, 28270, 7, 28104, 27564, 2043, 513 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 1115, 2678, 543, 389, 262, 15587, 286, 262, 1551, 1938, 13, 46506, 4082, 62, 19315, 16034, 2137, 44441, 11050, 4082, 62, 19315, 38678, 11050, 327, 28270, 7, 28104, 27564, 2043, 513 ]
Who was playing when the score was 5 7, 5 7?
SELECT opponents FROM table_2186447_1 WHERE score = "5–7, 5–7"
[ 8241, 373, 2712, 618, 262, 4776, 373, 642, 767, 11, 642, 767, 30, 46506, 7691, 16034, 3084, 62, 28727, 2414, 2857, 62, 16, 33411, 4776, 796, 366, 20, 1906, 22, 11, 642, 1906, 22, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2712, 618, 262, 4776, 373, 642, 767, 11, 642, 767, 30, 46506, 7691, 16034, 3084, 62, 28727, 2414, 2857, 62, 16, 33411, 4776, 796, 366, 20, 1906, 22, 11, 642, 1906, 22, 1 ]
what is the imprint when the title is owari no chronicle (ahead series)?
SELECT "Imprint" FROM table_9572 WHERE "Title" = 'owari no chronicle (ahead series)'
[ 10919, 318, 262, 29122, 618, 262, 3670, 318, 12334, 2743, 645, 16199, 1548, 357, 38204, 2168, 19427, 46506, 366, 3546, 4798, 1, 16034, 3084, 62, 24, 48724, 33411, 366, 19160, 1, 796, 705, 322, 2743, 645, 16199, 1548, 357, 38204, 2168, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29122, 618, 262, 3670, 318, 12334, 2743, 645, 16199, 1548, 357, 38204, 2168, 19427, 46506, 366, 3546, 4798, 1, 16034, 3084, 62, 24, 48724, 33411, 366, 19160, 1, 796, 705, 322, 2743, 645, 16199, 1548, 357, 38204, 2168, ...
What is the name of the cornerback from Wisconsin college?
SELECT "Name" FROM table_62297 WHERE "Position" = 'cornerback' AND "College" = 'wisconsin'
[ 2061, 318, 262, 1438, 286, 262, 26683, 422, 9279, 4152, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 21, 1828, 5607, 33411, 366, 26545, 1, 796, 705, 10215, 1008, 1891, 6, 5357, 366, 38951, 1, 796, 705, 86, 8816, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1438, 286, 262, 26683, 422, 9279, 4152, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 21, 1828, 5607, 33411, 366, 26545, 1, 796, 705, 10215, 1008, 1891, 6, 5357, 366, 38951, 1, 796, 705, 86, 8816, 6 ]
How many points does Croesyceiliog RFC have?
SELECT "Points" FROM table_17846 WHERE "Club" = 'Croesyceiliog RFC'
[ 2437, 867, 2173, 857, 9325, 9259, 344, 2403, 519, 30978, 423, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 23188, 3510, 33411, 366, 42350, 1, 796, 705, 35403, 9259, 344, 2403, 519, 30978, 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, 2173, 857, 9325, 9259, 344, 2403, 519, 30978, 423, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 23188, 3510, 33411, 366, 42350, 1, 796, 705, 35403, 9259, 344, 2403, 519, 30978, 6 ]
How many laps were there when the Time/Retired was +1:00.003?
SELECT laps FROM table_name_73 WHERE time_retired = "+1:00.003"
[ 2437, 867, 24590, 547, 612, 618, 262, 3862, 14, 9781, 1202, 373, 1343, 16, 25, 405, 13, 11245, 30, 46506, 24590, 16034, 3084, 62, 3672, 62, 4790, 33411, 640, 62, 1186, 1202, 796, 43825, 16, 25, 405, 13, 11245, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 24590, 547, 612, 618, 262, 3862, 14, 9781, 1202, 373, 1343, 16, 25, 405, 13, 11245, 30, 46506, 24590, 16034, 3084, 62, 3672, 62, 4790, 33411, 640, 62, 1186, 1202, 796, 43825, 16, 25, 405, 13, 11245, 1 ]
is the number of games he played in 2002 more or less than the amount he played in 2008 ?
SELECT (SELECT "games" FROM table_203_597 WHERE "year" = 2002) > (SELECT "games" FROM table_203_597 WHERE "year" = 2008)
[ 271, 262, 1271, 286, 1830, 339, 2826, 287, 6244, 517, 393, 1342, 621, 262, 2033, 339, 2826, 287, 3648, 5633, 46506, 357, 46506, 366, 19966, 1, 16034, 3084, 62, 22416, 62, 43239, 33411, 366, 1941, 1, 796, 6244, 8, 1875, 357, 46506, 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 ]
[ 271, 262, 1271, 286, 1830, 339, 2826, 287, 6244, 517, 393, 1342, 621, 262, 2033, 339, 2826, 287, 3648, 5633, 46506, 357, 46506, 366, 19966, 1, 16034, 3084, 62, 22416, 62, 43239, 33411, 366, 1941, 1, 796, 6244, 8, 1875, 357, 46506, 3...
what were the five most commonly diagnosed diagnoses for patients who previously received a insert intercostal cath within 2 months since 2102?
SELECT d_icd_diagnoses.short_title FROM d_icd_diagnoses WHERE d_icd_diagnoses.icd9_code IN (SELECT t3.icd9_code FROM (SELECT t2.icd9_code, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissi...
[ 10919, 547, 262, 1936, 749, 8811, 14641, 40567, 329, 3871, 508, 4271, 2722, 257, 7550, 987, 15805, 282, 32171, 1626, 362, 1933, 1201, 362, 15377, 30, 46506, 288, 62, 291, 67, 62, 47356, 4629, 13, 19509, 62, 7839, 16034, 288, 62, 291, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 547, 262, 1936, 749, 8811, 14641, 40567, 329, 3871, 508, 4271, 2722, 257, 7550, 987, 15805, 282, 32171, 1626, 362, 1933, 1201, 362, 15377, 30, 46506, 288, 62, 291, 67, 62, 47356, 4629, 13, 19509, 62, 7839, 16034, 288, 62, 291, ...
i would like a flight from PHILADELPHIA to DALLAS that makes a stop in ATLANTA
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, airport_service AS AIRPORT_SERVICE_2, city AS CITY_0, city AS CITY_1, city AS CITY_2, flight, flight_stop WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'DALLAS' AND CITY_2.cit...
[ 72, 561, 588, 257, 5474, 422, 9370, 4146, 2885, 3698, 11909, 3539, 284, 360, 7036, 1921, 326, 1838, 257, 2245, 287, 41051, 8643, 11159, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 561, 588, 257, 5474, 422, 9370, 4146, 2885, 3698, 11909, 3539, 284, 360, 7036, 1921, 326, 1838, 257, 2245, 287, 41051, 8643, 11159, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, ...
Among patients admitted before the year 2131, how many of them had a lab test for albumin/creatinine, urine?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admityear < "2131" AND lab.label = "Albumin/Creatinine, Urine"
[ 14311, 3871, 6848, 878, 262, 614, 362, 22042, 11, 703, 867, 286, 606, 550, 257, 2248, 1332, 329, 5062, 259, 14, 20123, 259, 500, 11, 18922, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 14311, 3871, 6848, 878, 262, 614, 362, 22042, 11, 703, 867, 286, 606, 550, 257, 2248, 1332, 329, 5062, 259, 14, 20123, 259, 500, 11, 18922, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, ...
Top 20 users from Shandong. Top 20 SO users from China
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation, Location FROM Users WHERE LOWER(DisplayName) = 'davidg' ORDER BY Reputation DESC LIMIT 20
[ 9126, 1160, 2985, 422, 911, 392, 506, 13, 5849, 1160, 12809, 2985, 422, 2807, 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, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1160, 2985, 422, 911, 392, 506, 13, 5849, 1160, 12809, 2985, 422, 2807, 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, ...
how much is the total hospital bill for patient 027-165214 during their stay on the current hospital encounter?
SELECT SUM(cost.cost) FROM cost WHERE cost.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '027-165214' AND patient.hospitaldischargetime IS NULL)
[ 4919, 881, 318, 262, 2472, 4436, 2855, 329, 5827, 657, 1983, 12, 1433, 4309, 1415, 1141, 511, 2652, 319, 262, 1459, 4436, 8791, 30, 46506, 35683, 7, 15805, 13, 15805, 8, 16034, 1575, 33411, 1575, 13, 26029, 13948, 10057, 31712, 312, 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...
[ 4919, 881, 318, 262, 2472, 4436, 2855, 329, 5827, 657, 1983, 12, 1433, 4309, 1415, 1141, 511, 2652, 319, 262, 1459, 4436, 8791, 30, 46506, 35683, 7, 15805, 13, 15805, 8, 16034, 1575, 33411, 1575, 13, 26029, 13948, 10057, 31712, 312, 3...
What is the pick# for the California Golden Seals?
SELECT pick__number FROM table_name_92 WHERE nhl_team = "california golden seals"
[ 2061, 318, 262, 2298, 2, 329, 262, 3442, 8407, 1001, 874, 30, 46506, 2298, 834, 17618, 16034, 3084, 62, 3672, 62, 5892, 33411, 299, 18519, 62, 15097, 796, 366, 9948, 361, 3317, 10861, 29718, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2, 329, 262, 3442, 8407, 1001, 874, 30, 46506, 2298, 834, 17618, 16034, 3084, 62, 3672, 62, 5892, 33411, 299, 18519, 62, 15097, 796, 366, 9948, 361, 3317, 10861, 29718, 1 ]
How many copies of scouting for girls were sold?
SELECT COUNT(sales) FROM table_name_31 WHERE album_title = "scouting for girls"
[ 2437, 867, 9088, 286, 27088, 329, 4813, 547, 2702, 30, 46506, 327, 28270, 7, 82, 2040, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 5062, 62, 7839, 796, 366, 1416, 13660, 329, 4813, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9088, 286, 27088, 329, 4813, 547, 2702, 30, 46506, 327, 28270, 7, 82, 2040, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 5062, 62, 7839, 796, 366, 1416, 13660, 329, 4813, 1 ]
provide the admission location of tracy farmer.
SELECT demographic.admission_location FROM demographic WHERE demographic.name = "Tracy Farmer"
[ 15234, 485, 262, 13938, 4067, 286, 491, 1590, 18739, 13, 46506, 16728, 13, 324, 3411, 62, 24886, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 2898, 1590, 37755, 1 ]
[ 1, 1, 1, 1, 1, 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, 13938, 4067, 286, 491, 1590, 18739, 13, 46506, 16728, 13, 324, 3411, 62, 24886, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 2898, 1590, 37755, 1 ]
What is the developer when the 1.2 is 341s0297 thru 300?
SELECT kinka_developer FROM table_name_70 WHERE kinka_12 = "341s0297 thru 300"
[ 2061, 318, 262, 8517, 618, 262, 352, 13, 17, 318, 43155, 82, 15, 26561, 33834, 5867, 30, 46506, 479, 48955, 62, 16244, 263, 16034, 3084, 62, 3672, 62, 2154, 33411, 479, 48955, 62, 1065, 796, 366, 33660, 82, 15, 26561, 33834, 5867, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8517, 618, 262, 352, 13, 17, 318, 43155, 82, 15, 26561, 33834, 5867, 30, 46506, 479, 48955, 62, 16244, 263, 16034, 3084, 62, 3672, 62, 2154, 33411, 479, 48955, 62, 1065, 796, 366, 33660, 82, 15, 26561, 33834, 5867, 1...
What is the lowest week number that had a game on December 3, 1967?
SELECT MIN(week) FROM table_name_97 WHERE date = "december 3, 1967"
[ 2061, 318, 262, 9016, 1285, 1271, 326, 550, 257, 983, 319, 3426, 513, 11, 15904, 30, 46506, 20625, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 3128, 796, 366, 2934, 3273, 513, 11, 15904, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1285, 1271, 326, 550, 257, 983, 319, 3426, 513, 11, 15904, 30, 46506, 20625, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 3128, 796, 366, 2934, 3273, 513, 11, 15904, 1 ]
Which Lead has Katarina Radonic as Skip?
SELECT "Lead" FROM table_75268 WHERE "Skip" = 'katarina radonic'
[ 13828, 20116, 468, 8595, 283, 1437, 5325, 9229, 355, 32214, 30, 46506, 366, 20451, 1, 16034, 3084, 62, 2425, 25022, 33411, 366, 50232, 1, 796, 705, 74, 9459, 1437, 2511, 9229, 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, 20116, 468, 8595, 283, 1437, 5325, 9229, 355, 32214, 30, 46506, 366, 20451, 1, 16034, 3084, 62, 2425, 25022, 33411, 366, 50232, 1, 796, 705, 74, 9459, 1437, 2511, 9229, 6 ]
tell me the yearly minimum heartrate of patient 033-12085 until 1738 days ago.
SELECT MIN(vitalperiodic.heartrate) FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '033-12085')) AND NOT vitalperiodic.heartrate IS NULL...
[ 33331, 502, 262, 24169, 5288, 2612, 4873, 286, 5827, 657, 2091, 12, 1065, 2919, 20, 1566, 1596, 2548, 1528, 2084, 13, 46506, 20625, 7, 85, 1287, 41007, 291, 13, 11499, 4873, 8, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 13, 260...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 24169, 5288, 2612, 4873, 286, 5827, 657, 2091, 12, 1065, 2919, 20, 1566, 1596, 2548, 1528, 2084, 13, 46506, 20625, 7, 85, 1287, 41007, 291, 13, 11499, 4873, 8, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 13, 260...
Which lap number had a grid number of less than 17 when the driver was Giancarlo Fisichella?
SELECT COUNT("Laps") FROM table_56887 WHERE "Grid" < '17' AND "Driver" = 'giancarlo fisichella'
[ 13828, 14779, 1271, 550, 257, 10706, 1271, 286, 1342, 621, 1596, 618, 262, 4639, 373, 30851, 7718, 5439, 376, 271, 14234, 8466, 30, 46506, 327, 28270, 7203, 43, 1686, 4943, 16034, 3084, 62, 49211, 5774, 33411, 366, 41339, 1, 1279, 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 ]
[ 13828, 14779, 1271, 550, 257, 10706, 1271, 286, 1342, 621, 1596, 618, 262, 4639, 373, 30851, 7718, 5439, 376, 271, 14234, 8466, 30, 46506, 327, 28270, 7203, 43, 1686, 4943, 16034, 3084, 62, 49211, 5774, 33411, 366, 41339, 1, 1279, 705, ...
Name the courses that I need to take before MUSPERF 781 .
SELECT DISTINCT COURSE_0.department, COURSE_0.name, COURSE_0.number FROM course AS COURSE_0, course AS COURSE_1, course_prerequisite WHERE COURSE_0.course_id = course_prerequisite.pre_course_id AND NOT COURSE_0.course_id IN (SELECT STUDENT_RECORDalias0.course_id FROM student_record AS STUDENT_RECORDalias0 WHERE STUDENT...
[ 5376, 262, 10902, 326, 314, 761, 284, 1011, 878, 39484, 18973, 37, 767, 6659, 764, 46506, 360, 8808, 1268, 4177, 37384, 5188, 62, 15, 13, 10378, 1823, 11, 37384, 5188, 62, 15, 13, 3672, 11, 37384, 5188, 62, 15, 13, 17618, 16034, 178...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 5376, 262, 10902, 326, 314, 761, 284, 1011, 878, 39484, 18973, 37, 767, 6659, 764, 46506, 360, 8808, 1268, 4177, 37384, 5188, 62, 15, 13, 10378, 1823, 11, 37384, 5188, 62, 15, 13, 3672, 11, 37384, 5188, 62, 15, 13, 17618, 16034, 178...
what is the next model listed after disk ` o ?
SELECT "model name" FROM table_203_873 WHERE id = (SELECT id FROM table_203_873 WHERE "model name" = "disk'o") + 1
[ 10919, 318, 262, 1306, 2746, 5610, 706, 11898, 4600, 267, 5633, 46506, 366, 19849, 1438, 1, 16034, 3084, 62, 22416, 62, 23, 4790, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 22416, 62, 23, 4790, 33411, 366, 19849, 1438, 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 ]
[ 10919, 318, 262, 1306, 2746, 5610, 706, 11898, 4600, 267, 5633, 46506, 366, 19849, 1438, 1, 16034, 3084, 62, 22416, 62, 23, 4790, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 22416, 62, 23, 4790, 33411, 366, 19849, 1438, 1, 79...
What movie did Bela Bose co-star in?
SELECT movie_album FROM table_2528382_5 WHERE co_stars = "Bela Bose"
[ 2061, 3807, 750, 3944, 64, 347, 577, 763, 12, 7364, 287, 30, 46506, 3807, 62, 40916, 16034, 3084, 62, 1495, 2078, 36243, 62, 20, 33411, 763, 62, 30783, 796, 366, 33, 10304, 347, 577, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3807, 750, 3944, 64, 347, 577, 763, 12, 7364, 287, 30, 46506, 3807, 62, 40916, 16034, 3084, 62, 1495, 2078, 36243, 62, 20, 33411, 763, 62, 30783, 796, 366, 33, 10304, 347, 577, 1 ]
how many patients were in the 92 hospital ward since 3 years ago?
SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.wardid = 92 AND DATETIME(patient.unitadmittime) >= DATETIME(CURRENT_TIME(), '-3 year')
[ 4919, 867, 3871, 547, 287, 262, 10190, 4436, 15305, 1201, 513, 812, 2084, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 904, 312, 796, 10190, 5357, 360, 1404, 2767, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 547, 287, 262, 10190, 4436, 15305, 1201, 513, 812, 2084, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 904, 312, 796, 10190, 5357, 360, 1404, 2767, 1...
Display a pie chart for what are the names and prices of products that cost at least 180, sorted by price decreasing and name ascending?
SELECT Name, Price FROM Products WHERE Price >= 180 ORDER BY Price DESC, Name
[ 23114, 257, 2508, 8262, 329, 644, 389, 262, 3891, 290, 4536, 286, 3186, 326, 1575, 379, 1551, 11546, 11, 23243, 416, 2756, 24030, 290, 1438, 41988, 30, 46506, 6530, 11, 7886, 16034, 18675, 33411, 7886, 18189, 11546, 38678, 11050, 7886, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2508, 8262, 329, 644, 389, 262, 3891, 290, 4536, 286, 3186, 326, 1575, 379, 1551, 11546, 11, 23243, 416, 2756, 24030, 290, 1438, 41988, 30, 46506, 6530, 11, 7886, 16034, 18675, 33411, 7886, 18189, 11546, 38678, 11050, 7886, ...
In the match where north melbourne was the away team, how much did the home team score?
SELECT home_team AS score FROM table_name_61 WHERE away_team = "north melbourne"
[ 818, 262, 2872, 810, 5093, 7758, 12544, 373, 262, 1497, 1074, 11, 703, 881, 750, 262, 1363, 1074, 4776, 30, 46506, 1363, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 5333, 33411, 1497, 62, 15097, 796, 366, 43588, 7758, 12544, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 818, 262, 2872, 810, 5093, 7758, 12544, 373, 262, 1497, 1074, 11, 703, 881, 750, 262, 1363, 1074, 4776, 30, 46506, 1363, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 5333, 33411, 1497, 62, 15097, 796, 366, 43588, 7758, 12544, 1 ]
who was the player that the team drafted after bob dean ?
SELECT "player" FROM table_203_735 WHERE "pick" > (SELECT "pick" FROM table_203_735 WHERE "player" = 'bob dean') ORDER BY "pick" LIMIT 1
[ 8727, 373, 262, 2137, 326, 262, 1074, 15937, 706, 29202, 34798, 5633, 46506, 366, 7829, 1, 16034, 3084, 62, 22416, 62, 22, 2327, 33411, 366, 27729, 1, 1875, 357, 46506, 366, 27729, 1, 16034, 3084, 62, 22416, 62, 22, 2327, 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 ]
[ 8727, 373, 262, 2137, 326, 262, 1074, 15937, 706, 29202, 34798, 5633, 46506, 366, 7829, 1, 16034, 3084, 62, 22416, 62, 22, 2327, 33411, 366, 27729, 1, 1875, 357, 46506, 366, 27729, 1, 16034, 3084, 62, 22416, 62, 22, 2327, 33411, 366, ...
i need information on a flight from WASHINGTON to FORT WORTH
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'WASHINGTON' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'FOR...
[ 72, 761, 1321, 319, 257, 5474, 422, 370, 19436, 284, 7473, 51, 21881, 4221, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 761, 1321, 319, 257, 5474, 422, 370, 19436, 284, 7473, 51, 21881, 4221, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600...
Bring me the number of patients who stayed in hospital for more than 17 days and had a total bilirubin lab test done.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.days_stay > "17" AND lab.label = "Bilirubin, Total"
[ 31416, 502, 262, 1271, 286, 3871, 508, 9658, 287, 4436, 329, 517, 621, 1596, 1528, 290, 550, 257, 2472, 47027, 343, 549, 259, 2248, 1332, 1760, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 167...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 31416, 502, 262, 1271, 286, 3871, 508, 9658, 287, 4436, 329, 517, 621, 1596, 1528, 290, 550, 257, 2472, 47027, 343, 549, 259, 2248, 1332, 1760, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 167...
What PBA team is the player from Ateneo college and a pick of 17?
SELECT "PBA team" FROM table_54451 WHERE "College" = 'ateneo' AND "Pick" = '17'
[ 2061, 350, 4339, 1074, 318, 262, 2137, 422, 317, 1452, 68, 78, 4152, 290, 257, 2298, 286, 1596, 30, 46506, 366, 47, 4339, 1074, 1, 16034, 3084, 62, 4051, 36330, 33411, 366, 38951, 1, 796, 705, 265, 1734, 78, 6, 5357, 366, 31686, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 350, 4339, 1074, 318, 262, 2137, 422, 317, 1452, 68, 78, 4152, 290, 257, 2298, 286, 1596, 30, 46506, 366, 47, 4339, 1074, 1, 16034, 3084, 62, 4051, 36330, 33411, 366, 38951, 1, 796, 705, 265, 1734, 78, 6, 5357, 366, 31686, 1...
What is Date (Opening), when Year is less than 2010, and when Date (Closing) is 'September 28'?
SELECT date__opening_ FROM table_name_5 WHERE year < 2010 AND date__closing_ = "september 28"
[ 2061, 318, 7536, 357, 43093, 828, 618, 6280, 318, 1342, 621, 3050, 11, 290, 618, 7536, 357, 2601, 2752, 8, 318, 705, 17543, 2579, 30960, 46506, 3128, 834, 29443, 62, 16034, 3084, 62, 3672, 62, 20, 33411, 614, 1279, 3050, 5357, 3128, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 7536, 357, 43093, 828, 618, 6280, 318, 1342, 621, 3050, 11, 290, 618, 7536, 357, 2601, 2752, 8, 318, 705, 17543, 2579, 30960, 46506, 3128, 834, 29443, 62, 16034, 3084, 62, 3672, 62, 20, 33411, 614, 1279, 3050, 5357, 3128, ...
During what times will 863 be offered each week ?
SELECT DISTINCT course_offering.end_time, course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.start_time, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday FROM semester INNER JOIN course_offering ON semester.semester_id = course_o...
[ 7191, 644, 1661, 481, 807, 5066, 307, 4438, 1123, 1285, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, 62, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 7191, 644, 1661, 481, 807, 5066, 307, 4438, 1123, 1285, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, 62, 2...
Name the moving to with a transfer fee of free with a transfer status for rodri
SELECT "Moving to" FROM table_55809 WHERE "Transfer fee" = 'free' AND "Status" = 'transfer' AND "Name" = 'rodri'
[ 5376, 262, 3867, 284, 351, 257, 4351, 6838, 286, 1479, 351, 257, 4351, 3722, 329, 686, 7553, 46506, 366, 33622, 284, 1, 16034, 3084, 62, 2816, 34583, 33411, 366, 43260, 6838, 1, 796, 705, 5787, 6, 5357, 366, 19580, 1, 796, 705, 3943...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3867, 284, 351, 257, 4351, 6838, 286, 1479, 351, 257, 4351, 3722, 329, 686, 7553, 46506, 366, 33622, 284, 1, 16034, 3084, 62, 2816, 34583, 33411, 366, 43260, 6838, 1, 796, 705, 5787, 6, 5357, 366, 19580, 1, 796, 705, 3943...
What classes are required in order to declare a major in NAVSCI ?
SELECT DISTINCT course.department, course.name, course.number FROM course, program_course WHERE course.department LIKE '%NAVSCI%' AND program_course.category LIKE 'PreMajor' AND program_course.course_id = course.course_id
[ 2061, 6097, 389, 2672, 287, 1502, 284, 13627, 257, 1688, 287, 47140, 6173, 40, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1430, 62, 17319, 33411, 1781, 13, 1037...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6097, 389, 2672, 287, 1502, 284, 13627, 257, 1688, 287, 47140, 6173, 40, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1430, 62, 17319, 33411, 1781, 13, 1037...
how many tournaments were held in april ?
SELECT COUNT("tournament") FROM table_204_865 WHERE "date" = 4
[ 4919, 867, 18130, 547, 2714, 287, 46593, 346, 5633, 46506, 327, 28270, 7203, 83, 5138, 4943, 16034, 3084, 62, 18638, 62, 23, 2996, 33411, 366, 4475, 1, 796, 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, 1 ]
[ 4919, 867, 18130, 547, 2714, 287, 46593, 346, 5633, 46506, 327, 28270, 7203, 83, 5138, 4943, 16034, 3084, 62, 18638, 62, 23, 2996, 33411, 366, 4475, 1, 796, 604 ]
How many bronze medals were won when the total was larger than 2 and the more than 2 gold medals were won?
SELECT SUM(bronze) FROM table_name_70 WHERE total > 2 AND gold > 2
[ 2437, 867, 22101, 28057, 547, 1839, 618, 262, 2472, 373, 4025, 621, 362, 290, 262, 517, 621, 362, 3869, 28057, 547, 1839, 30, 46506, 35683, 7, 65, 1313, 2736, 8, 16034, 3084, 62, 3672, 62, 2154, 33411, 2472, 1875, 362, 5357, 3869, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22101, 28057, 547, 1839, 618, 262, 2472, 373, 4025, 621, 362, 290, 262, 517, 621, 362, 3869, 28057, 547, 1839, 30, 46506, 35683, 7, 65, 1313, 2736, 8, 16034, 3084, 62, 3672, 62, 2154, 33411, 2472, 1875, 362, 5357, 3869, 1...
What episode did John Rogers direct?
SELECT "Title" FROM table_2282 WHERE "Directed by" = 'John Rogers'
[ 2061, 4471, 750, 1757, 15372, 1277, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 1828, 6469, 33411, 366, 13470, 276, 416, 1, 796, 705, 7554, 15372, 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, 4471, 750, 1757, 15372, 1277, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 1828, 6469, 33411, 366, 13470, 276, 416, 1, 796, 705, 7554, 15372, 6 ]
Show all party names and the number of members in each party Show bar chart, and rank by the names from low to high please.
SELECT Party_name, COUNT(*) FROM member AS T1 JOIN party AS T2 ON T1.Party_ID = T2.Party_ID GROUP BY T1.Party_ID ORDER BY Party_name
[ 15307, 477, 2151, 3891, 290, 262, 1271, 286, 1866, 287, 1123, 2151, 5438, 2318, 8262, 11, 290, 4279, 416, 262, 3891, 422, 1877, 284, 1029, 3387, 13, 46506, 3615, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 2888, 7054, 309, 16, 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...
[ 15307, 477, 2151, 3891, 290, 262, 1271, 286, 1866, 287, 1123, 2151, 5438, 2318, 8262, 11, 290, 4279, 416, 262, 3891, 422, 1877, 284, 1029, 3387, 13, 46506, 3615, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 2888, 7054, 309, 16, 32357, ...
What is every entry for Friday August 26 if the entry for Monday August 22 is 32' 25.72 69.809mph?
SELECT fri_26_aug FROM table_30058355_3 WHERE mon_22_aug = "32' 25.72 69.809mph"
[ 2061, 318, 790, 5726, 329, 3217, 2932, 2608, 611, 262, 5726, 329, 3321, 2932, 2534, 318, 3933, 6, 1679, 13, 4761, 8644, 13, 34583, 23335, 30, 46506, 32803, 62, 2075, 62, 7493, 16034, 3084, 62, 6200, 3365, 28567, 62, 18, 33411, 937, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 790, 5726, 329, 3217, 2932, 2608, 611, 262, 5726, 329, 3321, 2932, 2534, 318, 3933, 6, 1679, 13, 4761, 8644, 13, 34583, 23335, 30, 46506, 32803, 62, 2075, 62, 7493, 16034, 3084, 62, 6200, 3365, 28567, 62, 18, 33411, 937, ...
How many touchdowns did Redden score?
SELECT MIN(touchdowns) FROM table_14342210_12 WHERE player = "Redden"
[ 2437, 867, 17692, 750, 2297, 6559, 4776, 30, 46506, 20625, 7, 29332, 30371, 8, 16034, 3084, 62, 1415, 2682, 1828, 940, 62, 1065, 33411, 2137, 796, 366, 32259, 268, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 17692, 750, 2297, 6559, 4776, 30, 46506, 20625, 7, 29332, 30371, 8, 16034, 3084, 62, 1415, 2682, 1828, 940, 62, 1065, 33411, 2137, 796, 366, 32259, 268, 1 ]
Most frequent users of a word in comments.
SELECT UserId AS "user_link", COUNT(Id) AS "comments" FROM Comments WHERE LOWER(Text) LIKE LOWER('%##word##%') GROUP BY UserId ORDER BY COUNT(Id) DESC
[ 6943, 10792, 2985, 286, 257, 1573, 287, 3651, 13, 46506, 11787, 7390, 7054, 366, 7220, 62, 8726, 1600, 327, 28270, 7, 7390, 8, 7054, 366, 15944, 1, 16034, 19502, 33411, 406, 36048, 7, 8206, 8, 34178, 406, 36048, 10786, 4, 2235, 4775, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10792, 2985, 286, 257, 1573, 287, 3651, 13, 46506, 11787, 7390, 7054, 366, 7220, 62, 8726, 1600, 327, 28270, 7, 7390, 8, 7054, 366, 15944, 1, 16034, 19502, 33411, 406, 36048, 7, 8206, 8, 34178, 406, 36048, 10786, 4, 2235, 4775, ...
Tell me the result for 2010 fifa world cup qualification
SELECT result FROM table_name_81 WHERE competition = "2010 fifa world cup qualification"
[ 24446, 502, 262, 1255, 329, 3050, 5515, 64, 995, 6508, 28587, 46506, 1255, 16034, 3084, 62, 3672, 62, 6659, 33411, 5449, 796, 366, 10333, 5515, 64, 995, 6508, 28587, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 1255, 329, 3050, 5515, 64, 995, 6508, 28587, 46506, 1255, 16034, 3084, 62, 3672, 62, 6659, 33411, 5449, 796, 366, 10333, 5515, 64, 995, 6508, 28587, 1 ]
Users with at least one post.
SELECT COUNT(u.Id) AS "users_with_a_post" FROM Users AS u WHERE EXISTS(SELECT p.Id FROM Posts AS p WHERE p.OwnerUserId = u.Id)
[ 14490, 351, 379, 1551, 530, 1281, 13, 46506, 327, 28270, 7, 84, 13, 7390, 8, 7054, 366, 18417, 62, 4480, 62, 64, 62, 7353, 1, 16034, 18987, 7054, 334, 33411, 7788, 1797, 4694, 7, 46506, 279, 13, 7390, 16034, 12043, 7054, 279, 33411,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 14490, 351, 379, 1551, 530, 1281, 13, 46506, 327, 28270, 7, 84, 13, 7390, 8, 7054, 366, 18417, 62, 4480, 62, 64, 62, 7353, 1, 16034, 18987, 7054, 334, 33411, 7788, 1797, 4694, 7, 46506, 279, 13, 7390, 16034, 12043, 7054, 279, 33411,...
What is the value for 2008 for the US Open Tournament?
SELECT "2008" FROM table_32075 WHERE "Tournament" = 'us open'
[ 2061, 318, 262, 1988, 329, 3648, 329, 262, 1294, 4946, 9595, 30, 46506, 366, 11528, 1, 16034, 3084, 62, 19504, 2425, 33411, 366, 51, 5138, 1, 796, 705, 385, 1280, 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, 318, 262, 1988, 329, 3648, 329, 262, 1294, 4946, 9595, 30, 46506, 366, 11528, 1, 16034, 3084, 62, 19504, 2425, 33411, 366, 51, 5138, 1, 796, 705, 385, 1280, 6 ]
The entrepreneur Layla Bennett was featured in which episode?
SELECT episode FROM table_name_60 WHERE entrepreneur_s_ = "layla bennett"
[ 464, 19500, 18881, 5031, 17468, 373, 8096, 287, 543, 4471, 30, 46506, 4471, 16034, 3084, 62, 3672, 62, 1899, 33411, 19500, 62, 82, 62, 796, 366, 10724, 5031, 275, 48151, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 19500, 18881, 5031, 17468, 373, 8096, 287, 543, 4471, 30, 46506, 4471, 16034, 3084, 62, 3672, 62, 1899, 33411, 19500, 62, 82, 62, 796, 366, 10724, 5031, 275, 48151, 1 ]
When Bunky Henry of the United States scored higher than 67 and his To par was e, what was his place?
SELECT place FROM table_name_18 WHERE score > 67 AND country = "united states" AND to_par = "e" AND player = "bunky henry"
[ 2215, 28515, 2584, 8616, 286, 262, 1578, 1829, 7781, 2440, 621, 8275, 290, 465, 1675, 1582, 373, 304, 11, 644, 373, 465, 1295, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 1507, 33411, 4776, 1875, 8275, 5357, 1499, 796, 366, 41187, 258...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 28515, 2584, 8616, 286, 262, 1578, 1829, 7781, 2440, 621, 8275, 290, 465, 1675, 1582, 373, 304, 11, 644, 373, 465, 1295, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 1507, 33411, 4776, 1875, 8275, 5357, 1499, 796, 366, 41187, 258...
What was the score of the game when the record was 50-85?
SELECT score FROM table_name_73 WHERE record = "50-85"
[ 2061, 373, 262, 4776, 286, 262, 983, 618, 262, 1700, 373, 2026, 12, 5332, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 4790, 33411, 1700, 796, 366, 1120, 12, 5332, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 1700, 373, 2026, 12, 5332, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 4790, 33411, 1700, 796, 366, 1120, 12, 5332, 1 ]
What was the score for the game with a tie no of 1?
SELECT "Score" FROM table_66645 WHERE "Tie no" = '1'
[ 2061, 373, 262, 4776, 329, 262, 983, 351, 257, 9839, 645, 286, 352, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 27310, 2231, 33411, 366, 51, 494, 645, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4776, 329, 262, 983, 351, 257, 9839, 645, 286, 352, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 27310, 2231, 33411, 366, 51, 494, 645, 1, 796, 705, 16, 6 ]
How many of my questions have the words 'basic', or 'simple' in them?.
SELECT COUNT(*) FROM Posts WHERE PostTypeId = 1 AND OwnerUserId = @UserID AND Title IN ('%basic%', '%Basic%', '%simple%', '%Simple%')
[ 2437, 867, 286, 616, 2683, 423, 262, 2456, 705, 35487, 3256, 393, 705, 36439, 6, 287, 606, 30, 13, 46506, 327, 28270, 7, 28104, 16034, 12043, 33411, 2947, 6030, 7390, 796, 352, 5357, 23853, 12982, 7390, 796, 2488, 12982, 2389, 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 ]
[ 2437, 867, 286, 616, 2683, 423, 262, 2456, 705, 35487, 3256, 393, 705, 36439, 6, 287, 606, 30, 13, 46506, 327, 28270, 7, 28104, 16034, 12043, 33411, 2947, 6030, 7390, 796, 352, 5357, 23853, 12982, 7390, 796, 2488, 12982, 2389, 5357, 1...
Is DANCE 131 harder than DANCE 695 ?
SELECT COUNT(*) > 0 FROM course AS COURSE_0, course AS COURSE_1, program_course AS PROGRAM_COURSE_0, program_course AS PROGRAM_COURSE_1 WHERE COURSE_0.department = 'DANCE' AND COURSE_0.number = 131 AND COURSE_1.department = 'DANCE' AND COURSE_1.number = 695 AND PROGRAM_COURSE_0.course_id = COURSE_0.course_id AND PROGRA...
[ 3792, 360, 19240, 23134, 7069, 621, 360, 19240, 718, 3865, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 7054, 37384, 5188, 62, 15, 11, 1781, 7054, 37384, 5188, 62, 16, 11, 1430, 62, 17319, 7054, 46805, 62, 34, 11698, 518...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3792, 360, 19240, 23134, 7069, 621, 360, 19240, 718, 3865, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 7054, 37384, 5188, 62, 15, 11, 1781, 7054, 37384, 5188, 62, 16, 11, 1430, 62, 17319, 7054, 46805, 62, 34, 11698, 518...
What's the total against for opposing team scotland at twickenham, london venue with a status of five nations?
SELECT COUNT("Against") FROM table_78750 WHERE "Status" = 'five nations' AND "Venue" = 'twickenham, london' AND "Opposing Teams" = 'scotland'
[ 2061, 338, 262, 2472, 1028, 329, 12330, 1074, 629, 313, 1044, 379, 665, 5973, 2763, 11, 300, 3391, 14359, 351, 257, 3722, 286, 1936, 7027, 30, 46506, 327, 28270, 7203, 39276, 4943, 16034, 3084, 62, 3695, 15426, 33411, 366, 19580, 1, 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, 338, 262, 2472, 1028, 329, 12330, 1074, 629, 313, 1044, 379, 665, 5973, 2763, 11, 300, 3391, 14359, 351, 257, 3722, 286, 1936, 7027, 30, 46506, 327, 28270, 7203, 39276, 4943, 16034, 3084, 62, 3695, 15426, 33411, 366, 19580, 1, 7...
What's the enrollment at 41 Johnson?
SELECT AVG(enrollment) FROM table_name_24 WHERE _number___county = "41 johnson"
[ 2061, 338, 262, 20753, 379, 6073, 5030, 30, 46506, 35224, 7, 268, 48108, 8, 16034, 3084, 62, 3672, 62, 1731, 33411, 4808, 17618, 17569, 9127, 88, 796, 366, 3901, 45610, 1559, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 20753, 379, 6073, 5030, 30, 46506, 35224, 7, 268, 48108, 8, 16034, 3084, 62, 3672, 62, 1731, 33411, 4808, 17618, 17569, 9127, 88, 796, 366, 3901, 45610, 1559, 1 ]
what is the country when the nots is sa/b, the rank is more than 1 and the athlete is zhang xiuyun?
SELECT country FROM table_name_55 WHERE notes = "sa/b" AND rank > 1 AND athlete = "zhang xiuyun"
[ 10919, 318, 262, 1499, 618, 262, 407, 82, 318, 473, 14, 65, 11, 262, 4279, 318, 517, 621, 352, 290, 262, 16076, 318, 1976, 33255, 2124, 72, 4669, 403, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 2816, 33411, 4710, 796, 366, 11400, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1499, 618, 262, 407, 82, 318, 473, 14, 65, 11, 262, 4279, 318, 517, 621, 352, 290, 262, 16076, 318, 1976, 33255, 2124, 72, 4669, 403, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 2816, 33411, 4710, 796, 366, 11400, ...
sbp < 90 mm hg after 20cc / kg crystalloid ( septic shock ) or either a whole blood lactate > 4 mmol / l ( severe sepsis ) .
SELECT * FROM table_train_40 WHERE systolic_blood_pressure_sbp < 90 OR septic_shock = 1 OR lactate < 4 OR sepsis = 1
[ 36299, 79, 1279, 4101, 8085, 289, 70, 706, 1160, 535, 1220, 14211, 31578, 1868, 357, 384, 17459, 6380, 1267, 393, 2035, 257, 2187, 2910, 26222, 378, 1875, 604, 47340, 1220, 300, 357, 6049, 384, 862, 271, 1267, 764, 46506, 1635, 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...
[ 36299, 79, 1279, 4101, 8085, 289, 70, 706, 1160, 535, 1220, 14211, 31578, 1868, 357, 384, 17459, 6380, 1267, 393, 2035, 257, 2187, 2910, 26222, 378, 1875, 604, 47340, 1220, 300, 357, 6049, 384, 862, 271, 1267, 764, 46506, 1635, 16034, ...
what are the three most commonly ordered specimen test for a patient who was previously diagnosed with mal neo upper lobe lung during the same month during the last year?
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, 1115, 749, 8811, 6149, 31674, 1332, 329, 257, 5827, 508, 373, 4271, 14641, 351, 6428, 19102, 6727, 49918, 12317, 1141, 262, 976, 1227, 1141, 262, 938, 614, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, 16034, 35...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 389, 262, 1115, 749, 8811, 6149, 31674, 1332, 329, 257, 5827, 508, 373, 4271, 14641, 351, 6428, 19102, 6727, 49918, 12317, 1141, 262, 976, 1227, 1141, 262, 938, 614, 30, 46506, 256, 18, 13, 16684, 62, 4906, 62, 20147, 16034, 35...
What is the lowest draws that have losses greater than 0, an against less than 1728, melton as the ballarat fl, and byes less than 2?
SELECT MIN("Draws") FROM table_42493 WHERE "Losses" > '0' AND "Against" < '1728' AND "Ballarat FL" = 'melton' AND "Byes" < '2'
[ 2061, 318, 262, 9016, 14293, 326, 423, 9089, 3744, 621, 657, 11, 281, 1028, 1342, 621, 1596, 2078, 11, 7758, 1122, 355, 262, 2613, 34174, 781, 11, 290, 416, 274, 1342, 621, 362, 30, 46506, 20625, 7203, 25302, 82, 4943, 16034, 3084, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 9016, 14293, 326, 423, 9089, 3744, 621, 657, 11, 281, 1028, 1342, 621, 1596, 2078, 11, 7758, 1122, 355, 262, 2613, 34174, 781, 11, 290, 416, 274, 1342, 621, 362, 30, 46506, 20625, 7203, 25302, 82, 4943, 16034, 3084, ...
What Venue has more than 1 Championship and was Established after 1957?
SELECT venue FROM table_name_4 WHERE championships = 1 AND established > 1957
[ 2061, 9932, 518, 468, 517, 621, 352, 10749, 290, 373, 10062, 22555, 706, 25177, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 19, 33411, 27459, 796, 352, 5357, 4920, 1875, 25177 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 9932, 518, 468, 517, 621, 352, 10749, 290, 373, 10062, 22555, 706, 25177, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 19, 33411, 27459, 796, 352, 5357, 4920, 1875, 25177 ]
54 is the game where location attendance are.
SELECT location_attendance FROM table_17080868_8 WHERE game = 54
[ 4051, 318, 262, 983, 810, 4067, 14858, 389, 13, 46506, 4067, 62, 1078, 437, 590, 16034, 3084, 62, 17279, 28362, 3104, 62, 23, 33411, 983, 796, 7175 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4051, 318, 262, 983, 810, 4067, 14858, 389, 13, 46506, 4067, 62, 1078, 437, 590, 16034, 3084, 62, 17279, 28362, 3104, 62, 23, 33411, 983, 796, 7175 ]
SELECT TOP 10 Text FROM Comments WHERE Text LIKE '%XY %'.
SELECT Text FROM Comments WHERE Text LIKE '%XY %' LIMIT 10
[ 46506, 28662, 838, 8255, 16034, 19502, 33411, 8255, 34178, 705, 4, 34278, 4064, 4458, 46506, 8255, 16034, 19502, 33411, 8255, 34178, 705, 4, 34278, 4064, 6, 27564, 2043, 838 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 46506, 28662, 838, 8255, 16034, 19502, 33411, 8255, 34178, 705, 4, 34278, 4064, 4458, 46506, 8255, 16034, 19502, 33411, 8255, 34178, 705, 4, 34278, 4064, 6, 27564, 2043, 838 ]
how many patients whose primary disease is sternal wound infection and lab test category is hematology?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.diagnosis = "STERNAL WOUND INFECTION" AND lab."CATEGORY" = "Hematology"
[ 4919, 867, 3871, 3025, 4165, 4369, 318, 26370, 282, 11699, 10280, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4165, 4369, 318, 26370, 282, 11699, 10280, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, ...
How many wins when points are more than 51, goals against are more than 23 and losses are 5?
SELECT COUNT("Wins") FROM table_60060 WHERE "Points" > '51' AND "Goals against" > '23' AND "Losses" = '5'
[ 2437, 867, 7864, 618, 2173, 389, 517, 621, 6885, 11, 4661, 1028, 389, 517, 621, 2242, 290, 9089, 389, 642, 30, 46506, 327, 28270, 7203, 54, 1040, 4943, 16034, 3084, 62, 8054, 1899, 33411, 366, 40710, 1, 1875, 705, 4349, 6, 5357, 366...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 7864, 618, 2173, 389, 517, 621, 6885, 11, 4661, 1028, 389, 517, 621, 2242, 290, 9089, 389, 642, 30, 46506, 327, 28270, 7203, 54, 1040, 4943, 16034, 3084, 62, 8054, 1899, 33411, 366, 40710, 1, 1875, 705, 4349, 6, 5357, 366...
i want a direct flight from OAKLAND to BOSTON that leaves on a WEDNESDAY
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, days, flight WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BOSTON' AND days.day_name = 'WEDNESDAY' AND flight.flight_days = days.days_code AN...
[ 72, 765, 257, 1277, 5474, 422, 440, 10206, 28182, 284, 347, 10892, 1340, 326, 5667, 319, 257, 370, 1961, 37379, 26442, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 765, 257, 1277, 5474, 422, 440, 10206, 28182, 284, 347, 10892, 1340, 326, 5667, 319, 257, 370, 1961, 37379, 26442, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389,...
Show id, first name and last name for all customers and the number of accounts.
SELECT T1.customer_id, T2.customer_first_name, T2.customer_last_name, COUNT(*) FROM accounts AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id
[ 15307, 4686, 11, 717, 1438, 290, 938, 1438, 329, 477, 4297, 290, 262, 1271, 286, 5504, 13, 46506, 309, 16, 13, 23144, 263, 62, 312, 11, 309, 17, 13, 23144, 263, 62, 11085, 62, 3672, 11, 309, 17, 13, 23144, 263, 62, 12957, 62, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15307, 4686, 11, 717, 1438, 290, 938, 1438, 329, 477, 4297, 290, 262, 1271, 286, 5504, 13, 46506, 309, 16, 13, 23144, 263, 62, 312, 11, 309, 17, 13, 23144, 263, 62, 11085, 62, 3672, 11, 309, 17, 13, 23144, 263, 62, 12957, 62, 36...
What date shows the Outcome of winner against nikola fra kov carmen klaschka?
SELECT "Date" FROM table_35268 WHERE "Outcome" = 'winner' AND "Opponents in the final" = 'nikola fraňková carmen klaschka'
[ 2061, 3128, 2523, 262, 3806, 2958, 286, 8464, 1028, 299, 1134, 5708, 5306, 479, 709, 1097, 3653, 479, 21921, 354, 4914, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2327, 25022, 33411, 366, 7975, 2958, 1, 796, 705, 39791, 6, 5357, 366, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 3128, 2523, 262, 3806, 2958, 286, 8464, 1028, 299, 1134, 5708, 5306, 479, 709, 1097, 3653, 479, 21921, 354, 4914, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2327, 25022, 33411, 366, 7975, 2958, 1, 796, 705, 39791, 6, 5357, 366, ...
Which SANSKRT has a JAPANESE of jayana?
SELECT sanskrt FROM table_name_38 WHERE japanese = "jayana"
[ 13828, 311, 15037, 42, 14181, 468, 257, 449, 2969, 1565, 33635, 286, 474, 323, 2271, 30, 46506, 264, 34738, 17034, 16034, 3084, 62, 3672, 62, 2548, 33411, 474, 2674, 2771, 796, 366, 33708, 2271, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 311, 15037, 42, 14181, 468, 257, 449, 2969, 1565, 33635, 286, 474, 323, 2271, 30, 46506, 264, 34738, 17034, 16034, 3084, 62, 3672, 62, 2548, 33411, 474, 2674, 2771, 796, 366, 33708, 2271, 1 ]
What is Japan's Area km ?
SELECT "Area km\u00b2" FROM table_63214 WHERE "Country" = 'japan'
[ 2061, 318, 2869, 338, 9498, 10571, 5633, 46506, 366, 30547, 10571, 59, 84, 405, 65, 17, 1, 16034, 3084, 62, 21, 2624, 1415, 33411, 366, 33921, 1, 796, 705, 73, 2674, 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, 2869, 338, 9498, 10571, 5633, 46506, 366, 30547, 10571, 59, 84, 405, 65, 17, 1, 16034, 3084, 62, 21, 2624, 1415, 33411, 366, 33921, 1, 796, 705, 73, 2674, 6 ]
What is the crowd for away team of north melbourne?
SELECT crowd FROM table_name_16 WHERE away_team = "north melbourne"
[ 2061, 318, 262, 4315, 329, 1497, 1074, 286, 5093, 7758, 12544, 30, 46506, 4315, 16034, 3084, 62, 3672, 62, 1433, 33411, 1497, 62, 15097, 796, 366, 43588, 7758, 12544, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4315, 329, 1497, 1074, 286, 5093, 7758, 12544, 30, 46506, 4315, 16034, 3084, 62, 3672, 62, 1433, 33411, 1497, 62, 15097, 796, 366, 43588, 7758, 12544, 1 ]
What are card ids, customer ids, card types, and card numbers for each customer card?
SELECT card_id, customer_id, card_type_code, card_number FROM customers_cards
[ 2061, 389, 2657, 220, 2340, 11, 6491, 220, 2340, 11, 2657, 3858, 11, 290, 2657, 3146, 329, 1123, 6491, 2657, 30, 46506, 2657, 62, 312, 11, 6491, 62, 312, 11, 2657, 62, 4906, 62, 8189, 11, 2657, 62, 17618, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 2657, 220, 2340, 11, 6491, 220, 2340, 11, 2657, 3858, 11, 290, 2657, 3146, 329, 1123, 6491, 2657, 30, 46506, 2657, 62, 312, 11, 6491, 62, 312, 11, 2657, 62, 4906, 62, 8189, 11, 2657, 62, 17618, 16034, 4297, 62, 27761 ]
Who is the coach located in Oakden?
SELECT coach FROM table_name_69 WHERE location = "oakden"
[ 8241, 318, 262, 3985, 5140, 287, 9121, 6559, 30, 46506, 3985, 16034, 3084, 62, 3672, 62, 3388, 33411, 4067, 796, 366, 15877, 6559, 1 ]
[ 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, 3985, 5140, 287, 9121, 6559, 30, 46506, 3985, 16034, 3084, 62, 3672, 62, 3388, 33411, 4067, 796, 366, 15877, 6559, 1 ]
When was the tournament at Orange?
SELECT "Date" FROM table_78389 WHERE "Tournament" = 'orange'
[ 2215, 373, 262, 7756, 379, 11942, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3695, 29769, 33411, 366, 51, 5138, 1, 796, 705, 43745, 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 ]
[ 2215, 373, 262, 7756, 379, 11942, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3695, 29769, 33411, 366, 51, 5138, 1, 796, 705, 43745, 6 ]
how many tries against with lost being 11
SELECT COUNT("Tries against") FROM table_19106 WHERE "Lost" = '11'
[ 4919, 867, 8404, 1028, 351, 2626, 852, 1367, 46506, 327, 28270, 7203, 51, 1678, 1028, 4943, 16034, 3084, 62, 1129, 15801, 33411, 366, 31042, 1, 796, 705, 1157, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 8404, 1028, 351, 2626, 852, 1367, 46506, 327, 28270, 7203, 51, 1678, 1028, 4943, 16034, 3084, 62, 1129, 15801, 33411, 366, 31042, 1, 796, 705, 1157, 6 ]
what is the number of patients whose admission location is clinic referral/premature and procedure icd9 code is 5781?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "CLINIC REFERRAL/PREMATURE" AND procedures.icd9_code = "5781"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 15760, 31413, 14, 31605, 1300, 290, 8771, 14158, 67, 24, 2438, 318, 642, 49703, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 15760, 31413, 14, 31605, 1300, 290, 8771, 14158, 67, 24, 2438, 318, 642, 49703, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268...
Which Name has a Location of ljubljana?
SELECT name FROM table_name_32 WHERE location = "ljubljana"
[ 13828, 6530, 468, 257, 13397, 286, 300, 73, 549, 75, 73, 2271, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 2624, 33411, 4067, 796, 366, 75, 73, 549, 75, 73, 2271, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 6530, 468, 257, 13397, 286, 300, 73, 549, 75, 73, 2271, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 2624, 33411, 4067, 796, 366, 75, 73, 549, 75, 73, 2271, 1 ]
how much does a medical diagnosis of peripheral vascular ischemia cost?
SELECT DISTINCT cost.cost FROM cost WHERE cost.eventtype = 'diagnosis' AND cost.eventid IN (SELECT diagnosis.diagnosisid FROM diagnosis WHERE diagnosis.diagnosisname = 'peripheral vascular ischemia')
[ 4919, 881, 857, 257, 3315, 13669, 286, 25514, 39495, 318, 15245, 544, 1575, 30, 46506, 360, 8808, 1268, 4177, 1575, 13, 15805, 16034, 1575, 33411, 1575, 13, 15596, 4906, 796, 705, 47356, 5958, 6, 5357, 1575, 13, 15596, 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...
[ 4919, 881, 857, 257, 3315, 13669, 286, 25514, 39495, 318, 15245, 544, 1575, 30, 46506, 360, 8808, 1268, 4177, 1575, 13, 15805, 16034, 1575, 33411, 1575, 13, 15596, 4906, 796, 705, 47356, 5958, 6, 5357, 1575, 13, 15596, 312, 3268, 357, ...
what is the difference between the number of onthophagus obliquus species released and the number of sisyphus rubrus paschalidis released ?
SELECT ABS((SELECT "total released" FROM table_204_869 WHERE "species" = 'onthophagus obliquus') - (SELECT "total released" FROM table_204_869 WHERE "species" = 'sisyphus rubrus paschalidis'))
[ 10919, 318, 262, 3580, 1022, 262, 1271, 286, 319, 400, 2522, 31111, 909, 75, 1557, 385, 4693, 2716, 290, 262, 1271, 286, 264, 13560, 746, 385, 6437, 14932, 38836, 354, 10751, 271, 2716, 5633, 46506, 29950, 19510, 46506, 366, 23350, 2716...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3580, 1022, 262, 1271, 286, 319, 400, 2522, 31111, 909, 75, 1557, 385, 4693, 2716, 290, 262, 1271, 286, 264, 13560, 746, 385, 6437, 14932, 38836, 354, 10751, 271, 2716, 5633, 46506, 29950, 19510, 46506, 366, 23350, 2716...
How many courses are in the Psychology department for each year? Return a line chart, I want to rank X in descending order.
SELECT year, COUNT(year) FROM course AS T1 JOIN section AS T2 ON T1.course_id = T2.course_id WHERE T1.dept_name = 'Psychology' GROUP BY year ORDER BY year DESC
[ 2437, 867, 10902, 389, 287, 262, 18430, 5011, 329, 1123, 614, 30, 8229, 257, 1627, 8262, 11, 314, 765, 284, 4279, 1395, 287, 31491, 1502, 13, 46506, 614, 11, 327, 28270, 7, 1941, 8, 16034, 1781, 7054, 309, 16, 32357, 1268, 2665, 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...
[ 2437, 867, 10902, 389, 287, 262, 18430, 5011, 329, 1123, 614, 30, 8229, 257, 1627, 8262, 11, 314, 765, 284, 4279, 1395, 287, 31491, 1502, 13, 46506, 614, 11, 327, 28270, 7, 1941, 8, 16034, 1781, 7054, 309, 16, 32357, 1268, 2665, 705...
give me the number of patients whose marital status is married and lab test name is calcium, total?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.marital_status = "MARRIED" AND lab.label = "Calcium, Total"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 6405, 290, 2248, 1332, 1438, 318, 19700, 11, 2472, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 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...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 6405, 290, 2248, 1332, 1438, 318, 19700, 11, 2472, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6...
What is Etymology, when Rank is 14?
SELECT "Etymology" FROM table_77261 WHERE "Rank" = '14'
[ 2061, 318, 412, 43408, 11, 618, 10916, 318, 1478, 30, 46506, 366, 36, 43408, 1, 16034, 3084, 62, 3324, 30057, 33411, 366, 27520, 1, 796, 705, 1415, 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, 318, 412, 43408, 11, 618, 10916, 318, 1478, 30, 46506, 366, 36, 43408, 1, 16034, 3084, 62, 3324, 30057, 33411, 366, 27520, 1, 796, 705, 1415, 6 ]
NUMBER OF POSTS BY YEAR & BY HOUR OF DAY (for later Pivot) FOR SPECIFIC USER.
SELECT YEAR(CreationDate) AS "year", TIME_TO_STR(CreationDate, '%I') AS "hour", COUNT(*) AS "numposts" FROM Posts WHERE OwnerUserId IN ('##UserID?22656##') GROUP BY YEAR(CreationDate), TIME_TO_STR(CreationDate, '%I') ORDER BY YEAR(CreationDate), TIME_TO_STR(CreationDate, '%I')
[ 41359, 13246, 3963, 24582, 50, 11050, 32914, 1222, 11050, 367, 11698, 3963, 24644, 357, 1640, 1568, 350, 45785, 8, 7473, 28196, 30643, 1294, 1137, 13, 46506, 32914, 7, 12443, 341, 10430, 8, 7054, 366, 1941, 1600, 20460, 62, 10468, 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, 1...
[ 41359, 13246, 3963, 24582, 50, 11050, 32914, 1222, 11050, 367, 11698, 3963, 24644, 357, 1640, 1568, 350, 45785, 8, 7473, 28196, 30643, 1294, 1137, 13, 46506, 32914, 7, 12443, 341, 10430, 8, 7054, 366, 1941, 1600, 20460, 62, 10468, 62, 1...
Who has high points when 50-26 is the record?
SELECT "High points" FROM table_2830 WHERE "Record" = '50-26'
[ 8241, 468, 1029, 2173, 618, 2026, 12, 2075, 318, 262, 1700, 30, 46506, 366, 11922, 2173, 1, 16034, 3084, 62, 2078, 1270, 33411, 366, 23739, 1, 796, 705, 1120, 12, 2075, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 468, 1029, 2173, 618, 2026, 12, 2075, 318, 262, 1700, 30, 46506, 366, 11922, 2173, 1, 16034, 3084, 62, 2078, 1270, 33411, 366, 23739, 1, 796, 705, 1120, 12, 2075, 6 ]
Which 2007/ 08 has a 2005/ 06 of A, and a 2009/ 10 of A, and a 2012/ 13 of A?
SELECT "2007/ 08" FROM table_37822 WHERE "2005/ 06" = 'a' AND "2009/ 10" = 'a' AND "2012/ 13" = 'a'
[ 13828, 4343, 14, 8487, 468, 257, 5075, 14, 9130, 286, 317, 11, 290, 257, 3717, 14, 838, 286, 317, 11, 290, 257, 2321, 14, 1511, 286, 317, 30, 46506, 366, 12726, 14, 8487, 1, 16034, 3084, 62, 30695, 1828, 33411, 366, 14315, 14, 913...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4343, 14, 8487, 468, 257, 5075, 14, 9130, 286, 317, 11, 290, 257, 3717, 14, 838, 286, 317, 11, 290, 257, 2321, 14, 1511, 286, 317, 30, 46506, 366, 12726, 14, 8487, 1, 16034, 3084, 62, 30695, 1828, 33411, 366, 14315, 14, 913...
What is Adam's score when Peter's score is less than 3 and the plat'num is greater than 6?
SELECT MIN("Adam") FROM table_38655 WHERE "Peter" < '3' AND "Plat'num" > '6'
[ 2061, 318, 7244, 338, 4776, 618, 5613, 338, 4776, 318, 1342, 621, 513, 290, 262, 40315, 6, 22510, 318, 3744, 621, 718, 30, 46506, 20625, 7203, 23159, 4943, 16034, 3084, 62, 21734, 2816, 33411, 366, 19727, 1, 1279, 705, 18, 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 ]
[ 2061, 318, 7244, 338, 4776, 618, 5613, 338, 4776, 318, 1342, 621, 513, 290, 262, 40315, 6, 22510, 318, 3744, 621, 718, 30, 46506, 20625, 7203, 23159, 4943, 16034, 3084, 62, 21734, 2816, 33411, 366, 19727, 1, 1279, 705, 18, 6, 5357, ...
When Baltimore County, Howard are represented, what's the first elected when the committee is environmental matters (vice-chair)?
SELECT MAX(first_elected) FROM table_name_37 WHERE counties_represented = "baltimore county, howard" AND committee = "environmental matters (vice-chair)"
[ 2215, 10346, 3418, 11, 8442, 389, 7997, 11, 644, 338, 262, 717, 7018, 618, 262, 5583, 318, 6142, 6067, 357, 28281, 12, 16337, 19427, 46506, 25882, 7, 11085, 62, 28604, 8, 16034, 3084, 62, 3672, 62, 2718, 33411, 14683, 62, 33469, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 10346, 3418, 11, 8442, 389, 7997, 11, 644, 338, 262, 717, 7018, 618, 262, 5583, 318, 6142, 6067, 357, 28281, 12, 16337, 19427, 46506, 25882, 7, 11085, 62, 28604, 8, 16034, 3084, 62, 3672, 62, 2718, 33411, 14683, 62, 33469, 796, ...
How many silvers are there with a total of 11?
SELECT SUM("Silver") FROM table_65055 WHERE "Total" = '11'
[ 2437, 867, 3313, 690, 389, 612, 351, 257, 2472, 286, 1367, 30, 46506, 35683, 7203, 26766, 4943, 16034, 3084, 62, 17544, 2816, 33411, 366, 14957, 1, 796, 705, 1157, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 3313, 690, 389, 612, 351, 257, 2472, 286, 1367, 30, 46506, 35683, 7203, 26766, 4943, 16034, 3084, 62, 17544, 2816, 33411, 366, 14957, 1, 796, 705, 1157, 6 ]
What is the title of episode number 9-10?
SELECT "Title" FROM table_30020 WHERE "Episode #" = '9-10'
[ 2061, 318, 262, 3670, 286, 4471, 1271, 860, 12, 940, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 6200, 1238, 33411, 366, 23758, 1303, 1, 796, 705, 24, 12, 940, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3670, 286, 4471, 1271, 860, 12, 940, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 6200, 1238, 33411, 366, 23758, 1303, 1, 796, 705, 24, 12, 940, 6 ]
What is the Rank of the couple with less than 408.8 Points and Placings of 160?
SELECT "Rank" FROM table_48945 WHERE "Points" < '408.8' AND "Placings" = '160'
[ 2061, 318, 262, 10916, 286, 262, 3155, 351, 1342, 621, 41247, 13, 23, 11045, 290, 1345, 330, 654, 286, 13454, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 35890, 2231, 33411, 366, 40710, 1, 1279, 705, 26200, 13, 23, 6, 5357, 366, 3646...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10916, 286, 262, 3155, 351, 1342, 621, 41247, 13, 23, 11045, 290, 1345, 330, 654, 286, 13454, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 35890, 2231, 33411, 366, 40710, 1, 1279, 705, 26200, 13, 23, 6, 5357, 366, 3646...
How many points were made in game 70?
SELECT COUNT(points) FROM table_16864968_8 WHERE game = 70
[ 2437, 867, 2173, 547, 925, 287, 983, 4317, 30, 46506, 327, 28270, 7, 13033, 8, 16034, 3084, 62, 14656, 33300, 3104, 62, 23, 33411, 983, 796, 4317 ]
[ 1, 1, 1, 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, 547, 925, 287, 983, 4317, 30, 46506, 327, 28270, 7, 13033, 8, 16034, 3084, 62, 14656, 33300, 3104, 62, 23, 33411, 983, 796, 4317 ]
For those records from the products and each product's manufacturer, give me the comparison about the sum of revenue over the name , and group by attribute name by a bar chart, sort y axis in ascending order.
SELECT T2.Name, T2.Revenue FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Name ORDER BY T2.Revenue
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 6426, 625, 262, 1438, 837, 290, 1448, 416, 11688, 1438, 416, 257, 2318, 8262, 11, 3297, 331, 16488, 287, 41988, 1502, 13, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 6426, 625, 262, 1438, 837, 290, 1448, 416, 11688, 1438, 416, 257, 2318, 8262, 11, 3297, 331, 16488, 287, 41988, 1502, 13, 4...
How many golds have 3 as the rank, with a total greater than 7?
SELECT COUNT("Gold") FROM table_79710 WHERE "Rank" = '3' AND "Total" > '7'
[ 2437, 867, 3869, 82, 423, 513, 355, 262, 4279, 11, 351, 257, 2472, 3744, 621, 767, 30, 46506, 327, 28270, 7203, 13306, 4943, 16034, 3084, 62, 3720, 43147, 33411, 366, 27520, 1, 796, 705, 18, 6, 5357, 366, 14957, 1, 1875, 705, 22, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3869, 82, 423, 513, 355, 262, 4279, 11, 351, 257, 2472, 3744, 621, 767, 30, 46506, 327, 28270, 7203, 13306, 4943, 16034, 3084, 62, 3720, 43147, 33411, 366, 27520, 1, 796, 705, 18, 6, 5357, 366, 14957, 1, 1875, 705, 22, ...
What was the highest vote for others?
SELECT MAX("Others#") FROM table_21804
[ 2061, 373, 262, 4511, 3015, 329, 1854, 30, 46506, 25882, 7203, 25599, 2, 4943, 16034, 3084, 62, 28727, 3023 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4511, 3015, 329, 1854, 30, 46506, 25882, 7203, 25599, 2, 4943, 16034, 3084, 62, 28727, 3023 ]
What is the position when the points 1 is 61?
SELECT SUM("Position") FROM table_46852 WHERE "Points 1" = '61'
[ 2061, 318, 262, 2292, 618, 262, 2173, 352, 318, 8454, 30, 46506, 35683, 7203, 26545, 4943, 16034, 3084, 62, 38472, 4309, 33411, 366, 40710, 352, 1, 796, 705, 5333, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2292, 618, 262, 2173, 352, 318, 8454, 30, 46506, 35683, 7203, 26545, 4943, 16034, 3084, 62, 38472, 4309, 33411, 366, 40710, 352, 1, 796, 705, 5333, 6 ]
Is either EECS 499 or EECS 441 easier ?
SELECT DISTINCT course.number FROM course INNER JOIN program_course ON program_course.course_id = course.course_id WHERE (course.number = 499 OR course.number = 441) AND program_course.workload = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM program_course AS PROGRAM_COURSEalias1 INNER JOIN course AS COURSEalias1 ON ...
[ 3792, 2035, 412, 2943, 50, 48391, 393, 412, 2943, 50, 604, 3901, 4577, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 312, 796, 1781, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3792, 2035, 412, 2943, 50, 48391, 393, 412, 2943, 50, 604, 3901, 4577, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 312, 796, 1781, ...
What is the roll number of Orautoha school in Raetihi, which has a decile smaller than 8?
SELECT SUM("Roll") FROM table_68052 WHERE "Area" = 'raetihi' AND "Name" = 'orautoha school' AND "Decile" < '8'
[ 2061, 318, 262, 4836, 1271, 286, 440, 430, 315, 28083, 1524, 287, 7567, 316, 4449, 72, 11, 543, 468, 257, 875, 576, 4833, 621, 807, 30, 46506, 35683, 7203, 26869, 4943, 16034, 3084, 62, 37397, 4309, 33411, 366, 30547, 1, 796, 705, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 4836, 1271, 286, 440, 430, 315, 28083, 1524, 287, 7567, 316, 4449, 72, 11, 543, 468, 257, 875, 576, 4833, 621, 807, 30, 46506, 35683, 7203, 26869, 4943, 16034, 3084, 62, 37397, 4309, 33411, 366, 30547, 1, 796, 705, 4...