instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
Return a bar chart about the distribution of family_name and author_id .
SELECT family_name, author_id FROM Course_Authors_and_Tutors ORDER BY personal_name
[ 13615, 257, 2318, 8262, 546, 262, 6082, 286, 1641, 62, 3672, 290, 1772, 62, 312, 764, 46506, 1641, 62, 3672, 11, 1772, 62, 312, 16034, 20537, 62, 30515, 669, 62, 392, 62, 51, 315, 669, 38678, 11050, 2614, 62, 3672 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13615, 257, 2318, 8262, 546, 262, 6082, 286, 1641, 62, 3672, 290, 1772, 62, 312, 764, 46506, 1641, 62, 3672, 11, 1772, 62, 312, 16034, 20537, 62, 30515, 669, 62, 392, 62, 51, 315, 669, 38678, 11050, 2614, 62, 3672 ]
A line chart for what are the number of the dates with a maximum temperature higher than 85?
SELECT date, COUNT(date) FROM weather WHERE max_temperature_f > 85 GROUP BY date
[ 32, 1627, 8262, 329, 644, 389, 262, 1271, 286, 262, 9667, 351, 257, 5415, 5951, 2440, 621, 7600, 30, 46506, 3128, 11, 327, 28270, 7, 4475, 8, 16034, 6193, 33411, 3509, 62, 11498, 21069, 62, 69, 1875, 7600, 44441, 11050, 3128 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 1627, 8262, 329, 644, 389, 262, 1271, 286, 262, 9667, 351, 257, 5415, 5951, 2440, 621, 7600, 30, 46506, 3128, 11, 327, 28270, 7, 4475, 8, 16034, 6193, 33411, 3509, 62, 11498, 21069, 62, 69, 1875, 7600, 44441, 11050, 3128 ]
Name the 2011 with 2002 of 1r and 2009 of a
SELECT 2011 FROM table_name_9 WHERE 2002 = "1r" AND 2009 = "a"
[ 5376, 262, 2813, 351, 6244, 286, 352, 81, 290, 3717, 286, 257, 46506, 2813, 16034, 3084, 62, 3672, 62, 24, 33411, 6244, 796, 366, 16, 81, 1, 5357, 3717, 796, 366, 64, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2813, 351, 6244, 286, 352, 81, 290, 3717, 286, 257, 46506, 2813, 16034, 3084, 62, 3672, 62, 24, 33411, 6244, 796, 366, 16, 81, 1, 5357, 3717, 796, 366, 64, 1 ]
What race did josef newgarden have the fastest lap and lead the most laps?
SELECT race FROM table_29690363_3 WHERE fastest_lap = "Josef Newgarden" AND most_laps_led = "Josef Newgarden"
[ 2061, 3234, 750, 474, 577, 69, 649, 70, 5872, 423, 262, 14162, 14779, 290, 1085, 262, 749, 24590, 30, 46506, 3234, 16034, 3084, 62, 1959, 35844, 35447, 62, 18, 33411, 14162, 62, 37796, 796, 366, 23409, 69, 968, 70, 5872, 1, 5357, 74...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 750, 474, 577, 69, 649, 70, 5872, 423, 262, 14162, 14779, 290, 1085, 262, 749, 24590, 30, 46506, 3234, 16034, 3084, 62, 1959, 35844, 35447, 62, 18, 33411, 14162, 62, 37796, 796, 366, 23409, 69, 968, 70, 5872, 1, 5357, 74...
Tell me the track for june 9
SELECT "Track" FROM table_74481 WHERE "Date" = 'june 9'
[ 24446, 502, 262, 2610, 329, 474, 1726, 860, 46506, 366, 24802, 1, 16034, 3084, 62, 22, 2598, 6659, 33411, 366, 10430, 1, 796, 705, 73, 1726, 860, 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 ]
[ 24446, 502, 262, 2610, 329, 474, 1726, 860, 46506, 366, 24802, 1, 16034, 3084, 62, 22, 2598, 6659, 33411, 366, 10430, 1, 796, 705, 73, 1726, 860, 6 ]
For employees without the letter M in their first name, give me a line chart to show the salary change over their hire date using a line chart, order from low to high by the X.
SELECT HIRE_DATE, SALARY FROM employees WHERE NOT FIRST_NAME LIKE '%M%' ORDER BY HIRE_DATE
[ 1890, 4409, 1231, 262, 3850, 337, 287, 511, 717, 1438, 11, 1577, 502, 257, 1627, 8262, 284, 905, 262, 9588, 1487, 625, 511, 11078, 3128, 1262, 257, 1627, 8262, 11, 1502, 422, 1877, 284, 1029, 416, 262, 1395, 13, 46506, 36210, 2200, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4409, 1231, 262, 3850, 337, 287, 511, 717, 1438, 11, 1577, 502, 257, 1627, 8262, 284, 905, 262, 9588, 1487, 625, 511, 11078, 3128, 1262, 257, 1627, 8262, 11, 1502, 422, 1877, 284, 1029, 416, 262, 1395, 13, 46506, 36210, 2200, ...
How many Adelaide viewers were there in Week 5?
SELECT adelaide FROM table_24291077_4 WHERE week = 5
[ 2437, 867, 27139, 10209, 547, 612, 287, 6119, 642, 30, 46506, 512, 25078, 16034, 3084, 62, 1731, 1959, 940, 3324, 62, 19, 33411, 1285, 796, 642 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 27139, 10209, 547, 612, 287, 6119, 642, 30, 46506, 512, 25078, 16034, 3084, 62, 1731, 1959, 940, 3324, 62, 19, 33411, 1285, 796, 642 ]
What is the status when the against is 11?
SELECT "Status" FROM table_78923 WHERE "Against" = '11'
[ 2061, 318, 262, 3722, 618, 262, 1028, 318, 1367, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 40401, 1954, 33411, 366, 39276, 1, 796, 705, 1157, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3722, 618, 262, 1028, 318, 1367, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 40401, 1954, 33411, 366, 39276, 1, 796, 705, 1157, 6 ]
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, visualize the relationship between manager_id and department_id .
SELECT MANAGER_ID, DEPARTMENT_ID FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 38350, 262, 2776, 1022, 4706, 62, 312, 290, 5011, 62, 312, 764, 46506, 17254, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 883, 4409, 3025, 9588, 318, 287, 262, 2837, 286, 38055, 290, 1105, 830, 290, 5810, 318, 407, 9242, 393, 5011, 1271, 857, 407, 4961, 284, 2319, 11, 38350, 262, 2776, 1022, 4706, 62, 312, 290, 5011, 62, 312, 764, 46506, 17254, 4...
Number of users vs percentage of down votes (graph).
WITH DownVoteCount AS (SELECT DownVoteCount = CAST(SUM(DownVotes) AS FLOAT) FROM Users), DownVoteWeight AS (SELECT DownVoteWeight = ROUND(DownVotes / (SELECT DownVoteCount FROM DownVoteCount) * 100, 4) FROM Users WHERE Users.DownVotes > 0) SELECT DownVoteWeight, NumberOfUsers = COUNT(DownVoteWeight) FROM DownVoteWeight...
[ 15057, 286, 2985, 3691, 5873, 286, 866, 5690, 357, 34960, 737, 54, 10554, 5588, 37394, 12332, 7054, 357, 46506, 5588, 37394, 12332, 796, 327, 11262, 7, 50, 5883, 7, 8048, 53, 6421, 8, 7054, 9977, 46, 1404, 8, 16034, 18987, 828, 5588, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2985, 3691, 5873, 286, 866, 5690, 357, 34960, 737, 54, 10554, 5588, 37394, 12332, 7054, 357, 46506, 5588, 37394, 12332, 796, 327, 11262, 7, 50, 5883, 7, 8048, 53, 6421, 8, 7054, 9977, 46, 1404, 8, 16034, 18987, 828, 5588, ...
Find the names and average salaries of all departments whose average salary is greater than 42000, show by the x axis from high to low.
SELECT dept_name, AVG(salary) FROM instructor GROUP BY dept_name ORDER BY dept_name DESC
[ 16742, 262, 3891, 290, 2811, 17058, 286, 477, 13346, 3025, 2811, 9588, 318, 3744, 621, 5433, 830, 11, 905, 416, 262, 2124, 16488, 422, 1029, 284, 1877, 13, 46506, 390, 457, 62, 3672, 11, 35224, 7, 21680, 560, 8, 16034, 21187, 44441, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3891, 290, 2811, 17058, 286, 477, 13346, 3025, 2811, 9588, 318, 3744, 621, 5433, 830, 11, 905, 416, 262, 2124, 16488, 422, 1029, 284, 1877, 13, 46506, 390, 457, 62, 3672, 11, 35224, 7, 21680, 560, 8, 16034, 21187, 44441, ...
What is the BARB ratings of episode 6?
SELECT official_barb_ratings FROM table_26591309_3 WHERE episode = 6
[ 2061, 318, 262, 31597, 33, 10109, 286, 4471, 718, 30, 46506, 1743, 62, 5657, 65, 62, 10366, 654, 16034, 3084, 62, 2075, 3270, 12952, 24, 62, 18, 33411, 4471, 796, 718 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 31597, 33, 10109, 286, 4471, 718, 30, 46506, 1743, 62, 5657, 65, 62, 10366, 654, 16034, 3084, 62, 2075, 3270, 12952, 24, 62, 18, 33411, 4471, 796, 718 ]
how many hours has it been since the last time that patient 027-85328 had intake of per iv flush: forearm r 20 gauge on the current icu visit?
SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', intakeoutput.intakeoutputtime)) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid ...
[ 4919, 867, 2250, 468, 340, 587, 1201, 262, 938, 640, 326, 5827, 657, 1983, 12, 23, 4310, 2078, 550, 10337, 286, 583, 21628, 24773, 25, 41031, 374, 1160, 18266, 319, 262, 1459, 14158, 84, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2250, 468, 340, 587, 1201, 262, 938, 640, 326, 5827, 657, 1983, 12, 23, 4310, 2078, 550, 10337, 286, 583, 21628, 24773, 25, 41031, 374, 1160, 18266, 319, 262, 1459, 14158, 84, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, ...
I want the lowest points diff for against being less than 578 and lost being 15 and points more than 26
SELECT MIN("Points Diff") FROM table_52800 WHERE "Against" < '578' AND "Lost" = '15' AND "Points" > '26'
[ 40, 765, 262, 9016, 2173, 814, 329, 1028, 852, 1342, 621, 642, 3695, 290, 2626, 852, 1315, 290, 2173, 517, 621, 2608, 46506, 20625, 7203, 40710, 10631, 4943, 16034, 3084, 62, 49351, 405, 33411, 366, 39276, 1, 1279, 705, 38907, 6, 5357...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 40, 765, 262, 9016, 2173, 814, 329, 1028, 852, 1342, 621, 642, 3695, 290, 2626, 852, 1315, 290, 2173, 517, 621, 2608, 46506, 20625, 7203, 40710, 10631, 4943, 16034, 3084, 62, 49351, 405, 33411, 366, 39276, 1, 1279, 705, 38907, 6, 5357...
What is the Home team of Tie no 11?
SELECT "Home team" FROM table_59124 WHERE "Tie no" = '11'
[ 2061, 318, 262, 5995, 1074, 286, 36286, 645, 1367, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 3270, 17464, 33411, 366, 51, 494, 645, 1, 796, 705, 1157, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 5995, 1074, 286, 36286, 645, 1367, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 3270, 17464, 33411, 366, 51, 494, 645, 1, 796, 705, 1157, 6 ]
For those employees who did not have any job in the past, give me the comparison about the amount of hire_date over the hire_date bin hire_date by weekday, and show Y-axis in desc order.
SELECT HIRE_DATE, COUNT(HIRE_DATE) FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history) ORDER BY COUNT(HIRE_DATE) DESC
[ 1890, 883, 4409, 508, 750, 407, 423, 597, 1693, 287, 262, 1613, 11, 1577, 502, 262, 7208, 546, 262, 2033, 286, 11078, 62, 4475, 625, 262, 11078, 62, 4475, 9874, 11078, 62, 4475, 416, 28269, 11, 290, 905, 575, 12, 22704, 287, 1715, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 883, 4409, 508, 750, 407, 423, 597, 1693, 287, 262, 1613, 11, 1577, 502, 262, 7208, 546, 262, 2033, 286, 11078, 62, 4475, 625, 262, 11078, 62, 4475, 9874, 11078, 62, 4475, 416, 28269, 11, 290, 905, 575, 12, 22704, 287, 1715, ...
what is the difference in arterial bp [diastolic] in patient 3125's last measured on the current icu visit compared to the value first measured on the current icu visit.
SELECT (SELECT chartevents.valuenum FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 3125) AND icustays.outtime IS NULL) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_it...
[ 10919, 318, 262, 3580, 287, 30675, 498, 275, 79, 685, 10989, 459, 4160, 60, 287, 5827, 513, 11623, 338, 938, 8630, 319, 262, 1459, 14158, 84, 3187, 3688, 284, 262, 1988, 717, 8630, 319, 262, 1459, 14158, 84, 3187, 13, 46506, 357, 46...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 3580, 287, 30675, 498, 275, 79, 685, 10989, 459, 4160, 60, 287, 5827, 513, 11623, 338, 938, 8630, 319, 262, 1459, 14158, 84, 3187, 3688, 284, 262, 1988, 717, 8630, 319, 262, 1459, 14158, 84, 3187, 13, 46506, 357, 46...
which margin of victory was the largest ?
SELECT "margin\nof victory" FROM table_204_621 ORDER BY "margin\nof victory" DESC LIMIT 1
[ 4758, 10330, 286, 5373, 373, 262, 4387, 5633, 46506, 366, 36153, 59, 77, 1659, 5373, 1, 16034, 3084, 62, 18638, 62, 21, 2481, 38678, 11050, 366, 36153, 59, 77, 1659, 5373, 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, 1, 1 ]
[ 4758, 10330, 286, 5373, 373, 262, 4387, 5633, 46506, 366, 36153, 59, 77, 1659, 5373, 1, 16034, 3084, 62, 18638, 62, 21, 2481, 38678, 11050, 366, 36153, 59, 77, 1659, 5373, 1, 22196, 34, 27564, 2043, 352 ]
For those records from the products and each product's manufacturer, return a bar chart about the distribution of headquarter and the average of manufacturer , and group by attribute headquarter.
SELECT Headquarter, AVG(Manufacturer) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Headquarter
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1441, 257, 2318, 8262, 546, 262, 6082, 286, 1182, 24385, 290, 262, 2811, 286, 11554, 837, 290, 1448, 416, 11688, 1182, 24385, 13, 46506, 7123, 24385, 11, 35224, 7, 4444...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1441, 257, 2318, 8262, 546, 262, 6082, 286, 1182, 24385, 290, 262, 2811, 286, 11554, 837, 290, 1448, 416, 11688, 1182, 24385, 13, 46506, 7123, 24385, 11, 35224, 7, 4444...
What was attendance on March 11, 1995?
SELECT MIN("Attendance") FROM table_2299 WHERE "Date" = 'March 11, 1995'
[ 2061, 373, 14858, 319, 2805, 1367, 11, 8735, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 1828, 2079, 33411, 366, 10430, 1, 796, 705, 16192, 1367, 11, 8735, 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, 14858, 319, 2805, 1367, 11, 8735, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 1828, 2079, 33411, 366, 10430, 1, 796, 705, 16192, 1367, 11, 8735, 6 ]
What Loss had an Attendance of 17,675?
SELECT loss FROM table_name_27 WHERE attendance = "17,675"
[ 2061, 22014, 550, 281, 46502, 590, 286, 1596, 11, 42444, 30, 46506, 2994, 16034, 3084, 62, 3672, 62, 1983, 33411, 14858, 796, 366, 1558, 11, 42444, 1 ]
[ 1, 1, 1, 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, 22014, 550, 281, 46502, 590, 286, 1596, 11, 42444, 30, 46506, 2994, 16034, 3084, 62, 3672, 62, 1983, 33411, 14858, 796, 366, 1558, 11, 42444, 1 ]
what number of patients who received a blood product administration - packed red blood cells procedure during the same month after having been diagnosed with hypoxemia during this year?
SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'hypoxemia' AND DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year'...
[ 10919, 1271, 286, 3871, 508, 2722, 257, 2910, 1720, 3662, 532, 11856, 2266, 2910, 4778, 8771, 1141, 262, 976, 1227, 706, 1719, 587, 14641, 351, 5328, 1140, 22859, 1141, 428, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 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...
[ 10919, 1271, 286, 3871, 508, 2722, 257, 2910, 1720, 3662, 532, 11856, 2266, 2910, 4778, 8771, 1141, 262, 976, 1227, 706, 1719, 587, 14641, 351, 5328, 1140, 22859, 1141, 428, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16...
white blood count < 3
SELECT * FROM table_dev_16 WHERE white_blood_cell_count_wbc < 3
[ 11186, 2910, 954, 1279, 513, 46506, 1635, 16034, 3084, 62, 7959, 62, 1433, 33411, 2330, 62, 18041, 62, 3846, 62, 9127, 62, 86, 15630, 1279, 513 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 11186, 2910, 954, 1279, 513, 46506, 1635, 16034, 3084, 62, 7959, 62, 1433, 33411, 2330, 62, 18041, 62, 3846, 62, 9127, 62, 86, 15630, 1279, 513 ]
In what place did Bob Tway finish?
SELECT finish FROM table_name_71 WHERE player = "bob tway"
[ 818, 644, 1295, 750, 5811, 309, 1014, 5461, 30, 46506, 5461, 16034, 3084, 62, 3672, 62, 4869, 33411, 2137, 796, 366, 65, 672, 665, 323, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 818, 644, 1295, 750, 5811, 309, 1014, 5461, 30, 46506, 5461, 16034, 3084, 62, 3672, 62, 4869, 33411, 2137, 796, 366, 65, 672, 665, 323, 1 ]
Number of questions in the [r] tag by day.
WITH rquestions AS (SELECT CAST(TIME_TO_STR(p.CreationDate, '%Y%m%d') AS TEXT(12)) AS daydate, CAST(TIME_TO_STR(p.CreationDate, '%m/%d/%y') AS TEXT(12)) AS usdaydate FROM Tags AS t WITH (nolock) INNER JOIN PostTags AS pt WITH (nolock) ON pt.TagId = t.Id INNER JOIN Posts AS p WITH (nolock) ON p.Id = pt.PostId WHERE p.Po...
[ 15057, 286, 2683, 287, 262, 685, 81, 60, 7621, 416, 1110, 13, 54, 10554, 374, 6138, 507, 7054, 357, 46506, 327, 11262, 7, 34694, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 56, 4, 76, 4, 67, 11537, 7054, 4038...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2683, 287, 262, 685, 81, 60, 7621, 416, 1110, 13, 54, 10554, 374, 6138, 507, 7054, 357, 46506, 327, 11262, 7, 34694, 62, 10468, 62, 18601, 7, 79, 13, 12443, 341, 10430, 11, 705, 4, 56, 4, 76, 4, 67, 11537, 7054, 4038...
Which episode number aired on 18 october 2012?
SELECT MIN(episode_no) FROM table_25721_3 WHERE airdate = "18 October 2012"
[ 13828, 4471, 1271, 18530, 319, 1248, 19318, 2023, 2321, 30, 46506, 20625, 7, 38668, 62, 3919, 8, 16034, 3084, 62, 28676, 2481, 62, 18, 33411, 257, 1447, 378, 796, 366, 1507, 3267, 2321, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4471, 1271, 18530, 319, 1248, 19318, 2023, 2321, 30, 46506, 20625, 7, 38668, 62, 3919, 8, 16034, 3084, 62, 28676, 2481, 62, 18, 33411, 257, 1447, 378, 796, 366, 1507, 3267, 2321, 1 ]
When was richard anderson 's first publication ?
SELECT DISTINCT COUNT(paper.paperid), paper.year FROM author, paper, writes WHERE author.authorname = 'richard anderson' AND writes.authorid = author.authorid AND writes.paperid = paper.paperid GROUP BY paper.year ORDER BY paper.year
[ 2215, 373, 5527, 446, 290, 882, 705, 82, 717, 9207, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 3348, 13, 1941, 16034, 1772, 11, 3348, 11, 6797, 33411, 1772, 13, 18439, 1211, 480, 796, 705, 7527, 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...
[ 2215, 373, 5527, 446, 290, 882, 705, 82, 717, 9207, 5633, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 3348, 13, 1941, 16034, 1772, 11, 3348, 11, 6797, 33411, 1772, 13, 18439, 1211, 480, 796, 705, 7527, 4...
Who is the author of Bludgeoning Angel Dokuro-Chan?
SELECT "Author" FROM table_48695 WHERE "Title" = 'bludgeoning angel dokuro-chan'
[ 8241, 318, 262, 1772, 286, 1086, 463, 31614, 3905, 360, 482, 1434, 12, 48407, 30, 46506, 366, 13838, 1, 16034, 3084, 62, 2780, 37381, 33411, 366, 19160, 1, 796, 705, 2436, 463, 31614, 18304, 466, 74, 1434, 12, 3147, 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 ]
[ 8241, 318, 262, 1772, 286, 1086, 463, 31614, 3905, 360, 482, 1434, 12, 48407, 30, 46506, 366, 13838, 1, 16034, 3084, 62, 2780, 37381, 33411, 366, 19160, 1, 796, 705, 2436, 463, 31614, 18304, 466, 74, 1434, 12, 3147, 6 ]
which team placed in first with the most earned medals ?
SELECT "nation" FROM table_204_297 ORDER BY "total" DESC LIMIT 1
[ 4758, 1074, 4624, 287, 717, 351, 262, 749, 7366, 28057, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 18638, 62, 26561, 38678, 11050, 366, 23350, 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 ]
[ 4758, 1074, 4624, 287, 717, 351, 262, 749, 7366, 28057, 5633, 46506, 366, 25729, 1, 16034, 3084, 62, 18638, 62, 26561, 38678, 11050, 366, 23350, 1, 22196, 34, 27564, 2043, 352 ]
Who sponsors Middlesbrough?
SELECT "Shirt sponsor" FROM table_33131 WHERE "Team" = 'middlesbrough'
[ 8241, 18073, 46050, 65, 740, 30, 46506, 366, 2484, 2265, 17487, 1, 16034, 3084, 62, 2091, 22042, 33411, 366, 15592, 1, 796, 705, 76, 29319, 65, 740, 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 ]
[ 8241, 18073, 46050, 65, 740, 30, 46506, 366, 2484, 2265, 17487, 1, 16034, 3084, 62, 2091, 22042, 33411, 366, 15592, 1, 796, 705, 76, 29319, 65, 740, 6 ]
Name the judges for 4 public
SELECT judges FROM table_26375386_22 WHERE public = 4
[ 5376, 262, 10266, 329, 604, 1171, 46506, 10266, 16034, 3084, 62, 2075, 22318, 21734, 62, 1828, 33411, 1171, 796, 604 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 10266, 329, 604, 1171, 46506, 10266, 16034, 3084, 62, 2075, 22318, 21734, 62, 1828, 33411, 1171, 796, 604 ]
What were the remarks for Dutch Antilles Express?
SELECT "Remarks" FROM table_66802 WHERE "Airline" = 'dutch antilles express'
[ 2061, 547, 262, 10252, 329, 10914, 3738, 21718, 10604, 30, 46506, 366, 8413, 5558, 1, 16034, 3084, 62, 2791, 30863, 33411, 366, 16170, 1370, 1, 796, 705, 67, 7140, 1885, 21718, 4911, 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, 547, 262, 10252, 329, 10914, 3738, 21718, 10604, 30, 46506, 366, 8413, 5558, 1, 16034, 3084, 62, 2791, 30863, 33411, 366, 16170, 1370, 1, 796, 705, 67, 7140, 1885, 21718, 4911, 6 ]
What date is st kilda the Away team?
SELECT "Date" FROM table_10352 WHERE "Away team" = 'st kilda'
[ 2061, 3128, 318, 336, 479, 27281, 262, 21986, 1074, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 940, 33394, 33411, 366, 32, 1014, 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 ]
[ 2061, 3128, 318, 336, 479, 27281, 262, 21986, 1074, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 940, 33394, 33411, 366, 32, 1014, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
What is the most recent year with a finish in 2nd position?
SELECT MAX(season) FROM table_name_22 WHERE position = "2nd"
[ 2061, 318, 262, 749, 2274, 614, 351, 257, 5461, 287, 362, 358, 2292, 30, 46506, 25882, 7, 6230, 8, 16034, 3084, 62, 3672, 62, 1828, 33411, 2292, 796, 366, 17, 358, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 749, 2274, 614, 351, 257, 5461, 287, 362, 358, 2292, 30, 46506, 25882, 7, 6230, 8, 16034, 3084, 62, 3672, 62, 1828, 33411, 2292, 796, 366, 17, 358, 1 ]
what team played on october 8
SELECT home FROM table_name_32 WHERE date = "october 8"
[ 10919, 1074, 2826, 319, 19318, 2023, 807, 46506, 1363, 16034, 3084, 62, 3672, 62, 2624, 33411, 3128, 796, 366, 38441, 2023, 807, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 1074, 2826, 319, 19318, 2023, 807, 46506, 1363, 16034, 3084, 62, 3672, 62, 2624, 33411, 3128, 796, 366, 38441, 2023, 807, 1 ]
What is the score of the home team that played at brunswick street oval with a crowd larger than 12,000?
SELECT "Home team score" FROM table_57262 WHERE "Crowd" > '12,000' AND "Venue" = 'brunswick street oval'
[ 2061, 318, 262, 4776, 286, 262, 1363, 1074, 326, 2826, 379, 45033, 30961, 4675, 41186, 351, 257, 4315, 4025, 621, 1105, 11, 830, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3553, 29119, 33411, 366, 34, 3986, 1, 1875, 705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4776, 286, 262, 1363, 1074, 326, 2826, 379, 45033, 30961, 4675, 41186, 351, 257, 4315, 4025, 621, 1105, 11, 830, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3553, 29119, 33411, 366, 34, 3986, 1, 1875, 705, ...
Show the addresses of the buildings that have apartments with more than 2 bathrooms.
SELECT T1.building_address FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T2.bathroom_count > 2
[ 15307, 262, 9405, 286, 262, 6832, 326, 423, 19592, 351, 517, 621, 362, 32601, 13, 46506, 309, 16, 13, 16894, 62, 21975, 16034, 5949, 1823, 62, 15580, 654, 7054, 309, 16, 32357, 1268, 22596, 902, 7054, 309, 17, 6177, 309, 16, 13, 168...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9405, 286, 262, 6832, 326, 423, 19592, 351, 517, 621, 362, 32601, 13, 46506, 309, 16, 13, 16894, 62, 21975, 16034, 5949, 1823, 62, 15580, 654, 7054, 309, 16, 32357, 1268, 22596, 902, 7054, 309, 17, 6177, 309, 16, 13, 168...
What is Party, when Incumbent is 'Rodney Alexander'?
SELECT "Party" FROM table_62030 WHERE "Incumbent" = 'rodney alexander'
[ 2061, 318, 3615, 11, 618, 3457, 2178, 298, 318, 705, 27917, 1681, 10009, 30960, 46506, 366, 33553, 1, 16034, 3084, 62, 38850, 1270, 33411, 366, 25517, 2178, 298, 1, 796, 705, 14892, 1681, 257, 2588, 4066, 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, 3615, 11, 618, 3457, 2178, 298, 318, 705, 27917, 1681, 10009, 30960, 46506, 366, 33553, 1, 16034, 3084, 62, 38850, 1270, 33411, 366, 25517, 2178, 298, 1, 796, 705, 14892, 1681, 257, 2588, 4066, 6 ]
What player placed t10?
SELECT "Player" FROM table_59834 WHERE "Place" = 't10'
[ 2061, 2137, 4624, 256, 940, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 41292, 2682, 33411, 366, 27271, 1, 796, 705, 83, 940, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 2137, 4624, 256, 940, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 41292, 2682, 33411, 366, 27271, 1, 796, 705, 83, 940, 6 ]
Can you draw a bar chart to show the number of positions of the pilots?, and I want to order bar in ascending order.
SELECT Position, COUNT(Position) FROM pilot GROUP BY Position ORDER BY Position
[ 6090, 345, 3197, 257, 2318, 8262, 284, 905, 262, 1271, 286, 6116, 286, 262, 14982, 21747, 290, 314, 765, 284, 1502, 2318, 287, 41988, 1502, 13, 46506, 23158, 11, 327, 28270, 7, 26545, 8, 16034, 8022, 44441, 11050, 23158, 38678, 11050, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3197, 257, 2318, 8262, 284, 905, 262, 1271, 286, 6116, 286, 262, 14982, 21747, 290, 314, 765, 284, 1502, 2318, 287, 41988, 1502, 13, 46506, 23158, 11, 327, 28270, 7, 26545, 8, 16034, 8022, 44441, 11050, 23158, 38678, 11050, ...
Which driver had less than 65 laps for Sigma Autosport?
SELECT driver FROM table_name_64 WHERE laps < 65 AND team = "sigma autosport"
[ 13828, 4639, 550, 1342, 621, 6135, 24590, 329, 31669, 5231, 418, 634, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 2414, 33411, 24590, 1279, 6135, 5357, 1074, 796, 366, 82, 13495, 44619, 634, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4639, 550, 1342, 621, 6135, 24590, 329, 31669, 5231, 418, 634, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 2414, 33411, 24590, 1279, 6135, 5357, 1074, 796, 366, 82, 13495, 44619, 634, 1 ]
which countries earned the same number of silver medals as germany ?
SELECT COUNT("nation") FROM table_204_297 WHERE "nation" <> 'germany' AND "silver" = (SELECT "silver" FROM table_204_297 WHERE "nation" = 'germany')
[ 4758, 2678, 7366, 262, 976, 1271, 286, 8465, 28057, 355, 308, 2224, 88, 5633, 46506, 327, 28270, 7203, 25729, 4943, 16034, 3084, 62, 18638, 62, 26561, 33411, 366, 25729, 1, 1279, 29, 705, 1362, 21834, 6, 5357, 366, 40503, 1, 796, 357,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4758, 2678, 7366, 262, 976, 1271, 286, 8465, 28057, 355, 308, 2224, 88, 5633, 46506, 327, 28270, 7203, 25729, 4943, 16034, 3084, 62, 18638, 62, 26561, 33411, 366, 25729, 1, 1279, 29, 705, 1362, 21834, 6, 5357, 366, 40503, 1, 796, 357,...
how long did the at & t strike of 2012 last ?
SELECT "duration of strike" FROM table_203_759 WHERE "company" = 'at&t' AND "year" = 2012
[ 4919, 890, 750, 262, 379, 1222, 256, 5587, 286, 2321, 938, 5633, 46506, 366, 32257, 286, 5587, 1, 16034, 3084, 62, 22416, 62, 38314, 33411, 366, 39722, 1, 796, 705, 265, 5, 83, 6, 5357, 366, 1941, 1, 796, 2321 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 890, 750, 262, 379, 1222, 256, 5587, 286, 2321, 938, 5633, 46506, 366, 32257, 286, 5587, 1, 16034, 3084, 62, 22416, 62, 38314, 33411, 366, 39722, 1, 796, 705, 265, 5, 83, 6, 5357, 366, 1941, 1, 796, 2321 ]
Show different types of ships and the average tonnage of ships of each type.
SELECT type, AVG(tonnage) FROM ship GROUP BY type
[ 15307, 1180, 3858, 286, 7937, 290, 262, 2811, 5680, 77, 496, 286, 7937, 286, 1123, 2099, 13, 46506, 2099, 11, 35224, 7, 1122, 77, 496, 8, 16034, 4074, 44441, 11050, 2099 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 1180, 3858, 286, 7937, 290, 262, 2811, 5680, 77, 496, 286, 7937, 286, 1123, 2099, 13, 46506, 2099, 11, 35224, 7, 1122, 77, 496, 8, 16034, 4074, 44441, 11050, 2099 ]
How many grids had more than 61 laps?
SELECT SUM(grid) FROM table_name_9 WHERE laps > 61
[ 2437, 867, 50000, 550, 517, 621, 8454, 24590, 30, 46506, 35683, 7, 25928, 8, 16034, 3084, 62, 3672, 62, 24, 33411, 24590, 1875, 8454 ]
[ 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, 50000, 550, 517, 621, 8454, 24590, 30, 46506, 35683, 7, 25928, 8, 16034, 3084, 62, 3672, 62, 24, 33411, 24590, 1875, 8454 ]
What is the total number of top-25s for events with 0 wins?
SELECT COUNT(top_25) FROM table_name_45 WHERE wins < 0
[ 2061, 318, 262, 2472, 1271, 286, 1353, 12, 1495, 82, 329, 2995, 351, 657, 7864, 30, 46506, 327, 28270, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2231, 33411, 7864, 1279, 657 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2472, 1271, 286, 1353, 12, 1495, 82, 329, 2995, 351, 657, 7864, 30, 46506, 327, 28270, 7, 4852, 62, 1495, 8, 16034, 3084, 62, 3672, 62, 2231, 33411, 7864, 1279, 657 ]
For 453 prerequisites , which are human computer interaction courses ?
SELECT DISTINCT COURSE_0.department, COURSE_0.name, COURSE_0.number FROM course AS COURSE_0 INNER JOIN course_prerequisite ON COURSE_0.course_id = course_prerequisite.pre_course_id INNER JOIN course AS COURSE_1 ON COURSE_1.course_id = course_prerequisite.course_id INNER JOIN area ON COURSE_0.course_id = area.course_id ...
[ 1890, 4153, 18, 662, 34075, 837, 543, 389, 1692, 3644, 10375, 10902, 5633, 46506, 360, 8808, 1268, 4177, 37384, 5188, 62, 15, 13, 10378, 1823, 11, 37384, 5188, 62, 15, 13, 3672, 11, 37384, 5188, 62, 15, 13, 17618, 16034, 1781, 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...
[ 1890, 4153, 18, 662, 34075, 837, 543, 389, 1692, 3644, 10375, 10902, 5633, 46506, 360, 8808, 1268, 4177, 37384, 5188, 62, 15, 13, 10378, 1823, 11, 37384, 5188, 62, 15, 13, 3672, 11, 37384, 5188, 62, 15, 13, 17618, 16034, 1781, 7054, ...
What is the low number of top 25s in an event with over 15 appearances?
SELECT MIN("Top-25") FROM table_56442 WHERE "Events" > '15'
[ 2061, 318, 262, 1877, 1271, 286, 1353, 1679, 82, 287, 281, 1785, 351, 625, 1315, 11057, 30, 46506, 20625, 7203, 9126, 12, 1495, 4943, 16034, 3084, 62, 20, 2414, 3682, 33411, 366, 37103, 1, 1875, 705, 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, 1 ]
[ 2061, 318, 262, 1877, 1271, 286, 1353, 1679, 82, 287, 281, 1785, 351, 625, 1315, 11057, 30, 46506, 20625, 7203, 9126, 12, 1495, 4943, 16034, 3084, 62, 20, 2414, 3682, 33411, 366, 37103, 1, 1875, 705, 1314, 6 ]
what's the first diagnosis patient 006-1629 got on the last hospital encounter?
SELECT diagnosis.diagnosisname FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-1629' AND NOT patient.hospitaldischargetime IS NULL ORDER BY ...
[ 10919, 338, 262, 717, 13669, 5827, 3571, 21, 12, 1433, 1959, 1392, 319, 262, 938, 4436, 8791, 30, 46506, 13669, 13, 47356, 5958, 3672, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 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, 338, 262, 717, 13669, 5827, 3571, 21, 12, 1433, 1959, 1392, 319, 262, 938, 4436, 8791, 30, 46506, 13669, 13, 47356, 5958, 3672, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 3...
Who was the runner-up in the tournament that has a margin of victory of 2 strokes, and a To par of 16?
SELECT "Runner-up" FROM table_77497 WHERE "Margin of victory" = '2 strokes' AND "To par" = '−16'
[ 8241, 373, 262, 17490, 12, 929, 287, 262, 7756, 326, 468, 257, 10330, 286, 5373, 286, 362, 29483, 11, 290, 257, 1675, 1582, 286, 1467, 30, 46506, 366, 49493, 12, 929, 1, 16034, 3084, 62, 3324, 38073, 33411, 366, 24428, 259, 286, 537...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17490, 12, 929, 287, 262, 7756, 326, 468, 257, 10330, 286, 5373, 286, 362, 29483, 11, 290, 257, 1675, 1582, 286, 1467, 30, 46506, 366, 49493, 12, 929, 1, 16034, 3084, 62, 3324, 38073, 33411, 366, 24428, 259, 286, 537...
What is the Location for Belshina?
SELECT "Location" FROM table_37467 WHERE "Team" = 'belshina'
[ 2061, 318, 262, 13397, 329, 347, 21564, 1437, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 2718, 24669, 33411, 366, 15592, 1, 796, 705, 65, 21564, 1437, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 13397, 329, 347, 21564, 1437, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 2718, 24669, 33411, 366, 15592, 1, 796, 705, 65, 21564, 1437, 6 ]
What is the score of match 15?
SELECT "Score" FROM table_40525 WHERE "Match No." = '15'
[ 2061, 318, 262, 4776, 286, 2872, 1315, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 26598, 1495, 33411, 366, 23850, 1400, 526, 796, 705, 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 ]
[ 2061, 318, 262, 4776, 286, 2872, 1315, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 26598, 1495, 33411, 366, 23850, 1400, 526, 796, 705, 1314, 6 ]
Name the drivers for superchips
SELECT driver_s_ FROM table_2187178_1 WHERE primary_sponsor_s_ = "Superchips"
[ 5376, 262, 6643, 329, 2208, 354, 2419, 46506, 4639, 62, 82, 62, 16034, 3084, 62, 17, 23451, 23188, 62, 16, 33411, 4165, 62, 20587, 273, 62, 82, 62, 796, 366, 12442, 354, 2419, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6643, 329, 2208, 354, 2419, 46506, 4639, 62, 82, 62, 16034, 3084, 62, 17, 23451, 23188, 62, 16, 33411, 4165, 62, 20587, 273, 62, 82, 62, 796, 366, 12442, 354, 2419, 1 ]
What was the earliest season where podium was 9?
SELECT MIN("Season") FROM table_74057 WHERE "Podiums" = '9'
[ 2061, 373, 262, 14555, 1622, 810, 27941, 373, 860, 30, 46506, 20625, 7203, 18960, 4943, 16034, 3084, 62, 45598, 3553, 33411, 366, 47, 12664, 82, 1, 796, 705, 24, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 14555, 1622, 810, 27941, 373, 860, 30, 46506, 20625, 7203, 18960, 4943, 16034, 3084, 62, 45598, 3553, 33411, 366, 47, 12664, 82, 1, 796, 705, 24, 6 ]
When thomas l fkvist is the general classification who is the winner?
SELECT winner FROM table_18733814_2 WHERE general_classification = "Thomas Löfkvist"
[ 2215, 294, 16911, 300, 277, 74, 85, 396, 318, 262, 2276, 17923, 508, 318, 262, 8464, 30, 46506, 8464, 16034, 3084, 62, 23451, 28460, 1415, 62, 17, 33411, 2276, 62, 4871, 2649, 796, 366, 22405, 406, 9101, 69, 74, 85, 396, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 294, 16911, 300, 277, 74, 85, 396, 318, 262, 2276, 17923, 508, 318, 262, 8464, 30, 46506, 8464, 16034, 3084, 62, 23451, 28460, 1415, 62, 17, 33411, 2276, 62, 4871, 2649, 796, 366, 22405, 406, 9101, 69, 74, 85, 396, 1 ]
Which venue had an against smaller than 7?
SELECT "Venue" FROM table_12963 WHERE "Against" < '7'
[ 13828, 14359, 550, 281, 1028, 4833, 621, 767, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 1065, 4846, 18, 33411, 366, 39276, 1, 1279, 705, 22, 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 ]
[ 13828, 14359, 550, 281, 1028, 4833, 621, 767, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 1065, 4846, 18, 33411, 366, 39276, 1, 1279, 705, 22, 6 ]
What is the Place of the Player from Zimbabwe?
SELECT place FROM table_name_75 WHERE country = "zimbabwe"
[ 2061, 318, 262, 8474, 286, 262, 7853, 422, 28589, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 2425, 33411, 1499, 796, 366, 89, 27175, 1 ]
[ 1, 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, 8474, 286, 262, 7853, 422, 28589, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 2425, 33411, 1499, 796, 366, 89, 27175, 1 ]
how many hours have passed since first hydroxyzine was prescribed to patient 14671 on the current hospital visit?
SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', prescriptions.startdate)) FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 14671 AND admissions.dischtime IS NULL) AND prescriptions.drug = 'hydroxyzine' ORDER BY prescriptions.startdat...
[ 4919, 867, 2250, 423, 3804, 1201, 717, 17173, 5431, 89, 500, 373, 14798, 284, 5827, 1478, 46250, 319, 262, 1459, 4436, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2250, 423, 3804, 1201, 717, 17173, 5431, 89, 500, 373, 14798, 284, 5827, 1478, 46250, 319, 262, 1459, 4436, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 532, 19269, ...
What is the highest number of games played for teams that lost over 5 games and had an against total of 228?
SELECT MAX("Played") FROM table_33277 WHERE "Lost" > '5' AND "Against" = '228'
[ 2061, 318, 262, 4511, 1271, 286, 1830, 2826, 329, 3466, 326, 2626, 625, 642, 1830, 290, 550, 281, 1028, 2472, 286, 29041, 30, 46506, 25882, 7203, 11002, 276, 4943, 16034, 3084, 62, 2091, 27019, 33411, 366, 31042, 1, 1875, 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 ]
[ 2061, 318, 262, 4511, 1271, 286, 1830, 2826, 329, 3466, 326, 2626, 625, 642, 1830, 290, 550, 281, 1028, 2472, 286, 29041, 30, 46506, 25882, 7203, 11002, 276, 4943, 16034, 3084, 62, 2091, 27019, 33411, 366, 31042, 1, 1875, 705, 20, 6, ...
How tall is Braxton Kelley?
SELECT height FROM table_14966667_19 WHERE name = "Braxton Kelley"
[ 2437, 7331, 318, 9718, 22874, 34560, 30, 46506, 6001, 16034, 3084, 62, 19442, 19060, 22, 62, 1129, 33411, 1438, 796, 366, 42333, 22874, 34560, 1 ]
[ 1, 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, 7331, 318, 9718, 22874, 34560, 30, 46506, 6001, 16034, 3084, 62, 19442, 19060, 22, 62, 1129, 33411, 1438, 796, 366, 42333, 22874, 34560, 1 ]
Tiger Woods has played less than 21 events and is what rank?
SELECT COUNT(rank) FROM table_name_90 WHERE player = "tiger woods" AND events < 21
[ 51, 8254, 16483, 468, 2826, 1342, 621, 2310, 2995, 290, 318, 644, 4279, 30, 46506, 327, 28270, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 3829, 33411, 2137, 796, 366, 83, 8254, 16479, 1, 5357, 2995, 1279, 2310 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 51, 8254, 16483, 468, 2826, 1342, 621, 2310, 2995, 290, 318, 644, 4279, 30, 46506, 327, 28270, 7, 43027, 8, 16034, 3084, 62, 3672, 62, 3829, 33411, 2137, 796, 366, 83, 8254, 16479, 1, 5357, 2995, 1279, 2310 ]
Questions answered in [this lang], yet to answer in [that lang].
SELECT Q.Id AS "post_link", MAX(A1.Id) AS "post_link", Q.Score, Q.AnswerCount, Q.ClosedDate FROM Posts AS Q, Posts AS A1 WHERE Q.PostTypeId = 1 AND Q.Tags LIKE '%code-golf%' AND NOT Q.Tags LIKE '%tips%' AND A1.ParentId = Q.Id AND A1.PostTypeId = 2 AND LOWER(A1.Body) LIKE CONCAT('%', LOWER('##Language1:string##'), '%') ...
[ 35741, 9373, 287, 685, 5661, 42392, 4357, 1865, 284, 3280, 287, 685, 5562, 42392, 4083, 46506, 1195, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 25882, 7, 32, 16, 13, 7390, 8, 7054, 366, 7353, 62, 8726, 1600, 1195, 13, 26595, 11, 119...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 35741, 9373, 287, 685, 5661, 42392, 4357, 1865, 284, 3280, 287, 685, 5562, 42392, 4083, 46506, 1195, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 25882, 7, 32, 16, 13, 7390, 8, 7054, 366, 7353, 62, 8726, 1600, 1195, 13, 26595, 11, 119...
What is the average total for teams with under 34 bronzes, 0 silver, and under 14 gold?
SELECT AVG("Total") FROM table_66464 WHERE "Bronze" < '34' AND "Gold" < '14' AND "Silver" < '0'
[ 2061, 318, 262, 2811, 2472, 329, 3466, 351, 739, 4974, 18443, 12271, 11, 657, 8465, 11, 290, 739, 1478, 3869, 30, 46506, 35224, 7203, 14957, 4943, 16034, 3084, 62, 21, 2414, 2414, 33411, 366, 18760, 2736, 1, 1279, 705, 2682, 6, 5357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2811, 2472, 329, 3466, 351, 739, 4974, 18443, 12271, 11, 657, 8465, 11, 290, 739, 1478, 3869, 30, 46506, 35224, 7203, 14957, 4943, 16034, 3084, 62, 21, 2414, 2414, 33411, 366, 18760, 2736, 1, 1279, 705, 2682, 6, 5357, ...
What is the seed for lyon (32) was DNQ?
SELECT MAX("Seed") FROM table_23844 WHERE "Lyon (32)" = 'DNQ'
[ 2061, 318, 262, 9403, 329, 300, 19181, 357, 2624, 8, 373, 45080, 48, 30, 46506, 25882, 7203, 50, 2308, 4943, 16034, 3084, 62, 23721, 2598, 33411, 366, 43, 19181, 357, 2624, 16725, 796, 705, 35504, 48, 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, 9403, 329, 300, 19181, 357, 2624, 8, 373, 45080, 48, 30, 46506, 25882, 7203, 50, 2308, 4943, 16034, 3084, 62, 23721, 2598, 33411, 366, 43, 19181, 357, 2624, 16725, 796, 705, 35504, 48, 6 ]
What is the price for the manufacturer LETech?
SELECT "Price" FROM table_31333 WHERE "Manufacturer" = 'LETech'
[ 2061, 318, 262, 2756, 329, 262, 11554, 37994, 3055, 30, 46506, 366, 18124, 1, 16034, 3084, 62, 25838, 2091, 33411, 366, 44445, 15051, 1, 796, 705, 2538, 17760, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2756, 329, 262, 11554, 37994, 3055, 30, 46506, 366, 18124, 1, 16034, 3084, 62, 25838, 2091, 33411, 366, 44445, 15051, 1, 796, 705, 2538, 17760, 6 ]
What sport has Ma Yuxi in it?
SELECT sport FROM table_name_26 WHERE name = "ma yuxi"
[ 2061, 6332, 468, 6669, 575, 2821, 72, 287, 340, 30, 46506, 6332, 16034, 3084, 62, 3672, 62, 2075, 33411, 1438, 796, 366, 2611, 331, 2821, 72, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 6332, 468, 6669, 575, 2821, 72, 287, 340, 30, 46506, 6332, 16034, 3084, 62, 3672, 62, 2075, 33411, 1438, 796, 366, 2611, 331, 2821, 72, 1 ]
When the match lasted 2:16 how was it decided?
SELECT method FROM table_name_12 WHERE time = "2:16"
[ 2215, 262, 2872, 15436, 362, 25, 1433, 703, 373, 340, 3066, 30, 46506, 2446, 16034, 3084, 62, 3672, 62, 1065, 33411, 640, 796, 366, 17, 25, 1433, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 262, 2872, 15436, 362, 25, 1433, 703, 373, 340, 3066, 30, 46506, 2446, 16034, 3084, 62, 3672, 62, 1065, 33411, 640, 796, 366, 17, 25, 1433, 1 ]
What is the highest number of amendments cosponsored associated with 53 amendments originally cosponsored and over 54 bills sponsored?
SELECT MAX(all_amendments_cosponsored) FROM table_name_25 WHERE amendments_originally_cosponsored = 53 AND all_bills_sponsored > 54
[ 2061, 318, 262, 4511, 1271, 286, 17835, 269, 35952, 1850, 3917, 351, 7192, 17835, 6198, 269, 35952, 1850, 290, 625, 7175, 9024, 15901, 30, 46506, 25882, 7, 439, 62, 321, 437, 902, 62, 66, 35952, 1850, 8, 16034, 3084, 62, 3672, 62, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4511, 1271, 286, 17835, 269, 35952, 1850, 3917, 351, 7192, 17835, 6198, 269, 35952, 1850, 290, 625, 7175, 9024, 15901, 30, 46506, 25882, 7, 439, 62, 321, 437, 902, 62, 66, 35952, 1850, 8, 16034, 3084, 62, 3672, 62, 1...
what is drug type of drug name timolol maleate 0.5%?
SELECT prescriptions.drug_type FROM prescriptions WHERE prescriptions.drug = "Timolol Maleate 0.5%"
[ 10919, 318, 2563, 2099, 286, 2563, 1438, 4628, 349, 349, 4257, 378, 657, 13, 20, 4, 30, 46506, 34092, 13, 30349, 62, 4906, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 14967, 349, 349, 12674, 378, 657, 13, 20, 39658 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2563, 2099, 286, 2563, 1438, 4628, 349, 349, 4257, 378, 657, 13, 20, 4, 30, 46506, 34092, 13, 30349, 62, 4906, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 14967, 349, 349, 12674, 378, 657, 13, 20, 39658 ]
What is the total number of medals when there are 18 gold medals?
SELECT SUM(total) FROM table_name_83 WHERE gold = 18
[ 2061, 318, 262, 2472, 1271, 286, 28057, 618, 612, 389, 1248, 3869, 28057, 30, 46506, 35683, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 5999, 33411, 3869, 796, 1248 ]
[ 1, 1, 1, 1, 1, 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, 1271, 286, 28057, 618, 612, 389, 1248, 3869, 28057, 30, 46506, 35683, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 5999, 33411, 3869, 796, 1248 ]
Who is the Skip when Alasdair Guthrie is the third?
SELECT "Skip" FROM table_39121 WHERE "Third" = 'alasdair guthrie'
[ 8241, 318, 262, 32214, 618, 45315, 67, 958, 44003, 5034, 318, 262, 2368, 30, 46506, 366, 50232, 1, 16034, 3084, 62, 2670, 19244, 33411, 366, 22747, 1, 796, 705, 282, 292, 67, 958, 308, 1071, 5034, 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 ]
[ 8241, 318, 262, 32214, 618, 45315, 67, 958, 44003, 5034, 318, 262, 2368, 30, 46506, 366, 50232, 1, 16034, 3084, 62, 2670, 19244, 33411, 366, 22747, 1, 796, 705, 282, 292, 67, 958, 308, 1071, 5034, 6 ]
Please display the employee number, and salary for all employees who earn more than the average salary and who work in a department with any employee with a 'J' in their first name in a scatter plot.
SELECT EMPLOYEE_ID, SALARY FROM employees WHERE SALARY > (SELECT AVG(SALARY) FROM employees) AND DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM employees WHERE FIRST_NAME LIKE '%J%')
[ 5492, 3359, 262, 6538, 1271, 11, 290, 9588, 329, 477, 4409, 508, 5160, 517, 621, 262, 2811, 9588, 290, 508, 670, 287, 257, 5011, 351, 597, 6538, 351, 257, 705, 41, 6, 287, 511, 717, 1438, 287, 257, 41058, 7110, 13, 46506, 17228, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 5492, 3359, 262, 6538, 1271, 11, 290, 9588, 329, 477, 4409, 508, 5160, 517, 621, 262, 2811, 9588, 290, 508, 670, 287, 257, 5011, 351, 597, 6538, 351, 257, 705, 41, 6, 287, 511, 717, 1438, 287, 257, 41058, 7110, 13, 46506, 17228, 6...
Name the recopa sudamericana 1992 for did not qualify for libertadores 1992 and round of 16 for bragantino
SELECT "Recopa Sudamericana 1992" FROM table_1165 WHERE "Copa Libertadores 1992" = 'Did not qualify' AND "Copa CONMEBOL 1992" = 'Round of 16' AND "Team" = 'Bragantino'
[ 5376, 262, 664, 26186, 424, 67, 2382, 291, 2271, 9768, 329, 750, 407, 12780, 329, 3655, 83, 324, 2850, 9768, 290, 2835, 286, 1467, 329, 865, 363, 415, 2879, 46506, 366, 6690, 26186, 14818, 2382, 291, 2271, 9768, 1, 16034, 3084, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 5376, 262, 664, 26186, 424, 67, 2382, 291, 2271, 9768, 329, 750, 407, 12780, 329, 3655, 83, 324, 2850, 9768, 290, 2835, 286, 1467, 329, 865, 363, 415, 2879, 46506, 366, 6690, 26186, 14818, 2382, 291, 2271, 9768, 1, 16034, 3084, 62, ...
Where Date is october 11, and game greater than 4 what is the lowest attendance?
SELECT MIN("Attendance") FROM table_57733 WHERE "Date" = 'october 11' AND "Game" > '4'
[ 8496, 7536, 318, 19318, 2023, 1367, 11, 290, 983, 3744, 621, 604, 644, 318, 262, 9016, 14858, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 49447, 2091, 33411, 366, 10430, 1, 796, 705, 38441, 2023, 1367, 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 ]
[ 8496, 7536, 318, 19318, 2023, 1367, 11, 290, 983, 3744, 621, 604, 644, 318, 262, 9016, 14858, 30, 46506, 20625, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 49447, 2091, 33411, 366, 10430, 1, 796, 705, 38441, 2023, 1367, 6, 5357, 366,...
List all the scientists' names, their projects' names, and the hours worked by that scientist on each project, in alphabetical order of project name, and then scientist name.
SELECT T1.Name, T3.Name, T3.Hours FROM Scientists AS T1 JOIN AssignedTo AS T2 ON T1.SSN = T2.Scientist JOIN Projects AS T3 ON T2.Project = T3.Code ORDER BY T3.Name, T1.Name
[ 8053, 477, 262, 5519, 6, 3891, 11, 511, 4493, 6, 3891, 11, 290, 262, 2250, 3111, 416, 326, 11444, 319, 1123, 1628, 11, 287, 24830, 605, 1502, 286, 1628, 1438, 11, 290, 788, 11444, 1438, 13, 46506, 309, 16, 13, 5376, 11, 309, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8053, 477, 262, 5519, 6, 3891, 11, 511, 4493, 6, 3891, 11, 290, 262, 2250, 3111, 416, 326, 11444, 319, 1123, 1628, 11, 287, 24830, 605, 1502, 286, 1628, 1438, 11, 290, 788, 11444, 1438, 13, 46506, 309, 16, 13, 5376, 11, 309, 18, ...
How many original air dates totaled 26.06 million viewers?
SELECT COUNT("Original air date") FROM table_22210 WHERE "U.S. viewers (millions)" = '26.06'
[ 2437, 867, 2656, 1633, 9667, 39398, 2608, 13, 3312, 1510, 10209, 30, 46506, 327, 28270, 7203, 20556, 1633, 3128, 4943, 16034, 3084, 62, 1828, 21536, 33411, 366, 52, 13, 50, 13, 10209, 357, 17805, 507, 16725, 796, 705, 2075, 13, 3312, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 2656, 1633, 9667, 39398, 2608, 13, 3312, 1510, 10209, 30, 46506, 327, 28270, 7203, 20556, 1633, 3128, 4943, 16034, 3084, 62, 1828, 21536, 33411, 366, 52, 13, 50, 13, 10209, 357, 17805, 507, 16725, 796, 705, 2075, 13, 3312, ...
what are the three most common procedures among the patients of age 40s in this year?
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 40 AND 49) AND DATETIME(treatment.treatmenttime, 'start of year') = DATETIME(CURRENT...
[ 10919, 389, 262, 1115, 749, 2219, 9021, 1871, 262, 3871, 286, 2479, 2319, 82, 287, 428, 614, 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, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 389, 262, 1115, 749, 2219, 9021, 1871, 262, 3871, 286, 2479, 2319, 82, 287, 428, 614, 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, ...
what is the total number of patients who had other exploration and decompression of spinal canal?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE procedures.long_title = "Other exploration and decompression of spinal canal"
[ 10919, 318, 262, 2472, 1271, 286, 3871, 508, 550, 584, 13936, 290, 38237, 2234, 286, 26234, 29365, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 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, 2472, 1271, 286, 3871, 508, 550, 584, 13936, 290, 38237, 2234, 286, 26234, 29365, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, ...
what home team is above gloucester city ?
SELECT "home team" FROM table_204_146 WHERE id = (SELECT id FROM table_204_146 WHERE "home team" = 'gloucester city') - 1
[ 10919, 1363, 1074, 318, 2029, 1278, 280, 33187, 1748, 5633, 46506, 366, 11195, 1074, 1, 16034, 3084, 62, 18638, 62, 20964, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 20964, 33411, 366, 11195, 1074, 1, 796, 705, 4743...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1363, 1074, 318, 2029, 1278, 280, 33187, 1748, 5633, 46506, 366, 11195, 1074, 1, 16034, 3084, 62, 18638, 62, 20964, 33411, 4686, 796, 357, 46506, 4686, 16034, 3084, 62, 18638, 62, 20964, 33411, 366, 11195, 1074, 1, 796, 705, 4743...
What are the ids, names and genders of the architects who built two bridges or one mill?
SELECT T1.id, T1.name, T1.gender FROM architect AS T1 JOIN bridge AS T2 ON T1.id = T2.architect_id GROUP BY T1.id HAVING COUNT(*) = 2 UNION SELECT T1.id, T1.name, T1.gender FROM architect AS T1 JOIN mill AS T2 ON T1.id = T2.architect_id GROUP BY T1.id HAVING COUNT(*) = 1
[ 2061, 389, 262, 220, 2340, 11, 3891, 290, 38054, 286, 262, 29518, 508, 3170, 734, 19432, 393, 530, 3939, 30, 46506, 309, 16, 13, 312, 11, 309, 16, 13, 3672, 11, 309, 16, 13, 8388, 16034, 7068, 7054, 309, 16, 32357, 1268, 7696, 705...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 389, 262, 220, 2340, 11, 3891, 290, 38054, 286, 262, 29518, 508, 3170, 734, 19432, 393, 530, 3939, 30, 46506, 309, 16, 13, 312, 11, 309, 16, 13, 3672, 11, 309, 16, 13, 8388, 16034, 7068, 7054, 309, 16, 32357, 1268, 7696, 705...
What country has a loan as the type?
SELECT country FROM table_name_6 WHERE type = "loan"
[ 2061, 1499, 468, 257, 8063, 355, 262, 2099, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 21, 33411, 2099, 796, 366, 5439, 272, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 1499, 468, 257, 8063, 355, 262, 2099, 30, 46506, 1499, 16034, 3084, 62, 3672, 62, 21, 33411, 2099, 796, 366, 5439, 272, 1 ]
What is the qual when there are 125 laps?
SELECT qual FROM table_name_6 WHERE laps = 125
[ 2061, 318, 262, 4140, 618, 612, 389, 13151, 24590, 30, 46506, 4140, 16034, 3084, 62, 3672, 62, 21, 33411, 24590, 796, 13151 ]
[ 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, 4140, 618, 612, 389, 13151, 24590, 30, 46506, 4140, 16034, 3084, 62, 3672, 62, 21, 33411, 24590, 796, 13151 ]
Which providers use version 2008?
SELECT provider FROM table_14465871_2 WHERE version = "2008"
[ 13828, 9549, 779, 2196, 3648, 30, 46506, 10131, 16034, 3084, 62, 18444, 38431, 4869, 62, 17, 33411, 2196, 796, 366, 11528, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 9549, 779, 2196, 3648, 30, 46506, 10131, 16034, 3084, 62, 18444, 38431, 4869, 62, 17, 33411, 2196, 796, 366, 11528, 1 ]
What are all the teams with an average of 15.89?
SELECT "Team(s)" FROM table_27122 WHERE "Average" = '15.89'
[ 2061, 389, 477, 262, 3466, 351, 281, 2811, 286, 1315, 13, 4531, 30, 46506, 366, 15592, 7, 82, 16725, 16034, 3084, 62, 1983, 18376, 33411, 366, 26287, 1, 796, 705, 1314, 13, 4531, 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, 389, 477, 262, 3466, 351, 281, 2811, 286, 1315, 13, 4531, 30, 46506, 366, 15592, 7, 82, 16725, 16034, 3084, 62, 1983, 18376, 33411, 366, 26287, 1, 796, 705, 1314, 13, 4531, 6 ]
what is the total number of games played on 22 november 1988 ?
SELECT COUNT(*) FROM table_204_802 WHERE "date" = '22 november 1988'
[ 10919, 318, 262, 2472, 1271, 286, 1830, 2826, 319, 2534, 645, 303, 1916, 12122, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 18638, 62, 30863, 33411, 366, 4475, 1, 796, 705, 1828, 645, 303, 1916, 12122, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 2472, 1271, 286, 1830, 2826, 319, 2534, 645, 303, 1916, 12122, 5633, 46506, 327, 28270, 7, 28104, 16034, 3084, 62, 18638, 62, 30863, 33411, 366, 4475, 1, 796, 705, 1828, 645, 303, 1916, 12122, 6 ]
What is Score, when Leading Scorer is Tyrone Hill , 20 Points?
SELECT "Score" FROM table_39819 WHERE "Leading scorer" = 'tyrone hill , 20 points'
[ 2061, 318, 15178, 11, 618, 43225, 1446, 11934, 318, 14319, 505, 3327, 837, 1160, 11045, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 31952, 1129, 33411, 366, 20451, 278, 30664, 1, 796, 705, 774, 33171, 12788, 837, 1160, 2173, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 15178, 11, 618, 43225, 1446, 11934, 318, 14319, 505, 3327, 837, 1160, 11045, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 31952, 1129, 33411, 366, 20451, 278, 30664, 1, 796, 705, 774, 33171, 12788, 837, 1160, 2173, 6 ]
i need a flight from PHILADELPHIA 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 = 'PHILADELPHIA' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'B...
[ 72, 761, 257, 5474, 422, 9370, 4146, 2885, 3698, 11909, 3539, 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, 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...
[ 72, 761, 257, 5474, 422, 9370, 4146, 2885, 3698, 11909, 3539, 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, 70...
What is the assists for the year 1995?
SELECT "Assists" FROM table_40518 WHERE "Year" = '1995'
[ 2061, 318, 262, 13648, 329, 262, 614, 8735, 30, 46506, 366, 8021, 1023, 1, 16034, 3084, 62, 26598, 1507, 33411, 366, 17688, 1, 796, 705, 21908, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 13648, 329, 262, 614, 8735, 30, 46506, 366, 8021, 1023, 1, 16034, 3084, 62, 26598, 1507, 33411, 366, 17688, 1, 796, 705, 21908, 6 ]
Which Lungchang has a Halang of , and a Rera of o ?
SELECT "Lungchang" FROM table_38486 WHERE "Halang" = 'ʒɯ²' AND "Rera" = 'ʒo²'
[ 13828, 39337, 354, 648, 468, 257, 11023, 648, 286, 837, 290, 257, 371, 8607, 286, 267, 5633, 46506, 366, 43, 2150, 354, 648, 1, 16034, 3084, 62, 2548, 34251, 33411, 366, 40202, 648, 1, 796, 705, 134, 240, 133, 107, 31185, 6, 5357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 39337, 354, 648, 468, 257, 11023, 648, 286, 837, 290, 257, 371, 8607, 286, 267, 5633, 46506, 366, 43, 2150, 354, 648, 1, 16034, 3084, 62, 2548, 34251, 33411, 366, 40202, 648, 1, 796, 705, 134, 240, 133, 107, 31185, 6, 5357, ...
Use a stacked bar chart to show how many films for each title and each type The x-axis is title, I want to display from high to low by the Y.
SELECT Title, COUNT(Title) FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID GROUP BY Type, Title ORDER BY COUNT(Title) DESC
[ 11041, 257, 24167, 2318, 8262, 284, 905, 703, 867, 7328, 329, 1123, 3670, 290, 1123, 2099, 383, 2124, 12, 22704, 318, 3670, 11, 314, 765, 284, 3359, 422, 1029, 284, 1877, 416, 262, 575, 13, 46506, 11851, 11, 327, 28270, 7, 19160, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 11041, 257, 24167, 2318, 8262, 284, 905, 703, 867, 7328, 329, 1123, 3670, 290, 1123, 2099, 383, 2124, 12, 22704, 318, 3670, 11, 314, 765, 284, 3359, 422, 1029, 284, 1877, 416, 262, 575, 13, 46506, 11851, 11, 327, 28270, 7, 19160, 8,...
What is the english name of the ministry of defense with an abbreviation of nda b ei-dai( )?
SELECT english_name FROM table_name_31 WHERE provider_national_government_ = "ministry of defense" AND abbreviation = "nda bōei-dai(防衛大)"
[ 2061, 318, 262, 46932, 1438, 286, 262, 11957, 286, 3761, 351, 281, 28873, 47625, 286, 299, 6814, 275, 304, 72, 12, 67, 1872, 7, 1267, 30, 46506, 46932, 62, 3672, 16034, 3084, 62, 3672, 62, 3132, 33411, 10131, 62, 14648, 62, 14480, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 46932, 1438, 286, 262, 11957, 286, 3761, 351, 281, 28873, 47625, 286, 299, 6814, 275, 304, 72, 12, 67, 1872, 7, 1267, 30, 46506, 46932, 62, 3672, 16034, 3084, 62, 3672, 62, 3132, 33411, 10131, 62, 14648, 62, 14480, 6...
find the drug route for the drug named buspirone.
SELECT prescriptions.route FROM prescriptions WHERE prescriptions.drug = "BusPIRone"
[ 19796, 262, 2563, 6339, 329, 262, 2563, 3706, 1323, 4063, 505, 13, 46506, 34092, 13, 38629, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 16286, 47, 4663, 505, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 19796, 262, 2563, 6339, 329, 262, 2563, 3706, 1323, 4063, 505, 13, 46506, 34092, 13, 38629, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 16286, 47, 4663, 505, 1 ]
what is average days of hospital stay of patients whose primary disease is gangrene?
SELECT AVG(demographic.days_stay) FROM demographic WHERE demographic.diagnosis = "GANGRENE"
[ 10919, 318, 2811, 1528, 286, 4436, 2652, 286, 3871, 3025, 4165, 4369, 318, 7706, 25924, 30, 46506, 35224, 7, 9536, 6826, 13, 12545, 62, 31712, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 45028, 10761, 39267, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2811, 1528, 286, 4436, 2652, 286, 3871, 3025, 4165, 4369, 318, 7706, 25924, 30, 46506, 35224, 7, 9536, 6826, 13, 12545, 62, 31712, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 45028, 10761, 39267, 1 ]
what is the date when the nationality is united kingdom, the type is freighter and the displacement is 5,145 t?
SELECT date FROM table_name_14 WHERE nationality = "united kingdom" AND type = "freighter" AND displacement = "5,145 t"
[ 10919, 318, 262, 3128, 618, 262, 29835, 318, 16503, 13239, 11, 262, 2099, 318, 2030, 4799, 290, 262, 29358, 318, 642, 11, 18781, 256, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1415, 33411, 29835, 796, 366, 41187, 13239, 1, 5357, 209...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3128, 618, 262, 29835, 318, 16503, 13239, 11, 262, 2099, 318, 2030, 4799, 290, 262, 29358, 318, 642, 11, 18781, 256, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 1415, 33411, 29835, 796, 366, 41187, 13239, 1, 5357, 209...
Which Week had a Date of december 4, 1960?
SELECT "Week" FROM table_75275 WHERE "Date" = 'december 4, 1960'
[ 13828, 6119, 550, 257, 7536, 286, 390, 3273, 604, 11, 9507, 30, 46506, 366, 20916, 1, 16034, 3084, 62, 2425, 23195, 33411, 366, 10430, 1, 796, 705, 2934, 3273, 604, 11, 9507, 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, 6119, 550, 257, 7536, 286, 390, 3273, 604, 11, 9507, 30, 46506, 366, 20916, 1, 16034, 3084, 62, 2425, 23195, 33411, 366, 10430, 1, 796, 705, 2934, 3273, 604, 11, 9507, 6 ]
What is the easiest class I can take to reach the PreMajor requirement ?
SELECT DISTINCT course.department, course.name, course.number, program_course.workload, program_course.workload FROM course, program_course WHERE program_course.category LIKE '%PreMajor%' AND program_course.course_id = course.course_id AND program_course.workload = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM progra...
[ 2061, 318, 262, 16638, 1398, 314, 460, 1011, 284, 3151, 262, 3771, 24206, 9079, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 1430, 62, 17319, 13, 1818, 2220, 11, 1430, 62, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 16638, 1398, 314, 460, 1011, 284, 3151, 262, 3771, 24206, 9079, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 11, 1430, 62, 17319, 13, 1818, 2220, 11, 1430, 62, 1...
List the names of states that have more than 2 parks.
SELECT state FROM park GROUP BY state HAVING COUNT(*) > 2
[ 8053, 262, 3891, 286, 2585, 326, 423, 517, 621, 362, 14860, 13, 46506, 1181, 16034, 3952, 44441, 11050, 1181, 367, 10116, 2751, 327, 28270, 7, 28104, 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 ]
[ 8053, 262, 3891, 286, 2585, 326, 423, 517, 621, 362, 14860, 13, 46506, 1181, 16034, 3952, 44441, 11050, 1181, 367, 10116, 2751, 327, 28270, 7, 28104, 1875, 362 ]
For those records from the products and each product's manufacturer, return a scatter chart about the correlation between price and manufacturer , and group by attribute name.
SELECT T1.Price, T1.Manufacturer FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Name
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1441, 257, 41058, 8262, 546, 262, 16096, 1022, 2756, 290, 11554, 837, 290, 1448, 416, 11688, 1438, 13, 46506, 309, 16, 13, 18124, 11, 309, 16, 13, 44445, 15051, 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...
[ 1890, 883, 4406, 422, 262, 3186, 290, 1123, 1720, 338, 11554, 11, 1441, 257, 41058, 8262, 546, 262, 16096, 1022, 2756, 290, 11554, 837, 290, 1448, 416, 11688, 1438, 13, 46506, 309, 16, 13, 18124, 11, 309, 16, 13, 44445, 15051, 16034, ...
Name the opponent on november 22, 1942
SELECT opponent FROM table_name_6 WHERE date = "november 22, 1942"
[ 5376, 262, 6125, 319, 645, 303, 1916, 2534, 11, 22458, 46506, 6125, 16034, 3084, 62, 3672, 62, 21, 33411, 3128, 796, 366, 77, 3239, 2534, 11, 22458, 1 ]
[ 1, 1, 1, 1, 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, 6125, 319, 645, 303, 1916, 2534, 11, 22458, 46506, 6125, 16034, 3084, 62, 3672, 62, 21, 33411, 3128, 796, 366, 77, 3239, 2534, 11, 22458, 1 ]
Which chromosomes have an unknown property?
SELECT name FROM table_29871617_1 WHERE property = "Unknown"
[ 13828, 42742, 423, 281, 6439, 3119, 30, 46506, 1438, 16034, 3084, 62, 1959, 5774, 1433, 1558, 62, 16, 33411, 3119, 796, 366, 20035, 1 ]
[ 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, 42742, 423, 281, 6439, 3119, 30, 46506, 1438, 16034, 3084, 62, 1959, 5774, 1433, 1558, 62, 16, 33411, 3119, 796, 366, 20035, 1 ]