instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
Find the name of the teacher who teaches the largest number of students.
SELECT T2.firstname, T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom GROUP BY T2.firstname, T2.lastname ORDER BY COUNT(*) DESC LIMIT 1
[ 16742, 262, 1438, 286, 262, 4701, 508, 17324, 262, 4387, 1271, 286, 2444, 13, 46506, 309, 17, 13, 11085, 3672, 11, 309, 17, 13, 12957, 3672, 16034, 1351, 7054, 309, 16, 32357, 1268, 7799, 7054, 309, 17, 6177, 309, 16, 13, 4871, 3823...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1438, 286, 262, 4701, 508, 17324, 262, 4387, 1271, 286, 2444, 13, 46506, 309, 17, 13, 11085, 3672, 11, 309, 17, 13, 12957, 3672, 16034, 1351, 7054, 309, 16, 32357, 1268, 7799, 7054, 309, 17, 6177, 309, 16, 13, 4871, 3823...
What manner of departure is listed with an appointment date of 13 march 2008
SELECT "Manner of departure" FROM table_16517 WHERE "Date of appointment" = '13 March 2008'
[ 2061, 5642, 286, 12928, 318, 5610, 351, 281, 12557, 3128, 286, 1511, 9960, 3648, 46506, 366, 5124, 1008, 286, 12928, 1, 16034, 3084, 62, 20986, 1558, 33411, 366, 10430, 286, 12557, 1, 796, 705, 1485, 2805, 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, 1, 1, 1, 1, 1 ]
[ 2061, 5642, 286, 12928, 318, 5610, 351, 281, 12557, 3128, 286, 1511, 9960, 3648, 46506, 366, 5124, 1008, 286, 12928, 1, 16034, 3084, 62, 20986, 1558, 33411, 366, 10430, 286, 12557, 1, 796, 705, 1485, 2805, 3648, 6 ]
Retrieve the open dates of all the policies associated with the customer whose name contains 'Diana', bin the open dates into the day of week interval and count them for a bar chart.
SELECT Date_Opened, COUNT(Date_Opened) FROM Customers AS t1 JOIN Customers_Policies AS t2 ON t1.Customer_ID = t2.Customer_ID WHERE t1.Customer_name LIKE "%Diana%"
[ 9781, 30227, 262, 1280, 9667, 286, 477, 262, 4788, 3917, 351, 262, 6491, 3025, 1438, 4909, 705, 35, 7484, 3256, 9874, 262, 1280, 9667, 656, 262, 1110, 286, 1285, 16654, 290, 954, 606, 329, 257, 2318, 8262, 13, 46506, 7536, 62, 18257, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 9781, 30227, 262, 1280, 9667, 286, 477, 262, 4788, 3917, 351, 262, 6491, 3025, 1438, 4909, 705, 35, 7484, 3256, 9874, 262, 1280, 9667, 656, 262, 1110, 286, 1285, 16654, 290, 954, 606, 329, 257, 2318, 8262, 13, 46506, 7536, 62, 18257, ...
What's the name when Henrik Sundstr m was champion?
SELECT "Name" FROM table_59467 WHERE "Champion" = 'henrik sundström'
[ 2061, 338, 262, 1438, 618, 6752, 12602, 3309, 2536, 285, 373, 8783, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 3270, 24669, 33411, 366, 1925, 6734, 1, 796, 705, 831, 12602, 37437, 2536, 9101, 76, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 1438, 618, 6752, 12602, 3309, 2536, 285, 373, 8783, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 3270, 24669, 33411, 366, 1925, 6734, 1, 796, 705, 831, 12602, 37437, 2536, 9101, 76, 6 ]
what is the average age of patients with white ethnicity and admitted in or after 2115?
SELECT AVG(demographic.age) FROM demographic WHERE demographic.ethnicity = "WHITE" AND demographic.admityear >= "2115"
[ 10919, 318, 262, 2811, 2479, 286, 3871, 351, 2330, 26289, 290, 6848, 287, 393, 706, 362, 15363, 30, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 12418, 12709, 1, 5357, 16728, 13, 324, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2811, 2479, 286, 3871, 351, 2330, 26289, 290, 6848, 287, 393, 706, 362, 15363, 30, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 12418, 12709, 1, 5357, 16728, 13, 324, ...
what is the time difference in seconds between rachel king and sriyani kulawansa ?
SELECT ABS((SELECT "time" FROM table_204_71 WHERE "name" = 'rachel king') - (SELECT "time" FROM table_204_71 WHERE "name" = 'sriyani kulawansa'))
[ 10919, 318, 262, 640, 3580, 287, 4201, 1022, 3444, 2978, 5822, 290, 264, 380, 88, 3216, 479, 377, 707, 504, 64, 5633, 46506, 29950, 19510, 46506, 366, 2435, 1, 16034, 3084, 62, 18638, 62, 4869, 33411, 366, 3672, 1, 796, 705, 81, 963...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 640, 3580, 287, 4201, 1022, 3444, 2978, 5822, 290, 264, 380, 88, 3216, 479, 377, 707, 504, 64, 5633, 46506, 29950, 19510, 46506, 366, 2435, 1, 16034, 3084, 62, 18638, 62, 4869, 33411, 366, 3672, 1, 796, 705, 81, 963...
WHICH Regular Season has a Division of 4?
SELECT "Regular Season" FROM table_50806 WHERE "Division" = '4'
[ 12418, 20739, 23603, 7369, 468, 257, 7458, 286, 604, 30, 46506, 366, 40164, 7369, 1, 16034, 3084, 62, 1120, 37988, 33411, 366, 24095, 1166, 1, 796, 705, 19, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12418, 20739, 23603, 7369, 468, 257, 7458, 286, 604, 30, 46506, 366, 40164, 7369, 1, 16034, 3084, 62, 1120, 37988, 33411, 366, 24095, 1166, 1, 796, 705, 19, 6 ]
who was the first div sec division ?
SELECT "div sec\ndivision" FROM table_204_217 WHERE id = 1
[ 8727, 373, 262, 717, 2659, 792, 7297, 5633, 46506, 366, 7146, 792, 59, 358, 452, 1166, 1, 16034, 3084, 62, 18638, 62, 24591, 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 ]
[ 8727, 373, 262, 717, 2659, 792, 7297, 5633, 46506, 366, 7146, 792, 59, 358, 452, 1166, 1, 16034, 3084, 62, 18638, 62, 24591, 33411, 4686, 796, 352 ]
What was the score when the Blue Jays had a record of 39-20?
SELECT score FROM table_name_56 WHERE record = "39-20"
[ 2061, 373, 262, 4776, 618, 262, 4518, 23288, 550, 257, 1700, 286, 5014, 12, 1238, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 3980, 33411, 1700, 796, 366, 2670, 12, 1238, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4776, 618, 262, 4518, 23288, 550, 257, 1700, 286, 5014, 12, 1238, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 3980, 33411, 1700, 796, 366, 2670, 12, 1238, 1 ]
What is Type, when Works Number is 'unknown'?
SELECT "Type" FROM table_62282 WHERE "Works Number" = 'unknown'
[ 2061, 318, 5994, 11, 618, 10933, 7913, 318, 705, 34680, 30960, 46506, 366, 6030, 1, 16034, 3084, 62, 21, 1828, 6469, 33411, 366, 23044, 7913, 1, 796, 705, 34680, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 5994, 11, 618, 10933, 7913, 318, 705, 34680, 30960, 46506, 366, 6030, 1, 16034, 3084, 62, 21, 1828, 6469, 33411, 366, 23044, 7913, 1, 796, 705, 34680, 6 ]
What is the name of the person from series bb1 with a hometown of Bolton?
SELECT name FROM table_name_69 WHERE series = "bb1" AND hometown = "bolton"
[ 2061, 318, 262, 1438, 286, 262, 1048, 422, 2168, 275, 65, 16, 351, 257, 20994, 286, 35293, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 3388, 33411, 2168, 796, 366, 11848, 16, 1, 5357, 20994, 796, 366, 28984, 1122, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1438, 286, 262, 1048, 422, 2168, 275, 65, 16, 351, 257, 20994, 286, 35293, 30, 46506, 1438, 16034, 3084, 62, 3672, 62, 3388, 33411, 2168, 796, 366, 11848, 16, 1, 5357, 20994, 796, 366, 28984, 1122, 1 ]
What is the latest Date, when Label is Captain Oi! Records?
SELECT MAX(date) FROM table_name_58 WHERE label = "captain oi! records"
[ 2061, 318, 262, 3452, 7536, 11, 618, 36052, 318, 8599, 440, 72, 0, 13407, 30, 46506, 25882, 7, 4475, 8, 16034, 3084, 62, 3672, 62, 3365, 33411, 6167, 796, 366, 27144, 391, 267, 72, 0, 4406, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3452, 7536, 11, 618, 36052, 318, 8599, 440, 72, 0, 13407, 30, 46506, 25882, 7, 4475, 8, 16034, 3084, 62, 3672, 62, 3365, 33411, 6167, 796, 366, 27144, 391, 267, 72, 0, 4406, 1 ]
Average round for 22 pick that is overall smaller than 229?
SELECT AVG(round) FROM table_name_94 WHERE pick = 22 AND overall < 229
[ 26287, 2835, 329, 2534, 2298, 326, 318, 4045, 4833, 621, 31064, 30, 46506, 35224, 7, 744, 8, 16034, 3084, 62, 3672, 62, 5824, 33411, 2298, 796, 2534, 5357, 4045, 1279, 31064 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 26287, 2835, 329, 2534, 2298, 326, 318, 4045, 4833, 621, 31064, 30, 46506, 35224, 7, 744, 8, 16034, 3084, 62, 3672, 62, 5824, 33411, 2298, 796, 2534, 5357, 4045, 1279, 31064 ]
How much would you expect the enrollment to be in Springfield?
SELECT MIN("Enrollment") FROM table_2316 WHERE "Location(s)" = 'Springfield'
[ 2437, 881, 561, 345, 1607, 262, 20753, 284, 307, 287, 27874, 30, 46506, 20625, 7203, 4834, 48108, 4943, 16034, 3084, 62, 1954, 1433, 33411, 366, 14749, 7, 82, 16725, 796, 705, 30387, 3245, 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, 881, 561, 345, 1607, 262, 20753, 284, 307, 287, 27874, 30, 46506, 20625, 7203, 4834, 48108, 4943, 16034, 3084, 62, 1954, 1433, 33411, 366, 14749, 7, 82, 16725, 796, 705, 30387, 3245, 6 ]
Name the date for 2006
SELECT date FROM table_2267857_1 WHERE year = 2006
[ 5376, 262, 3128, 329, 4793, 46506, 3128, 16034, 3084, 62, 1828, 30924, 3553, 62, 16, 33411, 614, 796, 4793 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 3128, 329, 4793, 46506, 3128, 16034, 3084, 62, 1828, 30924, 3553, 62, 16, 33411, 614, 796, 4793 ]
What venue has don bradman (nsw) as the player?
SELECT venue FROM table_name_7 WHERE player = "don bradman (nsw)"
[ 2061, 14359, 468, 836, 865, 324, 805, 357, 77, 2032, 8, 355, 262, 2137, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 22, 33411, 2137, 796, 366, 9099, 865, 324, 805, 357, 77, 2032, 16725 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14359, 468, 836, 865, 324, 805, 357, 77, 2032, 8, 355, 262, 2137, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 22, 33411, 2137, 796, 366, 9099, 865, 324, 805, 357, 77, 2032, 16725 ]
What year is the venue in budapest, hungary?
SELECT SUM("Year") FROM table_11122 WHERE "Venue" = 'budapest, hungary'
[ 2061, 614, 318, 262, 14359, 287, 3600, 35746, 11, 9174, 560, 30, 46506, 35683, 7203, 17688, 4943, 16034, 3084, 62, 1157, 18376, 33411, 366, 37522, 518, 1, 796, 705, 65, 463, 35746, 11, 9174, 560, 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, 614, 318, 262, 14359, 287, 3600, 35746, 11, 9174, 560, 30, 46506, 35683, 7203, 17688, 4943, 16034, 3084, 62, 1157, 18376, 33411, 366, 37522, 518, 1, 796, 705, 65, 463, 35746, 11, 9174, 560, 6 ]
What is the ISHAA class for the International School?
SELECT ihsaa_class FROM table_name_64 WHERE school = "international"
[ 2061, 318, 262, 3180, 39, 3838, 1398, 329, 262, 4037, 3961, 30, 46506, 1312, 11994, 7252, 62, 4871, 16034, 3084, 62, 3672, 62, 2414, 33411, 1524, 796, 366, 45609, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 3180, 39, 3838, 1398, 329, 262, 4037, 3961, 30, 46506, 1312, 11994, 7252, 62, 4871, 16034, 3084, 62, 3672, 62, 2414, 33411, 1524, 796, 366, 45609, 1 ]
For those records from the products and each product's manufacturer, a bar chart shows the distribution of headquarter and the average of manufacturer , and group by attribute headquarter, order Headquarter in desc order.
SELECT Headquarter, AVG(Manufacturer) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Headquarter ORDER BY Headquarter DESC
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1182, 24385, 290, 262, 2811, 286, 11554, 837, 290, 1448, 416, 11688, 1182, 24385, 11, 1502, 7123, 24385, 287, 1715, 1502, 13, 465...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 257, 2318, 8262, 2523, 262, 6082, 286, 1182, 24385, 290, 262, 2811, 286, 11554, 837, 290, 1448, 416, 11688, 1182, 24385, 11, 1502, 7123, 24385, 287, 1715, 1502, 13, 465...
What is the date of creation of the locomotive of type 0-6-0 and GSR class of 441?
SELECT date_made FROM table_name_31 WHERE type = "0-6-0" AND gsr_class = "441"
[ 2061, 318, 262, 3128, 286, 6282, 286, 262, 33334, 19138, 286, 2099, 657, 12, 21, 12, 15, 290, 402, 12562, 1398, 286, 604, 3901, 30, 46506, 3128, 62, 9727, 16034, 3084, 62, 3672, 62, 3132, 33411, 2099, 796, 366, 15, 12, 21, 12, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3128, 286, 6282, 286, 262, 33334, 19138, 286, 2099, 657, 12, 21, 12, 15, 290, 402, 12562, 1398, 286, 604, 3901, 30, 46506, 3128, 62, 9727, 16034, 3084, 62, 3672, 62, 3132, 33411, 2099, 796, 366, 15, 12, 21, 12, 15,...
what team had ricardo serrano for combativity prize?
SELECT team_classification FROM table_22410316_17 WHERE combativity_prize = "Ricardo Serrano"
[ 10919, 1074, 550, 12410, 13109, 1055, 35823, 329, 5249, 3458, 11596, 30, 46506, 1074, 62, 4871, 2649, 16034, 3084, 62, 24137, 15197, 1433, 62, 1558, 33411, 5249, 3458, 62, 3448, 2736, 796, 366, 49, 291, 13109, 2930, 35823, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1074, 550, 12410, 13109, 1055, 35823, 329, 5249, 3458, 11596, 30, 46506, 1074, 62, 4871, 2649, 16034, 3084, 62, 24137, 15197, 1433, 62, 1558, 33411, 5249, 3458, 62, 3448, 2736, 796, 366, 49, 291, 13109, 2930, 35823, 1 ]
how many patients are with white ethnicity and diagnosed for hx of gi malignancy nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "WHITE" AND diagnoses.short_title = "Hx of GI malignancy NEC"
[ 4919, 867, 3871, 389, 351, 2330, 26289, 290, 14641, 329, 289, 87, 286, 308, 72, 6428, 570, 3883, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 389, 351, 2330, 26289, 290, 14641, 329, 289, 87, 286, 308, 72, 6428, 570, 3883, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177,...
What was the win for 4 matches with a success rate of 25%?
SELECT "Wins" FROM table_42340 WHERE "Matches" = '4' AND "Success Rate" = '25%'
[ 2061, 373, 262, 1592, 329, 604, 7466, 351, 257, 1943, 2494, 286, 1679, 4, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 43356, 1821, 33411, 366, 19044, 2052, 1, 796, 705, 19, 6, 5357, 366, 33244, 14806, 1, 796, 705, 1495, 4, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 1592, 329, 604, 7466, 351, 257, 1943, 2494, 286, 1679, 4, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 43356, 1821, 33411, 366, 19044, 2052, 1, 796, 705, 19, 6, 5357, 366, 33244, 14806, 1, 796, 705, 1495, 4, 6 ]
What was the attendance when St Kilda played as the home team?
SELECT COUNT("Crowd") FROM table_58110 WHERE "Home team" = 'st kilda'
[ 2061, 373, 262, 14858, 618, 520, 509, 27281, 2826, 355, 262, 1363, 1074, 30, 46506, 327, 28270, 7203, 34, 3986, 4943, 16034, 3084, 62, 3365, 11442, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 14858, 618, 520, 509, 27281, 2826, 355, 262, 1363, 1074, 30, 46506, 327, 28270, 7203, 34, 3986, 4943, 16034, 3084, 62, 3365, 11442, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
What is Finish, when Country is 'United States', and when Player is 'Julius Boros'?
SELECT "Finish" FROM table_77111 WHERE "Country" = 'united states' AND "Player" = 'julius boros'
[ 2061, 318, 32585, 11, 618, 12946, 318, 705, 17013, 1829, 3256, 290, 618, 7853, 318, 705, 16980, 3754, 12182, 418, 30960, 46506, 366, 48658, 1, 16034, 3084, 62, 3324, 16243, 33411, 366, 33921, 1, 796, 705, 41187, 2585, 6, 5357, 366, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 32585, 11, 618, 12946, 318, 705, 17013, 1829, 3256, 290, 618, 7853, 318, 705, 16980, 3754, 12182, 418, 30960, 46506, 366, 48658, 1, 16034, 3084, 62, 3324, 16243, 33411, 366, 33921, 1, 796, 705, 41187, 2585, 6, 5357, 366, 14...
What is the average overall of John Ayres, who had a pick # greater than 4?
SELECT AVG(overall) FROM table_name_38 WHERE name = "john ayres" AND pick__number > 4
[ 2061, 318, 262, 2811, 4045, 286, 1757, 13709, 411, 11, 508, 550, 257, 2298, 1303, 3744, 621, 604, 30, 46506, 35224, 7, 2502, 439, 8, 16034, 3084, 62, 3672, 62, 2548, 33411, 1438, 796, 366, 30686, 38762, 411, 1, 5357, 2298, 834, 1761...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2811, 4045, 286, 1757, 13709, 411, 11, 508, 550, 257, 2298, 1303, 3744, 621, 604, 30, 46506, 35224, 7, 2502, 439, 8, 16034, 3084, 62, 3672, 62, 2548, 33411, 1438, 796, 366, 30686, 38762, 411, 1, 5357, 2298, 834, 1761...
give me all flights from BOSTON to PHILADELPHIA next week arriving after lunch
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PHILADELPHIA' AND flight.arrival_time > 1400 AND flight.to_airport = AIRPORT_SERVICE_1.ai...
[ 26535, 502, 477, 13956, 422, 347, 10892, 1340, 284, 9370, 4146, 2885, 3698, 11909, 3539, 1306, 1285, 14820, 706, 9965, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26535, 502, 477, 13956, 422, 347, 10892, 1340, 284, 9370, 4146, 2885, 3698, 11909, 3539, 1306, 1285, 14820, 706, 9965, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, ...
Number of active experts per week.
SELECT YR_WK, COUNT(*) AS NumActiveExperts FROM (SELECT (TIME_TO_STR(p.CreationDate, '%y') + (TIME_TO_STR(p.CreationDate, '%W') - 1) / 52.0) AS YR_WK, u.Id AS UID, COUNT(*) AS NumAnswers FROM Users AS u INNER JOIN Posts AS p ON p.OwnerUserId = u.Id AND p.PostTypeId = 2 AND p.Score > 0 GROUP BY (TIME_TO_STR(p.CreationDa...
[ 15057, 286, 4075, 6154, 583, 1285, 13, 46506, 575, 49, 62, 54, 42, 11, 327, 28270, 7, 28104, 7054, 31835, 13739, 38897, 16034, 357, 46506, 357, 34694, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 88, 11537, 1343, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15057, 286, 4075, 6154, 583, 1285, 13, 46506, 575, 49, 62, 54, 42, 11, 327, 28270, 7, 28104, 7054, 31835, 13739, 38897, 16034, 357, 46506, 357, 34694, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 88, 11537, 1343, ...
what is the location when the year is before 1979 and the result is 19-17?
SELECT location FROM table_name_68 WHERE year < 1979 AND result = "19-17"
[ 10919, 318, 262, 4067, 618, 262, 614, 318, 878, 13521, 290, 262, 1255, 318, 678, 12, 1558, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 3104, 33411, 614, 1279, 13521, 5357, 1255, 796, 366, 1129, 12, 1558, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4067, 618, 262, 614, 318, 878, 13521, 290, 262, 1255, 318, 678, 12, 1558, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 3104, 33411, 614, 1279, 13521, 5357, 1255, 796, 366, 1129, 12, 1558, 1 ]
Where were the 2008 championships with a time of 7:56.90 held?
SELECT "Location" FROM table_74761 WHERE "Meet" = '2008 championships' AND "Time" = '7:56.90'
[ 8496, 547, 262, 3648, 27459, 351, 257, 640, 286, 767, 25, 3980, 13, 3829, 2714, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 48882, 5333, 33411, 366, 29318, 1, 796, 705, 11528, 27459, 6, 5357, 366, 7575, 1, 796, 705, 22, 25, 3980, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 547, 262, 3648, 27459, 351, 257, 640, 286, 767, 25, 3980, 13, 3829, 2714, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 48882, 5333, 33411, 366, 29318, 1, 796, 705, 11528, 27459, 6, 5357, 366, 7575, 1, 796, 705, 22, 25, 3980, 1...
What are each physician's employee id and department id primarily affiliated. Plot them as scatter chart.
SELECT Physician, Department FROM Affiliated_With WHERE PrimaryAffiliation = 1
[ 2061, 389, 1123, 14325, 338, 6538, 4686, 290, 5011, 4686, 7525, 18552, 13, 28114, 606, 355, 41058, 8262, 13, 46506, 8687, 6749, 11, 2732, 16034, 6708, 31705, 62, 3152, 33411, 21087, 35191, 15547, 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, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 1123, 14325, 338, 6538, 4686, 290, 5011, 4686, 7525, 18552, 13, 28114, 606, 355, 41058, 8262, 13, 46506, 8687, 6749, 11, 2732, 16034, 6708, 31705, 62, 3152, 33411, 21087, 35191, 15547, 796, 352 ]
What upper level courses are taught by Roupenian ?
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN offering_instructor ON offering_instructor.offering_id = course_offering.offering_id INNER JOIN instructor ON offering_instructor.instructor_id = instructor.ins...
[ 2061, 6727, 1241, 10902, 389, 7817, 416, 13876, 3617, 666, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 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...
[ 2061, 6727, 1241, 10902, 389, 7817, 416, 13876, 3617, 666, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, ...
What is the ranking of the movie made at Walt Disney Pictures?
SELECT "Rank" FROM table_9832 WHERE "Studio" = 'walt disney pictures'
[ 2061, 318, 262, 12759, 286, 262, 3807, 925, 379, 18935, 8519, 20051, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 4089, 2624, 33411, 366, 41501, 1, 796, 705, 86, 2501, 595, 1681, 5986, 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, 12759, 286, 262, 3807, 925, 379, 18935, 8519, 20051, 30, 46506, 366, 27520, 1, 16034, 3084, 62, 4089, 2624, 33411, 366, 41501, 1, 796, 705, 86, 2501, 595, 1681, 5986, 6 ]
what are the top five most common surgeries of patients 50s until 2101?
SELECT t1.treatmentname FROM (SELECT treatment.treatmentname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.age BETWEEN 50 AND 59) AND STRFTIME('%y', treatment.treatmenttime) <= '2101' GROUP BY treatment....
[ 10919, 389, 262, 1353, 1936, 749, 2219, 33624, 286, 3871, 2026, 82, 1566, 2310, 486, 30, 46506, 256, 16, 13, 42487, 3672, 16034, 357, 46506, 3513, 13, 42487, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 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, 389, 262, 1353, 1936, 749, 2219, 33624, 286, 3871, 2026, 82, 1566, 2310, 486, 30, 46506, 256, 16, 13, 42487, 3672, 16034, 357, 46506, 3513, 13, 42487, 3672, 11, 360, 24290, 62, 49, 15154, 3419, 28729, 357, 12532, 1137, 11050, 3...
What is the average top-25 value for majors that have more than 0 wins?
SELECT AVG("Top-25") FROM table_51787 WHERE "Wins" > '0'
[ 2061, 318, 262, 2811, 1353, 12, 1495, 1988, 329, 26353, 326, 423, 517, 621, 657, 7864, 30, 46506, 35224, 7203, 9126, 12, 1495, 4943, 16034, 3084, 62, 48170, 5774, 33411, 366, 54, 1040, 1, 1875, 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 ]
[ 2061, 318, 262, 2811, 1353, 12, 1495, 1988, 329, 26353, 326, 423, 517, 621, 657, 7864, 30, 46506, 35224, 7203, 9126, 12, 1495, 4943, 16034, 3084, 62, 48170, 5774, 33411, 366, 54, 1040, 1, 1875, 705, 15, 6 ]
what were the top four most frequent medications that followed in the same hospital encounter for patients that were prescribed clopidogrel bisulfate in 2103?
SELECT t3.drug FROM (SELECT t2.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, prescriptions.startdate, admissions.hadm_id FROM prescriptions JOIN admissions ON prescriptions.hadm_id = admissions.hadm_id WHERE prescriptions.drug = 'clopidogrel bisulfate' AND STRFTIME('%y', pre...
[ 10919, 547, 262, 1353, 1440, 749, 10792, 17638, 326, 3940, 287, 262, 976, 4436, 8791, 329, 3871, 326, 547, 14798, 537, 404, 312, 519, 2411, 47457, 4754, 378, 287, 362, 15197, 30, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 547, 262, 1353, 1440, 749, 10792, 17638, 326, 3940, 287, 262, 976, 4436, 8791, 329, 3871, 326, 547, 14798, 537, 404, 312, 519, 2411, 47457, 4754, 378, 287, 362, 15197, 30, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, 17, ...
Name the number of teams for 11th position september 10
SELECT COUNT("Team") FROM table_27596 WHERE "Position in table" = '11th' AND "Date of appointment" = 'September 10'
[ 5376, 262, 1271, 286, 3466, 329, 1367, 400, 2292, 384, 457, 1491, 838, 46506, 327, 28270, 7203, 15592, 4943, 16034, 3084, 62, 1983, 45734, 33411, 366, 26545, 287, 3084, 1, 796, 705, 1157, 400, 6, 5357, 366, 10430, 286, 12557, 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 ]
[ 5376, 262, 1271, 286, 3466, 329, 1367, 400, 2292, 384, 457, 1491, 838, 46506, 327, 28270, 7203, 15592, 4943, 16034, 3084, 62, 1983, 45734, 33411, 366, 26545, 287, 3084, 1, 796, 705, 1157, 400, 6, 5357, 366, 10430, 286, 12557, 1, 796, ...
when did patient 006-100609 come into the hospital for the last time until 1 year ago?
SELECT patient.hospitaladmittime FROM patient WHERE patient.uniquepid = '006-100609' AND DATETIME(patient.hospitaladmittime) <= DATETIME(CURRENT_TIME(), '-1 year') ORDER BY patient.hospitaladmittime DESC LIMIT 1
[ 12518, 750, 5827, 3571, 21, 12, 3064, 31751, 1282, 656, 262, 4436, 329, 262, 938, 640, 1566, 352, 614, 2084, 30, 46506, 5827, 13, 49257, 324, 20124, 524, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 28041, 12, 3064, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 750, 5827, 3571, 21, 12, 3064, 31751, 1282, 656, 262, 4436, 329, 262, 938, 640, 1566, 352, 614, 2084, 30, 46506, 5827, 13, 49257, 324, 20124, 524, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 28041, 12, 3064, ...
Who was ashley sampi's opponent?
SELECT "Opponent" FROM table_51309 WHERE "Player" = 'ashley sampi'
[ 8241, 373, 12530, 1636, 264, 696, 72, 338, 6125, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 4349, 26895, 33411, 366, 14140, 1, 796, 705, 1077, 1636, 264, 696, 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, 1 ]
[ 8241, 373, 12530, 1636, 264, 696, 72, 338, 6125, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 4349, 26895, 33411, 366, 14140, 1, 796, 705, 1077, 1636, 264, 696, 72, 6 ]
Find all the songs produced by artists with first name 'Marianne'.
SELECT T3.Title FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T2.firstname = "Marianne"
[ 16742, 477, 262, 7259, 4635, 416, 7912, 351, 717, 1438, 705, 44, 3699, 710, 4458, 46506, 309, 18, 13, 19160, 16034, 15193, 7054, 309, 16, 32357, 1268, 10243, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 796, 309, 17, 13, 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...
[ 16742, 477, 262, 7259, 4635, 416, 7912, 351, 717, 1438, 705, 44, 3699, 710, 4458, 46506, 309, 18, 13, 19160, 16034, 15193, 7054, 309, 16, 32357, 1268, 10243, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 796, 309, 17, 13, 312, 32357...
What is the total attendance with a 1-0 result, at Venue H, and Round SF?
SELECT SUM("Attendance") FROM table_59830 WHERE "Result" = '1-0' AND "Venue" = 'h' AND "Round" = 'sf'
[ 2061, 318, 262, 2472, 14858, 351, 257, 352, 12, 15, 1255, 11, 379, 9932, 518, 367, 11, 290, 10485, 14362, 30, 46506, 35683, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 41292, 1270, 33411, 366, 23004, 1, 796, 705, 16, 12, 15, 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 ]
[ 2061, 318, 262, 2472, 14858, 351, 257, 352, 12, 15, 1255, 11, 379, 9932, 518, 367, 11, 290, 10485, 14362, 30, 46506, 35683, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 41292, 1270, 33411, 366, 23004, 1, 796, 705, 16, 12, 15, 6, 5...
Show me about the correlation between address_id and monthly_rental in a scatter chart.
SELECT address_id, monthly_rental FROM Student_Addresses ORDER BY monthly_rental DESC
[ 15307, 502, 546, 262, 16096, 1022, 2209, 62, 312, 290, 9651, 62, 1156, 282, 287, 257, 41058, 8262, 13, 46506, 2209, 62, 312, 11, 9651, 62, 1156, 282, 16034, 13613, 62, 4550, 16746, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 546, 262, 16096, 1022, 2209, 62, 312, 290, 9651, 62, 1156, 282, 287, 257, 41058, 8262, 13, 46506, 2209, 62, 312, 11, 9651, 62, 1156, 282, 16034, 13613, 62, 4550, 16746, 38678, 11050, 9651, 62, 1156, 282, 22196, 34 ]
what was the name of the medication prescribed to patient 31088 within 2 days after being diagnosed with mch cmp autm mplnt dfbrl?
SELECT t2.drug FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE admissions.subject_id = 31088 AND diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'mch cm...
[ 10919, 373, 262, 1438, 286, 262, 14103, 14798, 284, 5827, 28947, 3459, 1626, 362, 1528, 706, 852, 14641, 351, 285, 354, 269, 3149, 1960, 76, 285, 489, 429, 47764, 1671, 75, 30, 46506, 256, 17, 13, 30349, 16034, 357, 46506, 25349, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 1438, 286, 262, 14103, 14798, 284, 5827, 28947, 3459, 1626, 362, 1528, 706, 852, 14641, 351, 285, 354, 269, 3149, 1960, 76, 285, 489, 429, 47764, 1671, 75, 30, 46506, 256, 17, 13, 30349, 16034, 357, 46506, 25349, 13, ...
Which High points have High rebounds of lamar odom (15), and a Date of april 27?
SELECT high_points FROM table_name_80 WHERE high_rebounds = "lamar odom (15)" AND date = "april 27"
[ 13828, 3334, 2173, 423, 3334, 18841, 286, 30592, 283, 267, 3438, 357, 1314, 828, 290, 257, 7536, 286, 46593, 346, 2681, 30, 46506, 1029, 62, 13033, 16034, 3084, 62, 3672, 62, 1795, 33411, 1029, 62, 34806, 3733, 796, 366, 2543, 283, 26...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3334, 2173, 423, 3334, 18841, 286, 30592, 283, 267, 3438, 357, 1314, 828, 290, 257, 7536, 286, 46593, 346, 2681, 30, 46506, 1029, 62, 13033, 16034, 3084, 62, 3672, 62, 1795, 33411, 1029, 62, 34806, 3733, 796, 366, 2543, 283, 26...
what is the average age of patients who have stayed in the hospital for 4 days with a government insurance policy?
SELECT AVG(demographic.age) FROM demographic WHERE demographic.insurance = "Government" AND demographic.days_stay = "4"
[ 10919, 318, 262, 2811, 2479, 286, 3871, 508, 423, 9658, 287, 262, 4436, 329, 604, 1528, 351, 257, 1230, 5096, 2450, 30, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 1040, 3874, 796, 366, 28848, 1, 5357, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 2811, 2479, 286, 3871, 508, 423, 9658, 287, 262, 4436, 329, 604, 1528, 351, 257, 1230, 5096, 2450, 30, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 1040, 3874, 796, 366, 28848, 1, 5357, 1...
How many times was the catalog number cal04 / 0091037553546?
SELECT COUNT(title) FROM table_27303975_3 WHERE catalog_number = "CAL04 / 0091037553546"
[ 2437, 867, 1661, 373, 262, 18388, 1271, 2386, 3023, 1220, 3571, 24, 15197, 38172, 2327, 3510, 30, 46506, 327, 28270, 7, 7839, 8, 16034, 3084, 62, 1983, 1270, 2670, 2425, 62, 18, 33411, 18388, 62, 17618, 796, 366, 34, 1847, 3023, 1220,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1661, 373, 262, 18388, 1271, 2386, 3023, 1220, 3571, 24, 15197, 38172, 2327, 3510, 30, 46506, 327, 28270, 7, 7839, 8, 16034, 3084, 62, 1983, 1270, 2670, 2425, 62, 18, 33411, 18388, 62, 17618, 796, 366, 34, 1847, 3023, 1220,...
what was the last height of patient 030-75705.
SELECT patient.admissionheight FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-75705') AND NOT patient.admissionheight IS NULL ORDER BY patient.unitadmittime DESC LIMIT 1
[ 10919, 373, 262, 938, 6001, 286, 5827, 657, 1270, 12, 2425, 34801, 13, 46506, 5827, 13, 324, 3411, 17015, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 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...
[ 10919, 373, 262, 938, 6001, 286, 5827, 657, 1270, 12, 2425, 34801, 13, 46506, 5827, 13, 324, 3411, 17015, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 16034, ...
Name the cardinal points for 19-4 record
SELECT MIN("Cardinal Points") FROM table_25708 WHERE "Record" = '19-4'
[ 5376, 262, 38691, 2173, 329, 678, 12, 19, 1700, 46506, 20625, 7203, 16962, 1292, 11045, 4943, 16034, 3084, 62, 1495, 32583, 33411, 366, 23739, 1, 796, 705, 1129, 12, 19, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 38691, 2173, 329, 678, 12, 19, 1700, 46506, 20625, 7203, 16962, 1292, 11045, 4943, 16034, 3084, 62, 1495, 32583, 33411, 366, 23739, 1, 796, 705, 1129, 12, 19, 6 ]
Which ministers are not a part of the Progress Party, and count them by a bar chart, I want to show Y-axis from high to low order.
SELECT Minister, COUNT(Minister) FROM party WHERE Party_name <> 'Progress Party' GROUP BY Minister ORDER BY COUNT(Minister) DESC
[ 13828, 14138, 389, 407, 257, 636, 286, 262, 18387, 3615, 11, 290, 954, 606, 416, 257, 2318, 8262, 11, 314, 765, 284, 905, 575, 12, 22704, 422, 1029, 284, 1877, 1502, 13, 46506, 4139, 11, 327, 28270, 7, 9452, 1694, 8, 16034, 2151, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14138, 389, 407, 257, 636, 286, 262, 18387, 3615, 11, 290, 954, 606, 416, 257, 2318, 8262, 11, 314, 765, 284, 905, 575, 12, 22704, 422, 1029, 284, 1877, 1502, 13, 46506, 4139, 11, 327, 28270, 7, 9452, 1694, 8, 16034, 2151, ...
Which street is 12.2 miles long?
SELECT "Street Names" FROM table_16169 WHERE "Milepost" = '12.2'
[ 13828, 4675, 318, 1105, 13, 17, 4608, 890, 30, 46506, 366, 34356, 28531, 1, 16034, 3084, 62, 1433, 22172, 33411, 366, 44, 576, 7353, 1, 796, 705, 1065, 13, 17, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 4675, 318, 1105, 13, 17, 4608, 890, 30, 46506, 366, 34356, 28531, 1, 16034, 3084, 62, 1433, 22172, 33411, 366, 44, 576, 7353, 1, 796, 705, 1065, 13, 17, 6 ]
Show me mean age by sex in a histogram, rank by the X in desc.
SELECT Sex, AVG(Age) FROM Student GROUP BY Sex ORDER BY Sex DESC
[ 15307, 502, 1612, 2479, 416, 1714, 287, 257, 1554, 21857, 11, 4279, 416, 262, 1395, 287, 1715, 13, 46506, 14419, 11, 35224, 7, 23396, 8, 16034, 13613, 44441, 11050, 14419, 38678, 11050, 14419, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 1612, 2479, 416, 1714, 287, 257, 1554, 21857, 11, 4279, 416, 262, 1395, 287, 1715, 13, 46506, 14419, 11, 35224, 7, 23396, 8, 16034, 13613, 44441, 11050, 14419, 38678, 11050, 14419, 22196, 34 ]
A bar chart shows the distribution of All_Games and ACC_Percent , could you list from high to low by the names?
SELECT All_Games, ACC_Percent FROM basketball_match ORDER BY All_Games DESC
[ 32, 2318, 8262, 2523, 262, 6082, 286, 1439, 62, 24474, 290, 15859, 62, 31905, 837, 714, 345, 1351, 422, 1029, 284, 1877, 416, 262, 3891, 30, 46506, 1439, 62, 24474, 11, 15859, 62, 31905, 16034, 9669, 62, 15699, 38678, 11050, 1439, 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 ]
[ 32, 2318, 8262, 2523, 262, 6082, 286, 1439, 62, 24474, 290, 15859, 62, 31905, 837, 714, 345, 1351, 422, 1029, 284, 1877, 416, 262, 3891, 30, 46506, 1439, 62, 24474, 11, 15859, 62, 31905, 16034, 9669, 62, 15699, 38678, 11050, 1439, 62,...
2005 of 3r, and a 2000 of lq, and a 2002 of 3r is in what 2004?
SELECT "2004" FROM table_39114 WHERE "2005" = '3r' AND "2000" = 'lq' AND "2002" = '3r'
[ 14315, 286, 513, 81, 11, 290, 257, 4751, 286, 300, 80, 11, 290, 257, 6244, 286, 513, 81, 318, 287, 644, 5472, 30, 46506, 366, 15724, 1, 16034, 3084, 62, 2670, 16562, 33411, 366, 14315, 1, 796, 705, 18, 81, 6, 5357, 366, 11024, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 14315, 286, 513, 81, 11, 290, 257, 4751, 286, 300, 80, 11, 290, 257, 6244, 286, 513, 81, 318, 287, 644, 5472, 30, 46506, 366, 15724, 1, 16034, 3084, 62, 2670, 16562, 33411, 366, 14315, 1, 796, 705, 18, 81, 6, 5357, 366, 11024, 1...
What is 1987-88, when Points is '136'?
SELECT 1987 AS _88 FROM table_name_24 WHERE points = 136
[ 2061, 318, 12923, 12, 3459, 11, 618, 11045, 318, 705, 20809, 30960, 46506, 12923, 7054, 4808, 3459, 16034, 3084, 62, 3672, 62, 1731, 33411, 2173, 796, 21056 ]
[ 1, 1, 1, 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, 12923, 12, 3459, 11, 618, 11045, 318, 705, 20809, 30960, 46506, 12923, 7054, 4808, 3459, 16034, 3084, 62, 3672, 62, 1731, 33411, 2173, 796, 21056 ]
urine dipstick protein > 2+ ( 100 mg / dl ) or urine protein 2+ and a urine protein / creatinine ratio > 1 ( > 1000 mg / g )
SELECT * FROM table_train_214 WHERE urine_dipstick_protein > 100 AND (urine_protein > 1 OR creatinine_ratio > 1000)
[ 333, 500, 19550, 13915, 7532, 1875, 362, 10, 357, 1802, 10527, 1220, 288, 75, 1267, 393, 18922, 7532, 362, 10, 290, 257, 18922, 7532, 1220, 1827, 259, 500, 8064, 1875, 352, 357, 1875, 8576, 10527, 1220, 308, 1267, 46506, 1635, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 333, 500, 19550, 13915, 7532, 1875, 362, 10, 357, 1802, 10527, 1220, 288, 75, 1267, 393, 18922, 7532, 362, 10, 290, 257, 18922, 7532, 1220, 1827, 259, 500, 8064, 1875, 352, 357, 1875, 8576, 10527, 1220, 308, 1267, 46506, 1635, 16034, ...
What is the race date for the course Ja n to C rdoba?
SELECT date FROM table_name_64 WHERE course = "jaén to córdoba"
[ 2061, 318, 262, 3234, 3128, 329, 262, 1781, 13790, 299, 284, 327, 374, 67, 19981, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2414, 33411, 1781, 796, 366, 6592, 35942, 284, 269, 10205, 4372, 19981, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3234, 3128, 329, 262, 1781, 13790, 299, 284, 327, 374, 67, 19981, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2414, 33411, 1781, 796, 366, 6592, 35942, 284, 269, 10205, 4372, 19981, 1 ]
how many days have passed since patient 022-199074 was admitted to the hospital for?
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', patient.hospitaladmittime)) FROM patient WHERE patient.uniquepid = '022-199074' AND patient.hospitaldischargetime IS NULL
[ 4919, 867, 1528, 423, 3804, 1201, 5827, 657, 1828, 12, 19104, 2998, 19, 373, 6848, 284, 262, 4436, 329, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 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...
[ 4919, 867, 1528, 423, 3804, 1201, 5827, 657, 1828, 12, 19104, 2998, 19, 373, 6848, 284, 262, 4436, 329, 30, 46506, 352, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, 9792, 12789, 10786, 4...
provide the number of patients on pb route of drug administration who are diagnosed with neonatal jaundice associated with preterm delivery.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Neonatal jaundice associated with preterm delivery" AND prescriptions.route = "PB"
[ 15234, 485, 262, 1271, 286, 3871, 319, 279, 65, 6339, 286, 2563, 3662, 508, 389, 14641, 351, 25988, 10254, 474, 14677, 501, 3917, 351, 662, 4354, 7585, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 262, 1271, 286, 3871, 319, 279, 65, 6339, 286, 2563, 3662, 508, 389, 14641, 351, 25988, 10254, 474, 14677, 501, 3917, 351, 662, 4354, 7585, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16...
What is every use for number 1?
SELECT "Use" FROM table_1977 WHERE "Number" = '1'
[ 2061, 318, 790, 779, 329, 1271, 352, 30, 46506, 366, 11041, 1, 16034, 3084, 62, 37781, 33411, 366, 15057, 1, 796, 705, 16, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 790, 779, 329, 1271, 352, 30, 46506, 366, 11041, 1, 16034, 3084, 62, 37781, 33411, 366, 15057, 1, 796, 705, 16, 6 ]
flights from CLEVELAND to MIAMI
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'CLEVELAND' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'MIAM...
[ 2704, 2337, 422, 30301, 18697, 6981, 284, 15789, 2390, 24352, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 350...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2704, 2337, 422, 30301, 18697, 6981, 284, 15789, 2390, 24352, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 350...
For all employees who have the letters D or S in their first name, give me the comparison about the sum of salary over the job_id , and group by attribute job_id, and could you sort X-axis in descending order?
SELECT JOB_ID, SUM(SALARY) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY JOB_ID DESC
[ 1890, 477, 4409, 508, 423, 262, 7475, 360, 393, 311, 287, 511, 717, 1438, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 9588, 625, 262, 1693, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 290, 714, 345, 3297, 1395, 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...
[ 1890, 477, 4409, 508, 423, 262, 7475, 360, 393, 311, 287, 511, 717, 1438, 11, 1577, 502, 262, 7208, 546, 262, 2160, 286, 9588, 625, 262, 1693, 62, 312, 837, 290, 1448, 416, 11688, 1693, 62, 312, 11, 290, 714, 345, 3297, 1395, 12, ...
What does full house have as a 5 credits?
SELECT "5 credits" FROM table_52383 WHERE "Hand" = 'full house'
[ 2061, 857, 1336, 2156, 423, 355, 257, 642, 10824, 30, 46506, 366, 20, 10824, 1, 16034, 3084, 62, 49803, 5999, 33411, 366, 12885, 1, 796, 705, 12853, 2156, 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, 857, 1336, 2156, 423, 355, 257, 642, 10824, 30, 46506, 366, 20, 10824, 1, 16034, 3084, 62, 49803, 5999, 33411, 366, 12885, 1, 796, 705, 12853, 2156, 6 ]
Who did the team play on april 19?
SELECT opponent FROM table_name_2 WHERE date = "april 19"
[ 8241, 750, 262, 1074, 711, 319, 46593, 346, 678, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 17, 33411, 3128, 796, 366, 499, 22379, 678, 1 ]
[ 1, 1, 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, 750, 262, 1074, 711, 319, 46593, 346, 678, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 17, 33411, 3128, 796, 366, 499, 22379, 678, 1 ]
What was the speed of the race that ended in 2nd place and had a time of 01:13:03.39?
SELECT speed FROM table_name_29 WHERE position = "2nd" AND time = "01:13:03.39"
[ 2061, 373, 262, 2866, 286, 262, 3234, 326, 4444, 287, 362, 358, 1295, 290, 550, 257, 640, 286, 5534, 25, 1485, 25, 3070, 13, 2670, 30, 46506, 2866, 16034, 3084, 62, 3672, 62, 1959, 33411, 2292, 796, 366, 17, 358, 1, 5357, 640, 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 ]
[ 2061, 373, 262, 2866, 286, 262, 3234, 326, 4444, 287, 362, 358, 1295, 290, 550, 257, 640, 286, 5534, 25, 1485, 25, 3070, 13, 2670, 30, 46506, 2866, 16034, 3084, 62, 3672, 62, 1959, 33411, 2292, 796, 366, 17, 358, 1, 5357, 640, 796...
Name the space crusade when the english is of finnish
SELECT space_crusade FROM table_name_7 WHERE english = "finnish"
[ 5376, 262, 2272, 39856, 618, 262, 46932, 318, 286, 957, 77, 680, 46506, 2272, 62, 6098, 385, 671, 16034, 3084, 62, 3672, 62, 22, 33411, 46932, 796, 366, 69, 3732, 680, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 2272, 39856, 618, 262, 46932, 318, 286, 957, 77, 680, 46506, 2272, 62, 6098, 385, 671, 16034, 3084, 62, 3672, 62, 22, 33411, 46932, 796, 366, 69, 3732, 680, 1 ]
flights from NEWARK to BOSTON
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'NEWARK' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BOSTON'...
[ 2704, 2337, 422, 12682, 14175, 284, 347, 10892, 1340, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 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...
[ 2704, 2337, 422, 12682, 14175, 284, 347, 10892, 1340, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 2738...
A bar chart for finding the number of the names of swimmers who has a result of 'win', could you display by the y-axis from high to low?
SELECT name, COUNT(name) FROM swimmer AS t1 JOIN record AS t2 ON t1.ID = t2.Swimmer_ID WHERE Result = 'Win' GROUP BY name ORDER BY COUNT(name) DESC
[ 32, 2318, 8262, 329, 4917, 262, 1271, 286, 262, 3891, 286, 1509, 36904, 508, 468, 257, 1255, 286, 705, 5404, 3256, 714, 345, 3359, 416, 262, 331, 12, 22704, 422, 1029, 284, 1877, 30, 46506, 1438, 11, 327, 28270, 7, 3672, 8, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 32, 2318, 8262, 329, 4917, 262, 1271, 286, 262, 3891, 286, 1509, 36904, 508, 468, 257, 1255, 286, 705, 5404, 3256, 714, 345, 3359, 416, 262, 331, 12, 22704, 422, 1029, 284, 1877, 30, 46506, 1438, 11, 327, 28270, 7, 3672, 8, 16034, ...
in what year was korzeniowski 's last competition ?
SELECT "year" FROM table_203_874 ORDER BY "year" DESC LIMIT 1
[ 259, 644, 614, 373, 479, 273, 4801, 72, 12079, 705, 82, 938, 5449, 5633, 46506, 366, 1941, 1, 16034, 3084, 62, 22416, 62, 23, 4524, 38678, 11050, 366, 1941, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 259, 644, 614, 373, 479, 273, 4801, 72, 12079, 705, 82, 938, 5449, 5633, 46506, 366, 1941, 1, 16034, 3084, 62, 22416, 62, 23, 4524, 38678, 11050, 366, 1941, 1, 22196, 34, 27564, 2043, 352 ]
What was the air date in the U.S. for the episode that had 1.452 million Canadian viewers?
SELECT us_air_date FROM table_18424435_4 WHERE canadian_viewers__million_ = "1.452"
[ 2061, 373, 262, 1633, 3128, 287, 262, 471, 13, 50, 13, 329, 262, 4471, 326, 550, 352, 13, 37730, 1510, 5398, 10209, 30, 46506, 514, 62, 958, 62, 4475, 16034, 3084, 62, 22883, 25707, 2327, 62, 19, 33411, 460, 18425, 62, 1177, 364, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1633, 3128, 287, 262, 471, 13, 50, 13, 329, 262, 4471, 326, 550, 352, 13, 37730, 1510, 5398, 10209, 30, 46506, 514, 62, 958, 62, 4475, 16034, 3084, 62, 22883, 25707, 2327, 62, 19, 33411, 460, 18425, 62, 1177, 364, ...
at what location is the last flew on 11 june 2000
SELECT location FROM table_1997759_1 WHERE last_flew = "11 June 2000"
[ 265, 644, 4067, 318, 262, 938, 13112, 319, 1367, 474, 1726, 4751, 46506, 4067, 16034, 3084, 62, 21498, 38314, 62, 16, 33411, 938, 62, 27919, 86, 796, 366, 1157, 2795, 4751, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 265, 644, 4067, 318, 262, 938, 13112, 319, 1367, 474, 1726, 4751, 46506, 4067, 16034, 3084, 62, 21498, 38314, 62, 16, 33411, 938, 62, 27919, 86, 796, 366, 1157, 2795, 4751, 1 ]
What venue featured a crowd of over 30,000?
SELECT venue FROM table_name_98 WHERE crowd > 30 OFFSET 000
[ 2061, 14359, 8096, 257, 4315, 286, 625, 1542, 11, 830, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 4089, 33411, 4315, 1875, 1542, 3963, 10652, 2767, 12877 ]
[ 1, 1, 1, 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, 14359, 8096, 257, 4315, 286, 625, 1542, 11, 830, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 4089, 33411, 4315, 1875, 1542, 3963, 10652, 2767, 12877 ]
How many wins when the pct, is .848?
SELECT "Wins" FROM table_60656 WHERE "Pct." = '.848'
[ 2437, 867, 7864, 618, 262, 279, 310, 11, 318, 764, 23, 2780, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 1899, 37466, 33411, 366, 47, 310, 526, 796, 45302, 23, 2780, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 7864, 618, 262, 279, 310, 11, 318, 764, 23, 2780, 30, 46506, 366, 54, 1040, 1, 16034, 3084, 62, 1899, 37466, 33411, 366, 47, 310, 526, 796, 45302, 23, 2780, 6 ]
how many total sports had silver medals awarded ?
SELECT COUNT(DISTINCT "sport") FROM table_204_103
[ 4919, 867, 2472, 5701, 550, 8465, 28057, 11343, 5633, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 366, 82, 634, 4943, 16034, 3084, 62, 18638, 62, 15197 ]
[ 1, 1, 1, 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, 2472, 5701, 550, 8465, 28057, 11343, 5633, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 366, 82, 634, 4943, 16034, 3084, 62, 18638, 62, 15197 ]
Specify the ICU stay id for the subject named Paul Edwards
SELECT prescriptions.icustay_id FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.name = "Paul Edwards"
[ 22882, 1958, 262, 12460, 52, 2652, 4686, 329, 262, 2426, 3706, 3362, 17381, 46506, 34092, 13, 291, 436, 323, 62, 312, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 312, 796, 34092, 13, 18108, 76, 62, 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 ]
[ 22882, 1958, 262, 12460, 52, 2652, 4686, 329, 262, 2426, 3706, 3362, 17381, 46506, 34092, 13, 291, 436, 323, 62, 312, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 312, 796, 34092, 13, 18108, 76, 62, 3...
Return the names and typical buying and selling prices for products that have 'yellow' as their color description.
SELECT t1.product_name, t1.typical_buying_price, t1.typical_selling_price FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t2.color_description = "yellow"
[ 13615, 262, 3891, 290, 7226, 7067, 290, 6301, 4536, 329, 3186, 326, 423, 705, 36022, 6, 355, 511, 3124, 6764, 13, 46506, 256, 16, 13, 11167, 62, 3672, 11, 256, 16, 13, 28004, 605, 62, 11110, 1112, 62, 20888, 11, 256, 16, 13, 28004...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3891, 290, 7226, 7067, 290, 6301, 4536, 329, 3186, 326, 423, 705, 36022, 6, 355, 511, 3124, 6764, 13, 46506, 256, 16, 13, 11167, 62, 3672, 11, 256, 16, 13, 28004, 605, 62, 11110, 1112, 62, 20888, 11, 256, 16, 13, 28004...
Compare the total number of each fate with a bar chart, and display Y-axis from low to high order.
SELECT Fate, COUNT(Fate) FROM mission GROUP BY Fate ORDER BY COUNT(Fate)
[ 41488, 262, 2472, 1271, 286, 1123, 10030, 351, 257, 2318, 8262, 11, 290, 3359, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 20341, 11, 327, 28270, 7, 37, 378, 8, 16034, 4365, 44441, 11050, 20341, 38678, 11050, 327, 28270, 7,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 41488, 262, 2472, 1271, 286, 1123, 10030, 351, 257, 2318, 8262, 11, 290, 3359, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 20341, 11, 327, 28270, 7, 37, 378, 8, 16034, 4365, 44441, 11050, 20341, 38678, 11050, 327, 28270, 7,...
Show me a scatter chart for how many games has each stadium held?
SELECT T1.id, COUNT(*) FROM stadium AS T1 JOIN game AS T2 ON T1.id = T2.stadium_id GROUP BY T1.id
[ 15307, 502, 257, 41058, 8262, 329, 703, 867, 1830, 468, 1123, 10308, 2714, 30, 46506, 309, 16, 13, 312, 11, 327, 28270, 7, 28104, 16034, 10308, 7054, 309, 16, 32357, 1268, 983, 7054, 309, 17, 6177, 309, 16, 13, 312, 796, 309, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 257, 41058, 8262, 329, 703, 867, 1830, 468, 1123, 10308, 2714, 30, 46506, 309, 16, 13, 312, 11, 327, 28270, 7, 28104, 16034, 10308, 7054, 309, 16, 32357, 1268, 983, 7054, 309, 17, 6177, 309, 16, 13, 312, 796, 309, 17, ...
Give me a bar chart for the number of area of each area, sort by the Y from high to low.
SELECT Area, COUNT(Area) FROM appellations GROUP BY Area ORDER BY COUNT(Area) DESC
[ 23318, 502, 257, 2318, 8262, 329, 262, 1271, 286, 1989, 286, 1123, 1989, 11, 3297, 416, 262, 575, 422, 1029, 284, 1877, 13, 46506, 9498, 11, 327, 28270, 7, 30547, 8, 16034, 24781, 602, 44441, 11050, 9498, 38678, 11050, 327, 28270, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23318, 502, 257, 2318, 8262, 329, 262, 1271, 286, 1989, 286, 1123, 1989, 11, 3297, 416, 262, 575, 422, 1029, 284, 1877, 13, 46506, 9498, 11, 327, 28270, 7, 30547, 8, 16034, 24781, 602, 44441, 11050, 9498, 38678, 11050, 327, 28270, 7, ...
What is the interaction type of the enzyme named 'ALA synthase' and the medicine named 'Aripiprazole'?
SELECT T1.interaction_type FROM medicine_enzyme_interaction AS T1 JOIN medicine AS T2 ON T1.medicine_id = T2.id JOIN enzyme AS T3 ON T1.enzyme_id = T3.id WHERE T3.name = 'ALA synthase' AND T2.name = 'Aripiprazole'
[ 2061, 318, 262, 10375, 2099, 286, 262, 27679, 3706, 705, 1847, 32, 33549, 589, 6, 290, 262, 9007, 3706, 705, 32, 5528, 541, 3247, 2305, 30960, 46506, 309, 16, 13, 3849, 2673, 62, 4906, 16034, 9007, 62, 268, 24266, 62, 3849, 2673, 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, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 10375, 2099, 286, 262, 27679, 3706, 705, 1847, 32, 33549, 589, 6, 290, 262, 9007, 3706, 705, 32, 5528, 541, 3247, 2305, 30960, 46506, 309, 16, 13, 3849, 2673, 62, 4906, 16034, 9007, 62, 268, 24266, 62, 3849, 2673, 70...
Posts with YouTube links on Music Fans.
SELECT COUNT(*) AS aantal, HasYouTube, PostType FROM (SELECT p.Id AS PostId, CASE WHEN p.Body LIKE '%youtube.com%' OR p.Body LIKE '%youtu.be%' OR p.Body LIKE '%soundcloud.com%' THEN 1 ELSE 0 END AS HasYouTube, pt.Name AS PostType FROM Posts AS p LEFT JOIN PostTypes AS pt ON pt.Id = p.PostTypeId) AS pp GROUP BY HasYouTu...
[ 21496, 351, 7444, 6117, 319, 7849, 24964, 13, 46506, 327, 28270, 7, 28104, 7054, 257, 415, 282, 11, 7875, 33869, 11, 2947, 6030, 16034, 357, 46506, 279, 13, 7390, 7054, 2947, 7390, 11, 42001, 42099, 279, 13, 25842, 34178, 705, 4, 1160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 351, 7444, 6117, 319, 7849, 24964, 13, 46506, 327, 28270, 7, 28104, 7054, 257, 415, 282, 11, 7875, 33869, 11, 2947, 6030, 16034, 357, 46506, 279, 13, 7390, 7054, 2947, 7390, 11, 42001, 42099, 279, 13, 25842, 34178, 705, 4, 1160...
What is the Phoneme symbol for the letter name z n?
SELECT "Phoneme" FROM table_47097 WHERE "Letter name" = 'zɛn'
[ 2061, 318, 262, 1380, 261, 34755, 6194, 329, 262, 3850, 1438, 1976, 299, 30, 46506, 366, 2725, 261, 34755, 1, 16034, 3084, 62, 27790, 5607, 33411, 366, 45708, 1438, 1, 796, 705, 89, 133, 249, 77, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1380, 261, 34755, 6194, 329, 262, 3850, 1438, 1976, 299, 30, 46506, 366, 2725, 261, 34755, 1, 16034, 3084, 62, 27790, 5607, 33411, 366, 45708, 1438, 1, 796, 705, 89, 133, 249, 77, 6 ]
How many people were born in a non EU state (in millions), when the Total population (in millions) was 62.008?
SELECT born_in_a_non_eu_state__millions_ FROM table_name_32 WHERE total_population__millions_ = 62.008
[ 2437, 867, 661, 547, 4642, 287, 257, 1729, 4576, 1181, 357, 259, 5242, 828, 618, 262, 7472, 3265, 357, 259, 5242, 8, 373, 8190, 13, 25257, 30, 46506, 4642, 62, 259, 62, 64, 62, 13159, 62, 12496, 62, 5219, 834, 17805, 507, 62, 1603...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 547, 4642, 287, 257, 1729, 4576, 1181, 357, 259, 5242, 828, 618, 262, 7472, 3265, 357, 259, 5242, 8, 373, 8190, 13, 25257, 30, 46506, 4642, 62, 259, 62, 64, 62, 13159, 62, 12496, 62, 5219, 834, 17805, 507, 62, 1603...
give me the number of patients whose drug code is senn187?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.formulary_drug_cd = "SENN187"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 2563, 2438, 318, 264, 1697, 23451, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 31...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 2563, 2438, 318, 264, 1697, 23451, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, 18108, 76, 62, 31...
What are the LOA (metres) of boat with sail number M10?
SELECT loa__metres_ FROM table_20854943_2 WHERE sail_number = "M10"
[ 2061, 389, 262, 17579, 32, 357, 4164, 411, 8, 286, 8848, 351, 14936, 1271, 337, 940, 30, 46506, 2376, 64, 834, 4164, 411, 62, 16034, 3084, 62, 1238, 5332, 2920, 3559, 62, 17, 33411, 14936, 62, 17618, 796, 366, 44, 940, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17579, 32, 357, 4164, 411, 8, 286, 8848, 351, 14936, 1271, 337, 940, 30, 46506, 2376, 64, 834, 4164, 411, 62, 16034, 3084, 62, 1238, 5332, 2920, 3559, 62, 17, 33411, 14936, 62, 17618, 796, 366, 44, 940, 1 ]
what is the number of patients whose admission type is emergency and admission location is emergency room admit?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "EMERGENCY" AND demographic.admission_location = "EMERGENCY ROOM ADMIT"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 13938, 4067, 318, 6334, 2119, 9159, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 13938, 4067, 318, 6334, 2119, 9159, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 324, 3411, 62, 4906...
Can you tell me the Matches that has the Rank of 1?
SELECT "Matches" FROM table_40895 WHERE "Rank" = '1'
[ 6090, 345, 1560, 502, 262, 6550, 2052, 326, 468, 262, 10916, 286, 352, 30, 46506, 366, 19044, 2052, 1, 16034, 3084, 62, 26200, 3865, 33411, 366, 27520, 1, 796, 705, 16, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 6090, 345, 1560, 502, 262, 6550, 2052, 326, 468, 262, 10916, 286, 352, 30, 46506, 366, 19044, 2052, 1, 16034, 3084, 62, 26200, 3865, 33411, 366, 27520, 1, 796, 705, 16, 6 ]
Is Dr. Lara the only teacher of Research for the Social Sciences or Humanities ?
SELECT DISTINCT course.department, course.name, course.number, instructor.name FROM course, course_offering, instructor, offering_instructor WHERE course.course_id = course_offering.course_id AND course.name LIKE '%Research for the Social Sciences or Humanities%' AND NOT instructor.name LIKE '%Lara%' AND offering_instr...
[ 3792, 1583, 13, 29849, 262, 691, 4701, 286, 4992, 329, 262, 5483, 13473, 393, 5524, 871, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 21187, 13, 3672, 16034, 1781, 11, 1781, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3792, 1583, 13, 29849, 262, 691, 4701, 286, 4992, 329, 262, 5483, 13473, 393, 5524, 871, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 21187, 13, 3672, 16034, 1781, 11, 1781, ...
Show the draft pick numbers and draft classes of players whose positions are defenders in a bar chart.
SELECT Draft_Class, Draft_Pick_Number FROM match_season WHERE Position = "Defender"
[ 15307, 262, 4538, 2298, 3146, 290, 4538, 6097, 286, 1938, 3025, 6116, 389, 16355, 287, 257, 2318, 8262, 13, 46506, 13650, 62, 9487, 11, 13650, 62, 31686, 62, 15057, 16034, 2872, 62, 6230, 33411, 23158, 796, 366, 7469, 2194, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 262, 4538, 2298, 3146, 290, 4538, 6097, 286, 1938, 3025, 6116, 389, 16355, 287, 257, 2318, 8262, 13, 46506, 13650, 62, 9487, 11, 13650, 62, 31686, 62, 15057, 16034, 2872, 62, 6230, 33411, 23158, 796, 366, 7469, 2194, 1 ]
how many patients below the age of 54 had stayed in the hospital for more than 20 days?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.age < "54" AND demographic.days_stay > "20"
[ 4919, 867, 3871, 2174, 262, 2479, 286, 7175, 550, 9658, 287, 262, 4436, 329, 517, 621, 1160, 1528, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 496, 1279, 366, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 3871, 2174, 262, 2479, 286, 7175, 550, 9658, 287, 262, 4436, 329, 517, 621, 1160, 1528, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 496, 1279, 366, 4051, 1...
At what tournament did pete sampras begin his lead?
SELECT "Tournament at which lead began" FROM table_26049 WHERE "Player" = 'Pete Sampras'
[ 2953, 644, 7756, 750, 4273, 68, 264, 696, 8847, 2221, 465, 1085, 30, 46506, 366, 51, 5138, 379, 543, 1085, 2540, 1, 16034, 3084, 62, 21719, 2920, 33411, 366, 14140, 1, 796, 705, 47, 14471, 42168, 8847, 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 ]
[ 2953, 644, 7756, 750, 4273, 68, 264, 696, 8847, 2221, 465, 1085, 30, 46506, 366, 51, 5138, 379, 543, 1085, 2540, 1, 16034, 3084, 62, 21719, 2920, 33411, 366, 14140, 1, 796, 705, 47, 14471, 42168, 8847, 6 ]
What is the years at the club of the player with 2 goals and was born on 23 July 1910?
SELECT "Years at club" FROM table_77670 WHERE "Goals" = '2' AND "Date of birth" = '23 july 1910'
[ 2061, 318, 262, 812, 379, 262, 3430, 286, 262, 2137, 351, 362, 4661, 290, 373, 4642, 319, 2242, 2901, 31953, 30, 46506, 366, 40630, 379, 3430, 1, 16034, 3084, 62, 39509, 2154, 33411, 366, 5247, 874, 1, 796, 705, 17, 6, 5357, 366, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 812, 379, 262, 3430, 286, 262, 2137, 351, 362, 4661, 290, 373, 4642, 319, 2242, 2901, 31953, 30, 46506, 366, 40630, 379, 3430, 1, 16034, 3084, 62, 39509, 2154, 33411, 366, 5247, 874, 1, 796, 705, 17, 6, 5357, 366, ...
what is the number of patients whose admission type is elective and were diagnosed with b-complex defi nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admission_type = "ELECTIVE" AND diagnoses.short_title = "B-complex defic NEC"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 1742, 425, 290, 547, 14641, 351, 275, 12, 41887, 825, 72, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 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...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 1742, 425, 290, 547, 14641, 351, 275, 12, 41887, 825, 72, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357,...
what flights are there from DALLAS to HOUSTON
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'DALLAS' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'HOUSTON...
[ 10919, 13956, 389, 612, 422, 360, 7036, 1921, 284, 29068, 41924, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 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...
[ 10919, 13956, 389, 612, 422, 360, 7036, 1921, 284, 29068, 41924, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62, 15271, 7054, 31600, 15490, 62, ...
tell me the short title of diagnoses and time of discharge of patient with patient id 85673.
SELECT demographic.dischtime, diagnoses.short_title FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "85673"
[ 33331, 502, 262, 1790, 3670, 286, 40567, 290, 640, 286, 17655, 286, 5827, 351, 5827, 4686, 7600, 45758, 13, 46506, 16728, 13, 6381, 354, 2435, 11, 40567, 13, 19509, 62, 7839, 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 ]
[ 33331, 502, 262, 1790, 3670, 286, 40567, 290, 640, 286, 17655, 286, 5827, 351, 5827, 4686, 7600, 45758, 13, 46506, 16728, 13, 6381, 354, 2435, 11, 40567, 13, 19509, 62, 7839, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 1...
How many races are held in each year after 2014? Show me a bar chart, and rank in desc by the bar please.
SELECT year, COUNT(year) FROM races AS T1 JOIN results AS T2 ON T1.raceId = T2.raceId WHERE T1.year > 2014 GROUP BY year ORDER BY year DESC
[ 2437, 867, 9558, 389, 2714, 287, 1123, 614, 706, 1946, 30, 5438, 502, 257, 2318, 8262, 11, 290, 4279, 287, 1715, 416, 262, 2318, 3387, 13, 46506, 614, 11, 327, 28270, 7, 1941, 8, 16034, 9558, 7054, 309, 16, 32357, 1268, 2482, 7054, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9558, 389, 2714, 287, 1123, 614, 706, 1946, 30, 5438, 502, 257, 2318, 8262, 11, 290, 4279, 287, 1715, 416, 262, 2318, 3387, 13, 46506, 614, 11, 327, 28270, 7, 1941, 8, 16034, 9558, 7054, 309, 16, 32357, 1268, 2482, 7054, ...
Compute the total amount of payment processed.
SELECT SUM(amount_payment) FROM payments
[ 7293, 1133, 262, 2472, 2033, 286, 6074, 13686, 13, 46506, 35683, 7, 17287, 62, 37301, 8, 16034, 7524 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 7293, 1133, 262, 2472, 2033, 286, 6074, 13686, 13, 46506, 35683, 7, 17287, 62, 37301, 8, 16034, 7524 ]
What is the original air date of the episode with the production code 1115?
SELECT "Original air date" FROM table_22296 WHERE "Production code" = '1115'
[ 2061, 318, 262, 2656, 1633, 3128, 286, 262, 4471, 351, 262, 3227, 2438, 13374, 20, 30, 46506, 366, 20556, 1633, 3128, 1, 16034, 3084, 62, 1828, 27137, 33411, 366, 35027, 2438, 1, 796, 705, 1157, 1314, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2656, 1633, 3128, 286, 262, 4471, 351, 262, 3227, 2438, 13374, 20, 30, 46506, 366, 20556, 1633, 3128, 1, 16034, 3084, 62, 1828, 27137, 33411, 366, 35027, 2438, 1, 796, 705, 1157, 1314, 6 ]
What is 3:00 pm, when 1:00 pm is 'Days of Our Lives'?
SELECT "3:00 pm" FROM table_61762 WHERE "1:00 pm" = 'days of our lives'
[ 2061, 318, 513, 25, 405, 9114, 11, 618, 352, 25, 405, 9114, 318, 705, 38770, 286, 3954, 18965, 30960, 46506, 366, 18, 25, 405, 9114, 1, 16034, 3084, 62, 47941, 5237, 33411, 366, 16, 25, 405, 9114, 1, 796, 705, 12545, 286, 674, 316...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 513, 25, 405, 9114, 11, 618, 352, 25, 405, 9114, 318, 705, 38770, 286, 3954, 18965, 30960, 46506, 366, 18, 25, 405, 9114, 1, 16034, 3084, 62, 47941, 5237, 33411, 366, 16, 25, 405, 9114, 1, 796, 705, 12545, 286, 674, 316...
Which Transfer fee has a From club of blackburn rovers?
SELECT transfer_fee FROM table_name_80 WHERE from_club = "blackburn rovers"
[ 13828, 20558, 6838, 468, 257, 3574, 3430, 286, 2042, 10899, 686, 690, 30, 46506, 4351, 62, 39071, 16034, 3084, 62, 3672, 62, 1795, 33411, 422, 62, 18664, 796, 366, 13424, 10899, 686, 690, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20558, 6838, 468, 257, 3574, 3430, 286, 2042, 10899, 686, 690, 30, 46506, 4351, 62, 39071, 16034, 3084, 62, 3672, 62, 1795, 33411, 422, 62, 18664, 796, 366, 13424, 10899, 686, 690, 1 ]
What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?
SELECT to_par FROM table_name_52 WHERE money___£__ = "40,850" AND score = 72 - 74 - 70 - 70 = 286
[ 2061, 318, 262, 284, 1582, 286, 262, 43791, 2232, 351, 1592, 23400, 286, 2319, 11, 25764, 290, 257, 4776, 286, 7724, 12, 4524, 12, 2154, 12, 2154, 28, 27033, 30, 46506, 284, 62, 1845, 16034, 3084, 62, 3672, 62, 4309, 33411, 1637, 17...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 284, 1582, 286, 262, 43791, 2232, 351, 1592, 23400, 286, 2319, 11, 25764, 290, 257, 4776, 286, 7724, 12, 4524, 12, 2154, 12, 2154, 28, 27033, 30, 46506, 284, 62, 1845, 16034, 3084, 62, 3672, 62, 4309, 33411, 1637, 17...