instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What are the last names for all scholarship students?
SELECT T2.lname FROM sportsinfo AS T1 JOIN student AS T2 ON T1.stuid = T2.stuid WHERE T1.onscholarship = 'Y'
[ 2061, 389, 262, 938, 3891, 329, 477, 18652, 2444, 30, 46506, 309, 17, 13, 75, 3672, 16034, 5701, 10951, 7054, 309, 16, 32357, 1268, 3710, 7054, 309, 17, 6177, 309, 16, 13, 301, 27112, 796, 309, 17, 13, 301, 27112, 33411, 309, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 938, 3891, 329, 477, 18652, 2444, 30, 46506, 309, 17, 13, 75, 3672, 16034, 5701, 10951, 7054, 309, 16, 32357, 1268, 3710, 7054, 309, 17, 6177, 309, 16, 13, 301, 27112, 796, 309, 17, 13, 301, 27112, 33411, 309, 16, ...
What's the rank for February 11, 2012 with less than 18,735 in attendance?
SELECT AVG("Rank") FROM table_79433 WHERE "Date" = 'february 11, 2012' AND "Attendance" < '18,735'
[ 2061, 338, 262, 4279, 329, 3945, 1367, 11, 2321, 351, 1342, 621, 1248, 11, 22, 2327, 287, 14858, 30, 46506, 35224, 7203, 27520, 4943, 16034, 3084, 62, 3720, 42117, 33411, 366, 10430, 1, 796, 705, 69, 1765, 3728, 1367, 11, 2321, 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 ]
[ 2061, 338, 262, 4279, 329, 3945, 1367, 11, 2321, 351, 1342, 621, 1248, 11, 22, 2327, 287, 14858, 30, 46506, 35224, 7203, 27520, 4943, 16034, 3084, 62, 3720, 42117, 33411, 366, 10430, 1, 796, 705, 69, 1765, 3728, 1367, 11, 2321, 6, 5...
what was the top speed in miles per hour ?
SELECT MAX("speed\n(mph)") FROM table_203_688
[ 10919, 373, 262, 1353, 2866, 287, 4608, 583, 1711, 5633, 46506, 25882, 7203, 12287, 59, 77, 7, 23335, 8, 4943, 16034, 3084, 62, 22416, 62, 34427 ]
[ 1, 1, 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, 1353, 2866, 287, 4608, 583, 1711, 5633, 46506, 25882, 7203, 12287, 59, 77, 7, 23335, 8, 4943, 16034, 3084, 62, 22416, 62, 34427 ]
What model has a total produced more than 5 and a prime move of 12-251c?
SELECT model FROM table_name_15 WHERE total_produced > 5 AND prime_mover = "12-251c"
[ 2061, 2746, 468, 257, 2472, 4635, 517, 621, 642, 290, 257, 6994, 1445, 286, 1105, 12, 28072, 66, 30, 46506, 2746, 16034, 3084, 62, 3672, 62, 1314, 33411, 2472, 62, 32783, 1875, 642, 5357, 6994, 62, 76, 2502, 796, 366, 1065, 12, 2807...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2746, 468, 257, 2472, 4635, 517, 621, 642, 290, 257, 6994, 1445, 286, 1105, 12, 28072, 66, 30, 46506, 2746, 16034, 3084, 62, 3672, 62, 1314, 33411, 2472, 62, 32783, 1875, 642, 5357, 6994, 62, 76, 2502, 796, 366, 1065, 12, 2807...
What is the highest Average, when Goals is '34', and when Matches is less than 37?
SELECT MAX("Average") FROM table_78961 WHERE "Goals" = '34' AND "Matches" < '37'
[ 2061, 318, 262, 4511, 13475, 11, 618, 28510, 318, 705, 2682, 3256, 290, 618, 6550, 2052, 318, 1342, 621, 5214, 30, 46506, 25882, 7203, 26287, 4943, 16034, 3084, 62, 3695, 4846, 16, 33411, 366, 5247, 874, 1, 796, 705, 2682, 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 ]
[ 2061, 318, 262, 4511, 13475, 11, 618, 28510, 318, 705, 2682, 3256, 290, 618, 6550, 2052, 318, 1342, 621, 5214, 30, 46506, 25882, 7203, 26287, 4943, 16034, 3084, 62, 3695, 4846, 16, 33411, 366, 5247, 874, 1, 796, 705, 2682, 6, 5357, ...
A bar chart about what are the title and maximum price of each film?
SELECT Title, MAX(T1.Price) FROM schedule AS T1 JOIN film AS T2 ON T1.Film_ID = T2.Film_ID GROUP BY Title
[ 32, 2318, 8262, 546, 644, 389, 262, 3670, 290, 5415, 2756, 286, 1123, 2646, 30, 46506, 11851, 11, 25882, 7, 51, 16, 13, 18124, 8, 16034, 7269, 7054, 309, 16, 32357, 1268, 2646, 7054, 309, 17, 6177, 309, 16, 13, 39750, 62, 2389, 79...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 2318, 8262, 546, 644, 389, 262, 3670, 290, 5415, 2756, 286, 1123, 2646, 30, 46506, 11851, 11, 25882, 7, 51, 16, 13, 18124, 8, 16034, 7269, 7054, 309, 16, 32357, 1268, 2646, 7054, 309, 17, 6177, 309, 16, 13, 39750, 62, 2389, 79...
What is the title of the episode with series number 14?
SELECT episode_title FROM table_28967275_2 WHERE series__number = 14
[ 2061, 318, 262, 3670, 286, 262, 4471, 351, 2168, 1271, 1478, 30, 46506, 4471, 62, 7839, 16034, 3084, 62, 27693, 3134, 23195, 62, 17, 33411, 2168, 834, 17618, 796, 1478 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3670, 286, 262, 4471, 351, 2168, 1271, 1478, 30, 46506, 4471, 62, 7839, 16034, 3084, 62, 27693, 3134, 23195, 62, 17, 33411, 2168, 834, 17618, 796, 1478 ]
What was the date of the premiere that had a 20.9 rating?
SELECT "Premiere" FROM table_45539 WHERE "Rating" = '20.9'
[ 2061, 373, 262, 3128, 286, 262, 19245, 326, 550, 257, 1160, 13, 24, 7955, 30, 46506, 366, 24914, 13235, 1, 16034, 3084, 62, 30505, 2670, 33411, 366, 29321, 1, 796, 705, 1238, 13, 24, 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, 3128, 286, 262, 19245, 326, 550, 257, 1160, 13, 24, 7955, 30, 46506, 366, 24914, 13235, 1, 16034, 3084, 62, 30505, 2670, 33411, 366, 29321, 1, 796, 705, 1238, 13, 24, 6 ]
how many patients whose diagnoses icd9 code is 5849 and lab test category is hematology?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.icd9_code = "5849" AND lab."CATEGORY" = "Hematology"
[ 4919, 867, 3871, 3025, 40567, 14158, 67, 24, 2438, 318, 7618, 2920, 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, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 3025, 40567, 14158, 67, 24, 2438, 318, 7618, 2920, 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, 405...
What is Country, when Time is 1:29.43.60?
SELECT country FROM table_name_68 WHERE time = "1:29.43.60"
[ 2061, 318, 12946, 11, 618, 3862, 318, 352, 25, 1959, 13, 3559, 13, 1899, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 3104, 33411, 640, 796, 366, 16, 25, 1959, 13, 3559, 13, 1899, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12946, 11, 618, 3862, 318, 352, 25, 1959, 13, 3559, 13, 1899, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 3104, 33411, 640, 796, 366, 16, 25, 1959, 13, 3559, 13, 1899, 1 ]
how many patients whose gender is m and diagnoses long title is unspecified pleural effusion?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.gender = "M" AND diagnoses.long_title = "Unspecified pleural effusion"
[ 4919, 867, 3871, 3025, 5279, 318, 285, 290, 40567, 890, 3670, 318, 29547, 3339, 1523, 914, 4241, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 3025, 5279, 318, 285, 290, 40567, 890, 3670, 318, 29547, 3339, 1523, 914, 4241, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, ...
When was the Result of 3 2, with a Score of 6 0, 6 4?
SELECT date FROM table_name_72 WHERE result = "3–2" AND score = "6–0, 6–4"
[ 2215, 373, 262, 25414, 286, 513, 362, 11, 351, 257, 15178, 286, 718, 657, 11, 718, 604, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 4761, 33411, 1255, 796, 366, 18, 1906, 17, 1, 5357, 4776, 796, 366, 21, 1906, 15, 11, 718, 1906, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 25414, 286, 513, 362, 11, 351, 257, 15178, 286, 718, 657, 11, 718, 604, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 4761, 33411, 1255, 796, 366, 18, 1906, 17, 1, 5357, 4776, 796, 366, 21, 1906, 15, 11, 718, 1906, ...
what is the name of the first competiton on this chart ?
SELECT "competition" FROM table_203_781 WHERE id = 1
[ 10919, 318, 262, 1438, 286, 262, 717, 2307, 37752, 319, 428, 8262, 5633, 46506, 366, 5589, 15620, 1, 16034, 3084, 62, 22416, 62, 49703, 33411, 4686, 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 ]
[ 10919, 318, 262, 1438, 286, 262, 717, 2307, 37752, 319, 428, 8262, 5633, 46506, 366, 5589, 15620, 1, 16034, 3084, 62, 22416, 62, 49703, 33411, 4686, 796, 352 ]
For all employees who have the letters D or S in their first name, give me the comparison about the average of manager_id over the hire_date bin hire_date by weekday by a bar chart, rank by the Y in desc.
SELECT HIRE_DATE, AVG(MANAGER_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' ORDER BY AVG(MANAGER_ID) DESC
[ 1890, 477, 4409, 508, 423, 262, 7475, 360, 393, 311, 287, 511, 717, 1438, 11, 1577, 502, 262, 7208, 546, 262, 2811, 286, 4706, 62, 312, 625, 262, 11078, 62, 4475, 9874, 11078, 62, 4475, 416, 28269, 416, 257, 2318, 8262, 11, 4279, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1577, 502, 262, 7208, 546, 262, 2811, 286, 4706, 62, 312, 625, 262, 11078, 62, 4475, 9874, 11078, 62, 4475, 416, 28269, 416, 257, 2318, 8262, 11, 4279, ...
What is the location of the team who's captain is Miodrag D udovi ?
SELECT "Location" FROM table_2224 WHERE "Team Captain" = 'Miodrag Džudović'
[ 2061, 318, 262, 4067, 286, 262, 1074, 508, 338, 10654, 318, 337, 2101, 22562, 360, 334, 67, 47297, 5633, 46506, 366, 14749, 1, 16034, 3084, 62, 1828, 1731, 33411, 366, 15592, 8599, 1, 796, 705, 44, 2101, 22562, 360, 129, 122, 463, 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 ]
[ 2061, 318, 262, 4067, 286, 262, 1074, 508, 338, 10654, 318, 337, 2101, 22562, 360, 334, 67, 47297, 5633, 46506, 366, 14749, 1, 16034, 3084, 62, 1828, 1731, 33411, 366, 15592, 8599, 1, 796, 705, 44, 2101, 22562, 360, 129, 122, 463, 4...
Whati s the format for the catalogno of st 491?
SELECT format FROM table_name_26 WHERE catalogno = "st 491"
[ 2061, 72, 264, 262, 5794, 329, 262, 3797, 282, 2360, 78, 286, 336, 5125, 16, 30, 46506, 5794, 16034, 3084, 62, 3672, 62, 2075, 33411, 3797, 282, 2360, 78, 796, 366, 301, 5125, 16, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 72, 264, 262, 5794, 329, 262, 3797, 282, 2360, 78, 286, 336, 5125, 16, 30, 46506, 5794, 16034, 3084, 62, 3672, 62, 2075, 33411, 3797, 282, 2360, 78, 796, 366, 301, 5125, 16, 1 ]
Name the total number of since for belletti
SELECT COUNT("Since") FROM table_56098 WHERE "Name" = 'belletti'
[ 5376, 262, 2472, 1271, 286, 1201, 329, 894, 15503, 72, 46506, 327, 28270, 7203, 6385, 4943, 16034, 3084, 62, 34135, 4089, 33411, 366, 5376, 1, 796, 705, 6667, 15503, 72, 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 ]
[ 5376, 262, 2472, 1271, 286, 1201, 329, 894, 15503, 72, 46506, 327, 28270, 7203, 6385, 4943, 16034, 3084, 62, 34135, 4089, 33411, 366, 5376, 1, 796, 705, 6667, 15503, 72, 6 ]
What is the total of yards when asst. is 19, totaltk is 60 and sack is more than 0?
SELECT SUM("Yards") FROM table_54605 WHERE "Asst." = '19' AND "TotalTK" = '60' AND "Sack" > '0'
[ 2061, 318, 262, 2472, 286, 5695, 618, 355, 301, 13, 318, 678, 11, 2472, 30488, 318, 3126, 290, 23704, 318, 517, 621, 657, 30, 46506, 35683, 7203, 56, 1371, 4943, 16034, 3084, 62, 4051, 32417, 33411, 366, 1722, 301, 526, 796, 705, 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 ]
[ 2061, 318, 262, 2472, 286, 5695, 618, 355, 301, 13, 318, 678, 11, 2472, 30488, 318, 3126, 290, 23704, 318, 517, 621, 657, 30, 46506, 35683, 7203, 56, 1371, 4943, 16034, 3084, 62, 4051, 32417, 33411, 366, 1722, 301, 526, 796, 705, 11...
What is the Top-25 with an Events of 20, and a Wins larger than 2?
SELECT AVG(top_25) FROM table_name_45 WHERE events = 20 AND wins > 2
[ 2061, 318, 262, 5849, 12, 1495, 351, 281, 18715, 286, 1160, 11, 290, 257, 24423, 4025, 621, 362, 30, 46506, 35224, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2231, 33411, 2995, 796, 1160, 5357, 7864, 1875, 362 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5849, 12, 1495, 351, 281, 18715, 286, 1160, 11, 290, 257, 24423, 4025, 621, 362, 30, 46506, 35224, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2231, 33411, 2995, 796, 1160, 5357, 7864, 1875, 362 ]
When was the record 3-3?
SELECT "Date" FROM table_11905 WHERE "Record" = '3-3'
[ 2215, 373, 262, 1700, 513, 12, 18, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 16315, 2713, 33411, 366, 23739, 1, 796, 705, 18, 12, 18, 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 ]
[ 2215, 373, 262, 1700, 513, 12, 18, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 16315, 2713, 33411, 366, 23739, 1, 796, 705, 18, 12, 18, 6 ]
What is 2010 that has 1r 2011?
SELECT 2010 FROM table_name_3 WHERE 2011 = "1r"
[ 2061, 318, 3050, 326, 468, 352, 81, 2813, 30, 46506, 3050, 16034, 3084, 62, 3672, 62, 18, 33411, 2813, 796, 366, 16, 81, 1 ]
[ 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, 3050, 326, 468, 352, 81, 2813, 30, 46506, 3050, 16034, 3084, 62, 3672, 62, 18, 33411, 2813, 796, 366, 16, 81, 1 ]
Which Agricultural Panel has a Nominated by the Taoiseach larger than 6, and a Total larger than 60?
SELECT SUM("Agricultural Panel") FROM table_40219 WHERE "Nominated by the Taoiseach" > '6' AND "Total" > '60'
[ 13828, 36694, 18810, 468, 257, 21198, 3898, 416, 262, 32120, 786, 620, 4025, 621, 718, 11, 290, 257, 7472, 4025, 621, 3126, 30, 46506, 35683, 7203, 10262, 1173, 8596, 18810, 4943, 16034, 3084, 62, 1821, 28896, 33411, 366, 45, 50251, 416...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 36694, 18810, 468, 257, 21198, 3898, 416, 262, 32120, 786, 620, 4025, 621, 718, 11, 290, 257, 7472, 4025, 621, 3126, 30, 46506, 35683, 7203, 10262, 1173, 8596, 18810, 4943, 16034, 3084, 62, 1821, 28896, 33411, 366, 45, 50251, 416...
What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza?
SELECT "Tom Horner (I)" FROM table_2218 WHERE "Matt Entenza (DFL)" = '31%'
[ 2061, 338, 262, 5873, 286, 5690, 329, 4186, 6075, 1008, 1864, 284, 262, 3278, 2723, 326, 4752, 3261, 4, 329, 4705, 7232, 23674, 30, 46506, 366, 13787, 6075, 1008, 357, 40, 16725, 16034, 3084, 62, 1828, 1507, 33411, 366, 13448, 7232, 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 ]
[ 2061, 338, 262, 5873, 286, 5690, 329, 4186, 6075, 1008, 1864, 284, 262, 3278, 2723, 326, 4752, 3261, 4, 329, 4705, 7232, 23674, 30, 46506, 366, 13787, 6075, 1008, 357, 40, 16725, 16034, 3084, 62, 1828, 1507, 33411, 366, 13448, 7232, 2...
how many patients have received a total protein, urine lab test since 2104?
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT labevents.hadm_id FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'total protein, urine') AND STRFTIME('%y', labevents.charttime) >= '2104')
[ 4919, 867, 3871, 423, 2722, 257, 2472, 7532, 11, 18922, 2248, 1332, 1201, 362, 13464, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 423, 2722, 257, 2472, 7532, 11, 18922, 2248, 1332, 1201, 362, 13464, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 25349, 13, 32796, 62, 312, 8, 16034, 25349, 33411, 25349, 13, 18108, 76, 62, 312, 3268, 357, 46506, ...
What is the number drawn when 3 have been lost?
SELECT "Drawn" FROM table_67889 WHERE "Lost" = '3'
[ 2061, 318, 262, 1271, 7428, 618, 513, 423, 587, 2626, 30, 46506, 366, 35, 5791, 1, 16034, 3084, 62, 3134, 39121, 33411, 366, 31042, 1, 796, 705, 18, 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, 318, 262, 1271, 7428, 618, 513, 423, 587, 2626, 30, 46506, 366, 35, 5791, 1, 16034, 3084, 62, 3134, 39121, 33411, 366, 31042, 1, 796, 705, 18, 6 ]
What is the position of the winner with 792 points?
SELECT "Position" FROM table_42500 WHERE "Points" = '792'
[ 2061, 318, 262, 2292, 286, 262, 8464, 351, 767, 5892, 2173, 30, 46506, 366, 26545, 1, 16034, 3084, 62, 32114, 405, 33411, 366, 40710, 1, 796, 705, 48156, 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, 318, 262, 2292, 286, 262, 8464, 351, 767, 5892, 2173, 30, 46506, 366, 26545, 1, 16034, 3084, 62, 32114, 405, 33411, 366, 40710, 1, 796, 705, 48156, 6 ]
How many total number of attendance were there when the game was held in Anaheim Stadium?
SELECT COUNT("Attendance") FROM table_22060 WHERE "Game site" = 'Anaheim Stadium'
[ 2437, 867, 2472, 1271, 286, 14858, 547, 612, 618, 262, 983, 373, 2714, 287, 31100, 10499, 30, 46506, 327, 28270, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 17572, 1899, 33411, 366, 8777, 2524, 1, 796, 705, 2025, 64, 9096, 10499, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 2472, 1271, 286, 14858, 547, 612, 618, 262, 983, 373, 2714, 287, 31100, 10499, 30, 46506, 327, 28270, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 17572, 1899, 33411, 366, 8777, 2524, 1, 796, 705, 2025, 64, 9096, 10499, 6 ]
Who won the tournament for Australia in the year when Byron Nelson was Honoree?
SELECT "Player" FROM table_19862 WHERE "Country" = 'Australia' AND "Honoree(s)" = 'Byron Nelson'
[ 8241, 1839, 262, 7756, 329, 4505, 287, 262, 614, 618, 36719, 12996, 373, 8835, 382, 68, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 28054, 17, 33411, 366, 33921, 1, 796, 705, 27429, 6, 5357, 366, 29478, 382, 68, 7, 82, 16725, 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 ]
[ 8241, 1839, 262, 7756, 329, 4505, 287, 262, 614, 618, 36719, 12996, 373, 8835, 382, 68, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 28054, 17, 33411, 366, 33921, 1, 796, 705, 27429, 6, 5357, 366, 29478, 382, 68, 7, 82, 16725, 796, ...
what is the number of patients whose marital status is married and lab test name is thyroxine (t4)?
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 = "Thyroxine (T4)"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 6405, 290, 2248, 1332, 1438, 318, 11906, 13907, 500, 357, 83, 19, 19427, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 6405, 290, 2248, 1332, 1438, 318, 11906, 13907, 500, 357, 83, 19, 19427, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32...
What is the area for the province having Hangul of ?
SELECT area FROM table_name_60 WHERE hangul_chosongul = "경기도"
[ 2061, 318, 262, 1989, 329, 262, 8473, 1719, 24300, 377, 286, 5633, 46506, 1989, 16034, 3084, 62, 3672, 62, 1899, 33411, 8181, 377, 62, 354, 418, 506, 377, 796, 366, 166, 110, 121, 166, 116, 108, 167, 237, 226, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1989, 329, 262, 8473, 1719, 24300, 377, 286, 5633, 46506, 1989, 16034, 3084, 62, 3672, 62, 1899, 33411, 8181, 377, 62, 354, 418, 506, 377, 796, 366, 166, 110, 121, 166, 116, 108, 167, 237, 226, 1 ]
What is the highest points when the top goal scorer was Khaled Msakni (10), and the final standing is less than 12?
SELECT MAX("Points") FROM table_60910 WHERE "Top Goal Scorer" = 'khaled msakni (10)' AND "Final Standing" < '12'
[ 2061, 318, 262, 4511, 2173, 618, 262, 1353, 3061, 30664, 373, 5311, 3021, 6997, 461, 8461, 357, 940, 828, 290, 262, 2457, 5055, 318, 1342, 621, 1105, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 31751, 940, 33411, 366, 9126, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2173, 618, 262, 1353, 3061, 30664, 373, 5311, 3021, 6997, 461, 8461, 357, 940, 828, 290, 262, 2457, 5055, 318, 1342, 621, 1105, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 31751, 940, 33411, 366, 9126, ...
uncontrolled hypertension ( greater than 160 / 90 )
SELECT * FROM table_train_112 WHERE hypertension = 1 OR systolic_blood_pressure_sbp >= 160 OR diastolic_blood_pressure_dbp >= 90
[ 403, 14401, 37454, 357, 3744, 621, 13454, 1220, 4101, 1267, 46506, 1635, 16034, 3084, 62, 27432, 62, 14686, 33411, 37454, 796, 352, 6375, 827, 301, 4160, 62, 18041, 62, 36151, 62, 36299, 79, 18189, 13454, 6375, 2566, 459, 4160, 62, 1804...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 403, 14401, 37454, 357, 3744, 621, 13454, 1220, 4101, 1267, 46506, 1635, 16034, 3084, 62, 27432, 62, 14686, 33411, 37454, 796, 352, 6375, 827, 301, 4160, 62, 18041, 62, 36151, 62, 36299, 79, 18189, 13454, 6375, 2566, 459, 4160, 62, 1804...
Name the santee sisseton for wi h a
SELECT santee_sisseton FROM table_1499774_5 WHERE yankton_yanktonai = "wičháša"
[ 5376, 262, 264, 415, 1453, 264, 747, 18483, 329, 45967, 289, 257, 46506, 264, 415, 1453, 62, 82, 747, 18483, 16034, 3084, 62, 1415, 2079, 47582, 62, 20, 33411, 331, 962, 1122, 62, 88, 962, 1122, 1872, 796, 366, 37686, 46195, 71, 655...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 264, 415, 1453, 264, 747, 18483, 329, 45967, 289, 257, 46506, 264, 415, 1453, 62, 82, 747, 18483, 16034, 3084, 62, 1415, 2079, 47582, 62, 20, 33411, 331, 962, 1122, 62, 88, 962, 1122, 1872, 796, 366, 37686, 46195, 71, 655...
When did the Electricity Grid 28.12.1972 officially shutdown?
SELECT shutdown FROM table_name_26 WHERE electricity_grid = "28.12.1972"
[ 2215, 750, 262, 42048, 24846, 2579, 13, 1065, 13, 41023, 8720, 18325, 30, 46506, 18325, 16034, 3084, 62, 3672, 62, 2075, 33411, 8744, 62, 25928, 796, 366, 2078, 13, 1065, 13, 41023, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 750, 262, 42048, 24846, 2579, 13, 1065, 13, 41023, 8720, 18325, 30, 46506, 18325, 16034, 3084, 62, 3672, 62, 2075, 33411, 8744, 62, 25928, 796, 366, 2078, 13, 1065, 13, 41023, 1 ]
Who is the candidate in election where the incumbent was first elected in 1980?
SELECT "Candidates" FROM table_18270 WHERE "First elected" = '1980'
[ 8241, 318, 262, 4540, 287, 3071, 810, 262, 23526, 373, 717, 7018, 287, 7169, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 1507, 20233, 33411, 366, 5962, 7018, 1, 796, 705, 23664, 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 ]
[ 8241, 318, 262, 4540, 287, 3071, 810, 262, 23526, 373, 717, 7018, 287, 7169, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 1507, 20233, 33411, 366, 5962, 7018, 1, 796, 705, 23664, 6 ]
what are all the date for gtc winners graeme mundy jamie smyth and gt3 winners hector lester tim mullen
SELECT "Date" FROM table_17970 WHERE "GTC Winner" = 'Graeme Mundy Jamie Smyth' AND "GT3 Winner" = 'Hector Lester Tim Mullen'
[ 10919, 389, 477, 262, 3128, 329, 308, 23047, 14591, 7933, 34755, 27943, 88, 16853, 494, 895, 5272, 290, 308, 83, 18, 14591, 339, 2715, 300, 7834, 4628, 35024, 268, 46506, 366, 10430, 1, 16034, 3084, 62, 21738, 2154, 33411, 366, 38, 48...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 477, 262, 3128, 329, 308, 23047, 14591, 7933, 34755, 27943, 88, 16853, 494, 895, 5272, 290, 308, 83, 18, 14591, 339, 2715, 300, 7834, 4628, 35024, 268, 46506, 366, 10430, 1, 16034, 3084, 62, 21738, 2154, 33411, 366, 38, 48...
the first intake that patient 2004 had on 07/18/last year what is the name of it?
SELECT d_items.label FROM d_items WHERE d_items.itemid IN (SELECT inputevents_cv.itemid FROM inputevents_cv WHERE inputevents_cv.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 2004)) AND DATETIME(inputevents_cv.c...
[ 1169, 717, 10337, 326, 5827, 5472, 550, 319, 8753, 14, 1507, 14, 12957, 614, 644, 318, 262, 1438, 286, 340, 30, 46506, 288, 62, 23814, 13, 18242, 16034, 288, 62, 23814, 33411, 288, 62, 23814, 13, 9186, 312, 3268, 357, 46506, 287, 79...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1169, 717, 10337, 326, 5827, 5472, 550, 319, 8753, 14, 1507, 14, 12957, 614, 644, 318, 262, 1438, 286, 340, 30, 46506, 288, 62, 23814, 13, 18242, 16034, 288, 62, 23814, 33411, 288, 62, 23814, 13, 9186, 312, 3268, 357, 46506, 287, 79...
what is admission type and primary disease of subject name dawn cooper?
SELECT demographic.admission_type, demographic.diagnosis FROM demographic WHERE demographic.name = "Dawn Cooper"
[ 10919, 318, 13938, 2099, 290, 4165, 4369, 286, 2426, 1438, 17577, 6788, 30, 46506, 16728, 13, 324, 3411, 62, 4906, 11, 16728, 13, 47356, 5958, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 35, 3832, 10382, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2099, 290, 4165, 4369, 286, 2426, 1438, 17577, 6788, 30, 46506, 16728, 13, 324, 3411, 62, 4906, 11, 16728, 13, 47356, 5958, 16034, 16728, 33411, 16728, 13, 3672, 796, 366, 35, 3832, 10382, 1 ]
Score as function of Datalength of Post body.
WITH cte AS (SELECT NTILE(10) OVER (ORDER BY Body_length) AS "Bucket", Body_length, Id FROM (SELECT Id, DATALENGTH(Body) AS Body_length FROM Posts WHERE PostTypeId = 2) AS p) SELECT bucket, AVG(Body_length), SUM(Score) FROM Posts AS p INNER JOIN cte ON p.Id = cte.Id GROUP BY bucket ORDER BY bucket
[ 26595, 355, 2163, 286, 360, 10254, 3286, 286, 2947, 1767, 13, 54, 10554, 269, 660, 7054, 357, 46506, 24563, 41119, 7, 940, 8, 28729, 357, 12532, 1137, 11050, 12290, 62, 13664, 8, 7054, 366, 33, 38811, 1600, 12290, 62, 13664, 11, 5121,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26595, 355, 2163, 286, 360, 10254, 3286, 286, 2947, 1767, 13, 54, 10554, 269, 660, 7054, 357, 46506, 24563, 41119, 7, 940, 8, 28729, 357, 12532, 1137, 11050, 12290, 62, 13664, 8, 7054, 366, 33, 38811, 1600, 12290, 62, 13664, 11, 5121,...
Linux Engineers (AboutMe contains Linux Engineer related keywords).
SELECT DISTINCT CONCAT('https://stackoverflow.com/users/', u.Id) AS "profile_link", u.DisplayName, u.Reputation, u.Location, u.WebsiteUrl, REPLACE(REPLACE(u.AboutMe, CHAR(13), ''), CHAR(10), '') AS AboutMe FROM Users AS u WHERE (u.AboutMe LIKE '%linux%' OR u.AboutMe LIKE '%ubuntu%' OR u.AboutMe LIKE '%unix%' OR u.About...
[ 19314, 27170, 357, 8585, 5308, 4909, 7020, 23164, 3519, 26286, 737, 46506, 360, 8808, 1268, 4177, 39962, 1404, 10786, 5450, 1378, 25558, 2502, 11125, 13, 785, 14, 18417, 14, 3256, 334, 13, 7390, 8, 7054, 366, 13317, 62, 8726, 1600, 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...
[ 19314, 27170, 357, 8585, 5308, 4909, 7020, 23164, 3519, 26286, 737, 46506, 360, 8808, 1268, 4177, 39962, 1404, 10786, 5450, 1378, 25558, 2502, 11125, 13, 785, 14, 18417, 14, 3256, 334, 13, 7390, 8, 7054, 366, 13317, 62, 8726, 1600, 334,...
List the name of technicians whose team is not 'NYY'.
SELECT Name FROM technician WHERE Team <> "NYY"
[ 8053, 262, 1438, 286, 33519, 3025, 1074, 318, 407, 705, 12805, 56, 4458, 46506, 6530, 16034, 33024, 33411, 4816, 1279, 29, 366, 12805, 56, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8053, 262, 1438, 286, 33519, 3025, 1074, 318, 407, 705, 12805, 56, 4458, 46506, 6530, 16034, 33024, 33411, 4816, 1279, 29, 366, 12805, 56, 1 ]
Tell me the average units sold for square enix
SELECT AVG("Units sold") FROM table_31537 WHERE "Publisher" = 'square enix'
[ 24446, 502, 262, 2811, 4991, 2702, 329, 6616, 551, 844, 46506, 35224, 7203, 3118, 896, 2702, 4943, 16034, 3084, 62, 27936, 2718, 33411, 366, 46471, 1, 796, 705, 23415, 551, 844, 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 ]
[ 24446, 502, 262, 2811, 4991, 2702, 329, 6616, 551, 844, 46506, 35224, 7203, 3118, 896, 2702, 4943, 16034, 3084, 62, 27936, 2718, 33411, 366, 46471, 1, 796, 705, 23415, 551, 844, 6 ]
Create a bar chart showing maximal revenue across name, and rank in asc by the X.
SELECT Name, MAX(Revenue) FROM Manufacturers GROUP BY Headquarter ORDER BY Name
[ 16447, 257, 2318, 8262, 4478, 40708, 6426, 1973, 1438, 11, 290, 4279, 287, 10570, 416, 262, 1395, 13, 46506, 6530, 11, 25882, 7, 3041, 4080, 8, 16034, 17858, 17496, 44441, 11050, 7123, 24385, 38678, 11050, 6530 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16447, 257, 2318, 8262, 4478, 40708, 6426, 1973, 1438, 11, 290, 4279, 287, 10570, 416, 262, 1395, 13, 46506, 6530, 11, 25882, 7, 3041, 4080, 8, 16034, 17858, 17496, 44441, 11050, 7123, 24385, 38678, 11050, 6530 ]
What is Pilot, when Weapon is '35mm fire', and when Date is '4 May 1982'?
SELECT "Pilot" FROM table_43971 WHERE "Weapon" = '35mm fire' AND "Date" = '4 may 1982'
[ 2061, 318, 21697, 11, 618, 13072, 318, 705, 2327, 3020, 2046, 3256, 290, 618, 7536, 318, 705, 19, 1737, 14489, 30960, 46506, 366, 47, 23439, 1, 16034, 3084, 62, 47106, 4869, 33411, 366, 27632, 1, 796, 705, 2327, 3020, 2046, 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 ]
[ 2061, 318, 21697, 11, 618, 13072, 318, 705, 2327, 3020, 2046, 3256, 290, 618, 7536, 318, 705, 19, 1737, 14489, 30960, 46506, 366, 47, 23439, 1, 16034, 3084, 62, 47106, 4869, 33411, 366, 27632, 1, 796, 705, 2327, 3020, 2046, 6, 5357, ...
What is the name for Charleston County with a CERCLIS ID of scd980711279?
SELECT name FROM table_name_44 WHERE county = "charleston" AND cerclis_id = "scd980711279"
[ 2061, 318, 262, 1438, 329, 26070, 3418, 351, 257, 327, 1137, 5097, 1797, 4522, 286, 629, 67, 40022, 4869, 1065, 3720, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 2598, 33411, 7968, 796, 366, 354, 7063, 19115, 1, 5357, 26074, 565, 271,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 329, 26070, 3418, 351, 257, 327, 1137, 5097, 1797, 4522, 286, 629, 67, 40022, 4869, 1065, 3720, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 2598, 33411, 7968, 796, 366, 354, 7063, 19115, 1, 5357, 26074, 565, 271,...
what was the last drug prescribed the previous month to patient 012-4131 via the ivpb route?
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 = '012-4131')) AND medication.routeadmin = 'ivpb' AND DATETIME(medicat...
[ 10919, 373, 262, 938, 2563, 14798, 262, 2180, 1227, 284, 5827, 5534, 17, 12, 19, 22042, 2884, 262, 21628, 40842, 6339, 30, 46506, 14103, 13, 30349, 3672, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 938, 2563, 14798, 262, 2180, 1227, 284, 5827, 5534, 17, 12, 19, 22042, 2884, 262, 21628, 40842, 6339, 30, 46506, 14103, 13, 30349, 3672, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, ...
Who constructed the car that has a Time/Retired of engine, and over 50 laps?
SELECT "Constructor" FROM table_56115 WHERE "Time/Retired" = 'engine' AND "Laps" > '50'
[ 8241, 12006, 262, 1097, 326, 468, 257, 3862, 14, 9781, 1202, 286, 3113, 11, 290, 625, 2026, 24590, 30, 46506, 366, 42316, 273, 1, 16034, 3084, 62, 3980, 15363, 33411, 366, 7575, 14, 9781, 1202, 1, 796, 705, 18392, 6, 5357, 366, 43, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12006, 262, 1097, 326, 468, 257, 3862, 14, 9781, 1202, 286, 3113, 11, 290, 625, 2026, 24590, 30, 46506, 366, 42316, 273, 1, 16034, 3084, 62, 3980, 15363, 33411, 366, 7575, 14, 9781, 1202, 1, 796, 705, 18392, 6, 5357, 366, 43, ...
For those employees who do not work in departments with managers that have ids between 100 and 200, draw a scatter chart about the correlation between employee_id and department_id .
SELECT EMPLOYEE_ID, DEPARTMENT_ID FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200)
[ 1890, 883, 4409, 508, 466, 407, 670, 287, 13346, 351, 11663, 326, 423, 220, 2340, 1022, 1802, 290, 939, 11, 3197, 257, 41058, 8262, 546, 262, 16096, 1022, 6538, 62, 312, 290, 5011, 62, 312, 764, 46506, 17228, 6489, 21414, 6500, 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...
[ 1890, 883, 4409, 508, 466, 407, 670, 287, 13346, 351, 11663, 326, 423, 220, 2340, 1022, 1802, 290, 939, 11, 3197, 257, 41058, 8262, 546, 262, 16096, 1022, 6538, 62, 312, 290, 5011, 62, 312, 764, 46506, 17228, 6489, 21414, 6500, 62, ...
Name the total number of serial number for 24 wd no
SELECT COUNT(serial_no) FROM table_20236726_2 WHERE wd_no = 24
[ 5376, 262, 2472, 1271, 286, 11389, 1271, 329, 1987, 266, 67, 645, 46506, 327, 28270, 7, 46911, 62, 3919, 8, 16034, 3084, 62, 1238, 1954, 3134, 2075, 62, 17, 33411, 266, 67, 62, 3919, 796, 1987 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 2472, 1271, 286, 11389, 1271, 329, 1987, 266, 67, 645, 46506, 327, 28270, 7, 46911, 62, 3919, 8, 16034, 3084, 62, 1238, 1954, 3134, 2075, 62, 17, 33411, 266, 67, 62, 3919, 796, 1987 ]
Which Skip has a Third of carlo alessandro zisa?
SELECT "Skip" FROM table_39140 WHERE "Third" = 'carlo alessandro zisa'
[ 13828, 32214, 468, 257, 10467, 286, 1097, 5439, 435, 408, 28092, 1976, 9160, 30, 46506, 366, 50232, 1, 16034, 3084, 62, 2670, 15187, 33411, 366, 22747, 1, 796, 705, 7718, 5439, 435, 408, 28092, 1976, 9160, 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 ]
[ 13828, 32214, 468, 257, 10467, 286, 1097, 5439, 435, 408, 28092, 1976, 9160, 30, 46506, 366, 50232, 1, 16034, 3084, 62, 2670, 15187, 33411, 366, 22747, 1, 796, 705, 7718, 5439, 435, 408, 28092, 1976, 9160, 6 ]
how many papers does Michael I. Jordan cite
SELECT DISTINCT COUNT(cite.citedpaperid) FROM author, cite, writes WHERE author.authorname = 'Michael I. Jordan' AND writes.authorid = author.authorid AND writes.paperid = cite.citingpaperid
[ 4919, 867, 9473, 857, 3899, 314, 13, 8078, 21729, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 66, 578, 13, 66, 863, 20189, 312, 8, 16034, 1772, 11, 21729, 11, 6797, 33411, 1772, 13, 18439, 1211, 480, 796, 705, 13256, 314, 13, 8078,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9473, 857, 3899, 314, 13, 8078, 21729, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 66, 578, 13, 66, 863, 20189, 312, 8, 16034, 1772, 11, 21729, 11, 6797, 33411, 1772, 13, 18439, 1211, 480, 796, 705, 13256, 314, 13, 8078,...
What is Location, when Fastest Lap is Ben Spies, when Pole Position is Ben Spies, when Winner is Ben Spies, and when Date is Tooele, Utah?
SELECT location FROM table_name_77 WHERE fastest_lap = "ben spies" AND pole_position = "ben spies" AND winner = "ben spies" AND date = "tooele, utah"
[ 2061, 318, 13397, 11, 618, 12549, 395, 26944, 318, 3932, 1338, 444, 11, 618, 29385, 23158, 318, 3932, 1338, 444, 11, 618, 25358, 318, 3932, 1338, 444, 11, 290, 618, 7536, 318, 1675, 2577, 293, 11, 10202, 30, 46506, 4067, 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, 13397, 11, 618, 12549, 395, 26944, 318, 3932, 1338, 444, 11, 618, 29385, 23158, 318, 3932, 1338, 444, 11, 618, 25358, 318, 3932, 1338, 444, 11, 290, 618, 7536, 318, 1675, 2577, 293, 11, 10202, 30, 46506, 4067, 16034, 3084, ...
How many patients with an elective admission type were discharged at home health care?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "ELECTIVE" AND demographic.discharge_location = "HOME HEALTH CARE"
[ 2437, 867, 3871, 351, 281, 1742, 425, 13938, 2099, 547, 26476, 379, 1363, 1535, 1337, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906, 796, 366, 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 ]
[ 2437, 867, 3871, 351, 281, 1742, 425, 13938, 2099, 547, 26476, 379, 1363, 1535, 1337, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906, 796, 366, 36, 1...
WHAT IS THE OPPONENT WITH A SCORE OF 72-63?
SELECT opponent FROM table_name_89 WHERE score = "72-63"
[ 32971, 3180, 3336, 440, 10246, 1340, 3525, 13315, 317, 6374, 6965, 3963, 7724, 12, 5066, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 4531, 33411, 4776, 796, 366, 4761, 12, 5066, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32971, 3180, 3336, 440, 10246, 1340, 3525, 13315, 317, 6374, 6965, 3963, 7724, 12, 5066, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 4531, 33411, 4776, 796, 366, 4761, 12, 5066, 1 ]
give me some restaurants good for french food in the yosemite and mono lake area ?
SELECT location.house_number, restaurant.name FROM geographic, location, restaurant WHERE geographic.region = 'yosemite and mono lake area' AND restaurant.city_name = geographic.city_name AND restaurant.food_type = 'french' AND restaurant.id = location.restaurant_id AND restaurant.rating > 2.5
[ 26535, 502, 617, 10808, 922, 329, 48718, 2057, 287, 262, 331, 577, 32937, 290, 33361, 13546, 1989, 5633, 46506, 4067, 13, 4803, 62, 17618, 11, 7072, 13, 3672, 16034, 22987, 11, 4067, 11, 7072, 33411, 22987, 13, 36996, 796, 705, 88, 57...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 617, 10808, 922, 329, 48718, 2057, 287, 262, 331, 577, 32937, 290, 33361, 13546, 1989, 5633, 46506, 4067, 13, 4803, 62, 17618, 11, 7072, 13, 3672, 16034, 22987, 11, 4067, 11, 7072, 33411, 22987, 13, 36996, 796, 705, 88, 57...
What is the decision of the game larger than 6.
SELECT "Decision" FROM table_6763 WHERE "Game" > '6'
[ 2061, 318, 262, 2551, 286, 262, 983, 4025, 621, 718, 13, 46506, 366, 10707, 1166, 1, 16034, 3084, 62, 3134, 5066, 33411, 366, 8777, 1, 1875, 705, 21, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2551, 286, 262, 983, 4025, 621, 718, 13, 46506, 366, 10707, 1166, 1, 16034, 3084, 62, 3134, 5066, 33411, 366, 8777, 1, 1875, 705, 21, 6 ]
What is the PAL M for the NTSC M 4.5mhz?
SELECT "PAL M" FROM table_44200 WHERE "NTSC M" = '4.5mhz'
[ 2061, 318, 262, 40795, 337, 329, 262, 43754, 34, 337, 604, 13, 20, 76, 32179, 30, 46506, 366, 47, 1847, 337, 1, 16034, 3084, 62, 2598, 2167, 33411, 366, 45, 4694, 34, 337, 1, 796, 705, 19, 13, 20, 76, 32179, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 40795, 337, 329, 262, 43754, 34, 337, 604, 13, 20, 76, 32179, 30, 46506, 366, 47, 1847, 337, 1, 16034, 3084, 62, 2598, 2167, 33411, 366, 45, 4694, 34, 337, 1, 796, 705, 19, 13, 20, 76, 32179, 6 ]
patients with suspected or proven infection and 2 of the following 6 criteria: body temperature < 36 or > 38.3 celsius ; heart rate > 90 beats / min ; tachypnea > 20 / min or a arterial paco2 below 4.25 kpa ; white blood cell count higher than 12000 or below 4000 or more than 10 % immature forms ; systolic blood pressu...
SELECT * FROM table_train_70 WHERE (CASE WHEN temperature < 36 OR temperature > 38.3 THEN 1 ELSE 0 END + CASE WHEN heart_rate > 90 THEN 1 ELSE 0 END + CASE WHEN respiratory_rate > 20 OR paco2 < 4.25 THEN 1 ELSE 0 END + CASE WHEN white_blood_cell_count_wbc > 12000 OR white_blood_cell_count_wbc < 4000 OR immature_form > ...
[ 8071, 2334, 351, 9885, 393, 9157, 10280, 290, 362, 286, 262, 1708, 718, 9987, 25, 1767, 5951, 1279, 4570, 393, 1875, 4353, 13, 18, 269, 32495, 2162, 2612, 2494, 1875, 4101, 17825, 1220, 949, 2162, 256, 620, 4464, 39718, 1875, 1160, 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...
[ 8071, 2334, 351, 9885, 393, 9157, 10280, 290, 362, 286, 262, 1708, 718, 9987, 25, 1767, 5951, 1279, 4570, 393, 1875, 4353, 13, 18, 269, 32495, 2162, 2612, 2494, 1875, 4101, 17825, 1220, 949, 2162, 256, 620, 4464, 39718, 1875, 1160, 12...
What was the result of the game that had 20,627 fans in attendance?
SELECT result FROM table_name_79 WHERE attendance = "20,627"
[ 2061, 373, 262, 1255, 286, 262, 983, 326, 550, 1160, 11, 49856, 3296, 287, 14858, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 3720, 33411, 14858, 796, 366, 1238, 11, 49856, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 326, 550, 1160, 11, 49856, 3296, 287, 14858, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 3720, 33411, 14858, 796, 366, 1238, 11, 49856, 1 ]
Which FCC info has an ERP W of 100 watts?
SELECT "FCC info" FROM table_75667 WHERE "ERP W" = '100 watts'
[ 13828, 15915, 7508, 468, 281, 13793, 47, 370, 286, 1802, 36416, 30, 46506, 366, 37, 4093, 7508, 1, 16034, 3084, 62, 2425, 28933, 33411, 366, 1137, 47, 370, 1, 796, 705, 3064, 36416, 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 ]
[ 13828, 15915, 7508, 468, 281, 13793, 47, 370, 286, 1802, 36416, 30, 46506, 366, 37, 4093, 7508, 1, 16034, 3084, 62, 2425, 28933, 33411, 366, 1137, 47, 370, 1, 796, 705, 3064, 36416, 6 ]
Question volume with combination of Firebase and Flutter over time.
SELECT DATEADD(WEEK, DATEDIFF(WEEK, 0, CreationDate), 0) AS "week", COUNT(DISTINCT P.Id) AS Count FROM Posts AS P WHERE P.Tags LIKE '%firebase%' AND P.Tags LIKE '%flutter%' GROUP BY DATEADD(WEEK, DATEDIFF(WEEK, 0, CreationDate), 0) ORDER BY 'week' DESC
[ 24361, 6115, 351, 6087, 286, 3764, 8692, 290, 1610, 10381, 625, 640, 13, 46506, 360, 6158, 29266, 7, 54, 33823, 11, 360, 11617, 29267, 7, 54, 33823, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 366, 10464, 1600, 327, 28270, 7, 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...
[ 24361, 6115, 351, 6087, 286, 3764, 8692, 290, 1610, 10381, 625, 640, 13, 46506, 360, 6158, 29266, 7, 54, 33823, 11, 360, 11617, 29267, 7, 54, 33823, 11, 657, 11, 21582, 10430, 828, 657, 8, 7054, 366, 10464, 1600, 327, 28270, 7, 35, ...
What result has outstanding achievement in drama, as the role/episode with a year prior to 1995?
SELECT result FROM table_name_48 WHERE role_episode = "outstanding achievement in drama" AND year < 1995
[ 2061, 1255, 468, 11660, 13293, 287, 10512, 11, 355, 262, 2597, 14, 38668, 351, 257, 614, 3161, 284, 8735, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2780, 33411, 2597, 62, 38668, 796, 366, 448, 5646, 13293, 287, 10512, 1, 5357, 614, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1255, 468, 11660, 13293, 287, 10512, 11, 355, 262, 2597, 14, 38668, 351, 257, 614, 3161, 284, 8735, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 2780, 33411, 2597, 62, 38668, 796, 366, 448, 5646, 13293, 287, 10512, 1, 5357, 614, ...
Which Winner has a Runner-up of larne, and a Season of 2003 04?
SELECT "Winner" FROM table_36191 WHERE "Runner-up" = 'larne' AND "Season" = '2003–04'
[ 13828, 25358, 468, 257, 21529, 12, 929, 286, 26371, 710, 11, 290, 257, 7369, 286, 5816, 8702, 30, 46506, 366, 48056, 1, 16034, 3084, 62, 2623, 26492, 33411, 366, 49493, 12, 929, 1, 796, 705, 21681, 710, 6, 5357, 366, 18960, 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 ]
[ 13828, 25358, 468, 257, 21529, 12, 929, 286, 26371, 710, 11, 290, 257, 7369, 286, 5816, 8702, 30, 46506, 366, 48056, 1, 16034, 3084, 62, 2623, 26492, 33411, 366, 49493, 12, 929, 1, 796, 705, 21681, 710, 6, 5357, 366, 18960, 1, 796, ...
Name the year for jerry sichting
SELECT "Year" FROM table_36444 WHERE "Color commentator(s)" = 'jerry sichting'
[ 5376, 262, 614, 329, 474, 6996, 264, 488, 889, 46506, 366, 17688, 1, 16034, 3084, 62, 26780, 2598, 33411, 366, 10258, 28823, 7, 82, 16725, 796, 705, 73, 6996, 264, 488, 889, 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 ]
[ 5376, 262, 614, 329, 474, 6996, 264, 488, 889, 46506, 366, 17688, 1, 16034, 3084, 62, 26780, 2598, 33411, 366, 10258, 28823, 7, 82, 16725, 796, 705, 73, 6996, 264, 488, 889, 6 ]
How many wins happened with 8 draws?
SELECT "Wins" FROM table_38796 WHERE "Draws" = '8'
[ 2437, 867, 7864, 3022, 351, 807, 14293, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 2548, 41060, 33411, 366, 25302, 82, 1, 796, 705, 23, 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 ]
[ 2437, 867, 7864, 3022, 351, 807, 14293, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 2548, 41060, 33411, 366, 25302, 82, 1, 796, 705, 23, 6 ]
Which Time/Retired has Laps smaller than 14, and a Rider of darren barton?
SELECT time_retired FROM table_name_78 WHERE laps < 14 AND rider = "darren barton"
[ 13828, 3862, 14, 9781, 1202, 468, 406, 1686, 4833, 621, 1478, 11, 290, 257, 16414, 286, 288, 283, 918, 30539, 261, 30, 46506, 640, 62, 1186, 1202, 16034, 3084, 62, 3672, 62, 3695, 33411, 24590, 1279, 1478, 5357, 17876, 796, 366, 27455...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3862, 14, 9781, 1202, 468, 406, 1686, 4833, 621, 1478, 11, 290, 257, 16414, 286, 288, 283, 918, 30539, 261, 30, 46506, 640, 62, 1186, 1202, 16034, 3084, 62, 3672, 62, 3695, 33411, 24590, 1279, 1478, 5357, 17876, 796, 366, 27455...
For those employees who did not have any job in the past, a bar chart shows the distribution of job_id and the average of salary , and group by attribute job_id.
SELECT JOB_ID, AVG(SALARY) FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history) GROUP BY JOB_ID
[ 1890, 883, 4409, 508, 750, 407, 423, 597, 1693, 287, 262, 1613, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1693, 62, 312, 290, 262, 2811, 286, 9588, 837, 290, 1448, 416, 11688, 1693, 62, 312, 13, 46506, 449, 9864, 62, 2389, 11, 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...
[ 1890, 883, 4409, 508, 750, 407, 423, 597, 1693, 287, 262, 1613, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1693, 62, 312, 290, 262, 2811, 286, 9588, 837, 290, 1448, 416, 11688, 1693, 62, 312, 13, 46506, 449, 9864, 62, 2389, 11, 35...
what flights arrive in CHICAGO on sunday on CO
SELECT DISTINCT flight.flight_id FROM airport_service, city, date_day, days, flight WHERE (((((flight.arrival_time < 41 OR flight.time_elapsed >= 60) AND flight.departure_time > flight.arrival_time) AND date_day.day_number = 27 AND date_day.month_number = 8 AND date_day.year = 1991 AND days.day_name = date_day.day_name...
[ 10919, 13956, 9240, 287, 5870, 2149, 4760, 46, 319, 37437, 323, 319, 327, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 11, 1748, 11, 3128, 62, 820, 11, 1528, 11, 5474, 33411, 14808, 19510, 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...
[ 10919, 13956, 9240, 287, 5870, 2149, 4760, 46, 319, 37437, 323, 319, 327, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 11, 1748, 11, 3128, 62, 820, 11, 1528, 11, 5474, 33411, 14808, 19510, 7, ...
How many people led in points during the game on October 5?
SELECT COUNT("High points") FROM table_29726 WHERE "Date" = 'October 5'
[ 2437, 867, 661, 2957, 287, 2173, 1141, 262, 983, 319, 3267, 642, 30, 46506, 327, 28270, 7203, 11922, 2173, 4943, 16034, 3084, 62, 26561, 2075, 33411, 366, 10430, 1, 796, 705, 18517, 642, 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, 661, 2957, 287, 2173, 1141, 262, 983, 319, 3267, 642, 30, 46506, 327, 28270, 7203, 11922, 2173, 4943, 16034, 3084, 62, 26561, 2075, 33411, 366, 10430, 1, 796, 705, 18517, 642, 6 ]
Who scored the most rebounds in game 64?
SELECT high_rebounds FROM table_17311759_8 WHERE game = 64
[ 8241, 7781, 262, 749, 18841, 287, 983, 5598, 30, 46506, 1029, 62, 34806, 3733, 16034, 3084, 62, 25399, 1157, 38314, 62, 23, 33411, 983, 796, 5598 ]
[ 1, 1, 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, 7781, 262, 749, 18841, 287, 983, 5598, 30, 46506, 1029, 62, 34806, 3733, 16034, 3084, 62, 25399, 1157, 38314, 62, 23, 33411, 983, 796, 5598 ]
How many players are from Sioux City, Iowa?
SELECT COUNT("Player") FROM table_1026 WHERE "Hometown" = 'Sioux City, Iowa'
[ 2437, 867, 1938, 389, 422, 37903, 2254, 11, 9406, 30, 46506, 327, 28270, 7203, 14140, 4943, 16034, 3084, 62, 940, 2075, 33411, 366, 39, 19191, 1, 796, 705, 42801, 22193, 2254, 11, 9406, 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, 1938, 389, 422, 37903, 2254, 11, 9406, 30, 46506, 327, 28270, 7203, 14140, 4943, 16034, 3084, 62, 940, 2075, 33411, 366, 39, 19191, 1, 796, 705, 42801, 22193, 2254, 11, 9406, 6 ]
What is the Transfer fee, when the Transfer window is 'winter', and when the item 'Moving to' is Northwich Victoria?
SELECT "Transfer fee" FROM table_67298 WHERE "Transfer window" = 'winter' AND "Moving to" = 'northwich victoria'
[ 2061, 318, 262, 20558, 6838, 11, 618, 262, 20558, 4324, 318, 705, 40078, 3256, 290, 618, 262, 2378, 705, 33622, 284, 6, 318, 2258, 11451, 12313, 30, 46506, 366, 43260, 6838, 1, 16034, 3084, 62, 3134, 27728, 33411, 366, 43260, 4324, 1,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20558, 6838, 11, 618, 262, 20558, 4324, 318, 705, 40078, 3256, 290, 618, 262, 2378, 705, 33622, 284, 6, 318, 2258, 11451, 12313, 30, 46506, 366, 43260, 6838, 1, 16034, 3084, 62, 3134, 27728, 33411, 366, 43260, 4324, 1,...
Where was the race with Luke Ellery as fastest lap and Wayne Boyd as winning driver?
SELECT location FROM table_29285076_2 WHERE fastest_lap = "Luke Ellery" AND winning_driver = "Wayne Boyd"
[ 8496, 373, 262, 3234, 351, 11336, 7122, 1924, 355, 14162, 14779, 290, 13329, 29897, 355, 5442, 4639, 30, 46506, 4067, 16034, 3084, 62, 1959, 2078, 1120, 4304, 62, 17, 33411, 14162, 62, 37796, 796, 366, 30730, 7122, 1924, 1, 5357, 5442, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8496, 373, 262, 3234, 351, 11336, 7122, 1924, 355, 14162, 14779, 290, 13329, 29897, 355, 5442, 4639, 30, 46506, 4067, 16034, 3084, 62, 1959, 2078, 1120, 4304, 62, 17, 33411, 14162, 62, 37796, 796, 366, 30730, 7122, 1924, 1, 5357, 5442, ...
What is Tournament, when Date is 'Sep 25, 1977'?
SELECT "Tournament" FROM table_49616 WHERE "Date" = 'sep 25, 1977'
[ 2061, 318, 9595, 11, 618, 7536, 318, 705, 19117, 1679, 11, 15589, 30960, 46506, 366, 51, 5138, 1, 16034, 3084, 62, 37747, 1433, 33411, 366, 10430, 1, 796, 705, 325, 79, 1679, 11, 15589, 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, 9595, 11, 618, 7536, 318, 705, 19117, 1679, 11, 15589, 30960, 46506, 366, 51, 5138, 1, 16034, 3084, 62, 37747, 1433, 33411, 366, 10430, 1, 796, 705, 325, 79, 1679, 11, 15589, 6 ]
what is admission type and lab test name of subject id 18480?
SELECT demographic.admission_type, lab.label FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.subject_id = "18480"
[ 10919, 318, 13938, 2099, 290, 2248, 1332, 1438, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 324, 3411, 62, 4906, 11, 2248, 13, 18242, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 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 ]
[ 10919, 318, 13938, 2099, 290, 2248, 1332, 1438, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 324, 3411, 62, 4906, 11, 2248, 13, 18242, 16034, 16728, 3268, 21479, 32357, 1268, 2248, 6177, 16728, 13, 18108, 76, 62, 312, 796, 2248, ...
what procedure is provided to patient 14054 two or more times a month before?
SELECT d_icd_procedures.short_title FROM d_icd_procedures WHERE d_icd_procedures.icd9_code IN (SELECT t1.icd9_code FROM (SELECT procedures_icd.icd9_code, COUNT(procedures_icd.charttime) AS c1 FROM procedures_icd WHERE procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 140...
[ 10919, 8771, 318, 2810, 284, 5827, 1478, 2713, 19, 734, 393, 517, 1661, 257, 1227, 878, 30, 46506, 288, 62, 291, 67, 62, 1676, 771, 942, 13, 19509, 62, 7839, 16034, 288, 62, 291, 67, 62, 1676, 771, 942, 33411, 288, 62, 291, 67, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8771, 318, 2810, 284, 5827, 1478, 2713, 19, 734, 393, 517, 1661, 257, 1227, 878, 30, 46506, 288, 62, 291, 67, 62, 1676, 771, 942, 13, 19509, 62, 7839, 16034, 288, 62, 291, 67, 62, 1676, 771, 942, 33411, 288, 62, 291, 67, ...
What driver had 101 laps?
SELECT "Drivers" FROM table_61709 WHERE "Laps" = '101'
[ 2061, 4639, 550, 8949, 24590, 30, 46506, 366, 20564, 690, 1, 16034, 3084, 62, 47941, 2931, 33411, 366, 43, 1686, 1, 796, 705, 8784, 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, 4639, 550, 8949, 24590, 30, 46506, 366, 20564, 690, 1, 16034, 3084, 62, 47941, 2931, 33411, 366, 43, 1686, 1, 796, 705, 8784, 6 ]
What is the status of the match between Scotland v Northern Ireland?
SELECT "Status of Match" FROM table_33342 WHERE "Fixture" = 'scotland v northern ireland'
[ 2061, 318, 262, 3722, 286, 262, 2872, 1022, 8838, 410, 8342, 7517, 30, 46506, 366, 19580, 286, 13225, 1, 16034, 3084, 62, 2091, 31575, 33411, 366, 37, 9602, 1, 796, 705, 1416, 313, 1044, 410, 7840, 35918, 1044, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3722, 286, 262, 2872, 1022, 8838, 410, 8342, 7517, 30, 46506, 366, 19580, 286, 13225, 1, 16034, 3084, 62, 2091, 31575, 33411, 366, 37, 9602, 1, 796, 705, 1416, 313, 1044, 410, 7840, 35918, 1044, 6 ]
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, give me the comparison about the average of department_id over the job_id , and group by attribute job_id, I want to sort by the x-axis in desc.
SELECT JOB_ID, AVG(DEPARTMENT_ID) FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 GROUP BY JOB_ID ORDER BY JOB_ID DESC
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 1577, 502, 262, 7208, 546, 262, 2811, 286, 5011, 62, 312, 625, 262, 1693, 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...
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 1577, 502, 262, 7208, 546, 262, 2811, 286, 5011, 62, 312, 625, 262, 1693, 62, ...
since 2105 what are the three most frequent drugs prescribed within the same month to the patients aged 30s after they have been diagnosed with prim cardiomyopathy nec.
SELECT t3.drug FROM (SELECT t2.drug, 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_icd_diagnoses WHERE ...
[ 20777, 362, 13348, 644, 389, 262, 1115, 749, 10792, 5010, 14798, 1626, 262, 976, 1227, 284, 262, 3871, 9722, 1542, 82, 706, 484, 423, 587, 14641, 351, 2684, 2657, 72, 9145, 27189, 27576, 13, 46506, 256, 18, 13, 30349, 16034, 357, 4650...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 20777, 362, 13348, 644, 389, 262, 1115, 749, 10792, 5010, 14798, 1626, 262, 976, 1227, 284, 262, 3871, 9722, 1542, 82, 706, 484, 423, 587, 14641, 351, 2684, 2657, 72, 9145, 27189, 27576, 13, 46506, 256, 18, 13, 30349, 16034, 357, 4650...
provide the number of patients whose admission type is urgent and primary disease is coronary artery disease\coronary artery bypass graft /sda?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "URGENT" AND demographic.diagnosis = "CORONARY ARTERY DISEASE\CORONARY ARTERY BYPASS GRAFT /SDA"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 18039, 290, 4165, 4369, 318, 37151, 37646, 4369, 59, 10215, 261, 560, 37646, 17286, 38455, 1220, 82, 6814, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 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...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 18039, 290, 4165, 4369, 318, 37151, 37646, 4369, 59, 10215, 261, 560, 37646, 17286, 38455, 1220, 82, 6814, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, ...
How many picks on average did Jay Bruchak have before round 6?
SELECT AVG("Pick") FROM table_65728 WHERE "Player" = 'jay bruchak' AND "Round" < '6'
[ 2437, 867, 11103, 319, 2811, 750, 9180, 8274, 354, 461, 423, 878, 2835, 718, 30, 46506, 35224, 7203, 31686, 4943, 16034, 3084, 62, 37680, 2078, 33411, 366, 14140, 1, 796, 705, 33708, 18145, 354, 461, 6, 5357, 366, 22685, 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 ]
[ 2437, 867, 11103, 319, 2811, 750, 9180, 8274, 354, 461, 423, 878, 2835, 718, 30, 46506, 35224, 7203, 31686, 4943, 16034, 3084, 62, 37680, 2078, 33411, 366, 14140, 1, 796, 705, 33708, 18145, 354, 461, 6, 5357, 366, 22685, 1, 1279, 705,...
what is the name of the horse after outbound ?
SELECT "horse" FROM table_204_330 WHERE id = (SELECT id FROM table_204_330 WHERE "horse" = 'outbound') + 1
[ 10919, 318, 262, 1438, 286, 262, 8223, 706, 503, 7784, 5633, 46506, 366, 30527, 1, 16034, 3084, 62, 18638, 62, 26073, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 26073, 33411, 366, 30527, 1, 796, 705, 448, 7784, 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 ]
[ 10919, 318, 262, 1438, 286, 262, 8223, 706, 503, 7784, 5633, 46506, 366, 30527, 1, 16034, 3084, 62, 18638, 62, 26073, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 26073, 33411, 366, 30527, 1, 796, 705, 448, 7784, 11...
What is the Team with a Machine that is nsr250 and has Points of 8?
SELECT team FROM table_name_39 WHERE machine = "nsr250" AND points = 8
[ 2061, 318, 262, 4816, 351, 257, 10850, 326, 318, 299, 27891, 9031, 290, 468, 11045, 286, 807, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 2670, 33411, 4572, 796, 366, 5907, 81, 9031, 1, 5357, 2173, 796, 807 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4816, 351, 257, 10850, 326, 318, 299, 27891, 9031, 290, 468, 11045, 286, 807, 30, 46506, 1074, 16034, 3084, 62, 3672, 62, 2670, 33411, 4572, 796, 366, 5907, 81, 9031, 1, 5357, 2173, 796, 807 ]
How many violines are suggested in the 'Arranged by Nelson Riddle' reference with section size of 12 players?
SELECT "Violins" FROM table_26620 WHERE "Reference" = 'Arranged By Nelson Riddle' AND "Section Size" = '12 players'
[ 2437, 867, 1935, 1127, 389, 5220, 287, 262, 705, 3163, 34457, 416, 12996, 371, 2509, 6, 4941, 351, 2665, 2546, 286, 1105, 1938, 30, 46506, 366, 33894, 1040, 1, 16034, 3084, 62, 25540, 1238, 33411, 366, 26687, 1, 796, 705, 3163, 34457,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1935, 1127, 389, 5220, 287, 262, 705, 3163, 34457, 416, 12996, 371, 2509, 6, 4941, 351, 2665, 2546, 286, 1105, 1938, 30, 46506, 366, 33894, 1040, 1, 16034, 3084, 62, 25540, 1238, 33411, 366, 26687, 1, 796, 705, 3163, 34457,...
What is the record for April 8?
SELECT "Record" FROM table_55428 WHERE "Date" = 'april 8'
[ 2061, 318, 262, 1700, 329, 3035, 807, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 2816, 40173, 33411, 366, 10430, 1, 796, 705, 499, 22379, 807, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1700, 329, 3035, 807, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 2816, 40173, 33411, 366, 10430, 1, 796, 705, 499, 22379, 807, 6 ]
What race happened at pocono on 08-02-2008?
SELECT "Race" FROM table_45159 WHERE "Track" = 'pocono' AND "Date" = '08-02-2008'
[ 2061, 3234, 3022, 379, 279, 420, 29941, 319, 8487, 12, 2999, 12, 11528, 30, 46506, 366, 35157, 1, 16034, 3084, 62, 2231, 19707, 33411, 366, 24802, 1, 796, 705, 79, 420, 29941, 6, 5357, 366, 10430, 1, 796, 705, 2919, 12, 2999, 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 ]
[ 2061, 3234, 3022, 379, 279, 420, 29941, 319, 8487, 12, 2999, 12, 11528, 30, 46506, 366, 35157, 1, 16034, 3084, 62, 2231, 19707, 33411, 366, 24802, 1, 796, 705, 79, 420, 29941, 6, 5357, 366, 10430, 1, 796, 705, 2919, 12, 2999, 12, ...
Which coach had a 2007-2008 season of 6th?
SELECT "Coach" FROM table_59458 WHERE "2007-2008 season" = '6th'
[ 13828, 3985, 550, 257, 4343, 12, 11528, 1622, 286, 718, 400, 30, 46506, 366, 40677, 1, 16034, 3084, 62, 3270, 29334, 33411, 366, 12726, 12, 11528, 1622, 1, 796, 705, 21, 400, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 3985, 550, 257, 4343, 12, 11528, 1622, 286, 718, 400, 30, 46506, 366, 40677, 1, 16034, 3084, 62, 3270, 29334, 33411, 366, 12726, 12, 11528, 1622, 1, 796, 705, 21, 400, 6 ]
Who won the III Coppa Acerbo title?
SELECT driver_s FROM table_name_67 WHERE race_title = "iii coppa acerbo"
[ 8241, 1839, 262, 6711, 1766, 44989, 49606, 2127, 3670, 30, 46506, 4639, 62, 82, 16034, 3084, 62, 3672, 62, 3134, 33411, 3234, 62, 7839, 796, 366, 15479, 763, 44989, 936, 263, 2127, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1839, 262, 6711, 1766, 44989, 49606, 2127, 3670, 30, 46506, 4639, 62, 82, 16034, 3084, 62, 3672, 62, 3134, 33411, 3234, 62, 7839, 796, 366, 15479, 763, 44989, 936, 263, 2127, 1 ]
What are all the details of the organisations described as 'Sponsor'? Sort the result in an ascending order.
SELECT organisation_details FROM Organisations AS T1 JOIN organisation_Types AS T2 ON T1.organisation_type = T2.organisation_type WHERE T2.organisation_type_description = 'Sponsor' ORDER BY organisation_details
[ 2061, 389, 477, 262, 3307, 286, 262, 16435, 3417, 355, 705, 43522, 273, 30960, 33947, 262, 1255, 287, 281, 41988, 1502, 13, 46506, 12684, 62, 36604, 16034, 7221, 38189, 7054, 309, 16, 32357, 1268, 12684, 62, 31431, 7054, 309, 17, 6177, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 477, 262, 3307, 286, 262, 16435, 3417, 355, 705, 43522, 273, 30960, 33947, 262, 1255, 287, 281, 41988, 1502, 13, 46506, 12684, 62, 36604, 16034, 7221, 38189, 7054, 309, 16, 32357, 1268, 12684, 62, 31431, 7054, 309, 17, 6177, ...
tell me the name of the diagnosis that patient 98015 first received in this year?
SELECT d_icd_diagnoses.short_title FROM d_icd_diagnoses WHERE d_icd_diagnoses.icd9_code IN (SELECT diagnoses_icd.icd9_code FROM diagnoses_icd WHERE diagnoses_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 98015) AND DATETIME(diagnoses_icd.charttime, 'start of year') = DATETIME(C...
[ 33331, 502, 262, 1438, 286, 262, 13669, 326, 5827, 9661, 25150, 717, 2722, 287, 428, 614, 30, 46506, 288, 62, 291, 67, 62, 47356, 4629, 13, 19509, 62, 7839, 16034, 288, 62, 291, 67, 62, 47356, 4629, 33411, 288, 62, 291, 67, 62, 47...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1438, 286, 262, 13669, 326, 5827, 9661, 25150, 717, 2722, 287, 428, 614, 30, 46506, 288, 62, 291, 67, 62, 47356, 4629, 13, 19509, 62, 7839, 16034, 288, 62, 291, 67, 62, 47356, 4629, 33411, 288, 62, 291, 67, 62, 47...
What is the number of clinic referral patients prematurely admitted to hospital who were born before the year 2031?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "CLINIC REFERRAL/PREMATURE" AND demographic.dob_year < "2031"
[ 2061, 318, 262, 1271, 286, 15760, 31413, 3871, 41370, 6848, 284, 4436, 508, 547, 4642, 878, 262, 614, 1160, 3132, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 1271, 286, 15760, 31413, 3871, 41370, 6848, 284, 4436, 508, 547, 4642, 878, 262, 614, 1160, 3132, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411,...
What is the region where Milan is located?
SELECT region FROM table_14532_1 WHERE capital = "Milan"
[ 2061, 318, 262, 3814, 810, 21574, 318, 5140, 30, 46506, 3814, 16034, 3084, 62, 18781, 2624, 62, 16, 33411, 3139, 796, 366, 24857, 272, 1 ]
[ 1, 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, 3814, 810, 21574, 318, 5140, 30, 46506, 3814, 16034, 3084, 62, 18781, 2624, 62, 16, 33411, 3139, 796, 366, 24857, 272, 1 ]
Name the points classification of stage 16
SELECT points_classification FROM table_name_31 WHERE stage = "16"
[ 5376, 262, 2173, 17923, 286, 3800, 1467, 46506, 2173, 62, 4871, 2649, 16034, 3084, 62, 3672, 62, 3132, 33411, 3800, 796, 366, 1433, 1 ]
[ 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, 2173, 17923, 286, 3800, 1467, 46506, 2173, 62, 4871, 2649, 16034, 3084, 62, 3672, 62, 3132, 33411, 3800, 796, 366, 1433, 1 ]
What velodrome took place earlier than 1950 with a winner from France in tandem paced over a distance of 951.750 km?
SELECT "Velodrome" FROM table_32818 WHERE "Year" < '1950' AND "Country" = 'france' AND "Pacing" = 'tandem paced' AND "Distance" = '951.750 km'
[ 2061, 11555, 375, 5998, 1718, 1295, 2961, 621, 11445, 351, 257, 8464, 422, 4881, 287, 32969, 44756, 625, 257, 5253, 286, 860, 4349, 13, 15426, 10571, 30, 46506, 366, 46261, 375, 5998, 1, 16034, 3084, 62, 34256, 1507, 33411, 366, 17688, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 11555, 375, 5998, 1718, 1295, 2961, 621, 11445, 351, 257, 8464, 422, 4881, 287, 32969, 44756, 625, 257, 5253, 286, 860, 4349, 13, 15426, 10571, 30, 46506, 366, 46261, 375, 5998, 1, 16034, 3084, 62, 34256, 1507, 33411, 366, 17688, ...
who weighed the most ?
SELECT "player" FROM table_204_170 ORDER BY "weight" DESC LIMIT 1
[ 8727, 20261, 262, 749, 5633, 46506, 366, 7829, 1, 16034, 3084, 62, 18638, 62, 17279, 38678, 11050, 366, 6551, 1, 22196, 34, 27564, 2043, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8727, 20261, 262, 749, 5633, 46506, 366, 7829, 1, 16034, 3084, 62, 18638, 62, 17279, 38678, 11050, 366, 6551, 1, 22196, 34, 27564, 2043, 352 ]
Community Wiki answer not accepted or upvoted, no other answers.
SELECT p.Id AS "post_link" FROM Posts AS p INNER JOIN Posts AS a ON a.ParentId = p.Id WHERE a.Score = 0 AND p.AnswerCount = 1 AND p.AcceptedAnswerId IS NULL AND p.ClosedDate IS NULL AND NOT a.CommunityOwnedDate IS NULL ORDER BY a.CreationDate
[ 20012, 13078, 3280, 407, 6292, 393, 510, 85, 5191, 11, 645, 584, 7429, 13, 46506, 279, 13, 7390, 7054, 366, 7353, 62, 8726, 1, 16034, 12043, 7054, 279, 3268, 21479, 32357, 1268, 12043, 7054, 257, 6177, 257, 13, 24546, 7390, 796, 279, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 20012, 13078, 3280, 407, 6292, 393, 510, 85, 5191, 11, 645, 584, 7429, 13, 46506, 279, 13, 7390, 7054, 366, 7353, 62, 8726, 1, 16034, 12043, 7054, 279, 3268, 21479, 32357, 1268, 12043, 7054, 257, 6177, 257, 13, 24546, 7390, 796, 279, ...
show me the flights next tuesday between PHILADELPHIA and SAN FRANCISCO
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, date_day, days, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND date_day.day_number = 22 AND date_day.month_number = 3...
[ 12860, 502, 262, 13956, 1306, 256, 3322, 1022, 9370, 4146, 2885, 3698, 11909, 3539, 290, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 2738...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12860, 502, 262, 13956, 1306, 256, 3322, 1022, 9370, 4146, 2885, 3698, 11909, 3539, 290, 37376, 8782, 20940, 37719, 14058, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 2738...
What is the rank for the episode that premiered on September 13, 1978?
SELECT "Rank" FROM table_45537 WHERE "Premiere" = 'september 13, 1978'
[ 2061, 318, 262, 4279, 329, 262, 4471, 326, 44119, 319, 2693, 1511, 11, 15524, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 30505, 2718, 33411, 366, 24914, 13235, 1, 796, 705, 325, 457, 1491, 1511, 11, 15524, 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 ]
[ 2061, 318, 262, 4279, 329, 262, 4471, 326, 44119, 319, 2693, 1511, 11, 15524, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 30505, 2718, 33411, 366, 24914, 13235, 1, 796, 705, 325, 457, 1491, 1511, 11, 15524, 6 ]
What is the recoupa sudamericana 1996 of the team with a copa libertadores 1996 result of the round of 16?
SELECT recopa_sudamericana_1996 FROM table_name_64 WHERE copa_libertadores_1996 = "round of 16"
[ 2061, 318, 262, 664, 280, 8957, 424, 67, 2382, 291, 2271, 8235, 286, 262, 1074, 351, 257, 2243, 64, 3655, 83, 324, 2850, 8235, 1255, 286, 262, 2835, 286, 1467, 30, 46506, 664, 26186, 62, 82, 463, 2382, 291, 2271, 62, 22288, 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...
[ 2061, 318, 262, 664, 280, 8957, 424, 67, 2382, 291, 2271, 8235, 286, 262, 1074, 351, 257, 2243, 64, 3655, 83, 324, 2850, 8235, 1255, 286, 262, 2835, 286, 1467, 30, 46506, 664, 26186, 62, 82, 463, 2382, 291, 2271, 62, 22288, 16034, ...