instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
How many papers have 'Atsushi Ohori' published?
SELECT COUNT(*) FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Atsushi" AND t1.lname = "Ohori"
[ 2437, 867, 9473, 423, 705, 32, 912, 17731, 3966, 10145, 6, 3199, 30, 46506, 327, 28270, 7, 28104, 16034, 7035, 7054, 256, 16, 32357, 1268, 7035, 1056, 7054, 256, 17, 6177, 256, 16, 13, 18439, 312, 796, 256, 17, 13, 18439, 312, 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...
[ 2437, 867, 9473, 423, 705, 32, 912, 17731, 3966, 10145, 6, 3199, 30, 46506, 327, 28270, 7, 28104, 16034, 7035, 7054, 256, 16, 32357, 1268, 7035, 1056, 7054, 256, 17, 6177, 256, 16, 13, 18439, 312, 796, 256, 17, 13, 18439, 312, 32357...
Tell me the format for geffen of the united states
SELECT "Format" FROM table_4334 WHERE "Label" = 'geffen' AND "Region" = 'united states'
[ 24446, 502, 262, 5794, 329, 4903, 46985, 286, 262, 16503, 2585, 46506, 366, 26227, 1, 16034, 3084, 62, 19, 31380, 33411, 366, 33986, 1, 796, 705, 469, 46985, 6, 5357, 366, 47371, 1, 796, 705, 41187, 2585, 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 ]
[ 24446, 502, 262, 5794, 329, 4903, 46985, 286, 262, 16503, 2585, 46506, 366, 26227, 1, 16034, 3084, 62, 19, 31380, 33411, 366, 33986, 1, 796, 705, 469, 46985, 6, 5357, 366, 47371, 1, 796, 705, 41187, 2585, 6 ]
What is the lowest goals for value with fewer than 5 draws and under 70 points?
SELECT MIN("Goals For") FROM table_38163 WHERE "Draw" < '5' AND "Points" < '70'
[ 2061, 318, 262, 9016, 4661, 329, 1988, 351, 7380, 621, 642, 14293, 290, 739, 4317, 2173, 30, 46506, 20625, 7203, 5247, 874, 1114, 4943, 16034, 3084, 62, 2548, 24136, 33411, 366, 25302, 1, 1279, 705, 20, 6, 5357, 366, 40710, 1, 1279, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 9016, 4661, 329, 1988, 351, 7380, 621, 642, 14293, 290, 739, 4317, 2173, 30, 46506, 20625, 7203, 5247, 874, 1114, 4943, 16034, 3084, 62, 2548, 24136, 33411, 366, 25302, 1, 1279, 705, 20, 6, 5357, 366, 40710, 1, 1279, ...
What's the quarterfinals when the rank was bronze?
SELECT "Quarterfinals" FROM table_13885 WHERE "Rank" = 'bronze'
[ 2061, 338, 262, 3860, 32089, 618, 262, 4279, 373, 22101, 30, 46506, 366, 4507, 2571, 32089, 1, 16034, 3084, 62, 1485, 44230, 33411, 366, 27520, 1, 796, 705, 65, 1313, 2736, 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, 338, 262, 3860, 32089, 618, 262, 4279, 373, 22101, 30, 46506, 366, 4507, 2571, 32089, 1, 16034, 3084, 62, 1485, 44230, 33411, 366, 27520, 1, 796, 705, 65, 1313, 2736, 6 ]
how many patients whose admission year is less than 2145 and diagnoses icd9 code is 58089?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admityear < "2145" AND diagnoses.icd9_code = "58089"
[ 4919, 867, 3871, 3025, 13938, 614, 318, 1342, 621, 362, 18781, 290, 40567, 14158, 67, 24, 2438, 318, 41234, 4531, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13938, 614, 318, 1342, 621, 362, 18781, 290, 40567, 14158, 67, 24, 2438, 318, 41234, 4531, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40...
Tell me the ships in classs for kuha class
SELECT ships_in_class FROM table_name_52 WHERE class = "kuha class"
[ 24446, 502, 262, 7937, 287, 1398, 82, 329, 479, 84, 3099, 1398, 46506, 7937, 62, 259, 62, 4871, 16034, 3084, 62, 3672, 62, 4309, 33411, 1398, 796, 366, 23063, 3099, 1398, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 7937, 287, 1398, 82, 329, 479, 84, 3099, 1398, 46506, 7937, 62, 259, 62, 4871, 16034, 3084, 62, 3672, 62, 4309, 33411, 1398, 796, 366, 23063, 3099, 1398, 1 ]
What are the names of the chairs of festivals, sorted in ascending order of the year held?
SELECT Chair_Name FROM festival_detail ORDER BY YEAR
[ 2061, 389, 262, 3891, 286, 262, 18791, 286, 25575, 11, 23243, 287, 41988, 1502, 286, 262, 614, 2714, 30, 46506, 9369, 62, 5376, 16034, 10876, 62, 49170, 38678, 11050, 32914 ]
[ 1, 1, 1, 1, 1, 1, 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, 262, 18791, 286, 25575, 11, 23243, 287, 41988, 1502, 286, 262, 614, 2714, 30, 46506, 9369, 62, 5376, 16034, 10876, 62, 49170, 38678, 11050, 32914 ]
What is the highest number of points against the boston bruins on game 77?
SELECT MAX("Points") FROM table_50509 WHERE "Opponent" = 'boston bruins' AND "Game" = '77'
[ 2061, 318, 262, 4511, 1271, 286, 2173, 1028, 262, 275, 5744, 18145, 1040, 319, 983, 8541, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 1120, 29022, 33411, 366, 27524, 3471, 1, 796, 705, 65, 5744, 18145, 1040, 6, 5357, 366, 87...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 1271, 286, 2173, 1028, 262, 275, 5744, 18145, 1040, 319, 983, 8541, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 1120, 29022, 33411, 366, 27524, 3471, 1, 796, 705, 65, 5744, 18145, 1040, 6, 5357, 366, 87...
Give me a bar chart for how many competition type of each competition type, and I want to order in desc by the x axis please.
SELECT Competition_type, COUNT(Competition_type) FROM competition GROUP BY Competition_type ORDER BY Competition_type DESC
[ 23318, 502, 257, 2318, 8262, 329, 703, 867, 5449, 2099, 286, 1123, 5449, 2099, 11, 290, 314, 765, 284, 1502, 287, 1715, 416, 262, 2124, 16488, 3387, 13, 46506, 27348, 62, 4906, 11, 327, 28270, 7, 7293, 15620, 62, 4906, 8, 16034, 544...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23318, 502, 257, 2318, 8262, 329, 703, 867, 5449, 2099, 286, 1123, 5449, 2099, 11, 290, 314, 765, 284, 1502, 287, 1715, 416, 262, 2124, 16488, 3387, 13, 46506, 27348, 62, 4906, 11, 327, 28270, 7, 7293, 15620, 62, 4906, 8, 16034, 544...
High scoring non-CW posts per month.
SELECT LAST_DATE_OF_MONTH(CreationDate), COUNT(Id) AS Posts, SUM(CASE WHEN PostTypeId = 1 THEN 1 ELSE 0 END) AS Questions, SUM(CASE WHEN PostTypeId = 2 THEN 1 ELSE 0 END) AS Answers FROM Posts WHERE (Score >= '##min?50##') AND (CommunityOwnedDate IS NULL) GROUP BY LAST_DATE_OF_MONTH(CreationDate) ORDER BY LAST_DATE_OF_...
[ 11922, 9689, 1729, 12, 43538, 6851, 583, 1227, 13, 46506, 41894, 62, 35, 6158, 62, 19238, 62, 27857, 4221, 7, 12443, 341, 10430, 828, 327, 28270, 7, 7390, 8, 7054, 12043, 11, 35683, 7, 34, 11159, 42099, 2947, 6030, 7390, 796, 352, 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...
[ 11922, 9689, 1729, 12, 43538, 6851, 583, 1227, 13, 46506, 41894, 62, 35, 6158, 62, 19238, 62, 27857, 4221, 7, 12443, 341, 10430, 828, 327, 28270, 7, 7390, 8, 7054, 12043, 11, 35683, 7, 34, 11159, 42099, 2947, 6030, 7390, 796, 352, 4...
what was the name of the last intake that patient 030-75705 on last month/17 had?
SELECT intakeoutput.celllabel FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-75705')) AND intakeoutput.cellpath LIKE '%intake%' AND D...
[ 10919, 373, 262, 1438, 286, 262, 938, 10337, 326, 5827, 657, 1270, 12, 2425, 34801, 319, 938, 1227, 14, 1558, 550, 30, 46506, 10337, 22915, 13, 3846, 18242, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, 312, 3268, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 1438, 286, 262, 938, 10337, 326, 5827, 657, 1270, 12, 2425, 34801, 319, 938, 1227, 14, 1558, 550, 30, 46506, 10337, 22915, 13, 3846, 18242, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, 312, 3268, 3...
Best answers hidden by the newest SE braindamage.
SELECT Id AS "post_link", Id, Score, CreationDate FROM Posts WHERE ParentId IN (SELECT Dupe.Id FROM PostLinks, Posts AS Dupe, Posts AS Orig WHERE PostLinks.LinkTypeId = 3 AND PostLinks.PostId = Dupe.Id AND PostLinks.RelatedPostId = Orig.Id AND NOT Dupe.ClosedDate IS NULL) ORDER BY Score DESC, Id LIMIT 100
[ 13014, 7429, 7104, 416, 262, 15530, 7946, 3632, 28735, 13, 46506, 5121, 7054, 366, 7353, 62, 8726, 1600, 5121, 11, 15178, 11, 21582, 10430, 16034, 12043, 33411, 16774, 7390, 3268, 357, 46506, 10343, 431, 13, 7390, 16034, 2947, 31815, 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...
[ 13014, 7429, 7104, 416, 262, 15530, 7946, 3632, 28735, 13, 46506, 5121, 7054, 366, 7353, 62, 8726, 1600, 5121, 11, 15178, 11, 21582, 10430, 16034, 12043, 33411, 16774, 7390, 3268, 357, 46506, 10343, 431, 13, 7390, 16034, 2947, 31815, 11, ...
What was the sum of ranks of those called Fernando Cavenaghi who appeared less than 7.
SELECT SUM(rank) FROM table_name_5 WHERE name = "fernando cavenaghi" AND appearances < 7
[ 2061, 373, 262, 2160, 286, 9803, 286, 883, 1444, 31063, 327, 4005, 363, 5303, 508, 4120, 1342, 621, 767, 13, 46506, 35683, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 20, 33411, 1438, 796, 366, 69, 13023, 78, 1275, 574, 363, 5303, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2160, 286, 9803, 286, 883, 1444, 31063, 327, 4005, 363, 5303, 508, 4120, 1342, 621, 767, 13, 46506, 35683, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 20, 33411, 1438, 796, 366, 69, 13023, 78, 1275, 574, 363, 5303, 1, ...
How many teams lost at the sydney football stadium, sydney (11)?
SELECT COUNT(losingteam) FROM table_11236195_5 WHERE location = "Sydney Football Stadium, Sydney (11)"
[ 2437, 867, 3466, 2626, 379, 262, 827, 67, 1681, 4346, 10308, 11, 827, 67, 1681, 357, 1157, 19427, 46506, 327, 28270, 7, 75, 2752, 15097, 8, 16034, 3084, 62, 14686, 2623, 22186, 62, 20, 33411, 4067, 796, 366, 50, 5173, 1681, 9957, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3466, 2626, 379, 262, 827, 67, 1681, 4346, 10308, 11, 827, 67, 1681, 357, 1157, 19427, 46506, 327, 28270, 7, 75, 2752, 15097, 8, 16034, 3084, 62, 14686, 2623, 22186, 62, 20, 33411, 4067, 796, 366, 50, 5173, 1681, 9957, 10...
what is the venue on october 28, 2008?
SELECT "Venue" FROM table_14194 WHERE "Date" = 'october 28, 2008'
[ 10919, 318, 262, 14359, 319, 19318, 2023, 2579, 11, 3648, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 1415, 22913, 33411, 366, 10430, 1, 796, 705, 38441, 2023, 2579, 11, 3648, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 14359, 319, 19318, 2023, 2579, 11, 3648, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 1415, 22913, 33411, 366, 10430, 1, 796, 705, 38441, 2023, 2579, 11, 3648, 6 ]
Which Copa del Rey has a Name of guti, and a FIFA Club World Championship smaller than 0?
SELECT SUM("Copa del Rey") FROM table_64601 WHERE "Name" = 'guti' AND "FIFA Club World Championship" < '0'
[ 13828, 6955, 64, 1619, 24448, 468, 257, 6530, 286, 12500, 72, 11, 290, 257, 21285, 6289, 2159, 10749, 4833, 621, 657, 30, 46506, 35683, 7203, 13379, 64, 1619, 24448, 4943, 16034, 3084, 62, 27720, 486, 33411, 366, 5376, 1, 796, 705, 70...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6955, 64, 1619, 24448, 468, 257, 6530, 286, 12500, 72, 11, 290, 257, 21285, 6289, 2159, 10749, 4833, 621, 657, 30, 46506, 35683, 7203, 13379, 64, 1619, 24448, 4943, 16034, 3084, 62, 27720, 486, 33411, 366, 5376, 1, 796, 705, 70...
How many remaining places in finals when 1 team can still qualify and 0 teams have secured qualification?
SELECT "Remaining places in finals" FROM table_26469 WHERE "Teams that can still qualify" = '1' AND "Teams that have secured qualification" = '0'
[ 2437, 867, 5637, 4113, 287, 18576, 618, 352, 1074, 460, 991, 12780, 290, 657, 3466, 423, 13659, 28587, 30, 46506, 366, 8413, 1397, 4113, 287, 18576, 1, 16034, 3084, 62, 18897, 3388, 33411, 366, 6767, 4105, 326, 460, 991, 12780, 1, 796...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 5637, 4113, 287, 18576, 618, 352, 1074, 460, 991, 12780, 290, 657, 3466, 423, 13659, 28587, 30, 46506, 366, 8413, 1397, 4113, 287, 18576, 1, 16034, 3084, 62, 18897, 3388, 33411, 366, 6767, 4105, 326, 460, 991, 12780, 1, 796...
What was the result of the game on November 6, 1988?
SELECT result FROM table_name_61 WHERE date = "november 6, 1988"
[ 2061, 373, 262, 1255, 286, 262, 983, 319, 3389, 718, 11, 12122, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 5333, 33411, 3128, 796, 366, 77, 3239, 718, 11, 12122, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 1255, 286, 262, 983, 319, 3389, 718, 11, 12122, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 5333, 33411, 3128, 796, 366, 77, 3239, 718, 11, 12122, 1 ]
What is the highest Total for the rank 12, and gold less than 0?
SELECT MAX(total) FROM table_name_53 WHERE rank = "12" AND gold < 0
[ 2061, 318, 262, 4511, 7472, 329, 262, 4279, 1105, 11, 290, 3869, 1342, 621, 657, 30, 46506, 25882, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 4310, 33411, 4279, 796, 366, 1065, 1, 5357, 3869, 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 ]
[ 2061, 318, 262, 4511, 7472, 329, 262, 4279, 1105, 11, 290, 3869, 1342, 621, 657, 30, 46506, 25882, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 4310, 33411, 4279, 796, 366, 1065, 1, 5357, 3869, 1279, 657 ]
Which Free polite has a Genitive 1 of *=ku?
SELECT "Free polite" FROM table_40797 WHERE "Genitive 1" = '*=ku'
[ 13828, 3232, 23507, 468, 257, 5215, 1800, 352, 286, 1635, 28, 23063, 30, 46506, 366, 11146, 23507, 1, 16034, 3084, 62, 1821, 44673, 33411, 366, 13746, 1800, 352, 1, 796, 705, 9, 28, 23063, 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 ]
[ 13828, 3232, 23507, 468, 257, 5215, 1800, 352, 286, 1635, 28, 23063, 30, 46506, 366, 11146, 23507, 1, 16034, 3084, 62, 1821, 44673, 33411, 366, 13746, 1800, 352, 1, 796, 705, 9, 28, 23063, 6 ]
What is the package/option in Italy when the content is religione?
SELECT "Package/Option" FROM table_40745 WHERE "Content" = 'religione' AND "Country" = 'italy'
[ 2061, 318, 262, 5301, 14, 18076, 287, 8031, 618, 262, 2695, 318, 5737, 68, 30, 46506, 366, 27813, 14, 19722, 1, 16034, 3084, 62, 30120, 2231, 33411, 366, 19746, 1, 796, 705, 2411, 328, 7935, 6, 5357, 366, 33921, 1, 796, 705, 1287, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5301, 14, 18076, 287, 8031, 618, 262, 2695, 318, 5737, 68, 30, 46506, 366, 27813, 14, 19722, 1, 16034, 3084, 62, 30120, 2231, 33411, 366, 19746, 1, 796, 705, 2411, 328, 7935, 6, 5357, 366, 33921, 1, 796, 705, 1287, ...
This is a test query.
SELECT COUNT(1) FROM Posts WHERE Score > 1000
[ 1212, 318, 257, 1332, 12405, 13, 46506, 327, 28270, 7, 16, 8, 16034, 12043, 33411, 15178, 1875, 8576 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1212, 318, 257, 1332, 12405, 13, 46506, 327, 28270, 7, 16, 8, 16034, 12043, 33411, 15178, 1875, 8576 ]
Find the male friend of Alice whose job is a doctor?
SELECT T2.friend FROM person AS T1 JOIN personfriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Alice' AND T1.gender = 'male' AND T1.job = 'doctor'
[ 16742, 262, 4257, 1545, 286, 14862, 3025, 1693, 318, 257, 6253, 30, 46506, 309, 17, 13, 6726, 16034, 1048, 7054, 309, 16, 32357, 1268, 1048, 6726, 7054, 309, 17, 6177, 309, 16, 13, 3672, 796, 309, 17, 13, 6726, 33411, 309, 17, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 16742, 262, 4257, 1545, 286, 14862, 3025, 1693, 318, 257, 6253, 30, 46506, 309, 17, 13, 6726, 16034, 1048, 7054, 309, 16, 32357, 1268, 1048, 6726, 7054, 309, 17, 6177, 309, 16, 13, 3672, 796, 309, 17, 13, 6726, 33411, 309, 17, 13, ...
i would like a flight from BALTIMORE to SAN FRANCISCO on TW with a stop in DENVER
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 = 'SAN FRANCISCO' AND CI...
[ 72, 561, 588, 257, 5474, 422, 347, 31429, 3955, 6965, 284, 37376, 8782, 20940, 1797, 8220, 319, 17306, 351, 257, 2245, 287, 37692, 28884, 36, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 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, 561, 588, 257, 5474, 422, 347, 31429, 3955, 6965, 284, 37376, 8782, 20940, 1797, 8220, 319, 17306, 351, 257, 2245, 287, 37692, 28884, 36, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, ...
What away team played at western oval?
SELECT "Away team" FROM table_77952 WHERE "Venue" = 'western oval'
[ 2061, 1497, 1074, 2826, 379, 8830, 41186, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 3324, 49234, 33411, 366, 37522, 518, 1, 796, 705, 14197, 41186, 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, 1497, 1074, 2826, 379, 8830, 41186, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 3324, 49234, 33411, 366, 37522, 518, 1, 796, 705, 14197, 41186, 6 ]
What position was drafted by the Hamilton Tiger-Cats?
SELECT position FROM table_21321804_5 WHERE cfl_team = "Hamilton Tiger-Cats"
[ 2061, 2292, 373, 15937, 416, 262, 11582, 17030, 12, 34, 1381, 30, 46506, 2292, 16034, 3084, 62, 17, 19924, 1507, 3023, 62, 20, 33411, 269, 2704, 62, 15097, 796, 366, 45405, 17030, 12, 34, 1381, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2292, 373, 15937, 416, 262, 11582, 17030, 12, 34, 1381, 30, 46506, 2292, 16034, 3084, 62, 17, 19924, 1507, 3023, 62, 20, 33411, 269, 2704, 62, 15097, 796, 366, 45405, 17030, 12, 34, 1381, 1 ]
what was the name of the medicine that patient 035-13344 was prescribed during the same day after receiving a ultrasonography since 68 months ago?
SELECT t2.drugname FROM (SELECT patient.uniquepid, treatment.treatmenttime FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '035-13344') AND treatment.treatme...
[ 10919, 373, 262, 1438, 286, 262, 9007, 326, 5827, 657, 2327, 12, 16945, 2598, 373, 14798, 1141, 262, 976, 1110, 706, 6464, 257, 23212, 888, 4867, 1201, 8257, 1933, 2084, 30, 46506, 256, 17, 13, 30349, 3672, 16034, 357, 46506, 5827, 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...
[ 10919, 373, 262, 1438, 286, 262, 9007, 326, 5827, 657, 2327, 12, 16945, 2598, 373, 14798, 1141, 262, 976, 1110, 706, 6464, 257, 23212, 888, 4867, 1201, 8257, 1933, 2084, 30, 46506, 256, 17, 13, 30349, 3672, 16034, 357, 46506, 5827, 13...
What is the date for the catalog CDZAP22 in the United Kingdom?
SELECT "Date" FROM table_59721 WHERE "Country" = 'united kingdom' AND "Catalog" = 'cdzap22'
[ 2061, 318, 262, 3128, 329, 262, 18388, 6458, 57, 2969, 1828, 287, 262, 1578, 7526, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 43239, 2481, 33411, 366, 33921, 1, 796, 705, 41187, 13239, 6, 5357, 366, 49015, 1, 796, 705, 10210, 89, 49...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 329, 262, 18388, 6458, 57, 2969, 1828, 287, 262, 1578, 7526, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 43239, 2481, 33411, 366, 33921, 1, 796, 705, 41187, 13239, 6, 5357, 366, 49015, 1, 796, 705, 10210, 89, 49...
When was the archbishop who vacated the throne on August 18, 1885 ordained as a priest?
SELECT "Ordained Priest" FROM table_20892 WHERE "Vacated throne" = 'August 18, 1885'
[ 2215, 373, 262, 3934, 27832, 508, 46346, 262, 19262, 319, 2932, 1248, 11, 1248, 5332, 36777, 355, 257, 11503, 30, 46506, 366, 35422, 1328, 20876, 1, 16034, 3084, 62, 1238, 4531, 17, 33411, 366, 53, 330, 515, 19262, 1, 796, 705, 17908,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3934, 27832, 508, 46346, 262, 19262, 319, 2932, 1248, 11, 1248, 5332, 36777, 355, 257, 11503, 30, 46506, 366, 35422, 1328, 20876, 1, 16034, 3084, 62, 1238, 4531, 17, 33411, 366, 53, 330, 515, 19262, 1, 796, 705, 17908,...
How many cup goals in the season with more than 5 league apps, 1 cup apps and fewer than 4 league goals?
SELECT SUM("Cup Goals") FROM table_32378 WHERE "League Apps" > '5' AND "Cup Apps" = '1' AND "League Goals" < '4'
[ 2437, 867, 6508, 4661, 287, 262, 1622, 351, 517, 621, 642, 4652, 6725, 11, 352, 6508, 6725, 290, 7380, 621, 604, 4652, 4661, 30, 46506, 35683, 7203, 34, 929, 28510, 4943, 16034, 3084, 62, 32637, 3695, 33411, 366, 24623, 27710, 1, 1875...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6508, 4661, 287, 262, 1622, 351, 517, 621, 642, 4652, 6725, 11, 352, 6508, 6725, 290, 7380, 621, 604, 4652, 4661, 30, 46506, 35683, 7203, 34, 929, 28510, 4943, 16034, 3084, 62, 32637, 3695, 33411, 366, 24623, 27710, 1, 1875...
Return the completion date for all the tests that have 'Fail' result, and count them by a bar chart, I want to sort from low to high by the the number of date of completion please.
SELECT date_of_completion, COUNT(date_of_completion) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" GROUP BY date_of_completion ORDER BY COUNT(date_of_completion)
[ 13615, 262, 11939, 3128, 329, 477, 262, 5254, 326, 423, 705, 39044, 6, 1255, 11, 290, 954, 606, 416, 257, 2318, 8262, 11, 314, 765, 284, 3297, 422, 1877, 284, 1029, 416, 262, 262, 1271, 286, 3128, 286, 11939, 3387, 13, 46506, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 13615, 262, 11939, 3128, 329, 477, 262, 5254, 326, 423, 705, 39044, 6, 1255, 11, 290, 954, 606, 416, 257, 2318, 8262, 11, 314, 765, 284, 3297, 422, 1877, 284, 1029, 416, 262, 262, 1271, 286, 3128, 286, 11939, 3387, 13, 46506, 3128, ...
For INSTHUM 611 , what is the number of sections available ?
SELECT COUNT(*) FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'INSTHUM' AND course.number = 611 AND semester.semester = 'WN' AND semester.semester_id = course_offering.semester AND semester.year = 2016
[ 1890, 40589, 39, 5883, 718, 1157, 837, 644, 318, 262, 1271, 286, 9004, 1695, 5633, 46506, 327, 28270, 7, 28104, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 17319, 62, 312, 796, 1781, 62, 2364, 1586, 13, 17319, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 40589, 39, 5883, 718, 1157, 837, 644, 318, 262, 1271, 286, 9004, 1695, 5633, 46506, 327, 28270, 7, 28104, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 17319, 62, 312, 796, 1781, 62, 2364, 1586, 13, 17319, ...
Which highest pick number had Akeem Dent as a name and where the overall was less than 91?
SELECT MAX("Pick #") FROM table_74851 WHERE "Name" = 'akeem dent' AND "Overall" < '91'
[ 13828, 4511, 2298, 1271, 550, 45296, 368, 39078, 355, 257, 1438, 290, 810, 262, 4045, 373, 1342, 621, 10495, 30, 46506, 25882, 7203, 31686, 1303, 4943, 16034, 3084, 62, 48246, 4349, 33411, 366, 5376, 1, 796, 705, 539, 368, 18794, 6, 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, 1, 1 ]
[ 13828, 4511, 2298, 1271, 550, 45296, 368, 39078, 355, 257, 1438, 290, 810, 262, 4045, 373, 1342, 621, 10495, 30, 46506, 25882, 7203, 31686, 1303, 4943, 16034, 3084, 62, 48246, 4349, 33411, 366, 5376, 1, 796, 705, 539, 368, 18794, 6, 5...
How many fast laps have 0 points in the World Series by Nissan?
SELECT fast_laps FROM table_name_54 WHERE points = "0" AND series = "world series by nissan"
[ 2437, 867, 3049, 24590, 423, 657, 2173, 287, 262, 2159, 7171, 416, 28190, 30, 46506, 3049, 62, 75, 1686, 16034, 3084, 62, 3672, 62, 4051, 33411, 2173, 796, 366, 15, 1, 5357, 2168, 796, 366, 6894, 2168, 416, 299, 24112, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3049, 24590, 423, 657, 2173, 287, 262, 2159, 7171, 416, 28190, 30, 46506, 3049, 62, 75, 1686, 16034, 3084, 62, 3672, 62, 4051, 33411, 2173, 796, 366, 15, 1, 5357, 2168, 796, 366, 6894, 2168, 416, 299, 24112, 1 ]
a pie chart about the number of companies in different industries.
SELECT Industry, COUNT(*) FROM Companies GROUP BY Industry
[ 64, 2508, 8262, 546, 262, 1271, 286, 2706, 287, 1180, 11798, 13, 46506, 17420, 11, 327, 28270, 7, 28104, 16034, 24382, 44441, 11050, 17420 ]
[ 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, 2508, 8262, 546, 262, 1271, 286, 2706, 287, 1180, 11798, 13, 46506, 17420, 11, 327, 28270, 7, 28104, 16034, 24382, 44441, 11050, 17420 ]
what ist he total number of ages where the start date is 6 november?
SELECT COUNT("Age") FROM table_21822 WHERE "Started" = '6 November'
[ 10919, 318, 83, 339, 2472, 1271, 286, 9337, 810, 262, 923, 3128, 318, 718, 645, 303, 1916, 30, 46506, 327, 28270, 7203, 23396, 4943, 16034, 3084, 62, 28727, 1828, 33411, 366, 10434, 276, 1, 796, 705, 21, 3389, 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 ]
[ 10919, 318, 83, 339, 2472, 1271, 286, 9337, 810, 262, 923, 3128, 318, 718, 645, 303, 1916, 30, 46506, 327, 28270, 7203, 23396, 4943, 16034, 3084, 62, 28727, 1828, 33411, 366, 10434, 276, 1, 796, 705, 21, 3389, 6 ]
what is the last drug which was prescribed to patient 016-29746 via ivs route since 96 months ago?
SELECT medication.drugname FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '016-29746')) AND medication.routeadmin = 'ivs' AND DATETIME(medicat...
[ 10919, 318, 262, 938, 2563, 543, 373, 14798, 284, 5827, 5534, 21, 12, 26561, 3510, 2884, 21628, 82, 6339, 1201, 9907, 1933, 2084, 30, 46506, 14103, 13, 30349, 3672, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 938, 2563, 543, 373, 14798, 284, 5827, 5534, 21, 12, 26561, 3510, 2884, 21628, 82, 6339, 1201, 9907, 1933, 2084, 30, 46506, 14103, 13, 30349, 3672, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46...
Who was the writter for the episode identified by the production code 2t5954?
SELECT written_by FROM table_26561508_1 WHERE production_code = "2T5954"
[ 8241, 373, 262, 1991, 353, 329, 262, 4471, 5174, 416, 262, 3227, 2438, 362, 83, 3270, 4051, 30, 46506, 3194, 62, 1525, 16034, 3084, 62, 2075, 3980, 8628, 23, 62, 16, 33411, 3227, 62, 8189, 796, 366, 17, 51, 3270, 4051, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 1991, 353, 329, 262, 4471, 5174, 416, 262, 3227, 2438, 362, 83, 3270, 4051, 30, 46506, 3194, 62, 1525, 16034, 3084, 62, 2075, 3980, 8628, 23, 62, 16, 33411, 3227, 62, 8189, 796, 366, 17, 51, 3270, 4051, 1 ]
A bar chart shows the number of year of the maximum price and score of wines, and bin the year into the weekday interval, and list total number from low to high order.
SELECT Year, COUNT(Year) FROM wine ORDER BY COUNT(Year)
[ 32, 2318, 8262, 2523, 262, 1271, 286, 614, 286, 262, 5415, 2756, 290, 4776, 286, 30680, 11, 290, 9874, 262, 614, 656, 262, 28269, 16654, 11, 290, 1351, 2472, 1271, 422, 1877, 284, 1029, 1502, 13, 46506, 6280, 11, 327, 28270, 7, 1768...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 2318, 8262, 2523, 262, 1271, 286, 614, 286, 262, 5415, 2756, 290, 4776, 286, 30680, 11, 290, 9874, 262, 614, 656, 262, 28269, 16654, 11, 290, 1351, 2472, 1271, 422, 1877, 284, 1029, 1502, 13, 46506, 6280, 11, 327, 28270, 7, 1768...
Show me the trend about what is the number of wins the team Boston Red Stockings got in the postseasons each year in history?
SELECT year, COUNT(*) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' GROUP BY T1.year
[ 15307, 502, 262, 5182, 546, 644, 318, 262, 1271, 286, 7864, 262, 1074, 6182, 2297, 10500, 654, 1392, 287, 262, 1281, 325, 2812, 1123, 614, 287, 2106, 30, 46506, 614, 11, 327, 28270, 7, 28104, 16034, 22905, 7054, 309, 16, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15307, 502, 262, 5182, 546, 644, 318, 262, 1271, 286, 7864, 262, 1074, 6182, 2297, 10500, 654, 1392, 287, 262, 1281, 325, 2812, 1123, 614, 287, 2106, 30, 46506, 614, 11, 327, 28270, 7, 28104, 16034, 22905, 7054, 309, 16, 32357, 1268, ...
known allergy against hydroxyethyl starch
SELECT * FROM table_train_22 WHERE allergy_to_hydroxyethyl_starch = 1
[ 4002, 36197, 1028, 17173, 5431, 21610, 39515, 46506, 1635, 16034, 3084, 62, 27432, 62, 1828, 33411, 36197, 62, 1462, 62, 15511, 42059, 21610, 62, 301, 998, 796, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4002, 36197, 1028, 17173, 5431, 21610, 39515, 46506, 1635, 16034, 3084, 62, 27432, 62, 1828, 33411, 36197, 62, 1462, 62, 15511, 42059, 21610, 62, 301, 998, 796, 352 ]
How many players had the most assists against New Jersey?
SELECT COUNT("High assists") FROM table_20358 WHERE "Team" = 'New Jersey'
[ 2437, 867, 1938, 550, 262, 749, 13648, 1028, 968, 8221, 30, 46506, 327, 28270, 7203, 11922, 13648, 4943, 16034, 3084, 62, 1238, 31128, 33411, 366, 15592, 1, 796, 705, 3791, 8221, 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 ]
[ 2437, 867, 1938, 550, 262, 749, 13648, 1028, 968, 8221, 30, 46506, 327, 28270, 7203, 11922, 13648, 4943, 16034, 3084, 62, 1238, 31128, 33411, 366, 15592, 1, 796, 705, 3791, 8221, 6 ]
Which player has a long of less than 15 and an average of 6 yards.
SELECT "Player" FROM table_52822 WHERE "Long" < '15' AND "Avg." = '6'
[ 13828, 2137, 468, 257, 890, 286, 1342, 621, 1315, 290, 281, 2811, 286, 718, 5695, 13, 46506, 366, 14140, 1, 16034, 3084, 62, 49351, 1828, 33411, 366, 14617, 1, 1279, 705, 1314, 6, 5357, 366, 48997, 526, 796, 705, 21, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2137, 468, 257, 890, 286, 1342, 621, 1315, 290, 281, 2811, 286, 718, 5695, 13, 46506, 366, 14140, 1, 16034, 3084, 62, 49351, 1828, 33411, 366, 14617, 1, 1279, 705, 1314, 6, 5357, 366, 48997, 526, 796, 705, 21, 6 ]
provide the number of patients whose admission type is emergency and lab test name is wbc, pleural?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_type = "EMERGENCY" AND lab.label = "WBC, Pleural"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 2248, 1332, 1438, 318, 266, 15630, 11, 3339, 1523, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 2248, 1332, 1438, 318, 266, 15630, 11, 3339, 1523, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 12...
What is the sum of the ranks with a total of 1 and silver less than 0.
SELECT SUM("Rank") FROM table_57208 WHERE "Total" = '1' AND "Silver" < '0'
[ 2061, 318, 262, 2160, 286, 262, 9803, 351, 257, 2472, 286, 352, 290, 8465, 1342, 621, 657, 13, 46506, 35683, 7203, 27520, 4943, 16034, 3084, 62, 3553, 21315, 33411, 366, 14957, 1, 796, 705, 16, 6, 5357, 366, 26766, 1, 1279, 705, 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, 1 ]
[ 2061, 318, 262, 2160, 286, 262, 9803, 351, 257, 2472, 286, 352, 290, 8465, 1342, 621, 657, 13, 46506, 35683, 7203, 27520, 4943, 16034, 3084, 62, 3553, 21315, 33411, 366, 14957, 1, 796, 705, 16, 6, 5357, 366, 26766, 1, 1279, 705, 15,...
what is the record for score 1-3?
SELECT record FROM table_27539272_5 WHERE score = "1-3"
[ 10919, 318, 262, 1700, 329, 4776, 352, 12, 18, 30, 46506, 1700, 16034, 3084, 62, 23195, 2670, 29807, 62, 20, 33411, 4776, 796, 366, 16, 12, 18, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 1700, 329, 4776, 352, 12, 18, 30, 46506, 1700, 16034, 3084, 62, 23195, 2670, 29807, 62, 20, 33411, 4776, 796, 366, 16, 12, 18, 1 ]
What player has a total of 158/
SELECT "Player" FROM table_48972 WHERE "Total" = '158'
[ 2061, 2137, 468, 257, 2472, 286, 24063, 14, 46506, 366, 14140, 1, 16034, 3084, 62, 35890, 4761, 33411, 366, 14957, 1, 796, 705, 21273, 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 ]
[ 2061, 2137, 468, 257, 2472, 286, 24063, 14, 46506, 366, 14140, 1, 16034, 3084, 62, 35890, 4761, 33411, 366, 14957, 1, 796, 705, 21273, 6 ]
list the top three most frequent drugs that patients were prescribed with in the same month after they were prescribed potassium chloride replacement (oncology) since 1 year ago.
SELECT t3.drug FROM (SELECT t2.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, prescriptions.startdate FROM prescriptions JOIN admissions ON prescriptions.hadm_id = admissions.hadm_id WHERE prescriptions.drug = 'potassium chloride replacement (oncology)' AND DATETIME(prescript...
[ 4868, 262, 1353, 1115, 749, 10792, 5010, 326, 3871, 547, 14798, 351, 287, 262, 976, 1227, 706, 484, 547, 14798, 33156, 44921, 9014, 357, 261, 66, 1435, 8, 1201, 352, 614, 2084, 13, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4868, 262, 1353, 1115, 749, 10792, 5010, 326, 3871, 547, 14798, 351, 287, 262, 976, 1227, 706, 484, 547, 14798, 33156, 44921, 9014, 357, 261, 66, 1435, 8, 1201, 352, 614, 2084, 13, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, ...
what is primary disease and diagnoses icd9 code of subject name josette orr?
SELECT demographic.diagnosis, diagnoses.icd9_code FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.name = "Josette Orr"
[ 10919, 318, 4165, 4369, 290, 40567, 14158, 67, 24, 2438, 286, 2426, 1438, 474, 418, 5857, 393, 81, 30, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 4165, 4369, 290, 40567, 14158, 67, 24, 2438, 286, 2426, 1438, 474, 418, 5857, 393, 81, 30, 46506, 16728, 13, 47356, 5958, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13...
What are the Notes of the Country of finland?
SELECT "Notes" FROM table_66675 WHERE "Country" = 'finland'
[ 2061, 389, 262, 11822, 286, 262, 12946, 286, 957, 1044, 30, 46506, 366, 16130, 1, 16034, 3084, 62, 27310, 2425, 33411, 366, 33921, 1, 796, 705, 15643, 1044, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 11822, 286, 262, 12946, 286, 957, 1044, 30, 46506, 366, 16130, 1, 16034, 3084, 62, 27310, 2425, 33411, 366, 33921, 1, 796, 705, 15643, 1044, 6 ]
What is the score for the away team at Victoria Park?
SELECT away_team AS score FROM table_name_24 WHERE venue = "victoria park"
[ 2061, 318, 262, 4776, 329, 262, 1497, 1074, 379, 12313, 3250, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 1731, 33411, 14359, 796, 366, 32433, 7661, 3952, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4776, 329, 262, 1497, 1074, 379, 12313, 3250, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 1731, 33411, 14359, 796, 366, 32433, 7661, 3952, 1 ]
How many separate values for Years are associated with FA Cup of 5?
SELECT COUNT(years) FROM table_14962287_2 WHERE fa_cup = 5
[ 2437, 867, 4553, 3815, 329, 13212, 389, 3917, 351, 9677, 5454, 286, 642, 30, 46506, 327, 28270, 7, 19002, 8, 16034, 3084, 62, 1415, 4846, 1828, 5774, 62, 17, 33411, 24685, 62, 25244, 796, 642 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4553, 3815, 329, 13212, 389, 3917, 351, 9677, 5454, 286, 642, 30, 46506, 327, 28270, 7, 19002, 8, 16034, 3084, 62, 1415, 4846, 1828, 5774, 62, 17, 33411, 24685, 62, 25244, 796, 642 ]
What is the traditional Chinese name for the record titled Sunrise?
SELECT chinese__traditional_ FROM table_name_36 WHERE english_title = "sunrise"
[ 2061, 318, 262, 4569, 3999, 1438, 329, 262, 1700, 11946, 45023, 30, 46506, 442, 3762, 834, 36380, 62, 16034, 3084, 62, 3672, 62, 2623, 33411, 46932, 62, 7839, 796, 366, 19155, 17163, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4569, 3999, 1438, 329, 262, 1700, 11946, 45023, 30, 46506, 442, 3762, 834, 36380, 62, 16034, 3084, 62, 3672, 62, 2623, 33411, 46932, 62, 7839, 796, 366, 19155, 17163, 1 ]
What Nominating festival was party of the adjustment film?
SELECT "Nominating Festival" FROM table_79892 WHERE "Film" = 'adjustment'
[ 2061, 21198, 6010, 10876, 373, 2151, 286, 262, 15068, 2646, 30, 46506, 366, 45, 296, 6010, 11117, 1, 16034, 3084, 62, 3720, 4531, 17, 33411, 366, 39750, 1, 796, 705, 23032, 434, 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, 21198, 6010, 10876, 373, 2151, 286, 262, 15068, 2646, 30, 46506, 366, 45, 296, 6010, 11117, 1, 16034, 3084, 62, 3720, 4531, 17, 33411, 366, 39750, 1, 796, 705, 23032, 434, 6 ]
What is the recorder has a Track more than 11 with a time 3:06
SELECT recorded FROM table_name_77 WHERE track > 11 AND time = "3:06"
[ 2061, 318, 262, 38156, 468, 257, 17762, 517, 621, 1367, 351, 257, 640, 513, 25, 3312, 46506, 6264, 16034, 3084, 62, 3672, 62, 3324, 33411, 2610, 1875, 1367, 5357, 640, 796, 366, 18, 25, 3312, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 38156, 468, 257, 17762, 517, 621, 1367, 351, 257, 640, 513, 25, 3312, 46506, 6264, 16034, 3084, 62, 3672, 62, 3324, 33411, 2610, 1875, 1367, 5357, 640, 796, 366, 18, 25, 3312, 1 ]
how many patients whose ethnicity is hispanic/latino - puerto rican and drug name is repaglinide?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.ethnicity = "HISPANIC/LATINO - PUERTO RICAN" AND prescriptions.drug = "Repaglinide"
[ 4919, 867, 3871, 3025, 26289, 318, 465, 35843, 14, 15460, 2879, 532, 47574, 13806, 374, 7490, 290, 2563, 1438, 318, 1128, 363, 2815, 485, 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...
[ 4919, 867, 3871, 3025, 26289, 318, 465, 35843, 14, 15460, 2879, 532, 47574, 13806, 374, 7490, 290, 2563, 1438, 318, 1128, 363, 2815, 485, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268...
What are the names of races held after 12:00:00 or before 09:00:00?
SELECT name FROM races WHERE TIME > "12:00:00" OR TIME < "09:00:00"
[ 2061, 389, 262, 3891, 286, 9558, 2714, 706, 1105, 25, 405, 25, 405, 393, 878, 7769, 25, 405, 25, 405, 30, 46506, 1438, 16034, 9558, 33411, 20460, 1875, 366, 1065, 25, 405, 25, 405, 1, 6375, 20460, 1279, 366, 2931, 25, 405, 25, 405...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 3891, 286, 9558, 2714, 706, 1105, 25, 405, 25, 405, 393, 878, 7769, 25, 405, 25, 405, 30, 46506, 1438, 16034, 9558, 33411, 20460, 1875, 366, 1065, 25, 405, 25, 405, 1, 6375, 20460, 1279, 366, 2931, 25, 405, 25, 405...
What is the result of districk georgia's 1st?
SELECT "Result" FROM table_29253 WHERE "District" = 'Georgia''s 1st'
[ 2061, 318, 262, 1255, 286, 1233, 5557, 4903, 2398, 544, 338, 352, 301, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 1959, 28592, 33411, 366, 44857, 1, 796, 705, 41072, 7061, 82, 352, 301, 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, 1255, 286, 1233, 5557, 4903, 2398, 544, 338, 352, 301, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 1959, 28592, 33411, 366, 44857, 1, 796, 705, 41072, 7061, 82, 352, 301, 6 ]
tell me the cost of the diagnosis for hyperkalemia - severe (> 6.1 meq/dl)?
SELECT DISTINCT cost.cost FROM cost WHERE cost.eventtype = 'diagnosis' AND cost.eventid IN (SELECT diagnosis.diagnosisid FROM diagnosis WHERE diagnosis.diagnosisname = 'hyperkalemia - severe (> 6.1 meq/dl)')
[ 33331, 502, 262, 1575, 286, 262, 13669, 329, 8718, 74, 282, 22859, 532, 6049, 45160, 718, 13, 16, 502, 80, 14, 25404, 19427, 46506, 360, 8808, 1268, 4177, 1575, 13, 15805, 16034, 1575, 33411, 1575, 13, 15596, 4906, 796, 705, 47356, 59...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1575, 286, 262, 13669, 329, 8718, 74, 282, 22859, 532, 6049, 45160, 718, 13, 16, 502, 80, 14, 25404, 19427, 46506, 360, 8808, 1268, 4177, 1575, 13, 15805, 16034, 1575, 33411, 1575, 13, 15596, 4906, 796, 705, 47356, 59...
Percentage of questions with high-scoring unaccepted answers by tag.
SELECT t.TagName, COUNT(*) AS "total_questions", SUM(CASE WHEN p.AcceptedAnswerId IS NULL THEN 1 ELSE 0 END) AS "no_accepted_answer", SUM(CASE WHEN p.AcceptedAnswerId IS NULL THEN 1 ELSE 0 END) * 1.0 / COUNT(*) AS "%_unaccepted" FROM Posts AS p INNER JOIN PostTags AS pt ON pt.PostId = p.Id INNER JOIN Tags AS t ON t.Id ...
[ 31905, 496, 286, 2683, 351, 1029, 12, 46536, 555, 13635, 276, 7429, 416, 7621, 13, 46506, 256, 13, 24835, 5376, 11, 327, 28270, 7, 28104, 7054, 366, 23350, 62, 6138, 507, 1600, 35683, 7, 34, 11159, 42099, 279, 13, 38855, 276, 33706, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 31905, 496, 286, 2683, 351, 1029, 12, 46536, 555, 13635, 276, 7429, 416, 7621, 13, 46506, 256, 13, 24835, 5376, 11, 327, 28270, 7, 28104, 7054, 366, 23350, 62, 6138, 507, 1600, 35683, 7, 34, 11159, 42099, 279, 13, 38855, 276, 33706, ...
What is the lowest Goals Agains, when Played is greater than 34?
SELECT MIN("Goals Against") FROM table_60508 WHERE "Played" > '34'
[ 2061, 318, 262, 9016, 28510, 2449, 1299, 11, 618, 33101, 318, 3744, 621, 4974, 30, 46506, 20625, 7203, 5247, 874, 12914, 4943, 16034, 3084, 62, 1899, 33042, 33411, 366, 11002, 276, 1, 1875, 705, 2682, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 9016, 28510, 2449, 1299, 11, 618, 33101, 318, 3744, 621, 4974, 30, 46506, 20625, 7203, 5247, 874, 12914, 4943, 16034, 3084, 62, 1899, 33042, 33411, 366, 11002, 276, 1, 1875, 705, 2682, 6 ]
What's the greatest 1st RU that has a 2nd RU less than 0?
SELECT MAX("1st RU") FROM table_44304 WHERE "2nd RU" < '0'
[ 2061, 338, 262, 6000, 352, 301, 46432, 326, 468, 257, 362, 358, 46432, 1342, 621, 657, 30, 46506, 25882, 7203, 16, 301, 46432, 4943, 16034, 3084, 62, 2598, 21288, 33411, 366, 17, 358, 46432, 1, 1279, 705, 15, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 6000, 352, 301, 46432, 326, 468, 257, 362, 358, 46432, 1342, 621, 657, 30, 46506, 25882, 7203, 16, 301, 46432, 4943, 16034, 3084, 62, 2598, 21288, 33411, 366, 17, 358, 46432, 1, 1279, 705, 15, 6 ]
How many tracks do we have?
SELECT COUNT(*) FROM track
[ 2437, 867, 8339, 466, 356, 423, 30, 46506, 327, 28270, 7, 28104, 16034, 2610 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 8339, 466, 356, 423, 30, 46506, 327, 28270, 7, 28104, 16034, 2610 ]
What is the lowest nightly rank for an episode after episode 1 with a rating/share of 2.6/8?
SELECT MIN(rank__night_) FROM table_name_91 WHERE rating / SHARE(18 - 49) = 2.6 / 8 AND episode > 1
[ 2061, 318, 262, 9016, 37862, 4279, 329, 281, 4471, 706, 4471, 352, 351, 257, 7955, 14, 20077, 286, 362, 13, 21, 14, 23, 30, 46506, 20625, 7, 43027, 834, 3847, 62, 8, 16034, 3084, 62, 3672, 62, 6420, 33411, 7955, 1220, 6006, 12203, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 37862, 4279, 329, 281, 4471, 706, 4471, 352, 351, 257, 7955, 14, 20077, 286, 362, 13, 21, 14, 23, 30, 46506, 20625, 7, 43027, 834, 3847, 62, 8, 16034, 3084, 62, 3672, 62, 6420, 33411, 7955, 1220, 6006, 12203, ...
Please give me a pie chart to show the number of home cities of all drivers
SELECT Home_city, COUNT(Home_city) FROM driver GROUP BY Home_city
[ 5492, 1577, 502, 257, 2508, 8262, 284, 905, 262, 1271, 286, 1363, 4736, 286, 477, 6643, 46506, 5995, 62, 19205, 11, 327, 28270, 7, 16060, 62, 19205, 8, 16034, 4639, 44441, 11050, 5995, 62, 19205 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5492, 1577, 502, 257, 2508, 8262, 284, 905, 262, 1271, 286, 1363, 4736, 286, 477, 6643, 46506, 5995, 62, 19205, 11, 327, 28270, 7, 16060, 62, 19205, 8, 16034, 4639, 44441, 11050, 5995, 62, 19205 ]
count the number of patients who received a insert spinal canal cath procedure within the same hospital visit after replace trach tube this year.
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, procedures_icd.charttime, admissions.hadm_id FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_...
[ 9127, 262, 1271, 286, 3871, 508, 2722, 257, 7550, 26234, 29365, 32171, 8771, 1626, 262, 976, 4436, 3187, 706, 6330, 491, 620, 12403, 428, 614, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 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...
[ 9127, 262, 1271, 286, 3871, 508, 2722, 257, 7550, 26234, 29365, 32171, 8771, 1626, 262, 976, 4436, 3187, 706, 6330, 491, 620, 12403, 428, 614, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 16034, 35...
how many patients were prescribed with omeprazole in the same hospital encounter after the diagnosis with alcohol cirrhosis liver, until 2103?
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, diagnoses_icd.charttime, admissions.hadm_id FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title =...
[ 4919, 867, 3871, 547, 14798, 351, 39030, 538, 3247, 2305, 287, 262, 976, 4436, 8791, 706, 262, 13669, 351, 5548, 10774, 17179, 5958, 14383, 11, 1566, 362, 15197, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 547, 14798, 351, 39030, 538, 3247, 2305, 287, 262, 976, 4436, 8791, 706, 262, 13669, 351, 5548, 10774, 17179, 5958, 14383, 11, 1566, 362, 15197, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, ...
how many times was hancock % considered when starky % was 20.96%
SELECT COUNT(hancock__percentage) FROM table_19681738_1 WHERE starky__percentage = "20.96%"
[ 4919, 867, 1661, 373, 289, 37077, 4064, 3177, 618, 19278, 88, 4064, 373, 1160, 13, 4846, 4, 46506, 327, 28270, 7, 71, 37077, 834, 25067, 496, 8, 16034, 3084, 62, 42246, 1558, 2548, 62, 16, 33411, 19278, 88, 834, 25067, 496, 796, 366...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 1661, 373, 289, 37077, 4064, 3177, 618, 19278, 88, 4064, 373, 1160, 13, 4846, 4, 46506, 327, 28270, 7, 71, 37077, 834, 25067, 496, 8, 16034, 3084, 62, 42246, 1558, 2548, 62, 16, 33411, 19278, 88, 834, 25067, 496, 796, 366...
What Player Club Team is Indiana Ice (ushl)?
SELECT "Player" FROM table_10659 WHERE "Club team" = 'indiana ice (ushl)'
[ 2061, 7853, 6289, 4816, 318, 10278, 6663, 357, 1530, 75, 19427, 46506, 366, 14140, 1, 16034, 3084, 62, 940, 36445, 33411, 366, 42350, 1074, 1, 796, 705, 521, 7484, 4771, 357, 1530, 75, 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 ]
[ 2061, 7853, 6289, 4816, 318, 10278, 6663, 357, 1530, 75, 19427, 46506, 366, 14140, 1, 16034, 3084, 62, 940, 36445, 33411, 366, 42350, 1074, 1, 796, 705, 521, 7484, 4771, 357, 1530, 75, 33047 ]
Posts over time by tag.
SELECT DATEADD(month, DATEDIFF(month, 0, CreationDate), 0) AS m, TagName, COUNT(*) FROM PostTags AS pt JOIN Posts AS q ON q.Id = pt.PostId JOIN Tags AS t ON t.Id = pt.TagId WHERE TagName IN ('go', 'rust', 'flutter', 'dart') AND q.CreationDate < DATEADD(month, DATEDIFF(month, 0, GETDATE()), 0) GROUP BY DATEADD(month, DA...
[ 21496, 625, 640, 416, 7621, 13, 46506, 360, 6158, 29266, 7, 8424, 11, 360, 11617, 29267, 7, 8424, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 285, 11, 17467, 5376, 11, 327, 28270, 7, 28104, 16034, 2947, 36142, 7054, 42975, 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...
[ 21496, 625, 640, 416, 7621, 13, 46506, 360, 6158, 29266, 7, 8424, 11, 360, 11617, 29267, 7, 8424, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 285, 11, 17467, 5376, 11, 327, 28270, 7, 28104, 16034, 2947, 36142, 7054, 42975, 32357, ...
what were the top four most frequent diagnoses of patients who were diagnosed with adv eff corticosteroids that followed within 2 months?
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, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions...
[ 10919, 547, 262, 1353, 1440, 749, 10792, 40567, 286, 3871, 508, 547, 14641, 351, 1354, 914, 12794, 291, 6197, 10994, 326, 3940, 1626, 362, 1933, 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, 1353, 1440, 749, 10792, 40567, 286, 3871, 508, 547, 14641, 351, 1354, 914, 12794, 291, 6197, 10994, 326, 3940, 1626, 362, 1933, 30, 46506, 288, 62, 291, 67, 62, 47356, 4629, 13, 19509, 62, 7839, 16034, 288, 62, 291, ...
what price is a LIMOUSINE service in BOSTON
SELECT DISTINCT ground_service.ground_fare FROM city, ground_service WHERE city.city_name = 'BOSTON' AND ground_service.city_code = city.city_code AND ground_service.transport_type = 'LIMOUSINE'
[ 10919, 2756, 318, 257, 27564, 20958, 8881, 2139, 287, 347, 10892, 1340, 46506, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 2833, 62, 9496, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 8202, 41924, 6, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 2756, 318, 257, 27564, 20958, 8881, 2139, 287, 347, 10892, 1340, 46506, 360, 8808, 1268, 4177, 2323, 62, 15271, 13, 2833, 62, 9496, 16034, 1748, 11, 2323, 62, 15271, 33411, 1748, 13, 19205, 62, 3672, 796, 705, 8202, 41924, 6, 5...
What was the game result against the minnesota vikings?
SELECT "Result" FROM table_39708 WHERE "Opponent" = 'minnesota vikings'
[ 2061, 373, 262, 983, 1255, 1028, 262, 949, 8360, 410, 1134, 654, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2670, 32583, 33411, 366, 27524, 3471, 1, 796, 705, 1084, 8360, 410, 1134, 654, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 983, 1255, 1028, 262, 949, 8360, 410, 1134, 654, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2670, 32583, 33411, 366, 27524, 3471, 1, 796, 705, 1084, 8360, 410, 1134, 654, 6 ]
What are the number of the category of music festivals with result 'Awarded'?, could you list Y from low to high order?
SELECT Category, COUNT(Category) FROM music_festival WHERE Result = "Awarded" GROUP BY Category ORDER BY COUNT(Category)
[ 2061, 389, 262, 1271, 286, 262, 6536, 286, 2647, 25575, 351, 1255, 705, 32, 904, 276, 6, 21747, 714, 345, 1351, 575, 422, 1877, 284, 1029, 1502, 30, 46506, 21743, 11, 327, 28270, 7, 27313, 8, 16034, 2647, 62, 69, 6743, 33411, 25414,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 262, 6536, 286, 2647, 25575, 351, 1255, 705, 32, 904, 276, 6, 21747, 714, 345, 1351, 575, 422, 1877, 284, 1029, 1502, 30, 46506, 21743, 11, 327, 28270, 7, 27313, 8, 16034, 2647, 62, 69, 6743, 33411, 25414,...
List all information about the assessment notes sorted by date in ascending order.
SELECT * FROM assessment_notes ORDER BY date_of_notes
[ 8053, 477, 1321, 546, 262, 8922, 4710, 23243, 416, 3128, 287, 41988, 1502, 13, 46506, 1635, 16034, 8922, 62, 17815, 38678, 11050, 3128, 62, 1659, 62, 17815 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8053, 477, 1321, 546, 262, 8922, 4710, 23243, 416, 3128, 287, 41988, 1502, 13, 46506, 1635, 16034, 8922, 62, 17815, 38678, 11050, 3128, 62, 1659, 62, 17815 ]
A bar chart shows the distribution of Nationality and the average of ID , and group by attribute Nationality, list in desc by the X please.
SELECT Nationality, AVG(ID) FROM swimmer GROUP BY Nationality ORDER BY Nationality DESC
[ 32, 2318, 8262, 2523, 262, 6082, 286, 2351, 414, 290, 262, 2811, 286, 4522, 837, 290, 1448, 416, 11688, 2351, 414, 11, 1351, 287, 1715, 416, 262, 1395, 3387, 13, 46506, 2351, 414, 11, 35224, 7, 2389, 8, 16034, 9422, 647, 44441, 1105...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 2318, 8262, 2523, 262, 6082, 286, 2351, 414, 290, 262, 2811, 286, 4522, 837, 290, 1448, 416, 11688, 2351, 414, 11, 1351, 287, 1715, 416, 262, 1395, 3387, 13, 46506, 2351, 414, 11, 35224, 7, 2389, 8, 16034, 9422, 647, 44441, 1105...
What was the player's team's opponent for Week 12?
SELECT opponent FROM table_20938922_2 WHERE week = 12
[ 2061, 373, 262, 2137, 338, 1074, 338, 6125, 329, 6119, 1105, 30, 46506, 6125, 16034, 3084, 62, 22567, 29769, 1828, 62, 17, 33411, 1285, 796, 1105 ]
[ 1, 1, 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, 2137, 338, 1074, 338, 6125, 329, 6119, 1105, 30, 46506, 6125, 16034, 3084, 62, 22567, 29769, 1828, 62, 17, 33411, 1285, 796, 1105 ]
What was the highest grid value for riders with manufacturer of Aprilia and time of +1.660?
SELECT MAX("Grid") FROM table_40257 WHERE "Manufacturer" = 'aprilia' AND "Time/Retired" = '+1.660'
[ 2061, 373, 262, 4511, 10706, 1988, 329, 13750, 351, 11554, 286, 3035, 544, 290, 640, 286, 1343, 16, 13, 39885, 30, 46506, 25882, 7203, 41339, 4943, 16034, 3084, 62, 1821, 28676, 33411, 366, 44445, 15051, 1, 796, 705, 499, 81, 17517, 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 ]
[ 2061, 373, 262, 4511, 10706, 1988, 329, 13750, 351, 11554, 286, 3035, 544, 290, 640, 286, 1343, 16, 13, 39885, 30, 46506, 25882, 7203, 41339, 4943, 16034, 3084, 62, 1821, 28676, 33411, 366, 44445, 15051, 1, 796, 705, 499, 81, 17517, 6...
What season had the Roma-Napoli match on 12 September 1993?
SELECT "Season" FROM table_52244 WHERE "Match" = 'roma-napoli' AND "Date" = '12 september 1993'
[ 2061, 1622, 550, 262, 29600, 12, 49799, 11106, 2872, 319, 1105, 2693, 9656, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 4309, 25707, 33411, 366, 23850, 1, 796, 705, 42902, 12, 77, 499, 11106, 6, 5357, 366, 10430, 1, 796, 705, 1065, 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 ]
[ 2061, 1622, 550, 262, 29600, 12, 49799, 11106, 2872, 319, 1105, 2693, 9656, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 4309, 25707, 33411, 366, 23850, 1, 796, 705, 42902, 12, 77, 499, 11106, 6, 5357, 366, 10430, 1, 796, 705, 1065, 3...
Which Competition had a Result of 3-0 and VEnue of Suwon?
SELECT "Competition" FROM table_52998 WHERE "Result" = '3-0' AND "Venue" = 'suwon'
[ 13828, 27348, 550, 257, 25414, 286, 513, 12, 15, 290, 569, 4834, 518, 286, 1778, 26502, 30, 46506, 366, 7293, 15620, 1, 16034, 3084, 62, 49721, 4089, 33411, 366, 23004, 1, 796, 705, 18, 12, 15, 6, 5357, 366, 37522, 518, 1, 796, 70...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 27348, 550, 257, 25414, 286, 513, 12, 15, 290, 569, 4834, 518, 286, 1778, 26502, 30, 46506, 366, 7293, 15620, 1, 16034, 3084, 62, 49721, 4089, 33411, 366, 23004, 1, 796, 705, 18, 12, 15, 6, 5357, 366, 37522, 518, 1, 796, 70...
Who in series 5 corresponds to Deborah Meaden in series 3?
SELECT series_5 FROM table_name_57 WHERE series_3 = "deborah meaden"
[ 8241, 287, 2168, 642, 24866, 284, 36976, 21910, 268, 287, 2168, 513, 30, 46506, 2168, 62, 20, 16034, 3084, 62, 3672, 62, 3553, 33411, 2168, 62, 18, 796, 366, 11275, 40844, 502, 40780, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 287, 2168, 642, 24866, 284, 36976, 21910, 268, 287, 2168, 513, 30, 46506, 2168, 62, 20, 16034, 3084, 62, 3672, 62, 3553, 33411, 2168, 62, 18, 796, 366, 11275, 40844, 502, 40780, 1 ]
what is the pick number minimum if the NFL team is the San Diego Chargers?
SELECT MIN("Pick #") FROM table_3234 WHERE "NFL Team" = 'San Diego Chargers'
[ 10919, 318, 262, 2298, 1271, 5288, 611, 262, 5134, 1074, 318, 262, 2986, 9500, 23559, 30, 46506, 20625, 7203, 31686, 1303, 4943, 16034, 3084, 62, 18, 24409, 33411, 366, 32078, 4816, 1, 796, 705, 15017, 9500, 23559, 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 ]
[ 10919, 318, 262, 2298, 1271, 5288, 611, 262, 5134, 1074, 318, 262, 2986, 9500, 23559, 30, 46506, 20625, 7203, 31686, 1303, 4943, 16034, 3084, 62, 18, 24409, 33411, 366, 32078, 4816, 1, 796, 705, 15017, 9500, 23559, 6 ]
Return a bar chart on how many rooms have king beds? Report the number for each decor type.
SELECT decor, COUNT(*) FROM Rooms WHERE bedType = "King" GROUP BY decor
[ 13615, 257, 2318, 8262, 319, 703, 867, 9519, 423, 5822, 20237, 30, 6358, 262, 1271, 329, 1123, 11705, 2099, 13, 46506, 11705, 11, 327, 28270, 7, 28104, 16034, 42043, 33411, 3996, 6030, 796, 366, 15708, 1, 44441, 11050, 11705 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13615, 257, 2318, 8262, 319, 703, 867, 9519, 423, 5822, 20237, 30, 6358, 262, 1271, 329, 1123, 11705, 2099, 13, 46506, 11705, 11, 327, 28270, 7, 28104, 16034, 42043, 33411, 3996, 6030, 796, 366, 15708, 1, 44441, 11050, 11705 ]
Which gene has 4,895,836 base pairs?
SELECT "Genes" FROM table_58061 WHERE "Base Pairs" = '4,895,836'
[ 13828, 9779, 468, 604, 11, 23, 3865, 11, 23, 2623, 2779, 14729, 30, 46506, 366, 13746, 274, 1, 16034, 3084, 62, 39322, 5333, 33411, 366, 14881, 350, 3468, 1, 796, 705, 19, 11, 23, 3865, 11, 23, 2623, 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 ]
[ 13828, 9779, 468, 604, 11, 23, 3865, 11, 23, 2623, 2779, 14729, 30, 46506, 366, 13746, 274, 1, 16034, 3084, 62, 39322, 5333, 33411, 366, 14881, 350, 3468, 1, 796, 705, 19, 11, 23, 3865, 11, 23, 2623, 6 ]
What is Iceland's total?
SELECT COUNT(total) FROM table_150343_3 WHERE country_territory = "Iceland"
[ 2061, 318, 17333, 338, 2472, 30, 46506, 327, 28270, 7, 23350, 8, 16034, 3084, 62, 8628, 32118, 62, 18, 33411, 1499, 62, 353, 799, 652, 796, 366, 23709, 1044, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 17333, 338, 2472, 30, 46506, 327, 28270, 7, 23350, 8, 16034, 3084, 62, 8628, 32118, 62, 18, 33411, 1499, 62, 353, 799, 652, 796, 366, 23709, 1044, 1 ]
what was the name of the drug that was prescribed to patient 25696 within 2 days after having had a sympath nerve inject nec procedure in 03/last year?
SELECT t2.drug FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE admissions.subject_id = 25696 AND procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = ...
[ 10919, 373, 262, 1438, 286, 262, 2563, 326, 373, 14798, 284, 5827, 1679, 38205, 1626, 362, 1528, 706, 1719, 550, 257, 23860, 16384, 8677, 27576, 8771, 287, 7643, 14, 12957, 614, 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, 373, 14798, 284, 5827, 1679, 38205, 1626, 362, 1528, 706, 1719, 550, 257, 23860, 16384, 8677, 27576, 8771, 287, 7643, 14, 12957, 614, 30, 46506, 256, 17, 13, 30349, 16034, 357, 46506, 25349, ...
what is the total number of played when the goals for is more than 34 and goals against is more than 63?
SELECT COUNT(played) FROM table_name_24 WHERE goals_for > 34 AND goals_against > 63
[ 10919, 318, 262, 2472, 1271, 286, 2826, 618, 262, 4661, 329, 318, 517, 621, 4974, 290, 4661, 1028, 318, 517, 621, 8093, 30, 46506, 327, 28270, 7, 21542, 8, 16034, 3084, 62, 3672, 62, 1731, 33411, 4661, 62, 1640, 1875, 4974, 5357, 46...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 2472, 1271, 286, 2826, 618, 262, 4661, 329, 318, 517, 621, 4974, 290, 4661, 1028, 318, 517, 621, 8093, 30, 46506, 327, 28270, 7, 21542, 8, 16034, 3084, 62, 3672, 62, 1731, 33411, 4661, 62, 1640, 1875, 4974, 5357, 46...
What was the maximum l&cr number for archimedes?
SELECT MAX("L&CR No.") FROM table_356 WHERE "Name" = 'Archimedes'
[ 2061, 373, 262, 5415, 300, 5, 6098, 1271, 329, 3934, 320, 37507, 30, 46506, 25882, 7203, 43, 5, 9419, 1400, 19570, 16034, 3084, 62, 32066, 33411, 366, 5376, 1, 796, 705, 19895, 320, 37507, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 5415, 300, 5, 6098, 1271, 329, 3934, 320, 37507, 30, 46506, 25882, 7203, 43, 5, 9419, 1400, 19570, 16034, 3084, 62, 32066, 33411, 366, 5376, 1, 796, 705, 19895, 320, 37507, 6 ]
Which league has a pick number larger than 204 from Canada and LW as the position?
SELECT league_from FROM table_name_61 WHERE pick__number > 204 AND nationality = "canada" AND position = "lw"
[ 13828, 4652, 468, 257, 2298, 1271, 4025, 621, 26956, 422, 3340, 290, 38492, 355, 262, 2292, 30, 46506, 4652, 62, 6738, 16034, 3084, 62, 3672, 62, 5333, 33411, 2298, 834, 17618, 1875, 26956, 5357, 29835, 796, 366, 5171, 4763, 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 ]
[ 13828, 4652, 468, 257, 2298, 1271, 4025, 621, 26956, 422, 3340, 290, 38492, 355, 262, 2292, 30, 46506, 4652, 62, 6738, 16034, 3084, 62, 3672, 62, 5333, 33411, 2298, 834, 17618, 1875, 26956, 5357, 29835, 796, 366, 5171, 4763, 1, 5357, ...
what is admission time and drug name of subject id 42963?
SELECT demographic.admittime, prescriptions.drug FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.subject_id = "42963"
[ 10919, 318, 13938, 640, 290, 2563, 1438, 286, 2426, 4686, 42313, 5066, 30, 46506, 16728, 13, 324, 20124, 524, 11, 34092, 13, 30349, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 312, 796, 34092, 13, 1810...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13938, 640, 290, 2563, 1438, 286, 2426, 4686, 42313, 5066, 30, 46506, 16728, 13, 324, 20124, 524, 11, 34092, 13, 30349, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 312, 796, 34092, 13, 1810...
What are the classes that are available this Winter ?
SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'EECS' AND semester.semester = 'Winter' AND semester.semester_id = course_offering.semester AND semester.year = 2016
[ 2061, 389, 262, 6097, 326, 389, 1695, 428, 10633, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 17319, 62, 312, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 389, 262, 6097, 326, 389, 1695, 428, 10633, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 17319, 62, 312, ...
How many points did Corbari Italia earn in 1985?
SELECT "Points" FROM table_15209 WHERE "Entrant" = 'corbari italia' AND "Year" = '1985'
[ 2437, 867, 2173, 750, 2744, 65, 2743, 632, 9752, 5160, 287, 12863, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 1314, 22567, 33411, 366, 14539, 5250, 1, 796, 705, 10215, 65, 2743, 340, 9752, 6, 5357, 366, 17688, 1, 796, 705, 29110, 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 ]
[ 2437, 867, 2173, 750, 2744, 65, 2743, 632, 9752, 5160, 287, 12863, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 1314, 22567, 33411, 366, 14539, 5250, 1, 796, 705, 10215, 65, 2743, 340, 9752, 6, 5357, 366, 17688, 1, 796, 705, 29110, 6 ...
which competitor was slower , hrafnhildur luthersdottir or jenna laukkanen ?
SELECT "name" FROM table_204_547 WHERE "name" IN ('hrafnhildur luthersdottir', 'jenna laukkanen') ORDER BY "time" DESC LIMIT 1
[ 4758, 20319, 373, 13611, 837, 289, 430, 22184, 71, 688, 333, 300, 315, 7084, 67, 1252, 343, 393, 474, 13713, 300, 559, 74, 27541, 268, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 18638, 62, 20, 2857, 33411, 366, 3672, 1, 3268, 19203...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20319, 373, 13611, 837, 289, 430, 22184, 71, 688, 333, 300, 315, 7084, 67, 1252, 343, 393, 474, 13713, 300, 559, 74, 27541, 268, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 18638, 62, 20, 2857, 33411, 366, 3672, 1, 3268, 19203...
What was the US national average electric mix rating for the vehicle that was rated 280 g/mi (174 g/km) in the Midwest?
SELECT us_national_average_electric_mix FROM table_16105186_2 WHERE midwest__des_moines_ = "280 g/mi (174 g/km)"
[ 2061, 373, 262, 1294, 2260, 2811, 5186, 5022, 7955, 329, 262, 4038, 326, 373, 13178, 21355, 308, 14, 11632, 357, 22985, 308, 14, 13276, 8, 287, 262, 25701, 30, 46506, 514, 62, 14648, 62, 23913, 62, 31067, 62, 19816, 16034, 3084, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 373, 262, 1294, 2260, 2811, 5186, 5022, 7955, 329, 262, 4038, 326, 373, 13178, 21355, 308, 14, 11632, 357, 22985, 308, 14, 13276, 8, 287, 262, 25701, 30, 46506, 514, 62, 14648, 62, 23913, 62, 31067, 62, 19816, 16034, 3084, 62, ...
count the number of patients with lab test item id 51455.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE lab.itemid = "51455"
[ 9127, 262, 1271, 286, 3871, 351, 2248, 1332, 2378, 4686, 642, 1415, 2816, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 9127, 262, 1271, 286, 3871, 351, 2248, 1332, 2378, 4686, 642, 1415, 2816, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312,...
What sport is the cb estudiantes club in?
SELECT sport FROM table_name_46 WHERE club = "cb estudiantes"
[ 2061, 6332, 318, 262, 269, 65, 1556, 463, 3014, 274, 3430, 287, 30, 46506, 6332, 16034, 3084, 62, 3672, 62, 3510, 33411, 3430, 796, 366, 21101, 1556, 463, 3014, 274, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 6332, 318, 262, 269, 65, 1556, 463, 3014, 274, 3430, 287, 30, 46506, 6332, 16034, 3084, 62, 3672, 62, 3510, 33411, 3430, 796, 366, 21101, 1556, 463, 3014, 274, 1 ]
What is the penalty for the DET team player Andreas Lilja?
SELECT penalty FROM table_name_42 WHERE team = "det" AND player = "andreas lilja"
[ 2061, 318, 262, 7389, 329, 262, 38267, 1074, 2137, 33728, 16342, 6592, 30, 46506, 7389, 16034, 3084, 62, 3672, 62, 3682, 33411, 1074, 796, 366, 15255, 1, 5357, 2137, 796, 366, 49078, 292, 42280, 6592, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7389, 329, 262, 38267, 1074, 2137, 33728, 16342, 6592, 30, 46506, 7389, 16034, 3084, 62, 3672, 62, 3682, 33411, 1074, 796, 366, 15255, 1, 5357, 2137, 796, 366, 49078, 292, 42280, 6592, 1 ]
For all employees who have the letters D or S in their first name, a bar chart shows the distribution of job_id and the sum of employee_id , and group by attribute job_id, and could you rank in asc by the sum employee id?
SELECT JOB_ID, SUM(EMPLOYEE_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY SUM(EMPLOYEE_ID)
[ 1890, 477, 4409, 508, 423, 262, 7475, 360, 393, 311, 287, 511, 717, 1438, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1693, 62, 312, 290, 262, 2160, 286, 6538, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 290, 714, 345, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 477, 4409, 508, 423, 262, 7475, 360, 393, 311, 287, 511, 717, 1438, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1693, 62, 312, 290, 262, 2160, 286, 6538, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 290, 714, 345, ...
Find the number of dorms for each gender in a bar chart, order in asc by the Y please.
SELECT gender, COUNT(*) FROM Dorm GROUP BY gender ORDER BY COUNT(*)
[ 16742, 262, 1271, 286, 18586, 82, 329, 1123, 5279, 287, 257, 2318, 8262, 11, 1502, 287, 10570, 416, 262, 575, 3387, 13, 46506, 5279, 11, 327, 28270, 7, 28104, 16034, 360, 579, 44441, 11050, 5279, 38678, 11050, 327, 28270, 7, 28104 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18586, 82, 329, 1123, 5279, 287, 257, 2318, 8262, 11, 1502, 287, 10570, 416, 262, 575, 3387, 13, 46506, 5279, 11, 327, 28270, 7, 28104, 16034, 360, 579, 44441, 11050, 5279, 38678, 11050, 327, 28270, 7, 28104 ]
What is the counting method for a network-centric basis?
SELECT "Counting Method" FROM table_66775 WHERE "Basis" = 'network-centric'
[ 2061, 318, 262, 14143, 2446, 329, 257, 3127, 12, 28577, 4308, 30, 46506, 366, 12332, 278, 11789, 1, 16034, 3084, 62, 28933, 2425, 33411, 366, 15522, 271, 1, 796, 705, 27349, 12, 28577, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 14143, 2446, 329, 257, 3127, 12, 28577, 4308, 30, 46506, 366, 12332, 278, 11789, 1, 16034, 3084, 62, 28933, 2425, 33411, 366, 15522, 271, 1, 796, 705, 27349, 12, 28577, 6 ]