instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What is the sum of Year, when Opponent is #3 UCONN?
SELECT SUM("Year") FROM table_45465 WHERE "Opponent" = '#3 uconn'
[ 2061, 318, 262, 2160, 286, 6280, 11, 618, 9385, 3471, 318, 1303, 18, 471, 10943, 45, 30, 46506, 35683, 7203, 17688, 4943, 16034, 3084, 62, 34229, 2996, 33411, 366, 27524, 3471, 1, 796, 705, 2, 18, 334, 37043, 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, 2160, 286, 6280, 11, 618, 9385, 3471, 318, 1303, 18, 471, 10943, 45, 30, 46506, 35683, 7203, 17688, 4943, 16034, 3084, 62, 34229, 2996, 33411, 366, 27524, 3471, 1, 796, 705, 2, 18, 334, 37043, 6 ]
How many different cities are they from?
SELECT COUNT(DISTINCT city) FROM Person
[ 2437, 867, 1180, 4736, 389, 484, 422, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1748, 8, 16034, 7755 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 1180, 4736, 389, 484, 422, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 1748, 8, 16034, 7755 ]
Name the seasons and winners that airs 28 january 2007
SELECT "Seasons and Winners" FROM table_21142 WHERE "Premiere" = '28 January 2007'
[ 5376, 262, 7028, 290, 14591, 326, 37112, 2579, 42897, 2838, 4343, 46506, 366, 4653, 2812, 290, 42754, 1, 16034, 3084, 62, 21895, 3682, 33411, 366, 24914, 13235, 1, 796, 705, 2078, 3269, 4343, 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 ]
[ 5376, 262, 7028, 290, 14591, 326, 37112, 2579, 42897, 2838, 4343, 46506, 366, 4653, 2812, 290, 42754, 1, 16034, 3084, 62, 21895, 3682, 33411, 366, 24914, 13235, 1, 796, 705, 2078, 3269, 4343, 6 ]
What was the score of the BCS National Championship game?
SELECT "Score" FROM table_79146 WHERE "Bowl Game" = 'bcs national championship'
[ 2061, 373, 262, 4776, 286, 262, 347, 7902, 2351, 10749, 983, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 3720, 20964, 33411, 366, 33, 4883, 3776, 1, 796, 705, 65, 6359, 2260, 12184, 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, 373, 262, 4776, 286, 262, 347, 7902, 2351, 10749, 983, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 3720, 20964, 33411, 366, 33, 4883, 3776, 1, 796, 705, 65, 6359, 2260, 12184, 6 ]
What is the software with version 1.2.2.0?
SELECT "Software" FROM table_19812 WHERE "Version" = '1.2.2.0'
[ 2061, 318, 262, 3788, 351, 2196, 352, 13, 17, 13, 17, 13, 15, 30, 46506, 366, 25423, 1, 16034, 3084, 62, 22337, 1065, 33411, 366, 14815, 1, 796, 705, 16, 13, 17, 13, 17, 13, 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 ]
[ 2061, 318, 262, 3788, 351, 2196, 352, 13, 17, 13, 17, 13, 15, 30, 46506, 366, 25423, 1, 16034, 3084, 62, 22337, 1065, 33411, 366, 14815, 1, 796, 705, 16, 13, 17, 13, 17, 13, 15, 6 ]
Zero-score, not accepted, uncommented answers.
SELECT SUM(CASE WHEN a.Score = 0 AND COALESCE(q.AcceptedAnswerId, 0) != a.Id AND a.CommentCount = 0 THEN 1 ELSE 0 END) AS "unappreciated_answers", COUNT(a.Id) AS "total_answers", 100 * CAST(SUM(CASE WHEN a.Score = 0 AND a.CommentCount = 0 THEN 1 ELSE 0 END) AS FLOAT) / COUNT(a.Id) AS "percentage_unappreciated" FROM Pos...
[ 28667, 12, 26675, 11, 407, 6292, 11, 8820, 12061, 7429, 13, 46506, 35683, 7, 34, 11159, 42099, 257, 13, 26595, 796, 657, 5357, 7375, 1847, 1546, 5222, 7, 80, 13, 38855, 276, 33706, 7390, 11, 657, 8, 14512, 257, 13, 7390, 5357, 257, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 28667, 12, 26675, 11, 407, 6292, 11, 8820, 12061, 7429, 13, 46506, 35683, 7, 34, 11159, 42099, 257, 13, 26595, 796, 657, 5357, 7375, 1847, 1546, 5222, 7, 80, 13, 38855, 276, 33706, 7390, 11, 657, 8, 14512, 257, 13, 7390, 5357, 257, ...
Between EECS 485 and 529 , which one is easier to get through ?
SELECT DISTINCT course.number FROM course INNER JOIN program_course ON program_course.course_id = course.course_id WHERE (course.number = 485 OR course.number = 529) AND program_course.workload = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM program_course AS PROGRAM_COURSEalias1 INNER JOIN course AS COURSEalias1 ON ...
[ 25262, 412, 2943, 50, 4764, 20, 290, 49888, 837, 543, 530, 318, 4577, 284, 651, 832, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 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...
[ 25262, 412, 2943, 50, 4764, 20, 290, 49888, 837, 543, 530, 318, 4577, 284, 651, 832, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1430, 62, 17319, 6177, 1430, 62, 17319, 13, 17319, 62, 31...
Which Location Attendance has a High assists of raymond felton (5), and a Record of 35 44?
SELECT location_attendance FROM table_name_17 WHERE high_assists = "raymond felton (5)" AND record = "35–44"
[ 13828, 13397, 46502, 590, 468, 257, 3334, 13648, 286, 26842, 6327, 10756, 1122, 357, 20, 828, 290, 257, 13266, 286, 3439, 5846, 30, 46506, 4067, 62, 1078, 437, 590, 16034, 3084, 62, 3672, 62, 1558, 33411, 1029, 62, 562, 1023, 796, 366...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 13397, 46502, 590, 468, 257, 3334, 13648, 286, 26842, 6327, 10756, 1122, 357, 20, 828, 290, 257, 13266, 286, 3439, 5846, 30, 46506, 4067, 62, 1078, 437, 590, 16034, 3084, 62, 3672, 62, 1558, 33411, 1029, 62, 562, 1023, 796, 366...
What is the weight(lbs) when born is april 6, 1954 detroit, mi?
SELECT weight_lbs_ FROM table_1198175_1 WHERE born = "April 6, 1954 Detroit, MI"
[ 2061, 318, 262, 3463, 7, 32133, 8, 618, 4642, 318, 46593, 346, 718, 11, 24718, 1062, 7775, 11, 21504, 30, 46506, 3463, 62, 32133, 62, 16034, 3084, 62, 16315, 23, 17430, 62, 16, 33411, 4642, 796, 366, 16784, 718, 11, 24718, 8488, 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 ]
[ 2061, 318, 262, 3463, 7, 32133, 8, 618, 4642, 318, 46593, 346, 718, 11, 24718, 1062, 7775, 11, 21504, 30, 46506, 3463, 62, 32133, 62, 16034, 3084, 62, 16315, 23, 17430, 62, 16, 33411, 4642, 796, 366, 16784, 718, 11, 24718, 8488, 11,...
For those employees who was hired before 2002-06-21, show me about the distribution of hire_date and the average of department_id bin hire_date by weekday in a bar chart, I want to show in desc by the y-axis.
SELECT HIRE_DATE, AVG(DEPARTMENT_ID) FROM employees WHERE HIRE_DATE < '2002-06-21' ORDER BY AVG(DEPARTMENT_ID) DESC
[ 1890, 883, 4409, 508, 373, 9657, 878, 6244, 12, 3312, 12, 2481, 11, 905, 502, 546, 262, 6082, 286, 11078, 62, 4475, 290, 262, 2811, 286, 5011, 62, 312, 9874, 11078, 62, 4475, 416, 28269, 287, 257, 2318, 8262, 11, 314, 765, 284, 90...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 9657, 878, 6244, 12, 3312, 12, 2481, 11, 905, 502, 546, 262, 6082, 286, 11078, 62, 4475, 290, 262, 2811, 286, 5011, 62, 312, 9874, 11078, 62, 4475, 416, 28269, 287, 257, 2318, 8262, 11, 314, 765, 284, 90...
Tell me the total number of total for vovinam and bronze less than 3
SELECT COUNT("Total") FROM table_10316 WHERE "Sport" = 'vovinam' AND "Bronze" < '3'
[ 24446, 502, 262, 2472, 1271, 286, 2472, 329, 410, 709, 259, 321, 290, 22101, 1342, 621, 513, 46506, 327, 28270, 7203, 14957, 4943, 16034, 3084, 62, 15197, 1433, 33411, 366, 42576, 1, 796, 705, 85, 709, 259, 321, 6, 5357, 366, 18760, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2472, 1271, 286, 2472, 329, 410, 709, 259, 321, 290, 22101, 1342, 621, 513, 46506, 327, 28270, 7203, 14957, 4943, 16034, 3084, 62, 15197, 1433, 33411, 366, 42576, 1, 796, 705, 85, 709, 259, 321, 6, 5357, 366, 18760, ...
What is the total ratings on share less than 4?
SELECT COUNT("Rating") FROM table_77830 WHERE "Share" < '4'
[ 2061, 318, 262, 2472, 10109, 319, 2648, 1342, 621, 604, 30, 46506, 327, 28270, 7203, 29321, 4943, 16034, 3084, 62, 39761, 1270, 33411, 366, 11649, 1, 1279, 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, 1 ]
[ 2061, 318, 262, 2472, 10109, 319, 2648, 1342, 621, 604, 30, 46506, 327, 28270, 7203, 29321, 4943, 16034, 3084, 62, 39761, 1270, 33411, 366, 11649, 1, 1279, 705, 19, 6 ]
What was the score for the match where the home team was Leicester City?
SELECT score FROM table_name_16 WHERE home_team = "leicester city"
[ 2061, 373, 262, 4776, 329, 262, 2872, 810, 262, 1363, 1074, 373, 29224, 2254, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1433, 33411, 1363, 62, 15097, 796, 366, 293, 26382, 1748, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4776, 329, 262, 2872, 810, 262, 1363, 1074, 373, 29224, 2254, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1433, 33411, 1363, 62, 15097, 796, 366, 293, 26382, 1748, 1 ]
On what date was the game at Lincoln Financial Field?
SELECT date FROM table_name_40 WHERE game_site = "lincoln financial field"
[ 2202, 644, 3128, 373, 262, 983, 379, 12406, 11302, 7663, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1821, 33411, 983, 62, 15654, 796, 366, 75, 11690, 3176, 2214, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 644, 3128, 373, 262, 983, 379, 12406, 11302, 7663, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1821, 33411, 983, 62, 15654, 796, 366, 75, 11690, 3176, 2214, 1 ]
Who belong to the institution 'University of Oxford'? Show the first names and last names.
SELECT DISTINCT t1.fname, t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "University of Oxford"
[ 8241, 5594, 284, 262, 9901, 705, 21009, 286, 13643, 30960, 5438, 262, 717, 3891, 290, 938, 3891, 13, 46506, 360, 8808, 1268, 4177, 256, 16, 13, 69, 3672, 11, 256, 16, 13, 75, 3672, 16034, 7035, 7054, 256, 16, 32357, 1268, 7035, 1056...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5594, 284, 262, 9901, 705, 21009, 286, 13643, 30960, 5438, 262, 717, 3891, 290, 938, 3891, 13, 46506, 360, 8808, 1268, 4177, 256, 16, 13, 69, 3672, 11, 256, 16, 13, 75, 3672, 16034, 7035, 7054, 256, 16, 32357, 1268, 7035, 1056...
What was the attendance of the game that lasted 3:55?
SELECT "Att." FROM table_38466 WHERE "Time" = '3:55'
[ 2061, 373, 262, 14858, 286, 262, 983, 326, 15436, 513, 25, 2816, 30, 46506, 366, 8086, 526, 16034, 3084, 62, 22842, 2791, 33411, 366, 7575, 1, 796, 705, 18, 25, 2816, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 14858, 286, 262, 983, 326, 15436, 513, 25, 2816, 30, 46506, 366, 8086, 526, 16034, 3084, 62, 22842, 2791, 33411, 366, 7575, 1, 796, 705, 18, 25, 2816, 6 ]
Number of Posts by Tag.
SELECT TAG.Id, TAG.TagName, COUNT(*) AS numPosts FROM Posts INNER JOIN PostTags AS PT ON PT.PostId = Posts.Id INNER JOIN Tags AS TAG ON TAG.Id = PT.TagId WHERE PostTypeId = 1 AND CreationDate >= '2019-01-01T00:00:00' GROUP BY TAG.Id, TAG.TagName ORDER BY numPosts DESC
[ 15057, 286, 12043, 416, 17467, 13, 46506, 37801, 13, 7390, 11, 37801, 13, 24835, 5376, 11, 327, 28270, 7, 28104, 7054, 997, 21496, 16034, 12043, 3268, 21479, 32357, 1268, 2947, 36142, 7054, 19310, 6177, 19310, 13, 6307, 7390, 796, 12043, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12043, 416, 17467, 13, 46506, 37801, 13, 7390, 11, 37801, 13, 24835, 5376, 11, 327, 28270, 7, 28104, 7054, 997, 21496, 16034, 12043, 3268, 21479, 32357, 1268, 2947, 36142, 7054, 19310, 6177, 19310, 13, 6307, 7390, 796, 12043, ...
What was the smallest crowd at a home game of carlton?
SELECT MIN("Crowd") FROM table_55907 WHERE "Home team" = 'carlton'
[ 2061, 373, 262, 18197, 4315, 379, 257, 1363, 983, 286, 1097, 75, 1122, 30, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 38605, 2998, 33411, 366, 16060, 1074, 1, 796, 705, 66, 7063, 1122, 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, 373, 262, 18197, 4315, 379, 257, 1363, 983, 286, 1097, 75, 1122, 30, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 38605, 2998, 33411, 366, 16060, 1074, 1, 796, 705, 66, 7063, 1122, 6 ]
What is the average money ( ) that has +8 as the to par, with 73-72-72-71=288 as the score?
SELECT AVG("Money ( \u00a3 )") FROM table_59187 WHERE "To par" = '+8' AND "Score" = '73-72-72-71=288'
[ 2061, 318, 262, 2811, 1637, 357, 1267, 326, 468, 1343, 23, 355, 262, 284, 1582, 11, 351, 8854, 12, 4761, 12, 4761, 12, 4869, 28, 25270, 355, 262, 4776, 30, 46506, 35224, 7203, 26788, 357, 3467, 84, 405, 64, 18, 1267, 4943, 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, 2811, 1637, 357, 1267, 326, 468, 1343, 23, 355, 262, 284, 1582, 11, 351, 8854, 12, 4761, 12, 4761, 12, 4869, 28, 25270, 355, 262, 4776, 30, 46506, 35224, 7203, 26788, 357, 3467, 84, 405, 64, 18, 1267, 4943, 16034, ...
What courses are useful for NAVSCI 402 ?
SELECT DISTINCT advisory_requirement FROM course WHERE department = 'NAVSCI' AND number = 402
[ 2061, 10902, 389, 4465, 329, 47140, 6173, 40, 42622, 5633, 46506, 360, 8808, 1268, 4177, 20852, 62, 8897, 24615, 16034, 1781, 33411, 5011, 796, 705, 4535, 53, 6173, 40, 6, 5357, 1271, 796, 42622 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10902, 389, 4465, 329, 47140, 6173, 40, 42622, 5633, 46506, 360, 8808, 1268, 4177, 20852, 62, 8897, 24615, 16034, 1781, 33411, 5011, 796, 705, 4535, 53, 6173, 40, 6, 5357, 1271, 796, 42622 ]
Will you allow me to take 579 on Mondays and Wednesdays ?
SELECT COUNT(*) > 0 FROM course, course_offering, semester WHERE course_offering.friday = 'N' AND course_offering.monday = 'Y' AND course_offering.thursday = 'N' AND course_offering.tuesday = 'N' AND course_offering.wednesday = 'Y' AND course.course_id = course_offering.course_id AND course.department = 'EECS' AND cour...
[ 8743, 345, 1249, 502, 284, 1011, 642, 3720, 319, 49748, 290, 3300, 2516, 12545, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 62, 2364, 1586, 13, 8310, 2567, 796, 705, 45,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8743, 345, 1249, 502, 284, 1011, 642, 3720, 319, 49748, 290, 3300, 2516, 12545, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 62, 2364, 1586, 13, 8310, 2567, 796, 705, 45,...
What's the rank of Turkey (TUR) with a total more than 2?
SELECT COUNT(rank) FROM table_name_14 WHERE nation = "turkey (tur)" AND total > 2
[ 2061, 338, 262, 4279, 286, 7137, 357, 51, 4261, 8, 351, 257, 2472, 517, 621, 362, 30, 46506, 327, 28270, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 1415, 33411, 3277, 796, 366, 36590, 2539, 357, 36590, 16725, 5357, 2472, 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, 1, 1 ]
[ 2061, 338, 262, 4279, 286, 7137, 357, 51, 4261, 8, 351, 257, 2472, 517, 621, 362, 30, 46506, 327, 28270, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 1415, 33411, 3277, 796, 366, 36590, 2539, 357, 36590, 16725, 5357, 2472, 1875, 362 ]
What event is before 1964 and has an athlete of l szl t bori gunnar nielsen?
SELECT "Event" FROM table_55177 WHERE "Year" < '1964' AND "Athlete" = 'lászló tábori gunnar nielsen'
[ 2061, 1785, 318, 878, 17575, 290, 468, 281, 16076, 286, 300, 264, 48274, 256, 275, 10145, 2485, 23955, 37628, 25328, 30, 46506, 366, 9237, 1, 16034, 3084, 62, 2816, 22413, 33411, 366, 17688, 1, 1279, 705, 46477, 6, 5357, 366, 32, 400,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1785, 318, 878, 17575, 290, 468, 281, 16076, 286, 300, 264, 48274, 256, 275, 10145, 2485, 23955, 37628, 25328, 30, 46506, 366, 9237, 1, 16034, 3084, 62, 2816, 22413, 33411, 366, 17688, 1, 1279, 705, 46477, 6, 5357, 366, 32, 400,...
For those employees who do not work in departments with managers that have ids between 100 and 200, draw a bar chart about the distribution of last_name and department_id , list by the total number from low to high.
SELECT LAST_NAME, DEPARTMENT_ID FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY DEPARTMENT_ID
[ 1890, 883, 4409, 508, 466, 407, 670, 287, 13346, 351, 11663, 326, 423, 220, 2340, 1022, 1802, 290, 939, 11, 3197, 257, 2318, 8262, 546, 262, 6082, 286, 938, 62, 3672, 290, 5011, 62, 312, 837, 1351, 416, 262, 2472, 1271, 422, 1877, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2318, 8262, 546, 262, 6082, 286, 938, 62, 3672, 290, 5011, 62, 312, 837, 1351, 416, 262, 2472, 1271, 422, 1877, ...
does clemson or western michigan have more cws appearances ?
SELECT "school" FROM table_203_412 WHERE "school" IN ('clemson', 'western michigan') ORDER BY "cws appearances" DESC LIMIT 1
[ 22437, 1190, 24996, 393, 8830, 285, 488, 5516, 423, 517, 269, 18504, 11057, 5633, 46506, 366, 14347, 1, 16034, 3084, 62, 22416, 62, 39226, 33411, 366, 14347, 1, 3268, 19203, 2375, 24996, 3256, 705, 14197, 285, 488, 5516, 11537, 38678, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 22437, 1190, 24996, 393, 8830, 285, 488, 5516, 423, 517, 269, 18504, 11057, 5633, 46506, 366, 14347, 1, 16034, 3084, 62, 22416, 62, 39226, 33411, 366, 14347, 1, 3268, 19203, 2375, 24996, 3256, 705, 14197, 285, 488, 5516, 11537, 38678, 1...
Revisions of a post done by you.
SELECT ph.Id AS "revision_link", * FROM Posts AS p JOIN PostHistory AS ph ON ph.PostId = p.Id WHERE ph.PostHistoryTypeId IN (2, 5, 8, 24) ORDER BY p.Id LIMIT 100
[ 18009, 3279, 286, 257, 1281, 1760, 416, 345, 13, 46506, 872, 13, 7390, 7054, 366, 260, 10178, 62, 8726, 1600, 1635, 16034, 12043, 7054, 279, 32357, 1268, 2947, 18122, 7054, 872, 6177, 872, 13, 6307, 7390, 796, 279, 13, 7390, 33411, 87...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 18009, 3279, 286, 257, 1281, 1760, 416, 345, 13, 46506, 872, 13, 7390, 7054, 366, 260, 10178, 62, 8726, 1600, 1635, 16034, 12043, 7054, 279, 32357, 1268, 2947, 18122, 7054, 872, 6177, 872, 13, 6307, 7390, 796, 279, 13, 7390, 33411, 87...
All tags of questions with tag in year and month.
SELECT PostTags.PostId, Tags.TagName, PostTags.TagId FROM PostTags INNER JOIN Posts ON PostTags.PostId = Posts.Id INNER JOIN Tags ON PostTags.TagId = Tags.Id WHERE PostTags.PostId IN (SELECT Posts.Id FROM Posts INNER JOIN PostTags ON Posts.Id = PostTags.PostId INNER JOIN Tags ON PostTags.TagId = Tags.Id WHERE YEAR(Post...
[ 3237, 15940, 286, 2683, 351, 7621, 287, 614, 290, 1227, 13, 46506, 2947, 36142, 13, 6307, 7390, 11, 44789, 13, 24835, 5376, 11, 2947, 36142, 13, 24835, 7390, 16034, 2947, 36142, 3268, 21479, 32357, 1268, 12043, 6177, 2947, 36142, 13, 63...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3237, 15940, 286, 2683, 351, 7621, 287, 614, 290, 1227, 13, 46506, 2947, 36142, 13, 6307, 7390, 11, 44789, 13, 24835, 5376, 11, 2947, 36142, 13, 24835, 7390, 16034, 2947, 36142, 3268, 21479, 32357, 1268, 12043, 6177, 2947, 36142, 13, 63...
what 's the first flight 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 = 'HOUSTO...
[ 10919, 705, 82, 262, 717, 5474, 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, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 705, 82, 262, 717, 5474, 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, 1...
i would like a flight from BOSTON to DENVER on monday
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 = 'DENVER' AND date_day.day_number = 21 AND date_day.month_number = 2 AND da...
[ 72, 561, 588, 257, 5474, 422, 347, 10892, 1340, 284, 37692, 5959, 319, 285, 3204, 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,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 561, 588, 257, 5474, 422, 347, 10892, 1340, 284, 37692, 5959, 319, 285, 3204, 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,...
When was chuck morris, back, drafted?
SELECT MIN(pick) FROM table_name_51 WHERE position = "back" AND player = "chuck morris"
[ 2215, 373, 20539, 2146, 2442, 11, 736, 11, 15937, 30, 46506, 20625, 7, 27729, 8, 16034, 3084, 62, 3672, 62, 4349, 33411, 2292, 796, 366, 1891, 1, 5357, 2137, 796, 366, 354, 1347, 2146, 2442, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20539, 2146, 2442, 11, 736, 11, 15937, 30, 46506, 20625, 7, 27729, 8, 16034, 3084, 62, 3672, 62, 4349, 33411, 2292, 796, 366, 1891, 1, 5357, 2137, 796, 366, 354, 1347, 2146, 2442, 1 ]
calculate the average age of male patients who have bladder cancer/sda primary disease.
SELECT AVG(demographic.age) FROM demographic WHERE demographic.gender = "M" AND demographic.diagnosis = "BLADDER CANCER/SDA"
[ 9948, 3129, 378, 262, 2811, 2479, 286, 4257, 3871, 508, 423, 34918, 4890, 14, 82, 6814, 4165, 4369, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 44, 1, 5357, 16728, 13, 47356, 5958, 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 ]
[ 9948, 3129, 378, 262, 2811, 2479, 286, 4257, 3871, 508, 423, 34918, 4890, 14, 82, 6814, 4165, 4369, 13, 46506, 35224, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 44, 1, 5357, 16728, 13, 47356, 5958, 79...
what is the to par when the player is roger maltbie?
SELECT to_par FROM table_name_75 WHERE player = "roger maltbie"
[ 10919, 318, 262, 284, 1582, 618, 262, 2137, 318, 686, 1362, 26868, 12590, 30, 46506, 284, 62, 1845, 16034, 3084, 62, 3672, 62, 2425, 33411, 2137, 796, 366, 305, 1362, 26868, 12590, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 284, 1582, 618, 262, 2137, 318, 686, 1362, 26868, 12590, 30, 46506, 284, 62, 1845, 16034, 3084, 62, 3672, 62, 2425, 33411, 2137, 796, 366, 305, 1362, 26868, 12590, 1 ]
what is the score when the away team is tottenham hotspur?
SELECT score FROM table_name_29 WHERE away_team = "tottenham hotspur"
[ 10919, 318, 262, 4776, 618, 262, 1497, 1074, 318, 284, 32407, 2763, 33915, 14225, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1959, 33411, 1497, 62, 15097, 796, 366, 83, 21889, 33915, 14225, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4776, 618, 262, 1497, 1074, 318, 284, 32407, 2763, 33915, 14225, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 1959, 33411, 1497, 62, 15097, 796, 366, 83, 21889, 33915, 14225, 1 ]
what's the maximum hospital cost if there is malign neopl prostate until 2102?
SELECT MAX(t1.c1) FROM (SELECT SUM(cost.cost) AS c1 FROM cost WHERE cost.hadm_id IN (SELECT diagnoses_icd.hadm_id FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'malign neopl prostate')) AND STRFTIME('%y', cost.chargetime) <=...
[ 10919, 338, 262, 5415, 4436, 1575, 611, 612, 318, 6428, 570, 497, 20106, 26711, 1566, 362, 15377, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 338, 262, 5415, 4436, 1575, 611, 612, 318, 6428, 570, 497, 20106, 26711, 1566, 362, 15377, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575,...
What is the county where kerry# is 59740?
SELECT county FROM table_1302886_1 WHERE kerry_number = 59740
[ 2061, 318, 262, 7968, 810, 479, 6996, 2, 318, 642, 5607, 1821, 30, 46506, 7968, 16034, 3084, 62, 12952, 2078, 4521, 62, 16, 33411, 479, 6996, 62, 17618, 796, 642, 5607, 1821 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 7968, 810, 479, 6996, 2, 318, 642, 5607, 1821, 30, 46506, 7968, 16034, 3084, 62, 12952, 2078, 4521, 62, 16, 33411, 479, 6996, 62, 17618, 796, 642, 5607, 1821 ]
What year was the cormorant built in?
SELECT year_built FROM table_name_46 WHERE name = "cormorant"
[ 2061, 614, 373, 262, 269, 579, 273, 415, 3170, 287, 30, 46506, 614, 62, 18780, 16034, 3084, 62, 3672, 62, 3510, 33411, 1438, 796, 366, 66, 579, 273, 415, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 373, 262, 269, 579, 273, 415, 3170, 287, 30, 46506, 614, 62, 18780, 16034, 3084, 62, 3672, 62, 3510, 33411, 1438, 796, 366, 66, 579, 273, 415, 1 ]
What was the lowest heat for Germany with a rank smaller than 9 for Mike Fenner and a time smaller than 13.52?
SELECT MIN("Heat") FROM table_7158 WHERE "Nationality" = 'germany' AND "Rank" < '9' AND "Name" = 'mike fenner' AND "Time" < '13.52'
[ 2061, 373, 262, 9016, 4894, 329, 4486, 351, 257, 4279, 4833, 621, 860, 329, 4995, 19426, 1008, 290, 257, 640, 4833, 621, 1511, 13, 4309, 30, 46506, 20625, 7203, 39596, 4943, 16034, 3084, 62, 22, 21273, 33411, 366, 16186, 414, 1, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 373, 262, 9016, 4894, 329, 4486, 351, 257, 4279, 4833, 621, 860, 329, 4995, 19426, 1008, 290, 257, 640, 4833, 621, 1511, 13, 4309, 30, 46506, 20625, 7203, 39596, 4943, 16034, 3084, 62, 22, 21273, 33411, 366, 16186, 414, 1, 796, ...
did patient 54281 ever excrete any condom cath since 05/2102?
SELECT COUNT(*) > 0 FROM outputevents WHERE outputevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 54281)) AND outputevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'condom cath' A...
[ 20839, 5827, 7175, 30368, 1683, 2859, 8374, 597, 33791, 32171, 1201, 8870, 14, 17, 15377, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 38701, 1133, 85, 658, 33411, 38701, 1133, 85, 658, 13, 291, 436, 323, 62, 312, 3268, 357, 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...
[ 20839, 5827, 7175, 30368, 1683, 2859, 8374, 597, 33791, 32171, 1201, 8870, 14, 17, 15377, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 38701, 1133, 85, 658, 33411, 38701, 1133, 85, 658, 13, 291, 436, 323, 62, 312, 3268, 357, 465...
How many laps were timed at +1:02.315?
SELECT COUNT(laps) FROM table_name_75 WHERE time_retired = "+1:02.315"
[ 2437, 867, 24590, 547, 28805, 379, 1343, 16, 25, 2999, 13, 27936, 30, 46506, 327, 28270, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 2425, 33411, 640, 62, 1186, 1202, 796, 43825, 16, 25, 2999, 13, 27936, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 24590, 547, 28805, 379, 1343, 16, 25, 2999, 13, 27936, 30, 46506, 327, 28270, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 2425, 33411, 640, 62, 1186, 1202, 796, 43825, 16, 25, 2999, 13, 27936, 1 ]
What is the migration rating when trade is 5.7?
SELECT migration FROM table_13677808_1 WHERE trade = "5.7"
[ 2061, 318, 262, 13472, 7955, 618, 3292, 318, 642, 13, 22, 30, 46506, 13472, 16034, 3084, 62, 1485, 40179, 28362, 62, 16, 33411, 3292, 796, 366, 20, 13, 22, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 13472, 7955, 618, 3292, 318, 642, 13, 22, 30, 46506, 13472, 16034, 3084, 62, 1485, 40179, 28362, 62, 16, 33411, 3292, 796, 366, 20, 13, 22, 1 ]
how many patients whose admission location is emergency room admit and diagnoses icd9 code is 78559?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admission_location = "EMERGENCY ROOM ADMIT" AND diagnoses.icd9_code = "78559"
[ 4919, 867, 3871, 3025, 13938, 4067, 318, 6334, 2119, 9159, 290, 40567, 14158, 67, 24, 2438, 318, 8699, 38605, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 3025, 13938, 4067, 318, 6334, 2119, 9159, 290, 40567, 14158, 67, 24, 2438, 318, 8699, 38605, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, ...
When was the note a vocals and the album north (original motion picture soundtrack)?
SELECT year FROM table_name_62 WHERE note = "vocals" AND album = "north (original motion picture soundtrack)"
[ 2215, 373, 262, 3465, 257, 25355, 290, 262, 5062, 5093, 357, 14986, 6268, 4286, 21751, 19427, 46506, 614, 16034, 3084, 62, 3672, 62, 5237, 33411, 3465, 796, 366, 18893, 874, 1, 5357, 5062, 796, 366, 43588, 357, 14986, 6268, 4286, 21751,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3465, 257, 25355, 290, 262, 5062, 5093, 357, 14986, 6268, 4286, 21751, 19427, 46506, 614, 16034, 3084, 62, 3672, 62, 5237, 33411, 3465, 796, 366, 18893, 874, 1, 5357, 5062, 796, 366, 43588, 357, 14986, 6268, 4286, 21751,...
history of autoimmune disease
SELECT * FROM table_train_102 WHERE autoimmune_disease = 1
[ 23569, 286, 46938, 4369, 46506, 1635, 16034, 3084, 62, 27432, 62, 15377, 33411, 46938, 62, 67, 786, 589, 796, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23569, 286, 46938, 4369, 46506, 1635, 16034, 3084, 62, 27432, 62, 15377, 33411, 46938, 62, 67, 786, 589, 796, 352 ]
On how many different dates did the episode with series number 35 air for the first time?
SELECT COUNT("Original air date") FROM table_23505 WHERE "No. in series" = '35'
[ 2202, 703, 867, 1180, 9667, 750, 262, 4471, 351, 2168, 1271, 3439, 1633, 329, 262, 717, 640, 30, 46506, 327, 28270, 7203, 20556, 1633, 3128, 4943, 16034, 3084, 62, 1954, 31654, 33411, 366, 2949, 13, 287, 2168, 1, 796, 705, 2327, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 703, 867, 1180, 9667, 750, 262, 4471, 351, 2168, 1271, 3439, 1633, 329, 262, 717, 640, 30, 46506, 327, 28270, 7203, 20556, 1633, 3128, 4943, 16034, 3084, 62, 1954, 31654, 33411, 366, 2949, 13, 287, 2168, 1, 796, 705, 2327, 6 ]
Which Proto-Polynesian has a Proto-Malayo-Polynesian of *telu?
SELECT proto_polynesian FROM table_name_50 WHERE proto_malayo_polynesian = "*telu"
[ 13828, 45783, 12, 34220, 2516, 666, 468, 257, 45783, 12, 15029, 323, 78, 12, 34220, 2516, 666, 286, 1635, 37524, 84, 30, 46506, 44876, 62, 35428, 2516, 666, 16034, 3084, 62, 3672, 62, 1120, 33411, 44876, 62, 7617, 323, 78, 62, 35428, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 45783, 12, 34220, 2516, 666, 468, 257, 45783, 12, 15029, 323, 78, 12, 34220, 2516, 666, 286, 1635, 37524, 84, 30, 46506, 44876, 62, 35428, 2516, 666, 16034, 3084, 62, 3672, 62, 1120, 33411, 44876, 62, 7617, 323, 78, 62, 35428, ...
What nation has a bronze of 2 with a total less than 5 and rank of 6?
SELECT "Nation" FROM table_41455 WHERE "Bronze" = '2' AND "Total" < '5' AND "Rank" = '6'
[ 2061, 3277, 468, 257, 22101, 286, 362, 351, 257, 2472, 1342, 621, 642, 290, 4279, 286, 718, 30, 46506, 366, 46108, 1, 16034, 3084, 62, 37309, 2816, 33411, 366, 18760, 2736, 1, 796, 705, 17, 6, 5357, 366, 14957, 1, 1279, 705, 20, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 3277, 468, 257, 22101, 286, 362, 351, 257, 2472, 1342, 621, 642, 290, 4279, 286, 718, 30, 46506, 366, 46108, 1, 16034, 3084, 62, 37309, 2816, 33411, 366, 18760, 2736, 1, 796, 705, 17, 6, 5357, 366, 14957, 1, 1279, 705, 20, 6...
What was the record on September 22, 1974?
SELECT record FROM table_14954150_1 WHERE date = "September 22, 1974"
[ 2061, 373, 262, 1700, 319, 2693, 2534, 11, 16489, 30, 46506, 1700, 16034, 3084, 62, 1415, 3865, 3901, 1120, 62, 16, 33411, 3128, 796, 366, 17543, 2534, 11, 16489, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 1700, 319, 2693, 2534, 11, 16489, 30, 46506, 1700, 16034, 3084, 62, 1415, 3865, 3901, 1120, 62, 16, 33411, 3128, 796, 366, 17543, 2534, 11, 16489, 1 ]
What was the record at the game that had a score of 7-10?
SELECT record FROM table_name_76 WHERE score = "7-10"
[ 2061, 373, 262, 1700, 379, 262, 983, 326, 550, 257, 4776, 286, 767, 12, 940, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 4304, 33411, 4776, 796, 366, 22, 12, 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 ]
[ 2061, 373, 262, 1700, 379, 262, 983, 326, 550, 257, 4776, 286, 767, 12, 940, 30, 46506, 1700, 16034, 3084, 62, 3672, 62, 4304, 33411, 4776, 796, 366, 22, 12, 940, 1 ]
what is the number of elective hospital admission patients who have mitral valve disorders diagnoses?
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.long_title = "Mitral valve disorders"
[ 10919, 318, 262, 1271, 286, 1742, 425, 4436, 13938, 3871, 508, 423, 10255, 1373, 22580, 11916, 40567, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 167...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 1742, 425, 4436, 13938, 3871, 508, 423, 10255, 1373, 22580, 11916, 40567, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 167...
Show the product type codes that have at least two products.
SELECT product_type_code FROM products GROUP BY product_type_code HAVING COUNT(*) >= 2
[ 15307, 262, 1720, 2099, 12416, 326, 423, 379, 1551, 734, 3186, 13, 46506, 1720, 62, 4906, 62, 8189, 16034, 3186, 44441, 11050, 1720, 62, 4906, 62, 8189, 367, 10116, 2751, 327, 28270, 7, 28104, 18189, 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 ]
[ 15307, 262, 1720, 2099, 12416, 326, 423, 379, 1551, 734, 3186, 13, 46506, 1720, 62, 4906, 62, 8189, 16034, 3186, 44441, 11050, 1720, 62, 4906, 62, 8189, 367, 10116, 2751, 327, 28270, 7, 28104, 18189, 362 ]
which country came in last place in 2009 ?
SELECT "venue" FROM table_204_364 WHERE "year" = 2009 ORDER BY "position" DESC LIMIT 1
[ 4758, 1499, 1625, 287, 938, 1295, 287, 3717, 5633, 46506, 366, 4080, 1, 16034, 3084, 62, 18638, 62, 26780, 33411, 366, 1941, 1, 796, 3717, 38678, 11050, 366, 9150, 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 ]
[ 4758, 1499, 1625, 287, 938, 1295, 287, 3717, 5633, 46506, 366, 4080, 1, 16034, 3084, 62, 18638, 62, 26780, 33411, 366, 1941, 1, 796, 3717, 38678, 11050, 366, 9150, 1, 22196, 34, 27564, 2043, 352 ]
what is admission location and diagnoses icd9 code of subject id 2560?
SELECT demographic.admission_location, diagnoses.icd9_code FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "2560"
[ 10919, 318, 13938, 4067, 290, 40567, 14158, 67, 24, 2438, 286, 2426, 4686, 1679, 1899, 30, 46506, 16728, 13, 324, 3411, 62, 24886, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 13938, 4067, 290, 40567, 14158, 67, 24, 2438, 286, 2426, 4686, 1679, 1899, 30, 46506, 16728, 13, 324, 3411, 62, 24886, 11, 40567, 13, 291, 67, 24, 62, 8189, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, 16728, 13, 1...
Who had an Ipsos of 27%?
SELECT "Party" FROM table_55579 WHERE "Ipsos 6/3/09" = '27%'
[ 8241, 550, 281, 47177, 418, 286, 2681, 4, 30, 46506, 366, 33553, 1, 16034, 3084, 62, 2816, 41734, 33411, 366, 40, 862, 418, 718, 14, 18, 14, 2931, 1, 796, 705, 1983, 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 ]
[ 8241, 550, 281, 47177, 418, 286, 2681, 4, 30, 46506, 366, 33553, 1, 16034, 3084, 62, 2816, 41734, 33411, 366, 40, 862, 418, 718, 14, 18, 14, 2931, 1, 796, 705, 1983, 4, 6 ]
On what date did the Rockets play Memphis?
SELECT date FROM table_17288825_9 WHERE team = "Memphis"
[ 2202, 644, 3128, 750, 262, 23328, 711, 20522, 30, 46506, 3128, 16034, 3084, 62, 1558, 2078, 3459, 1495, 62, 24, 33411, 1074, 796, 366, 13579, 18691, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 644, 3128, 750, 262, 23328, 711, 20522, 30, 46506, 3128, 16034, 3084, 62, 1558, 2078, 3459, 1495, 62, 24, 33411, 1074, 796, 366, 13579, 18691, 1 ]
If I take 525 and 334 , will I be able to leave for work at 5:00 ?
SELECT COUNT(*) = 0 FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester WHERE (course.number = 525 OR course.number = 334) AND course_offering.end_time > '17:00:00' AND semester.semester = 'WN' AND semester.year = ...
[ 1532, 314, 1011, 45719, 290, 42819, 837, 481, 314, 307, 1498, 284, 2666, 329, 670, 379, 642, 25, 405, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, 17319, 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...
[ 1532, 314, 1011, 45719, 290, 42819, 837, 481, 314, 307, 1498, 284, 2666, 329, 670, 379, 642, 25, 405, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, 17319, 62,...
which player competed in women 's singles and won a silver medal ?
SELECT "name" FROM table_204_103 WHERE "event" = "women's singles" AND "medal" = 'silver'
[ 4758, 2137, 32440, 287, 1466, 705, 82, 25287, 290, 1839, 257, 8465, 18279, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 18638, 62, 15197, 33411, 366, 15596, 1, 796, 366, 25878, 338, 25287, 1, 5357, 366, 1150, 282, 1, 796, 705, 40503, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4758, 2137, 32440, 287, 1466, 705, 82, 25287, 290, 1839, 257, 8465, 18279, 5633, 46506, 366, 3672, 1, 16034, 3084, 62, 18638, 62, 15197, 33411, 366, 15596, 1, 796, 366, 25878, 338, 25287, 1, 5357, 366, 1150, 282, 1, 796, 705, 40503, ...
Name the round having an overall of 6
SELECT round FROM table_name_84 WHERE overall = 6
[ 5376, 262, 2835, 1719, 281, 4045, 286, 718, 46506, 2835, 16034, 3084, 62, 3672, 62, 5705, 33411, 4045, 796, 718 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 2835, 1719, 281, 4045, 286, 718, 46506, 2835, 16034, 3084, 62, 3672, 62, 5705, 33411, 4045, 796, 718 ]
What year was mcmahon stadium founded?
SELECT MAX("Founded") FROM table_74147 WHERE "Football stadium" = 'McMahon Stadium'
[ 2061, 614, 373, 285, 11215, 30491, 10308, 9393, 30, 46506, 25882, 7203, 37, 6302, 4943, 16034, 3084, 62, 4524, 20198, 33411, 366, 37316, 10308, 1, 796, 705, 9742, 44, 30491, 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 ]
[ 2061, 614, 373, 285, 11215, 30491, 10308, 9393, 30, 46506, 25882, 7203, 37, 6302, 4943, 16034, 3084, 62, 4524, 20198, 33411, 366, 37316, 10308, 1, 796, 705, 9742, 44, 30491, 10499, 6 ]
give me the flights from BOSTON to SAN FRANCISCO leaving early today
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 (((flight.departure_time BETWEEN 1000 AND 0) AND date_day.day_number = 13 AND date_day.month_number = 6 AND date_day.year = 1991 AND days.day_nam...
[ 26535, 502, 262, 13956, 422, 347, 10892, 1340, 284, 37376, 8782, 20940, 1797, 8220, 4305, 1903, 1909, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13956, 422, 347, 10892, 1340, 284, 37376, 8782, 20940, 1797, 8220, 4305, 1903, 1909, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003...
What episode number in the series was viewed by 13.66 million people in the U.S.?
SELECT MAX("No. in series") FROM table_27978 WHERE "U.S. viewers (million)" = '13.66'
[ 2061, 4471, 1271, 287, 262, 2168, 373, 9569, 416, 1511, 13, 2791, 1510, 661, 287, 262, 471, 13, 50, 40791, 46506, 25882, 7203, 2949, 13, 287, 2168, 4943, 16034, 3084, 62, 26050, 3695, 33411, 366, 52, 13, 50, 13, 10209, 357, 14100, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 4471, 1271, 287, 262, 2168, 373, 9569, 416, 1511, 13, 2791, 1510, 661, 287, 262, 471, 13, 50, 40791, 46506, 25882, 7203, 2949, 13, 287, 2168, 4943, 16034, 3084, 62, 26050, 3695, 33411, 366, 52, 13, 50, 13, 10209, 357, 14100, 1...
What year did Randy Lewis drive?
SELECT "Year" FROM table_26141 WHERE "Driver" = 'Randy Lewis'
[ 2061, 614, 750, 21248, 10174, 3708, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 2075, 23756, 33411, 366, 32103, 1, 796, 705, 49, 10757, 10174, 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 ]
[ 2061, 614, 750, 21248, 10174, 3708, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 2075, 23756, 33411, 366, 32103, 1, 796, 705, 49, 10757, 10174, 6 ]
Count questions with specific text.
SELECT TIME_TO_STR(p.CreationDate, '%Y') AS "year", COUNT(*) AS "# questions" FROM Posts AS p JOIN Users AS u ON u.Id = p.OwnerUserId WHERE p.Body LIKE '%##SpecifiedText##%' AND p.PostTypeId = 1 GROUP BY TIME_TO_STR(p.CreationDate, '%Y') ORDER BY year DESC
[ 12332, 2683, 351, 2176, 2420, 13, 46506, 20460, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 56, 11537, 7054, 366, 1941, 1600, 327, 28270, 7, 28104, 7054, 25113, 2683, 1, 16034, 12043, 7054, 279, 32357, 1268, 18987,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12332, 2683, 351, 2176, 2420, 13, 46506, 20460, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 56, 11537, 7054, 366, 1941, 1600, 327, 28270, 7, 28104, 7054, 25113, 2683, 1, 16034, 12043, 7054, 279, 32357, 1268, 18987,...
What is the date of the race at Truro?
SELECT date FROM table_name_32 WHERE track = "truro"
[ 2061, 318, 262, 3128, 286, 262, 3234, 379, 13616, 305, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2624, 33411, 2610, 796, 366, 83, 622, 305, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3128, 286, 262, 3234, 379, 13616, 305, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 2624, 33411, 2610, 796, 366, 83, 622, 305, 1 ]
How many 3rd ru does Canada have?
SELECT COUNT("3rd RU") FROM table_21791 WHERE "Country" = 'Canada'
[ 2437, 867, 513, 4372, 7422, 857, 3340, 423, 30, 46506, 327, 28270, 7203, 18, 4372, 46432, 4943, 16034, 3084, 62, 24591, 6420, 33411, 366, 33921, 1, 796, 705, 17940, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 513, 4372, 7422, 857, 3340, 423, 30, 46506, 327, 28270, 7203, 18, 4372, 46432, 4943, 16034, 3084, 62, 24591, 6420, 33411, 366, 33921, 1, 796, 705, 17940, 6 ]
What is the total time of the athlete from Canada with a lane less than 8 and a rank less than 8?
SELECT COUNT(time) FROM table_name_52 WHERE lane < 8 AND nationality = "canada" AND rank < 8
[ 2061, 318, 262, 2472, 640, 286, 262, 16076, 422, 3340, 351, 257, 11193, 1342, 621, 807, 290, 257, 4279, 1342, 621, 807, 30, 46506, 327, 28270, 7, 2435, 8, 16034, 3084, 62, 3672, 62, 4309, 33411, 11193, 1279, 807, 5357, 29835, 796, 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 ]
[ 2061, 318, 262, 2472, 640, 286, 262, 16076, 422, 3340, 351, 257, 11193, 1342, 621, 807, 290, 257, 4279, 1342, 621, 807, 30, 46506, 327, 28270, 7, 2435, 8, 16034, 3084, 62, 3672, 62, 4309, 33411, 11193, 1279, 807, 5357, 29835, 796, 3...
Which home team competed against the away team Geelong?
SELECT "Home team" FROM table_74734 WHERE "Away team" = 'geelong'
[ 13828, 1363, 1074, 32440, 1028, 262, 1497, 1074, 2269, 21537, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 48882, 2682, 33411, 366, 32, 1014, 1074, 1, 796, 705, 469, 21537, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 1363, 1074, 32440, 1028, 262, 1497, 1074, 2269, 21537, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 48882, 2682, 33411, 366, 32, 1014, 1074, 1, 796, 705, 469, 21537, 6 ]
What race was won by Tazio Nuvolari?
SELECT "Name" FROM table_32012 WHERE "Winning drivers" = 'tazio nuvolari'
[ 2061, 3234, 373, 1839, 416, 309, 1031, 952, 21733, 10396, 2743, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 18, 6999, 33411, 366, 16643, 768, 6643, 1, 796, 705, 83, 1031, 952, 14364, 10396, 2743, 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, 3234, 373, 1839, 416, 309, 1031, 952, 21733, 10396, 2743, 30, 46506, 366, 5376, 1, 16034, 3084, 62, 18, 6999, 33411, 366, 16643, 768, 6643, 1, 796, 705, 83, 1031, 952, 14364, 10396, 2743, 6 ]
who only won 13 silver medals ?
SELECT "nation" FROM table_203_630 WHERE "silver" = 13
[ 8727, 691, 1839, 1511, 8465, 28057, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 22416, 62, 30005, 33411, 366, 40503, 1, 796, 1511 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8727, 691, 1839, 1511, 8465, 28057, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 22416, 62, 30005, 33411, 366, 40503, 1, 796, 1511 ]
what is the number of patients whose gender is f and drug name is epidural bag?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.gender = "F" AND prescriptions.drug = "Epidural Bag"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 2563, 1438, 318, 12851, 1523, 6131, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 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...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 2563, 1438, 318, 12851, 1523, 6131, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, ...
What pick number did Real Salt Lake get?
SELECT MIN(pick__number) FROM table_29836557_2 WHERE mls_team = "Real Salt Lake"
[ 2061, 2298, 1271, 750, 6416, 13754, 6233, 651, 30, 46506, 20625, 7, 27729, 834, 17618, 8, 16034, 3084, 62, 27728, 2623, 41948, 62, 17, 33411, 285, 7278, 62, 15097, 796, 366, 15633, 13754, 6233, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2298, 1271, 750, 6416, 13754, 6233, 651, 30, 46506, 20625, 7, 27729, 834, 17618, 8, 16034, 3084, 62, 27728, 2623, 41948, 62, 17, 33411, 285, 7278, 62, 15097, 796, 366, 15633, 13754, 6233, 1 ]
how many flights does each airline have with FIRST class service
SELECT DISTINCT COUNT(*), flight.airline_code FROM fare, fare_basis, flight, flight_fare WHERE fare_basis.class_type = 'FIRST' AND fare.fare_basis_code = fare_basis.fare_basis_code AND flight_fare.fare_id = fare.fare_id AND flight.flight_id = flight_fare.flight_id GROUP BY flight.airline_code
[ 4919, 867, 13956, 857, 1123, 18091, 423, 351, 31328, 1398, 2139, 46506, 360, 8808, 1268, 4177, 327, 28270, 46491, 828, 5474, 13, 958, 1370, 62, 8189, 16034, 14505, 11, 14505, 62, 12093, 271, 11, 5474, 11, 5474, 62, 9496, 33411, 14505, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13956, 857, 1123, 18091, 423, 351, 31328, 1398, 2139, 46506, 360, 8808, 1268, 4177, 327, 28270, 46491, 828, 5474, 13, 958, 1370, 62, 8189, 16034, 14505, 11, 14505, 62, 12093, 271, 11, 5474, 11, 5474, 62, 9496, 33411, 14505, ...
What is the original title of europe for dummies?
SELECT "Original title" FROM table_19460 WHERE "English title" = 'Europe for Dummies'
[ 2061, 318, 262, 2656, 3670, 286, 11063, 431, 329, 288, 39578, 30, 46506, 366, 20556, 3670, 1, 16034, 3084, 62, 22913, 1899, 33411, 366, 15823, 3670, 1, 796, 705, 16112, 329, 360, 39578, 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, 2656, 3670, 286, 11063, 431, 329, 288, 39578, 30, 46506, 366, 20556, 3670, 1, 16034, 3084, 62, 22913, 1899, 33411, 366, 15823, 3670, 1, 796, 705, 16112, 329, 360, 39578, 6 ]
how many dead patients had catheter based invasive electrophysiologic testing?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.expire_flag = "1" AND procedures.short_title = "Cath base invasv ep test"
[ 4919, 867, 2636, 3871, 550, 3797, 43332, 1912, 27376, 1742, 10051, 893, 72, 20781, 4856, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2636, 3871, 550, 3797, 43332, 1912, 27376, 1742, 10051, 893, 72, 20781, 4856, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108,...
When South Melbourne was the Away Team, what was their score?
SELECT away_team AS score FROM table_name_49 WHERE away_team = "south melbourne"
[ 2215, 2520, 14819, 373, 262, 21986, 4816, 11, 644, 373, 511, 4776, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 2920, 33411, 1497, 62, 15097, 796, 366, 35782, 7758, 12544, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 2520, 14819, 373, 262, 21986, 4816, 11, 644, 373, 511, 4776, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 2920, 33411, 1497, 62, 15097, 796, 366, 35782, 7758, 12544, 1 ]
what is the time/retired when the constructor is maserati and the laps is 90?
SELECT "Time/Retired" FROM table_55434 WHERE "Constructor" = 'maserati' AND "Laps" = '90'
[ 10919, 318, 262, 640, 14, 1186, 1202, 618, 262, 23772, 318, 285, 6005, 7246, 290, 262, 24590, 318, 4101, 30, 46506, 366, 7575, 14, 9781, 1202, 1, 16034, 3084, 62, 44218, 2682, 33411, 366, 42316, 273, 1, 796, 705, 5356, 263, 7246, 6,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 640, 14, 1186, 1202, 618, 262, 23772, 318, 285, 6005, 7246, 290, 262, 24590, 318, 4101, 30, 46506, 366, 7575, 14, 9781, 1202, 1, 16034, 3084, 62, 44218, 2682, 33411, 366, 42316, 273, 1, 796, 705, 5356, 263, 7246, 6,...
Which Frequency MHz has a ERP W of 250?
SELECT MAX("Frequency MHz") FROM table_38571 WHERE "ERP W" = '250'
[ 13828, 31902, 19805, 468, 257, 13793, 47, 370, 286, 8646, 30, 46506, 25882, 7203, 37, 28707, 19805, 4943, 16034, 3084, 62, 2548, 42875, 33411, 366, 1137, 47, 370, 1, 796, 705, 9031, 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, 31902, 19805, 468, 257, 13793, 47, 370, 286, 8646, 30, 46506, 25882, 7203, 37, 28707, 19805, 4943, 16034, 3084, 62, 2548, 42875, 33411, 366, 1137, 47, 370, 1, 796, 705, 9031, 6 ]
What was the title of the episode with a production code of 3x6404?
SELECT "Title" FROM table_29980 WHERE "Production code" = '3X6404'
[ 2061, 373, 262, 3670, 286, 262, 4471, 351, 257, 3227, 2438, 286, 513, 87, 21, 26429, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 22579, 1795, 33411, 366, 35027, 2438, 1, 796, 705, 18, 55, 21, 26429, 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, 373, 262, 3670, 286, 262, 4471, 351, 257, 3227, 2438, 286, 513, 87, 21, 26429, 30, 46506, 366, 19160, 1, 16034, 3084, 62, 22579, 1795, 33411, 366, 35027, 2438, 1, 796, 705, 18, 55, 21, 26429, 6 ]
after 1987 and entrant of first racing what is the highest points?
SELECT MAX(points) FROM table_name_69 WHERE entrant = "first racing" AND year > 1987
[ 8499, 12923, 290, 920, 5250, 286, 717, 11717, 644, 318, 262, 4511, 2173, 30, 46506, 25882, 7, 13033, 8, 16034, 3084, 62, 3672, 62, 3388, 33411, 920, 5250, 796, 366, 11085, 11717, 1, 5357, 614, 1875, 12923 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8499, 12923, 290, 920, 5250, 286, 717, 11717, 644, 318, 262, 4511, 2173, 30, 46506, 25882, 7, 13033, 8, 16034, 3084, 62, 3672, 62, 3388, 33411, 920, 5250, 796, 366, 11085, 11717, 1, 5357, 614, 1875, 12923 ]
On what date was the opponent the Miami Dolphins?
SELECT date FROM table_name_30 WHERE opponent = "miami dolphins"
[ 2202, 644, 3128, 373, 262, 6125, 262, 8437, 21668, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1270, 33411, 6125, 796, 366, 76, 7871, 36798, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 644, 3128, 373, 262, 6125, 262, 8437, 21668, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1270, 33411, 6125, 796, 366, 76, 7871, 36798, 1 ]
What are the cities that have a branch that opened in 2001 and a branch with more than 100 members?
SELECT city FROM branch WHERE open_year = 2001 AND membership_amount > 100
[ 2061, 389, 262, 4736, 326, 423, 257, 8478, 326, 4721, 287, 5878, 290, 257, 8478, 351, 517, 621, 1802, 1866, 30, 46506, 1748, 16034, 8478, 33411, 1280, 62, 1941, 796, 5878, 5357, 9931, 62, 17287, 1875, 1802 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4736, 326, 423, 257, 8478, 326, 4721, 287, 5878, 290, 257, 8478, 351, 517, 621, 1802, 1866, 30, 46506, 1748, 16034, 8478, 33411, 1280, 62, 1941, 796, 5878, 5357, 9931, 62, 17287, 1875, 1802 ]
Which Laps have a Time/Retired of +23.215, and a Grid larger than 11?
SELECT MIN(laps) FROM table_name_41 WHERE time_retired = "+23.215" AND grid > 11
[ 13828, 406, 1686, 423, 257, 3862, 14, 9781, 1202, 286, 1343, 1954, 13, 23349, 11, 290, 257, 24846, 4025, 621, 1367, 30, 46506, 20625, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 3901, 33411, 640, 62, 1186, 1202, 796, 43825, 1954, 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 ]
[ 13828, 406, 1686, 423, 257, 3862, 14, 9781, 1202, 286, 1343, 1954, 13, 23349, 11, 290, 257, 24846, 4025, 621, 1367, 30, 46506, 20625, 7, 75, 1686, 8, 16034, 3084, 62, 3672, 62, 3901, 33411, 640, 62, 1186, 1202, 796, 43825, 1954, 13,...
Name the total number of positions for race 1 being 2
SELECT COUNT("Pos.") FROM table_20118 WHERE "Race 1" = '2'
[ 5376, 262, 2472, 1271, 286, 6116, 329, 3234, 352, 852, 362, 46506, 327, 28270, 7203, 21604, 19570, 16034, 3084, 62, 1264, 1507, 33411, 366, 35157, 352, 1, 796, 705, 17, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 2472, 1271, 286, 6116, 329, 3234, 352, 852, 362, 46506, 327, 28270, 7203, 21604, 19570, 16034, 3084, 62, 1264, 1507, 33411, 366, 35157, 352, 1, 796, 705, 17, 6 ]
What date final has 1982 as the year?
SELECT "Date Final" FROM table_67992 WHERE "Year" = '1982'
[ 2061, 3128, 2457, 468, 14489, 355, 262, 614, 30, 46506, 366, 10430, 8125, 1, 16034, 3084, 62, 3134, 41561, 33411, 366, 17688, 1, 796, 705, 30763, 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, 3128, 2457, 468, 14489, 355, 262, 614, 30, 46506, 366, 10430, 8125, 1, 16034, 3084, 62, 3134, 41561, 33411, 366, 17688, 1, 796, 705, 30763, 6 ]
Who was the stage winner when the start of stage is Cauterets?
SELECT "Stage winner" FROM table_13564 WHERE "Start of stage" = 'cauterets'
[ 8241, 373, 262, 3800, 8464, 618, 262, 923, 286, 3800, 318, 327, 2306, 567, 912, 30, 46506, 366, 29391, 8464, 1, 16034, 3084, 62, 17059, 2414, 33411, 366, 10434, 286, 3800, 1, 796, 705, 66, 2306, 567, 912, 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 ]
[ 8241, 373, 262, 3800, 8464, 618, 262, 923, 286, 3800, 318, 327, 2306, 567, 912, 30, 46506, 366, 29391, 8464, 1, 16034, 3084, 62, 17059, 2414, 33411, 366, 10434, 286, 3800, 1, 796, 705, 66, 2306, 567, 912, 6 ]
What was the attendance number for the Timberwolves game?
SELECT SUM("Location Attendance") FROM table_55408 WHERE "Team" = 'timberwolves'
[ 2061, 373, 262, 14858, 1271, 329, 262, 48983, 983, 30, 46506, 35683, 7203, 14749, 46502, 590, 4943, 16034, 3084, 62, 2816, 26200, 33411, 366, 15592, 1, 796, 705, 16514, 527, 29664, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 14858, 1271, 329, 262, 48983, 983, 30, 46506, 35683, 7203, 14749, 46502, 590, 4943, 16034, 3084, 62, 2816, 26200, 33411, 366, 15592, 1, 796, 705, 16514, 527, 29664, 6 ]
Which Outcome has a Score of 3 6 2 6?
SELECT outcome FROM table_name_90 WHERE score = "3–6 2–6"
[ 13828, 3806, 2958, 468, 257, 15178, 286, 513, 718, 362, 718, 30, 46506, 8055, 16034, 3084, 62, 3672, 62, 3829, 33411, 4776, 796, 366, 18, 1906, 21, 362, 1906, 21, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 3806, 2958, 468, 257, 15178, 286, 513, 718, 362, 718, 30, 46506, 8055, 16034, 3084, 62, 3672, 62, 3829, 33411, 4776, 796, 366, 18, 1906, 21, 362, 1906, 21, 1 ]
What location has an enrollment greater than 1,313, and kingsmen as the mascot?
SELECT "Location" FROM table_79232 WHERE "Enrollment" > '1,313' AND "Mascot" = 'kingsmen'
[ 2061, 4067, 468, 281, 20753, 3744, 621, 352, 11, 25838, 11, 290, 21557, 3653, 355, 262, 37358, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 3720, 24339, 33411, 366, 4834, 48108, 1, 1875, 705, 16, 11, 25838, 6, 5357, 366, 44, 3372, 313...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4067, 468, 281, 20753, 3744, 621, 352, 11, 25838, 11, 290, 21557, 3653, 355, 262, 37358, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 3720, 24339, 33411, 366, 4834, 48108, 1, 1875, 705, 16, 11, 25838, 6, 5357, 366, 44, 3372, 313...
How many companies named cenovus energy?
SELECT COUNT(rank__all__2013) FROM table_23950611_2 WHERE name = "Cenovus Energy"
[ 2437, 867, 2706, 3706, 269, 268, 709, 385, 2568, 30, 46506, 327, 28270, 7, 43027, 834, 439, 834, 6390, 8, 16034, 3084, 62, 23516, 35638, 1157, 62, 17, 33411, 1438, 796, 366, 34, 268, 709, 385, 6682, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2706, 3706, 269, 268, 709, 385, 2568, 30, 46506, 327, 28270, 7, 43027, 834, 439, 834, 6390, 8, 16034, 3084, 62, 23516, 35638, 1157, 62, 17, 33411, 1438, 796, 366, 34, 268, 709, 385, 6682, 1 ]
How many instrument does the musician with last name 'Heilo' use?
SELECT COUNT(DISTINCT instrument) FROM instruments AS T1 JOIN band AS T2 ON T1.bandmateid = T2.id WHERE T2.lastname = "Heilo"
[ 2437, 867, 8875, 857, 262, 21623, 351, 938, 1438, 705, 1544, 18526, 6, 779, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 8875, 8, 16034, 12834, 7054, 309, 16, 32357, 1268, 4097, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 312, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 8875, 857, 262, 21623, 351, 938, 1438, 705, 1544, 18526, 6, 779, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 8875, 8, 16034, 12834, 7054, 309, 16, 32357, 1268, 4097, 7054, 309, 17, 6177, 309, 16, 13, 3903, 9830, 312, ...
How much Gain has a Long of 29, and an Avg/G smaller than 33.7?
SELECT COUNT(gain) FROM table_name_77 WHERE long = 29 AND avg_g < 33.7
[ 2437, 881, 21686, 468, 257, 5882, 286, 2808, 11, 290, 281, 33455, 14, 38, 4833, 621, 4747, 13, 22, 30, 46506, 327, 28270, 7, 48544, 8, 16034, 3084, 62, 3672, 62, 3324, 33411, 890, 796, 2808, 5357, 42781, 62, 70, 1279, 4747, 13, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 881, 21686, 468, 257, 5882, 286, 2808, 11, 290, 281, 33455, 14, 38, 4833, 621, 4747, 13, 22, 30, 46506, 327, 28270, 7, 48544, 8, 16034, 3084, 62, 3672, 62, 3324, 33411, 890, 796, 2808, 5357, 42781, 62, 70, 1279, 4747, 13, 22...
Which entrant before 1965 scored more than 0 point with the lotus 25 chassis?
SELECT "Entrant" FROM table_15680 WHERE "Year" < '1965' AND "Points" > '0' AND "Chassis" = 'lotus 25'
[ 13828, 920, 5250, 878, 17672, 7781, 517, 621, 657, 966, 351, 262, 1256, 385, 1679, 24587, 30, 46506, 366, 14539, 5250, 1, 16034, 3084, 62, 21599, 1795, 33411, 366, 17688, 1, 1279, 705, 45271, 6, 5357, 366, 40710, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 920, 5250, 878, 17672, 7781, 517, 621, 657, 966, 351, 262, 1256, 385, 1679, 24587, 30, 46506, 366, 14539, 5250, 1, 16034, 3084, 62, 21599, 1795, 33411, 366, 17688, 1, 1279, 705, 45271, 6, 5357, 366, 40710, 1, 1875, 705, 15, 6...
What is the GDP (billion US$) of the country that has a GDP per capita (US$) of 8,861?
SELECT gdp__billion_us$_ FROM table_name_29 WHERE gdp_per_capita__us$_ = "8,861"
[ 2061, 318, 262, 12396, 357, 24540, 1294, 3, 8, 286, 262, 1499, 326, 468, 257, 12396, 583, 21344, 357, 2937, 3, 8, 286, 807, 11, 4521, 16, 30, 46506, 308, 26059, 834, 24540, 62, 385, 3, 62, 16034, 3084, 62, 3672, 62, 1959, 33411, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 12396, 357, 24540, 1294, 3, 8, 286, 262, 1499, 326, 468, 257, 12396, 583, 21344, 357, 2937, 3, 8, 286, 807, 11, 4521, 16, 30, 46506, 308, 26059, 834, 24540, 62, 385, 3, 62, 16034, 3084, 62, 3672, 62, 1959, 33411, ...
How many points were scored by the player who played 348 games?
SELECT points FROM table_name_30 WHERE games = "348"
[ 2437, 867, 2173, 547, 7781, 416, 262, 2137, 508, 2826, 44084, 1830, 30, 46506, 2173, 16034, 3084, 62, 3672, 62, 1270, 33411, 1830, 796, 366, 28978, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 2173, 547, 7781, 416, 262, 2137, 508, 2826, 44084, 1830, 30, 46506, 2173, 16034, 3084, 62, 3672, 62, 1270, 33411, 1830, 796, 366, 28978, 1 ]
patient 27964 was on the last hospital encounter in the er?
SELECT COUNT(*) > 0 FROM admissions WHERE admissions.subject_id = 27964 AND admissions.admission_location = 'emergency room admit' AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1
[ 26029, 39466, 2414, 373, 319, 262, 938, 4436, 8791, 287, 262, 1931, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 39466, 2414, 5357, 25349, 13, 324, 3411, 62, 24886, 796, 705, 24677, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26029, 39466, 2414, 373, 319, 262, 938, 4436, 8791, 287, 262, 1931, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 39466, 2414, 5357, 25349, 13, 324, 3411, 62, 24886, 796, 705, 24677, ...
Has PERIODON 789 been taught by David Canter ?
SELECT COUNT(*) > 0 FROM course, course_offering, instructor, offering_instructor WHERE course.course_id = course_offering.course_id AND course.department = 'PERIODON' AND course.number = 789 AND instructor.name LIKE '%David Canter%' AND offering_instructor.instructor_id = instructor.instructor_id AND offering_instruct...
[ 19242, 19878, 40, 3727, 1340, 767, 4531, 587, 7817, 416, 3271, 38183, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 21187, 11, 6011, 62, 259, 7249, 273, 33411, 1781, 13, 17319, 62, 312, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 19242, 19878, 40, 3727, 1340, 767, 4531, 587, 7817, 416, 3271, 38183, 5633, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 21187, 11, 6011, 62, 259, 7249, 273, 33411, 1781, 13, 17319, 62, 312, 796, ...
What is the total difference for teams that played less than 6 games?
SELECT SUM("Diff.") FROM table_33276 WHERE "Played" < '6'
[ 2061, 318, 262, 2472, 3580, 329, 3466, 326, 2826, 1342, 621, 718, 1830, 30, 46506, 35683, 7203, 28813, 19570, 16034, 3084, 62, 2091, 27988, 33411, 366, 11002, 276, 1, 1279, 705, 21, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2472, 3580, 329, 3466, 326, 2826, 1342, 621, 718, 1830, 30, 46506, 35683, 7203, 28813, 19570, 16034, 3084, 62, 2091, 27988, 33411, 366, 11002, 276, 1, 1279, 705, 21, 6 ]
What was the score of the match that took place in the playoff round?
SELECT score FROM table_name_31 WHERE round = "playoff"
[ 2061, 373, 262, 4776, 286, 262, 2872, 326, 1718, 1295, 287, 262, 13119, 2835, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 3132, 33411, 2835, 796, 366, 1759, 2364, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4776, 286, 262, 2872, 326, 1718, 1295, 287, 262, 13119, 2835, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 3132, 33411, 2835, 796, 366, 1759, 2364, 1 ]
who is the away team when the tie no is more than 13 and the home team is team bath?
SELECT away_team FROM table_name_30 WHERE tie_no > 13 AND home_team = "team bath"
[ 8727, 318, 262, 1497, 1074, 618, 262, 9839, 645, 318, 517, 621, 1511, 290, 262, 1363, 1074, 318, 1074, 7837, 30, 46506, 1497, 62, 15097, 16034, 3084, 62, 3672, 62, 1270, 33411, 9839, 62, 3919, 1875, 1511, 5357, 1363, 62, 15097, 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 ]
[ 8727, 318, 262, 1497, 1074, 618, 262, 9839, 645, 318, 517, 621, 1511, 290, 262, 1363, 1074, 318, 1074, 7837, 30, 46506, 1497, 62, 15097, 16034, 3084, 62, 3672, 62, 1270, 33411, 9839, 62, 3919, 1875, 1511, 5357, 1363, 62, 15097, 796, ...
What is the sum of placings for the song 'Tavo Spalvos'?
SELECT SUM("Place") FROM table_64487 WHERE "Song" = 'tavo spalvos'
[ 2061, 318, 262, 2160, 286, 21957, 654, 329, 262, 3496, 705, 51, 615, 78, 1338, 282, 85, 418, 30960, 46506, 35683, 7203, 27271, 4943, 16034, 3084, 62, 2414, 35133, 33411, 366, 44241, 1, 796, 705, 83, 615, 78, 599, 282, 85, 418, 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 ]
[ 2061, 318, 262, 2160, 286, 21957, 654, 329, 262, 3496, 705, 51, 615, 78, 1338, 282, 85, 418, 30960, 46506, 35683, 7203, 27271, 4943, 16034, 3084, 62, 2414, 35133, 33411, 366, 44241, 1, 796, 705, 83, 615, 78, 599, 282, 85, 418, 6 ]
What is Ship, when Nationality is 'Syria', and when Date is '26 June 1943', and when Tonnage is '80'?
SELECT ship FROM table_name_39 WHERE nationality = "syria" AND date = "26 june 1943" AND tonnage = 80
[ 2061, 318, 16656, 11, 618, 2351, 414, 318, 705, 40029, 3256, 290, 618, 7536, 318, 705, 2075, 2795, 21577, 3256, 290, 618, 16859, 77, 496, 318, 705, 1795, 30960, 46506, 4074, 16034, 3084, 62, 3672, 62, 2670, 33411, 29835, 796, 366, 183...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16656, 11, 618, 2351, 414, 318, 705, 40029, 3256, 290, 618, 7536, 318, 705, 2075, 2795, 21577, 3256, 290, 618, 16859, 77, 496, 318, 705, 1795, 30960, 46506, 4074, 16034, 3084, 62, 3672, 62, 2670, 33411, 29835, 796, 366, 183...