instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
Find the names of the swimmers who have both 'win' and 'loss' results in the record.
SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE result = 'Win' INTERSECT SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE result = 'Loss'
[ 16742, 262, 3891, 286, 262, 1509, 36904, 508, 423, 1111, 705, 5404, 6, 290, 705, 22462, 6, 2482, 287, 262, 1700, 13, 46506, 256, 16, 13, 3672, 16034, 9422, 647, 7054, 256, 16, 32357, 1268, 1700, 7054, 256, 17, 6177, 256, 16, 13, 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...
[ 16742, 262, 3891, 286, 262, 1509, 36904, 508, 423, 1111, 705, 5404, 6, 290, 705, 22462, 6, 2482, 287, 262, 1700, 13, 46506, 256, 16, 13, 3672, 16034, 9422, 647, 7054, 256, 16, 32357, 1268, 1700, 7054, 256, 17, 6177, 256, 16, 13, 3...
Who wrote the episode directed by Ken Whittingham?
SELECT written_by FROM table_23097214_1 WHERE directed_by = "Ken Whittingham"
[ 8241, 2630, 262, 4471, 7924, 416, 7148, 854, 2535, 2763, 30, 46506, 3194, 62, 1525, 16034, 3084, 62, 19214, 24, 4761, 1415, 62, 16, 33411, 7924, 62, 1525, 796, 366, 27827, 854, 2535, 2763, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2630, 262, 4471, 7924, 416, 7148, 854, 2535, 2763, 30, 46506, 3194, 62, 1525, 16034, 3084, 62, 19214, 24, 4761, 1415, 62, 16, 33411, 7924, 62, 1525, 796, 366, 27827, 854, 2535, 2763, 1 ]
What is the Country of the Player with a Score of 71-73-71=215?
SELECT "Country" FROM table_59033 WHERE "Score" = '71-73-71=215'
[ 2061, 318, 262, 12946, 286, 262, 7853, 351, 257, 15178, 286, 9166, 12, 4790, 12, 4869, 28, 23349, 30, 46506, 366, 33921, 1, 16034, 3084, 62, 36993, 2091, 33411, 366, 26595, 1, 796, 705, 4869, 12, 4790, 12, 4869, 28, 23349, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 12946, 286, 262, 7853, 351, 257, 15178, 286, 9166, 12, 4790, 12, 4869, 28, 23349, 30, 46506, 366, 33921, 1, 16034, 3084, 62, 36993, 2091, 33411, 366, 26595, 1, 796, 705, 4869, 12, 4790, 12, 4869, 28, 23349, 6 ]
What tournament took place on July 17, 2005, with a clay surface?
SELECT "Tournament" FROM table_58516 WHERE "Surface" = 'clay' AND "Date" = 'july 17, 2005'
[ 2061, 7756, 1718, 1295, 319, 2901, 1596, 11, 5075, 11, 351, 257, 21558, 4417, 30, 46506, 366, 51, 5138, 1, 16034, 3084, 62, 38905, 1433, 33411, 366, 14214, 2550, 1, 796, 705, 565, 323, 6, 5357, 366, 10430, 1, 796, 705, 73, 2062, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7756, 1718, 1295, 319, 2901, 1596, 11, 5075, 11, 351, 257, 21558, 4417, 30, 46506, 366, 51, 5138, 1, 16034, 3084, 62, 38905, 1433, 33411, 366, 14214, 2550, 1, 796, 705, 565, 323, 6, 5357, 366, 10430, 1, 796, 705, 73, 2062, 1...
Show me the number of booking start date by booking start date in a histogram
SELECT booking_start_date, COUNT(booking_start_date) FROM Apartment_Bookings
[ 15307, 502, 262, 1271, 286, 25452, 923, 3128, 416, 25452, 923, 3128, 287, 257, 1554, 21857, 46506, 25452, 62, 9688, 62, 4475, 11, 327, 28270, 7, 2070, 278, 62, 9688, 62, 4475, 8, 16034, 5949, 1823, 62, 10482, 654 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 502, 262, 1271, 286, 25452, 923, 3128, 416, 25452, 923, 3128, 287, 257, 1554, 21857, 46506, 25452, 62, 9688, 62, 4475, 11, 327, 28270, 7, 2070, 278, 62, 9688, 62, 4475, 8, 16034, 5949, 1823, 62, 10482, 654 ]
tell me the number of laps completed by jj lehto .
SELECT "laps" FROM table_204_477 WHERE "driver" = 'jj lehto'
[ 33331, 502, 262, 1271, 286, 24590, 5668, 416, 474, 73, 443, 71, 1462, 764, 46506, 366, 75, 1686, 1, 16034, 3084, 62, 18638, 62, 32883, 33411, 366, 26230, 1, 796, 705, 41098, 443, 71, 1462, 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 ]
[ 33331, 502, 262, 1271, 286, 24590, 5668, 416, 474, 73, 443, 71, 1462, 764, 46506, 366, 75, 1686, 1, 16034, 3084, 62, 18638, 62, 32883, 33411, 366, 26230, 1, 796, 705, 41098, 443, 71, 1462, 6 ]
Give me a histogram for what are the names of projects that require more than 300 hours, and how many scientists are assigned to each?, and list by the Name in desc.
SELECT Name, COUNT(*) FROM Projects AS T1 JOIN AssignedTo AS T2 ON T1.Code = T2.Project WHERE T1.Hours > 300 GROUP BY T1.Name ORDER BY Name DESC
[ 23318, 502, 257, 1554, 21857, 329, 644, 389, 262, 3891, 286, 4493, 326, 2421, 517, 621, 5867, 2250, 11, 290, 703, 867, 5519, 389, 8686, 284, 1123, 21747, 290, 1351, 416, 262, 6530, 287, 1715, 13, 46506, 6530, 11, 327, 28270, 7, 2810...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 23318, 502, 257, 1554, 21857, 329, 644, 389, 262, 3891, 286, 4493, 326, 2421, 517, 621, 5867, 2250, 11, 290, 703, 867, 5519, 389, 8686, 284, 1123, 21747, 290, 1351, 416, 262, 6530, 287, 1715, 13, 46506, 6530, 11, 327, 28270, 7, 2810...
What is Fitzroy's home field?
SELECT "Venue" FROM table_4747 WHERE "Home team" = 'fitzroy'
[ 2061, 318, 16703, 3287, 338, 1363, 2214, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 2857, 2857, 33411, 366, 16060, 1074, 1, 796, 705, 69, 4224, 3287, 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, 16703, 3287, 338, 1363, 2214, 30, 46506, 366, 37522, 518, 1, 16034, 3084, 62, 2857, 2857, 33411, 366, 16060, 1074, 1, 796, 705, 69, 4224, 3287, 6 ]
What is the home team score for St Kilda?
SELECT "Home team score" FROM table_56991 WHERE "Home team" = 'st kilda'
[ 2061, 318, 262, 1363, 1074, 4776, 329, 520, 509, 27281, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3980, 2079, 16, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1363, 1074, 4776, 329, 520, 509, 27281, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3980, 2079, 16, 33411, 366, 16060, 1074, 1, 796, 705, 301, 479, 27281, 6 ]
I want to see International Economics courses of 3 credits .
SELECT DISTINCT department, name, number FROM course WHERE (description LIKE '%International Economics%' OR name LIKE '%International Economics%') AND credits = 3
[ 40, 765, 284, 766, 4037, 18963, 10902, 286, 513, 10824, 764, 46506, 360, 8808, 1268, 4177, 5011, 11, 1438, 11, 1271, 16034, 1781, 33411, 357, 11213, 34178, 705, 4, 24274, 18963, 4, 6, 6375, 1438, 34178, 705, 4, 24274, 18963, 4, 11537,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 284, 766, 4037, 18963, 10902, 286, 513, 10824, 764, 46506, 360, 8808, 1268, 4177, 5011, 11, 1438, 11, 1271, 16034, 1781, 33411, 357, 11213, 34178, 705, 4, 24274, 18963, 4, 6, 6375, 1438, 34178, 705, 4, 24274, 18963, 4, 11537,...
what was the last time that patient 17694 was diagnosed with 31-32 comp wks gestation?
SELECT diagnoses_icd.charttime FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = '31-32 comp wks gestation') AND diagnoses_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 17694) ORDER BY d...
[ 10919, 373, 262, 938, 640, 326, 5827, 1596, 45214, 373, 14641, 351, 3261, 12, 2624, 552, 266, 591, 47110, 30, 46506, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 33411, 40567, 62, 291, 67, 13, 291, 67, 24, 62, 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...
[ 10919, 373, 262, 938, 640, 326, 5827, 1596, 45214, 373, 14641, 351, 3261, 12, 2624, 552, 266, 591, 47110, 30, 46506, 40567, 62, 291, 67, 13, 40926, 2435, 16034, 40567, 62, 291, 67, 33411, 40567, 62, 291, 67, 13, 291, 67, 24, 62, 8...
what was the yearly maximum value of weight for patient 25668 until 2101?
SELECT MAX(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 = 25668)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'admi...
[ 10919, 373, 262, 24169, 5415, 1988, 286, 3463, 329, 5827, 1679, 35809, 1566, 2310, 486, 30, 46506, 25882, 7, 40926, 31534, 13, 2100, 84, 44709, 8, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, 46506, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 24169, 5415, 1988, 286, 3463, 329, 5827, 1679, 35809, 1566, 2310, 486, 30, 46506, 25882, 7, 40926, 31534, 13, 2100, 84, 44709, 8, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, 312, 3268, 357, 46506, 1...
What's the highest round for a defensive tackle position?
SELECT MAX(round) FROM table_name_70 WHERE position = "defensive tackle"
[ 2061, 338, 262, 4511, 2835, 329, 257, 6110, 9761, 2292, 30, 46506, 25882, 7, 744, 8, 16034, 3084, 62, 3672, 62, 2154, 33411, 2292, 796, 366, 4299, 2021, 9761, 1 ]
[ 1, 1, 1, 1, 1, 1, 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, 4511, 2835, 329, 257, 6110, 9761, 2292, 30, 46506, 25882, 7, 744, 8, 16034, 3084, 62, 3672, 62, 2154, 33411, 2292, 796, 366, 4299, 2021, 9761, 1 ]
Give me the comparison about Team_ID over the All_Games by a bar chart, and list by the Team_ID in descending.
SELECT All_Games, Team_ID FROM basketball_match ORDER BY Team_ID DESC
[ 23318, 502, 262, 7208, 546, 4816, 62, 2389, 625, 262, 1439, 62, 24474, 416, 257, 2318, 8262, 11, 290, 1351, 416, 262, 4816, 62, 2389, 287, 31491, 13, 46506, 1439, 62, 24474, 11, 4816, 62, 2389, 16034, 9669, 62, 15699, 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, 1, 1, 1, 1, 1 ]
[ 23318, 502, 262, 7208, 546, 4816, 62, 2389, 625, 262, 1439, 62, 24474, 416, 257, 2318, 8262, 11, 290, 1351, 416, 262, 4816, 62, 2389, 287, 31491, 13, 46506, 1439, 62, 24474, 11, 4816, 62, 2389, 16034, 9669, 62, 15699, 38678, 11050, ...
what is the maximum hospital cost for a drug with a name called actonel?
SELECT MAX(t1.c1) FROM (SELECT SUM(cost.cost) AS c1 FROM cost WHERE cost.hadm_id IN (SELECT prescriptions.hadm_id FROM prescriptions WHERE prescriptions.drug = 'actonel') GROUP BY cost.hadm_id) AS t1
[ 10919, 318, 262, 5415, 4436, 1575, 329, 257, 2563, 351, 257, 1438, 1444, 719, 26261, 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, 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...
[ 10919, 318, 262, 5415, 4436, 1575, 329, 257, 2563, 351, 257, 1438, 1444, 719, 26261, 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, 13, 18108, ...
topics popular at NIPS 2015
SELECT DISTINCT COUNT(paper.paperid), keyphrase.keyphraseid FROM keyphrase, paper, paperkeyphrase, venue WHERE paperkeyphrase.keyphraseid = keyphrase.keyphraseid AND paper.paperid = paperkeyphrase.paperid AND paper.year = 2015 AND venue.venueid = paper.venueid AND venue.venuename = 'NIPS' GROUP BY keyphrase.keyphraseid...
[ 4852, 873, 2968, 379, 24947, 3705, 1853, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 1994, 34675, 13, 2539, 34675, 312, 16034, 1994, 34675, 11, 3348, 11, 3348, 2539, 34675, 11, 14359, 33411, 3348, 2539, 3467...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4852, 873, 2968, 379, 24947, 3705, 1853, 46506, 360, 8808, 1268, 4177, 327, 28270, 7, 20189, 13, 20189, 312, 828, 1994, 34675, 13, 2539, 34675, 312, 16034, 1994, 34675, 11, 3348, 11, 3348, 2539, 34675, 11, 14359, 33411, 3348, 2539, 3467...
Find the names of swimmers who has a result of 'win', and count them by a bar chart, could you list by the total number in ascending?
SELECT name, COUNT(name) FROM swimmer AS t1 JOIN record AS t2 ON t1.ID = t2.Swimmer_ID WHERE Result = 'Win' GROUP BY name ORDER BY COUNT(name)
[ 16742, 262, 3891, 286, 1509, 36904, 508, 468, 257, 1255, 286, 705, 5404, 3256, 290, 954, 606, 416, 257, 2318, 8262, 11, 714, 345, 1351, 416, 262, 2472, 1271, 287, 41988, 30, 46506, 1438, 11, 327, 28270, 7, 3672, 8, 16034, 9422, 647,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 1509, 36904, 508, 468, 257, 1255, 286, 705, 5404, 3256, 290, 954, 606, 416, 257, 2318, 8262, 11, 714, 345, 1351, 416, 262, 2472, 1271, 287, 41988, 30, 46506, 1438, 11, 327, 28270, 7, 3672, 8, 16034, 9422, 647,...
What is Place, when Score is '66', when Country is 'United States', and when Player is 'Dudley Hart'?
SELECT "Place" FROM table_59722 WHERE "Score" = '66' AND "Country" = 'united states' AND "Player" = 'dudley hart'
[ 2061, 318, 8474, 11, 618, 15178, 318, 705, 2791, 3256, 618, 12946, 318, 705, 17013, 1829, 3256, 290, 618, 7853, 318, 705, 35, 463, 1636, 11345, 30960, 46506, 366, 27271, 1, 16034, 3084, 62, 43239, 1828, 33411, 366, 26595, 1, 796, 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, 318, 8474, 11, 618, 15178, 318, 705, 2791, 3256, 618, 12946, 318, 705, 17013, 1829, 3256, 290, 618, 7853, 318, 705, 35, 463, 1636, 11345, 30960, 46506, 366, 27271, 1, 16034, 3084, 62, 43239, 1828, 33411, 366, 26595, 1, 796, 705,...
What is the type of allergy Cat?
SELECT allergytype FROM allergy_type WHERE allergy = "Cat"
[ 2061, 318, 262, 2099, 286, 36197, 5181, 30, 46506, 36197, 4906, 16034, 36197, 62, 4906, 33411, 36197, 796, 366, 21979, 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, 2099, 286, 36197, 5181, 30, 46506, 36197, 4906, 16034, 36197, 62, 4906, 33411, 36197, 796, 366, 21979, 1 ]
what is the last procedure that patient 025-44842 received?
SELECT treatment.treatmentname FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '025-44842')) ORDER BY treatment.treatmenttime DESC LIMIT 1
[ 10919, 318, 262, 938, 8771, 326, 5827, 657, 1495, 12, 31115, 3682, 2722, 30, 46506, 3513, 13, 42487, 3672, 16034, 3513, 33411, 3513, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 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, 1, 1...
[ 10919, 318, 262, 938, 8771, 326, 5827, 657, 1495, 12, 31115, 3682, 2722, 30, 46506, 3513, 13, 42487, 3672, 16034, 3513, 33411, 3513, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 312, 16034, 5827, 33411, ...
what's the species in the world with peruvian amazon vs. peru (percent) of 63
SELECT "Species in the world" FROM table_72213 WHERE "Peruvian Amazon Vs. Peru (Percent)" = '63'
[ 10919, 338, 262, 4693, 287, 262, 995, 351, 583, 50013, 716, 5168, 3691, 13, 583, 84, 357, 25067, 8, 286, 8093, 46506, 366, 5248, 3171, 287, 262, 995, 1, 16034, 3084, 62, 22, 1828, 1485, 33411, 366, 5990, 50013, 6186, 31280, 13, 2576...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4693, 287, 262, 995, 351, 583, 50013, 716, 5168, 3691, 13, 583, 84, 357, 25067, 8, 286, 8093, 46506, 366, 5248, 3171, 287, 262, 995, 1, 16034, 3084, 62, 22, 1828, 1485, 33411, 366, 5990, 50013, 6186, 31280, 13, 2576...
Shows the scholl id across by the attribute all neutral in a pie chart.
SELECT All_Neutral, School_ID FROM basketball_match
[ 2484, 1666, 262, 5513, 692, 4686, 1973, 416, 262, 11688, 477, 8500, 287, 257, 2508, 8262, 13, 46506, 1439, 62, 8199, 6815, 11, 3961, 62, 2389, 16034, 9669, 62, 15699 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2484, 1666, 262, 5513, 692, 4686, 1973, 416, 262, 11688, 477, 8500, 287, 257, 2508, 8262, 13, 46506, 1439, 62, 8199, 6815, 11, 3961, 62, 2389, 16034, 9669, 62, 15699 ]
last time patient 011-31229 was diagnosed with lower urinary tract infection - likely bacterial during this year?
SELECT diagnosis.diagnosistime FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '011-31229')) AND diagnosis.diagnosisname = 'lower urinary tract i...
[ 12957, 640, 5827, 5534, 16, 12, 27970, 1959, 373, 14641, 351, 2793, 38628, 14998, 10280, 532, 1884, 23462, 1141, 428, 614, 30, 46506, 13669, 13, 47356, 418, 396, 524, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 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, 1, 1, 1...
[ 12957, 640, 5827, 5534, 16, 12, 27970, 1959, 373, 14641, 351, 2793, 38628, 14998, 10280, 532, 1884, 23462, 1141, 428, 614, 30, 46506, 13669, 13, 47356, 418, 396, 524, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, ...
Who wrote episode 23 of the season?
SELECT "Written by" FROM table_4194 WHERE "No. in season" = '23'
[ 8241, 2630, 4471, 2242, 286, 262, 1622, 30, 46506, 366, 25354, 416, 1, 16034, 3084, 62, 19, 22913, 33411, 366, 2949, 13, 287, 1622, 1, 796, 705, 1954, 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 ]
[ 8241, 2630, 4471, 2242, 286, 262, 1622, 30, 46506, 366, 25354, 416, 1, 16034, 3084, 62, 19, 22913, 33411, 366, 2949, 13, 287, 1622, 1, 796, 705, 1954, 6 ]
how many patients were in the 133 hospital ward in 2102?
SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.wardid = 133 AND STRFTIME('%y', patient.unitadmittime) = '2102'
[ 4919, 867, 3871, 547, 287, 262, 22169, 4436, 15305, 287, 362, 15377, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 904, 312, 796, 22169, 5357, 19269, 9792, 12789, 10786...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 3871, 547, 287, 262, 22169, 4436, 15305, 287, 362, 15377, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 904, 312, 796, 22169, 5357, 19269, 9792, 12789, 10786...
how many years did the democratic party have the majority before 1876 in the south carolina house of representatives ?
SELECT COUNT("year") FROM table_203_95 WHERE "democratic\nparty" > "republican\nparty" AND "democratic\nparty" > "independent\n/ other" AND "year" < 1876
[ 4919, 867, 812, 750, 262, 10518, 2151, 423, 262, 3741, 878, 1248, 4304, 287, 262, 5366, 1097, 47196, 2156, 286, 10826, 5633, 46506, 327, 28270, 7203, 1941, 4943, 16034, 3084, 62, 22416, 62, 3865, 33411, 366, 41232, 59, 77, 10608, 1, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 812, 750, 262, 10518, 2151, 423, 262, 3741, 878, 1248, 4304, 287, 262, 5366, 1097, 47196, 2156, 286, 10826, 5633, 46506, 327, 28270, 7203, 1941, 4943, 16034, 3084, 62, 22416, 62, 3865, 33411, 366, 41232, 59, 77, 10608, 1, 1...
When was the game played that had Rochdale as the away team?
SELECT "Date" FROM table_61470 WHERE "Away team" = 'rochdale'
[ 2215, 373, 262, 983, 2826, 326, 550, 371, 5374, 14597, 355, 262, 1497, 1074, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 46841, 2154, 33411, 366, 32, 1014, 1074, 1, 796, 705, 305, 354, 14597, 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 ]
[ 2215, 373, 262, 983, 2826, 326, 550, 371, 5374, 14597, 355, 262, 1497, 1074, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 46841, 2154, 33411, 366, 32, 1014, 1074, 1, 796, 705, 305, 354, 14597, 6 ]
What is the result of the game at kyiv, ukraine?
SELECT result FROM table_name_2 WHERE venue = "kyiv, ukraine"
[ 2061, 318, 262, 1255, 286, 262, 983, 379, 479, 88, 452, 11, 334, 74, 23440, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 17, 33411, 14359, 796, 366, 2584, 452, 11, 334, 74, 23440, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1255, 286, 262, 983, 379, 479, 88, 452, 11, 334, 74, 23440, 30, 46506, 1255, 16034, 3084, 62, 3672, 62, 17, 33411, 14359, 796, 366, 2584, 452, 11, 334, 74, 23440, 1 ]
what is the pick when the college is arkansas and the overall is more than 316?
SELECT MAX(pick) FROM table_name_33 WHERE college = "arkansas" AND overall > 316
[ 10919, 318, 262, 2298, 618, 262, 4152, 318, 610, 74, 6618, 290, 262, 4045, 318, 517, 621, 34131, 30, 46506, 25882, 7, 27729, 8, 16034, 3084, 62, 3672, 62, 2091, 33411, 4152, 796, 366, 668, 6618, 1, 5357, 4045, 1875, 34131 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 2298, 618, 262, 4152, 318, 610, 74, 6618, 290, 262, 4045, 318, 517, 621, 34131, 30, 46506, 25882, 7, 27729, 8, 16034, 3084, 62, 3672, 62, 2091, 33411, 4152, 796, 366, 668, 6618, 1, 5357, 4045, 1875, 34131 ]
What are the names of the technicians by ascending order of quality rank for the machine they are assigned, and count them by a bar chart
SELECT Name, COUNT(Name) FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.Machine_ID = T2.Machine_ID JOIN technician AS T3 ON T1.technician_id = T3.technician_id GROUP BY Name ORDER BY T2.quality_rank
[ 2061, 389, 262, 3891, 286, 262, 33519, 416, 41988, 1502, 286, 3081, 4279, 329, 262, 4572, 484, 389, 8686, 11, 290, 954, 606, 416, 257, 2318, 8262, 46506, 6530, 11, 327, 28270, 7, 5376, 8, 16034, 9185, 62, 562, 16747, 7054, 309, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 389, 262, 3891, 286, 262, 33519, 416, 41988, 1502, 286, 3081, 4279, 329, 262, 4572, 484, 389, 8686, 11, 290, 954, 606, 416, 257, 2318, 8262, 46506, 6530, 11, 327, 28270, 7, 5376, 8, 16034, 9185, 62, 562, 16747, 7054, 309, 16, ...
list the time of the hospital admission of patient 25814 in 2105.
SELECT admissions.admittime FROM admissions WHERE admissions.subject_id = 25814 AND STRFTIME('%y', admissions.admittime) = '2105'
[ 4868, 262, 640, 286, 262, 4436, 13938, 286, 5827, 37528, 1415, 287, 362, 13348, 13, 46506, 25349, 13, 324, 20124, 524, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 37528, 1415, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 25349...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4868, 262, 640, 286, 262, 4436, 13938, 286, 5827, 37528, 1415, 287, 362, 13348, 13, 46506, 25349, 13, 324, 20124, 524, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 37528, 1415, 5357, 19269, 9792, 12789, 10786, 4, 88, 3256, 25349...
Which Lost has Seasons of 2, and Goals against larger than 43?
SELECT MAX("Lost") FROM table_38085 WHERE "Seasons" = '2' AND "Goals against" > '43'
[ 13828, 9164, 468, 33159, 286, 362, 11, 290, 28510, 1028, 4025, 621, 5946, 30, 46506, 25882, 7203, 31042, 4943, 16034, 3084, 62, 23734, 5332, 33411, 366, 4653, 2812, 1, 796, 705, 17, 6, 5357, 366, 5247, 874, 1028, 1, 1875, 705, 3559, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9164, 468, 33159, 286, 362, 11, 290, 28510, 1028, 4025, 621, 5946, 30, 46506, 25882, 7203, 31042, 4943, 16034, 3084, 62, 23734, 5332, 33411, 366, 4653, 2812, 1, 796, 705, 17, 6, 5357, 366, 5247, 874, 1028, 1, 1875, 705, 3559, ...
list the top three most frequent lab tests that patients have been given within the same month after receiving endosc remove bile stone in this year.
SELECT d_labitems.label FROM d_labitems WHERE d_labitems.itemid IN (SELECT t3.itemid FROM (SELECT t2.itemid, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_i...
[ 4868, 262, 1353, 1115, 749, 10792, 2248, 5254, 326, 3871, 423, 587, 1813, 1626, 262, 976, 1227, 706, 6464, 886, 17500, 4781, 275, 576, 7815, 287, 428, 614, 13, 46506, 288, 62, 23912, 23814, 13, 18242, 16034, 288, 62, 23912, 23814, 334...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4868, 262, 1353, 1115, 749, 10792, 2248, 5254, 326, 3871, 423, 587, 1813, 1626, 262, 976, 1227, 706, 6464, 886, 17500, 4781, 275, 576, 7815, 287, 428, 614, 13, 46506, 288, 62, 23912, 23814, 13, 18242, 16034, 288, 62, 23912, 23814, 334...
What are the memories and carriers of phones Show bar chart, order in descending by the x-axis.
SELECT Carrier, AVG(Memory_in_G) FROM phone GROUP BY Carrier ORDER BY Carrier DESC
[ 2061, 389, 262, 9846, 290, 16651, 286, 9512, 5438, 2318, 8262, 11, 1502, 287, 31491, 416, 262, 2124, 12, 22704, 13, 46506, 30252, 11, 35224, 7, 30871, 62, 259, 62, 38, 8, 16034, 3072, 44441, 11050, 30252, 38678, 11050, 30252, 22196, 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 ]
[ 2061, 389, 262, 9846, 290, 16651, 286, 9512, 5438, 2318, 8262, 11, 1502, 287, 31491, 416, 262, 2124, 12, 22704, 13, 46506, 30252, 11, 35224, 7, 30871, 62, 259, 62, 38, 8, 16034, 3072, 44441, 11050, 30252, 38678, 11050, 30252, 22196, 3...
What is the Attendance on 11/10/1928?
SELECT attendance FROM table_name_42 WHERE date = "11/10/1928"
[ 2061, 318, 262, 46502, 590, 319, 1367, 14, 940, 14, 1129, 2078, 30, 46506, 14858, 16034, 3084, 62, 3672, 62, 3682, 33411, 3128, 796, 366, 1157, 14, 940, 14, 1129, 2078, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 46502, 590, 319, 1367, 14, 940, 14, 1129, 2078, 30, 46506, 14858, 16034, 3084, 62, 3672, 62, 3682, 33411, 3128, 796, 366, 1157, 14, 940, 14, 1129, 2078, 1 ]
What is the total number of Races with a Pole that is larger than 0?
SELECT COUNT("Races") FROM table_5414 WHERE "Poles" > '0'
[ 2061, 318, 262, 2472, 1271, 286, 45134, 351, 257, 29385, 326, 318, 4025, 621, 657, 30, 46506, 327, 28270, 7203, 49, 2114, 4943, 16034, 3084, 62, 4051, 1415, 33411, 366, 47, 4316, 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 ]
[ 2061, 318, 262, 2472, 1271, 286, 45134, 351, 257, 29385, 326, 318, 4025, 621, 657, 30, 46506, 327, 28270, 7203, 49, 2114, 4943, 16034, 3084, 62, 4051, 1415, 33411, 366, 47, 4316, 1, 1875, 705, 15, 6 ]
How many times did Silas leave as a team manager?
SELECT COUNT("Manner of departure") FROM table_74381 WHERE "Outgoing manager" = 'Silas'
[ 2437, 867, 1661, 750, 4243, 292, 2666, 355, 257, 1074, 4706, 30, 46506, 327, 28270, 7203, 5124, 1008, 286, 12928, 4943, 16034, 3084, 62, 4524, 36626, 33411, 366, 7975, 5146, 4706, 1, 796, 705, 15086, 292, 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 ]
[ 2437, 867, 1661, 750, 4243, 292, 2666, 355, 257, 1074, 4706, 30, 46506, 327, 28270, 7203, 5124, 1008, 286, 12928, 4943, 16034, 3084, 62, 4524, 36626, 33411, 366, 7975, 5146, 4706, 1, 796, 705, 15086, 292, 6 ]
Name the replaced by when outgoing manager is kent nielsen
SELECT "Replaced by" FROM table_1574 WHERE "Outgoing manager" = 'Kent Nielsen'
[ 5376, 262, 6928, 416, 618, 28181, 4706, 318, 479, 298, 37628, 25328, 46506, 366, 3041, 21820, 416, 1, 16034, 3084, 62, 1314, 4524, 33411, 366, 7975, 5146, 4706, 1, 796, 705, 42265, 31154, 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, 6928, 416, 618, 28181, 4706, 318, 479, 298, 37628, 25328, 46506, 366, 3041, 21820, 416, 1, 16034, 3084, 62, 1314, 4524, 33411, 366, 7975, 5146, 4706, 1, 796, 705, 42265, 31154, 6 ]
How much was paid to Andy North when he placed t10?
SELECT AVG(money___) AS $__ FROM table_name_94 WHERE place = "t10" AND player = "andy north"
[ 2437, 881, 373, 3432, 284, 12382, 2258, 618, 339, 4624, 256, 940, 30, 46506, 35224, 7, 26316, 17569, 8, 7054, 720, 834, 16034, 3084, 62, 3672, 62, 5824, 33411, 1295, 796, 366, 83, 940, 1, 5357, 2137, 796, 366, 10757, 5093, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 373, 3432, 284, 12382, 2258, 618, 339, 4624, 256, 940, 30, 46506, 35224, 7, 26316, 17569, 8, 7054, 720, 834, 16034, 3084, 62, 3672, 62, 5824, 33411, 1295, 796, 366, 83, 940, 1, 5357, 2137, 796, 366, 10757, 5093, 1 ]
when was the last time the respiratory rate of patient 27703 was less than 23.0, on last month/04?
SELECT chartevents.charttime 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 = 27703)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'respirat...
[ 12518, 373, 262, 938, 640, 262, 22949, 2494, 286, 5827, 2681, 36809, 373, 1342, 621, 2242, 13, 15, 11, 319, 938, 1227, 14, 3023, 30, 46506, 8262, 31534, 13, 40926, 2435, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 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...
[ 12518, 373, 262, 938, 640, 262, 22949, 2494, 286, 5827, 2681, 36809, 373, 1342, 621, 2242, 13, 15, 11, 319, 938, 1227, 14, 3023, 30, 46506, 8262, 31534, 13, 40926, 2435, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62, ...
Number of questions for JavaScript frameworks over time.
SELECT DATEADD(MONTH, DATEDIFF(MONTH, 0, MIN(CreationDate)), 0) AS YearMon, COUNT(*) AS Num, Tags.TagName FROM Posts INNER JOIN PostTags ON PostTags.PostId = Posts.Id INNER JOIN Tags ON Tags.Id = PostTags.TagId WHERE Posts.PostTypeId = 1 AND Tags.TagName IN ('reactjs', 'vue.js', 'angular', 'jquery') GROUP BY Tags.TagNa...
[ 15057, 286, 2683, 329, 11933, 29251, 625, 640, 13, 46506, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 20625, 7, 12443, 341, 10430, 36911, 657, 8, 7054, 6280, 9069, 11, 327, 28270, 7, 28104, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 329, 11933, 29251, 625, 640, 13, 46506, 360, 6158, 29266, 7, 27857, 4221, 11, 360, 11617, 29267, 7, 27857, 4221, 11, 657, 11, 20625, 7, 12443, 341, 10430, 36911, 657, 8, 7054, 6280, 9069, 11, 327, 28270, 7, 28104, ...
Search for edit summaries containing a string.
SELECT a.Comment AS "ridiculous_comment", a.PostId AS "id" FROM PostHistory AS a WHERE a.PostHistoryTypeId IN (4, 5, 6) AND a.UserId = 85695 AND a.Comment LIKE '%tag%' GROUP BY a.Comment, a.PostId LIMIT 50
[ 18243, 329, 4370, 30114, 3166, 7268, 257, 4731, 13, 46506, 257, 13, 21357, 7054, 366, 6058, 291, 6985, 62, 23893, 1600, 257, 13, 6307, 7390, 7054, 366, 312, 1, 16034, 2947, 18122, 7054, 257, 33411, 257, 13, 6307, 18122, 6030, 7390, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 18243, 329, 4370, 30114, 3166, 7268, 257, 4731, 13, 46506, 257, 13, 21357, 7054, 366, 6058, 291, 6985, 62, 23893, 1600, 257, 13, 6307, 7390, 7054, 366, 312, 1, 16034, 2947, 18122, 7054, 257, 33411, 257, 13, 6307, 18122, 6030, 7390, 32...
which album had the most singles releases ?
SELECT "album" FROM table_203_491 GROUP BY "album" ORDER BY COUNT("title") DESC LIMIT 1
[ 4758, 5062, 550, 262, 749, 25287, 10050, 5633, 46506, 366, 40916, 1, 16034, 3084, 62, 22416, 62, 41289, 44441, 11050, 366, 40916, 1, 38678, 11050, 327, 28270, 7203, 7839, 4943, 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, 5062, 550, 262, 749, 25287, 10050, 5633, 46506, 366, 40916, 1, 16034, 3084, 62, 22416, 62, 41289, 44441, 11050, 366, 40916, 1, 38678, 11050, 327, 28270, 7203, 7839, 4943, 22196, 34, 27564, 2043, 352 ]
the previous year, how many patients were prescribed with propofol 1000 mg/100 ml?
SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.patientunitstayid IN (SELECT medication.patientunitstayid FROM medication WHERE medication.drugname = 'propofol 1000 mg/100 ml' AND DATETIME(medication.drugstarttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year'))
[ 1169, 2180, 614, 11, 703, 867, 3871, 547, 14798, 351, 2632, 1659, 349, 8576, 10527, 14, 3064, 25962, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 26029, 20850, 31712, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1169, 2180, 614, 11, 703, 867, 3871, 547, 14798, 351, 2632, 1659, 349, 8576, 10527, 14, 3064, 25962, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 5827, 13, 403, 1557, 538, 312, 8, 16034, 5827, 33411, 5827, 13, 26029, 20850, 31712, ...
Where is Westpac Stadium located?
SELECT "Location" FROM table_17917 WHERE "Stadium" = 'Westpac Stadium'
[ 8496, 318, 2688, 33587, 10499, 5140, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 21738, 1558, 33411, 366, 1273, 6271, 1, 796, 705, 15045, 33587, 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 ]
[ 8496, 318, 2688, 33587, 10499, 5140, 30, 46506, 366, 14749, 1, 16034, 3084, 62, 21738, 1558, 33411, 366, 1273, 6271, 1, 796, 705, 15045, 33587, 10499, 6 ]
What is the highest 1987 value with a 1995 value less than 1995 and a 1999 less than 9?
SELECT MAX(1987) FROM table_name_48 WHERE 1995 < 1995 AND 1999 < 9
[ 2061, 318, 262, 4511, 12923, 1988, 351, 257, 8735, 1988, 1342, 621, 8735, 290, 257, 7358, 1342, 621, 860, 30, 46506, 25882, 7, 27301, 8, 16034, 3084, 62, 3672, 62, 2780, 33411, 8735, 1279, 8735, 5357, 7358, 1279, 860 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12923, 1988, 351, 257, 8735, 1988, 1342, 621, 8735, 290, 257, 7358, 1342, 621, 860, 30, 46506, 25882, 7, 27301, 8, 16034, 3084, 62, 3672, 62, 2780, 33411, 8735, 1279, 8735, 5357, 7358, 1279, 860 ]
what were the four most frequently ordered laboratory tests for patients who had previously been diagnosed with s/p lvad in the same hospital encounter, since 2104?
SELECT t3.labname FROM (SELECT t2.labname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, diagnosis.diagnosistime, patient.patienthealthsystemstayid FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 's/p lvad' AND STR...
[ 10919, 547, 262, 1440, 749, 6777, 6149, 14010, 5254, 329, 3871, 508, 550, 4271, 587, 14641, 351, 264, 14, 79, 300, 85, 324, 287, 262, 976, 4436, 8791, 11, 1201, 362, 13464, 30, 46506, 256, 18, 13, 23912, 3672, 16034, 357, 46506, 256...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 547, 262, 1440, 749, 6777, 6149, 14010, 5254, 329, 3871, 508, 550, 4271, 587, 14641, 351, 264, 14, 79, 300, 85, 324, 287, 262, 976, 4436, 8791, 11, 1201, 362, 13464, 30, 46506, 256, 18, 13, 23912, 3672, 16034, 357, 46506, 256...
what was the total output of patient 59797's jp #2 medial?
SELECT SUM(outputevents.value) 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 = 59797)) AND outputevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'jp ...
[ 10919, 373, 262, 2472, 5072, 286, 5827, 7863, 44673, 338, 474, 79, 1303, 17, 48174, 30, 46506, 35683, 7, 448, 79, 1133, 85, 658, 13, 8367, 8, 16034, 38701, 1133, 85, 658, 33411, 38701, 1133, 85, 658, 13, 291, 436, 323, 62, 312, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 2472, 5072, 286, 5827, 7863, 44673, 338, 474, 79, 1303, 17, 48174, 30, 46506, 35683, 7, 448, 79, 1133, 85, 658, 13, 8367, 8, 16034, 38701, 1133, 85, 658, 33411, 38701, 1133, 85, 658, 13, 291, 436, 323, 62, 312, 32...
Which operator has a rank of 7?
SELECT "Operator" FROM table_79971 WHERE "Rank" = '7'
[ 13828, 10088, 468, 257, 4279, 286, 767, 30, 46506, 366, 18843, 1352, 1, 16034, 3084, 62, 45455, 4869, 33411, 366, 27520, 1, 796, 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 ]
[ 13828, 10088, 468, 257, 4279, 286, 767, 30, 46506, 366, 18843, 1352, 1, 16034, 3084, 62, 45455, 4869, 33411, 366, 27520, 1, 796, 705, 22, 6 ]
WHich Thai name has a Transcription of wan phruehatsabodi?
SELECT thai_name FROM table_name_55 WHERE transcription = "wan phruehatsabodi"
[ 12418, 488, 18933, 1438, 468, 257, 3602, 6820, 286, 266, 272, 7607, 518, 71, 1381, 397, 23130, 30, 46506, 294, 1872, 62, 3672, 16034, 3084, 62, 3672, 62, 2816, 33411, 26955, 796, 366, 8149, 7607, 518, 71, 1381, 397, 23130, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12418, 488, 18933, 1438, 468, 257, 3602, 6820, 286, 266, 272, 7607, 518, 71, 1381, 397, 23130, 30, 46506, 294, 1872, 62, 3672, 16034, 3084, 62, 3672, 62, 2816, 33411, 26955, 796, 366, 8149, 7607, 518, 71, 1381, 397, 23130, 1 ]
Average Accepted Answer Score by Question Score for Users Like Me.
SELECT Questions.Score AS QuestionScore, AVG(Answers.Score) AS AnswerScore FROM Posts AS Questions INNER JOIN PostTags ON Questions.Id = PostTags.PostId INNER JOIN Tags ON PostTags.TagId = Tags.Id INNER JOIN Posts AS Answers ON Answers.Id = Questions.AcceptedAnswerId WHERE Questions.Score BETWEEN 1 AND 20 AND Tags.TagN...
[ 26287, 21699, 276, 23998, 15178, 416, 18233, 15178, 329, 18987, 4525, 2185, 13, 46506, 20396, 13, 26595, 7054, 18233, 26595, 11, 35224, 7, 2025, 37848, 13, 26595, 8, 7054, 23998, 26595, 16034, 12043, 7054, 20396, 3268, 21479, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 26287, 21699, 276, 23998, 15178, 416, 18233, 15178, 329, 18987, 4525, 2185, 13, 46506, 20396, 13, 26595, 7054, 18233, 26595, 11, 35224, 7, 2025, 37848, 13, 26595, 8, 7054, 23998, 26595, 16034, 12043, 7054, 20396, 3268, 21479, 32357, 1268, ...
How many different season have an Army - Navy score of 10 dec. 2016 at Baltimore, MD (M&T Bank Stadium)?
SELECT COUNT("Season") FROM table_22387 WHERE "Army \u2013 Navy score" = '10 Dec. 2016 at Baltimore, MD (M&T Bank Stadium)'
[ 2437, 867, 1180, 1622, 423, 281, 5407, 532, 8565, 4776, 286, 838, 875, 13, 1584, 379, 10346, 11, 10670, 357, 44, 5, 51, 5018, 10499, 19427, 46506, 327, 28270, 7203, 18960, 4943, 16034, 3084, 62, 1828, 32220, 33411, 366, 45272, 3467, 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 ]
[ 2437, 867, 1180, 1622, 423, 281, 5407, 532, 8565, 4776, 286, 838, 875, 13, 1584, 379, 10346, 11, 10670, 357, 44, 5, 51, 5018, 10499, 19427, 46506, 327, 28270, 7203, 18960, 4943, 16034, 3084, 62, 1828, 32220, 33411, 366, 45272, 3467, 8...
find out the number of patients with po/ng route of drug administration who had chronic liver dis nec as short tiltle of diagnosis.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.short_title = "Chronic liver dis NEC" AND prescriptions.route = "PO/NG"
[ 19796, 503, 262, 1271, 286, 3871, 351, 745, 14, 782, 6339, 286, 2563, 3662, 508, 550, 10726, 14383, 595, 27576, 355, 1790, 26500, 293, 286, 13669, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 19796, 503, 262, 1271, 286, 3871, 351, 745, 14, 782, 6339, 286, 2563, 3662, 508, 550, 10726, 14383, 595, 27576, 355, 1790, 26500, 293, 286, 13669, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, ...
What are ids and total number of hours played for each game.
SELECT GameID, SUM(Hours_Played) FROM Plays_Games GROUP BY GameID
[ 2061, 389, 220, 2340, 290, 2472, 1271, 286, 2250, 2826, 329, 1123, 983, 13, 46506, 3776, 2389, 11, 35683, 7, 39792, 62, 11002, 276, 8, 16034, 38116, 62, 24474, 44441, 11050, 3776, 2389 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 220, 2340, 290, 2472, 1271, 286, 2250, 2826, 329, 1123, 983, 13, 46506, 3776, 2389, 11, 35683, 7, 39792, 62, 11002, 276, 8, 16034, 38116, 62, 24474, 44441, 11050, 3776, 2389 ]
What time did the ferrari car that finished 62 laps have?
SELECT "Time/Retired" FROM table_58589 WHERE "Laps" < '62' AND "Constructor" = 'ferrari'
[ 2061, 640, 750, 262, 277, 8056, 2743, 1097, 326, 5201, 8190, 24590, 423, 30, 46506, 366, 7575, 14, 9781, 1202, 1, 16034, 3084, 62, 3365, 44169, 33411, 366, 43, 1686, 1, 1279, 705, 5237, 6, 5357, 366, 42316, 273, 1, 796, 705, 2232, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 640, 750, 262, 277, 8056, 2743, 1097, 326, 5201, 8190, 24590, 423, 30, 46506, 366, 7575, 14, 9781, 1202, 1, 16034, 3084, 62, 3365, 44169, 33411, 366, 43, 1686, 1, 1279, 705, 5237, 6, 5357, 366, 42316, 273, 1, 796, 705, 2232, ...
A pie chart shows the proportion of All_Road and School_ID.
SELECT All_Road, School_ID FROM basketball_match
[ 32, 2508, 8262, 2523, 262, 9823, 286, 1439, 62, 29197, 290, 3961, 62, 2389, 13, 46506, 1439, 62, 29197, 11, 3961, 62, 2389, 16034, 9669, 62, 15699 ]
[ 1, 1, 1, 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, 2508, 8262, 2523, 262, 9823, 286, 1439, 62, 29197, 290, 3961, 62, 2389, 13, 46506, 1439, 62, 29197, 11, 3961, 62, 2389, 16034, 9669, 62, 15699 ]
Who was the home team at Princes Park?
SELECT "Home team score" FROM table_57353 WHERE "Venue" = 'princes park'
[ 8241, 373, 262, 1363, 1074, 379, 7489, 728, 3250, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3553, 33319, 33411, 366, 37522, 518, 1, 796, 705, 1050, 17386, 3952, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 1363, 1074, 379, 7489, 728, 3250, 30, 46506, 366, 16060, 1074, 4776, 1, 16034, 3084, 62, 3553, 33319, 33411, 366, 37522, 518, 1, 796, 705, 1050, 17386, 3952, 6 ]
Which section is offered after 21:00 P.M. of the IOE 990 course ?
SELECT DISTINCT course_offering.end_time, course_offering.section_number, course_offering.start_time FROM course, course_offering, semester WHERE course_offering.start_time > '21:00' AND course.course_id = course_offering.course_id AND course.department = 'IOE' AND course.number = 990 AND semester.semester = 'WN' AND s...
[ 13828, 2665, 318, 4438, 706, 2310, 25, 405, 350, 13, 44, 13, 286, 262, 24418, 36, 860, 3829, 1781, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 5458, 62, 17618, 11, 178...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2665, 318, 4438, 706, 2310, 25, 405, 350, 13, 44, 13, 286, 262, 24418, 36, 860, 3829, 1781, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 5458, 62, 17618, 11, 178...
What was the record on the date of november 10, 1968?
SELECT "Record" FROM table_44149 WHERE "Date" = 'november 10, 1968'
[ 2061, 373, 262, 1700, 319, 262, 3128, 286, 645, 303, 1916, 838, 11, 15963, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 2598, 19442, 33411, 366, 10430, 1, 796, 705, 77, 3239, 838, 11, 15963, 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, 1700, 319, 262, 3128, 286, 645, 303, 1916, 838, 11, 15963, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 2598, 19442, 33411, 366, 10430, 1, 796, 705, 77, 3239, 838, 11, 15963, 6 ]
What is the s7 4.0 tfsi quattro engine torque?
SELECT "Torque" FROM table_24183 WHERE "Model" = 'S7 4.0 TFSI quattro'
[ 2061, 318, 262, 264, 22, 604, 13, 15, 256, 9501, 72, 627, 1078, 305, 3113, 26415, 30, 46506, 366, 15884, 4188, 1, 16034, 3084, 62, 1731, 24839, 33411, 366, 17633, 1, 796, 705, 50, 22, 604, 13, 15, 309, 10652, 40, 627, 1078, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 264, 22, 604, 13, 15, 256, 9501, 72, 627, 1078, 305, 3113, 26415, 30, 46506, 366, 15884, 4188, 1, 16034, 3084, 62, 1731, 24839, 33411, 366, 17633, 1, 796, 705, 50, 22, 604, 13, 15, 309, 10652, 40, 627, 1078, 305, ...
Number of Badges ever earned, grouped by BadgeName.
SELECT Name, UserId AS "user_link", Date FROM Badges WHERE DATEDIFF(day, Date, GETDATE()) = 6
[ 15057, 286, 7772, 3212, 1683, 7366, 11, 32824, 416, 44308, 5376, 13, 46506, 6530, 11, 11787, 7390, 7054, 366, 7220, 62, 8726, 1600, 7536, 16034, 7772, 3212, 33411, 360, 11617, 29267, 7, 820, 11, 7536, 11, 17151, 35, 6158, 28955, 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 ]
[ 15057, 286, 7772, 3212, 1683, 7366, 11, 32824, 416, 44308, 5376, 13, 46506, 6530, 11, 11787, 7390, 7054, 366, 7220, 62, 8726, 1600, 7536, 16034, 7772, 3212, 33411, 360, 11617, 29267, 7, 820, 11, 7536, 11, 17151, 35, 6158, 28955, 796, ...
Name the trailers for formed from pan/pul/res cars
SELECT trailers FROM table_name_47 WHERE formed_from = "pan/pul/res cars"
[ 5376, 262, 33122, 329, 7042, 422, 3425, 14, 79, 377, 14, 411, 5006, 46506, 33122, 16034, 3084, 62, 3672, 62, 2857, 33411, 7042, 62, 6738, 796, 366, 6839, 14, 79, 377, 14, 411, 5006, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 33122, 329, 7042, 422, 3425, 14, 79, 377, 14, 411, 5006, 46506, 33122, 16034, 3084, 62, 3672, 62, 2857, 33411, 7042, 62, 6738, 796, 366, 6839, 14, 79, 377, 14, 411, 5006, 1 ]
list all DAILY flights between OAKLAND and BOSTON using AA
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 = 'OAKLAND' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BOST...
[ 4868, 477, 17051, 33340, 13956, 1022, 440, 10206, 28182, 290, 347, 10892, 1340, 1262, 317, 11159, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4868, 477, 17051, 33340, 13956, 1022, 440, 10206, 28182, 290, 347, 10892, 1340, 1262, 317, 11159, 16779, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, 62, 15, 11, 9003, 62...
Which Season has a Rank smaller than 4, and a Club of barcelona, and less than 115 goals?
SELECT season FROM table_name_61 WHERE rank < 4 AND club = "barcelona" AND goals < 115
[ 13828, 7369, 468, 257, 10916, 4833, 621, 604, 11, 290, 257, 6289, 286, 2318, 14308, 11, 290, 1342, 621, 12279, 4661, 30, 46506, 1622, 16034, 3084, 62, 3672, 62, 5333, 33411, 4279, 1279, 604, 5357, 3430, 796, 366, 5657, 14308, 1, 5357,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 7369, 468, 257, 10916, 4833, 621, 604, 11, 290, 257, 6289, 286, 2318, 14308, 11, 290, 1342, 621, 12279, 4661, 30, 46506, 1622, 16034, 3084, 62, 3672, 62, 5333, 33411, 4279, 1279, 604, 5357, 3430, 796, 366, 5657, 14308, 1, 5357,...
For each airport name, how many routes start at that airport?
SELECT COUNT(*), T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name
[ 1890, 1123, 9003, 1438, 11, 703, 867, 11926, 923, 379, 326, 9003, 30, 46506, 327, 28270, 46491, 828, 309, 16, 13, 3672, 16034, 22600, 7054, 309, 16, 32357, 1268, 11926, 7054, 309, 17, 6177, 309, 16, 13, 499, 312, 796, 309, 17, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1890, 1123, 9003, 1438, 11, 703, 867, 11926, 923, 379, 326, 9003, 30, 46506, 327, 28270, 46491, 828, 309, 16, 13, 3672, 16034, 22600, 7054, 309, 16, 32357, 1268, 11926, 7054, 309, 17, 6177, 309, 16, 13, 499, 312, 796, 309, 17, 13, ...
What was Zona Sur's result after being considered for nomination?
SELECT "Result" FROM table_76395 WHERE "Original title" = 'zona sur'
[ 2061, 373, 1168, 4450, 4198, 338, 1255, 706, 852, 3177, 329, 11872, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 4304, 31010, 33411, 366, 20556, 3670, 1, 796, 705, 7551, 969, 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, 1168, 4450, 4198, 338, 1255, 706, 852, 3177, 329, 11872, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 4304, 31010, 33411, 366, 20556, 3670, 1, 796, 705, 7551, 969, 6 ]
what are the three most commonly ordered specimen tests for patients who had previously been diagnosed with acute respiratory failure - due to neurological process in the same month, since 4 years ago?
SELECT t3.culturesite FROM (SELECT t2.culturesite, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'acute respiratory failure - due to neurologi...
[ 10919, 389, 262, 1115, 749, 8811, 6149, 31674, 5254, 329, 3871, 508, 550, 4271, 587, 14641, 351, 14352, 22949, 5287, 532, 2233, 284, 30232, 1429, 287, 262, 976, 1227, 11, 1201, 604, 812, 2084, 30, 46506, 256, 18, 13, 40820, 942, 578, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8811, 6149, 31674, 5254, 329, 3871, 508, 550, 4271, 587, 14641, 351, 14352, 22949, 5287, 532, 2233, 284, 30232, 1429, 287, 262, 976, 1227, 11, 1201, 604, 812, 2084, 30, 46506, 256, 18, 13, 40820, 942, 578, ...
Which team plays their home matches at the mcg Venue?
SELECT "Home team" FROM table_51761 WHERE "Venue" = 'mcg'
[ 13828, 1074, 5341, 511, 1363, 7466, 379, 262, 36650, 70, 9932, 518, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 48170, 5333, 33411, 366, 37522, 518, 1, 796, 705, 23209, 70, 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, 1074, 5341, 511, 1363, 7466, 379, 262, 36650, 70, 9932, 518, 30, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 48170, 5333, 33411, 366, 37522, 518, 1, 796, 705, 23209, 70, 6 ]
when did last patient 20033 have the maximum value of red blood cells during their first hospital encounter?
SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 20033 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'red ...
[ 12518, 750, 938, 5827, 939, 2091, 423, 262, 5415, 1988, 286, 2266, 2910, 4778, 1141, 511, 717, 4436, 8791, 30, 46506, 2248, 31534, 13, 40926, 2435, 16034, 2248, 31534, 33411, 2248, 31534, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 750, 938, 5827, 939, 2091, 423, 262, 5415, 1988, 286, 2266, 2910, 4778, 1141, 511, 717, 4436, 8791, 30, 46506, 2248, 31534, 13, 40926, 2435, 16034, 2248, 31534, 33411, 2248, 31534, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349,...
What is Roman Bragin's position?
SELECT position FROM table_14038363_1 WHERE player = "Roman Bragin"
[ 2061, 318, 7993, 1709, 23183, 338, 2292, 30, 46506, 2292, 16034, 3084, 62, 15187, 2548, 35447, 62, 16, 33411, 2137, 796, 366, 32454, 1709, 23183, 1 ]
[ 1, 1, 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, 7993, 1709, 23183, 338, 2292, 30, 46506, 2292, 16034, 3084, 62, 15187, 2548, 35447, 62, 16, 33411, 2137, 796, 366, 32454, 1709, 23183, 1 ]
what is the bristol & n. som where the somerset is ashcott and shapwick?
SELECT "Bristol & N. Som" FROM table_72258 WHERE "Somerset" = 'Ashcott and Shapwick'
[ 10919, 318, 262, 48197, 349, 1222, 299, 13, 3870, 810, 262, 3870, 364, 316, 318, 12530, 14612, 290, 427, 499, 16239, 30, 46506, 366, 33, 1585, 349, 1222, 399, 13, 9995, 1, 16034, 3084, 62, 4761, 25600, 33411, 366, 50, 21499, 316, 1,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 48197, 349, 1222, 299, 13, 3870, 810, 262, 3870, 364, 316, 318, 12530, 14612, 290, 427, 499, 16239, 30, 46506, 366, 33, 1585, 349, 1222, 399, 13, 9995, 1, 16034, 3084, 62, 4761, 25600, 33411, 366, 50, 21499, 316, 1,...
At what venue was the away team Fitzroy?
SELECT venue FROM table_name_19 WHERE away_team = "fitzroy"
[ 2953, 644, 14359, 373, 262, 1497, 1074, 16703, 3287, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 1129, 33411, 1497, 62, 15097, 796, 366, 69, 4224, 3287, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2953, 644, 14359, 373, 262, 1497, 1074, 16703, 3287, 30, 46506, 14359, 16034, 3084, 62, 3672, 62, 1129, 33411, 1497, 62, 15097, 796, 366, 69, 4224, 3287, 1 ]
What was the ER average for the player that conceded 368 runs?
SELECT "E.R." FROM table_20282 WHERE "Runs Conceded" = '368'
[ 2061, 373, 262, 13793, 2811, 329, 262, 2137, 326, 24684, 43019, 4539, 30, 46506, 366, 36, 13, 49, 526, 16034, 3084, 62, 1238, 32568, 33411, 366, 10987, 82, 1482, 771, 276, 1, 796, 705, 27412, 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, 13793, 2811, 329, 262, 2137, 326, 24684, 43019, 4539, 30, 46506, 366, 36, 13, 49, 526, 16034, 3084, 62, 1238, 32568, 33411, 366, 10987, 82, 1482, 771, 276, 1, 796, 705, 27412, 6 ]
what are the top four most common diagnoses that followed during the same hospital visit for those who received valve replacement or repair - routine?
SELECT t3.diagnosisname FROM (SELECT t2.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'valve...
[ 10919, 389, 262, 1353, 1440, 749, 2219, 40567, 326, 3940, 1141, 262, 976, 4436, 3187, 329, 883, 508, 2722, 22580, 9014, 393, 9185, 532, 8027, 30, 46506, 256, 18, 13, 47356, 5958, 3672, 16034, 357, 46506, 256, 17, 13, 47356, 5958, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 389, 262, 1353, 1440, 749, 2219, 40567, 326, 3940, 1141, 262, 976, 4436, 3187, 329, 883, 508, 2722, 22580, 9014, 393, 9185, 532, 8027, 30, 46506, 256, 18, 13, 47356, 5958, 3672, 16034, 357, 46506, 256, 17, 13, 47356, 5958, 3672...
What is the To par score corresponding to the winning score of 64-69-67-66=266?
SELECT "To par" FROM table_40652 WHERE "Winning score" = '64-69-67-66=266'
[ 2061, 318, 262, 1675, 1582, 4776, 11188, 284, 262, 5442, 4776, 286, 5598, 12, 3388, 12, 3134, 12, 2791, 28, 25540, 30, 46506, 366, 2514, 1582, 1, 16034, 3084, 62, 1821, 43193, 33411, 366, 16643, 768, 4776, 1, 796, 705, 2414, 12, 338...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1675, 1582, 4776, 11188, 284, 262, 5442, 4776, 286, 5598, 12, 3388, 12, 3134, 12, 2791, 28, 25540, 30, 46506, 366, 2514, 1582, 1, 16034, 3084, 62, 1821, 43193, 33411, 366, 16643, 768, 4776, 1, 796, 705, 2414, 12, 338...
What date did home team Gold Coast Blaze play?
SELECT "Date" FROM table_44790 WHERE "Home team" = 'gold coast blaze'
[ 2061, 3128, 750, 1363, 1074, 3561, 8545, 33965, 711, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2598, 37750, 33411, 366, 16060, 1074, 1, 796, 705, 24267, 7051, 31259, 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, 3128, 750, 1363, 1074, 3561, 8545, 33965, 711, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 2598, 37750, 33411, 366, 16060, 1074, 1, 796, 705, 24267, 7051, 31259, 6 ]
What opponent played on 1/13/1974?
SELECT "Opponent" FROM table_79683 WHERE "Date" = '1/13/1974'
[ 2061, 6125, 2826, 319, 352, 14, 1485, 14, 40828, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 3720, 47521, 33411, 366, 10430, 1, 796, 705, 16, 14, 1485, 14, 40828, 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, 6125, 2826, 319, 352, 14, 1485, 14, 40828, 30, 46506, 366, 27524, 3471, 1, 16034, 3084, 62, 3720, 47521, 33411, 366, 10430, 1, 796, 705, 16, 14, 1485, 14, 40828, 6 ]
How many laps did Valentino rossi have when riding a vehicle manufactured by yamaha?
SELECT "Laps" FROM table_76651 WHERE "Manufacturer" = 'yamaha' AND "Rider" = 'valentino rossi'
[ 2437, 867, 24590, 750, 17284, 2879, 686, 824, 72, 423, 618, 10311, 257, 4038, 15943, 416, 331, 321, 12236, 30, 46506, 366, 43, 1686, 1, 16034, 3084, 62, 22, 2791, 4349, 33411, 366, 44445, 15051, 1, 796, 705, 88, 321, 12236, 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 ]
[ 2437, 867, 24590, 750, 17284, 2879, 686, 824, 72, 423, 618, 10311, 257, 4038, 15943, 416, 331, 321, 12236, 30, 46506, 366, 43, 1686, 1, 16034, 3084, 62, 22, 2791, 4349, 33411, 366, 44445, 15051, 1, 796, 705, 88, 321, 12236, 6, 5357,...
what is drug route of drug name nephrocaps?
SELECT prescriptions.route FROM prescriptions WHERE prescriptions.drug = "Nephrocaps"
[ 10919, 318, 2563, 6339, 286, 2563, 1438, 497, 746, 12204, 1686, 30, 46506, 34092, 13, 38629, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 45, 27446, 12204, 1686, 1 ]
[ 1, 1, 1, 1, 1, 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, 6339, 286, 2563, 1438, 497, 746, 12204, 1686, 30, 46506, 34092, 13, 38629, 16034, 34092, 33411, 34092, 13, 30349, 796, 366, 45, 27446, 12204, 1686, 1 ]
Visualize a bar chart about the distribution of ACC_Road and School_ID , and group by attribute ACC_Home.
SELECT ACC_Road, School_ID FROM basketball_match GROUP BY ACC_Home, ACC_Road
[ 36259, 1096, 257, 2318, 8262, 546, 262, 6082, 286, 15859, 62, 29197, 290, 3961, 62, 2389, 837, 290, 1448, 416, 11688, 15859, 62, 16060, 13, 46506, 15859, 62, 29197, 11, 3961, 62, 2389, 16034, 9669, 62, 15699, 44441, 11050, 15859, 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 ]
[ 36259, 1096, 257, 2318, 8262, 546, 262, 6082, 286, 15859, 62, 29197, 290, 3961, 62, 2389, 837, 290, 1448, 416, 11688, 15859, 62, 16060, 13, 46506, 15859, 62, 29197, 11, 3961, 62, 2389, 16034, 9669, 62, 15699, 44441, 11050, 15859, 62, ...
What is the Comp of the Shooter with a Score of 489.5?
SELECT "Comp" FROM table_13735 WHERE "Score" = '489.5'
[ 2061, 318, 262, 3082, 286, 262, 35334, 351, 257, 15178, 286, 604, 4531, 13, 20, 30, 46506, 366, 7293, 1, 16034, 3084, 62, 19708, 2327, 33411, 366, 26595, 1, 796, 705, 35890, 13, 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 ]
[ 2061, 318, 262, 3082, 286, 262, 35334, 351, 257, 15178, 286, 604, 4531, 13, 20, 30, 46506, 366, 7293, 1, 16034, 3084, 62, 19708, 2327, 33411, 366, 26595, 1, 796, 705, 35890, 13, 20, 6 ]
What is the weight when 20 is the number?
SELECT MAX(weight) FROM table_22496344_1 WHERE _number = 20
[ 2061, 318, 262, 3463, 618, 1160, 318, 262, 1271, 30, 46506, 25882, 7, 6551, 8, 16034, 3084, 62, 24137, 4846, 33535, 62, 16, 33411, 4808, 17618, 796, 1160 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3463, 618, 1160, 318, 262, 1271, 30, 46506, 25882, 7, 6551, 8, 16034, 3084, 62, 24137, 4846, 33535, 62, 16, 33411, 4808, 17618, 796, 1160 ]
what track was next after all i got ?
SELECT "title" FROM table_203_701 WHERE "#" = (SELECT "#" FROM table_203_701 WHERE "title" = '"all i got"') + 1
[ 10919, 2610, 373, 1306, 706, 477, 1312, 1392, 5633, 46506, 366, 7839, 1, 16034, 3084, 62, 22416, 62, 41583, 33411, 25113, 1, 796, 357, 46506, 25113, 1, 16034, 3084, 62, 22416, 62, 41583, 33411, 366, 7839, 1, 796, 705, 1, 439, 1312, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2610, 373, 1306, 706, 477, 1312, 1392, 5633, 46506, 366, 7839, 1, 16034, 3084, 62, 22416, 62, 41583, 33411, 25113, 1, 796, 357, 46506, 25113, 1, 16034, 3084, 62, 22416, 62, 41583, 33411, 366, 7839, 1, 796, 705, 1, 439, 1312, ...
What is the highest elevation for the highest point of Schnebelhorn?
SELECT "Highest elevation" FROM table_63629 WHERE "Highest point" = 'schnebelhorn'
[ 2061, 318, 262, 4511, 22910, 329, 262, 4511, 966, 286, 23343, 6667, 25311, 30, 46506, 366, 36124, 3634, 22910, 1, 16034, 3084, 62, 21, 2623, 1959, 33411, 366, 36124, 3634, 966, 1, 796, 705, 20601, 710, 6667, 25311, 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, 4511, 22910, 329, 262, 4511, 966, 286, 23343, 6667, 25311, 30, 46506, 366, 36124, 3634, 22910, 1, 16034, 3084, 62, 21, 2623, 1959, 33411, 366, 36124, 3634, 966, 1, 796, 705, 20601, 710, 6667, 25311, 6 ]
What is the airing date for a modern drama with more than 21 episodes?
SELECT "Airing date" FROM table_57060 WHERE "Genre" = 'modern drama' AND "Number of episodes" > '21'
[ 2061, 318, 262, 31701, 3128, 329, 257, 3660, 10512, 351, 517, 621, 2310, 8640, 30, 46506, 366, 32, 3428, 3128, 1, 16034, 3084, 62, 39254, 1899, 33411, 366, 13746, 260, 1, 796, 705, 23922, 10512, 6, 5357, 366, 15057, 286, 8640, 1, 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 ]
[ 2061, 318, 262, 31701, 3128, 329, 257, 3660, 10512, 351, 517, 621, 2310, 8640, 30, 46506, 366, 32, 3428, 3128, 1, 16034, 3084, 62, 39254, 1899, 33411, 366, 13746, 260, 1, 796, 705, 23922, 10512, 6, 5357, 366, 15057, 286, 8640, 1, 18...
What is the lowest top 5 winners with less than 0?
SELECT MIN("Top-5") FROM table_80238 WHERE "Wins" < '0'
[ 2061, 318, 262, 9016, 1353, 642, 14591, 351, 1342, 621, 657, 30, 46506, 20625, 7203, 9126, 12, 20, 4943, 16034, 3084, 62, 1795, 23721, 33411, 366, 54, 1040, 1, 1279, 705, 15, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 9016, 1353, 642, 14591, 351, 1342, 621, 657, 30, 46506, 20625, 7203, 9126, 12, 20, 4943, 16034, 3084, 62, 1795, 23721, 33411, 366, 54, 1040, 1, 1279, 705, 15, 6 ]
What club team is the United States player with an overall pick smaller than 142 from?
SELECT club_team FROM table_name_98 WHERE nationality = "united states" AND overall < 142
[ 2061, 3430, 1074, 318, 262, 1578, 1829, 2137, 351, 281, 4045, 2298, 4833, 621, 25181, 422, 30, 46506, 3430, 62, 15097, 16034, 3084, 62, 3672, 62, 4089, 33411, 29835, 796, 366, 41187, 2585, 1, 5357, 4045, 1279, 25181 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3430, 1074, 318, 262, 1578, 1829, 2137, 351, 281, 4045, 2298, 4833, 621, 25181, 422, 30, 46506, 3430, 62, 15097, 16034, 3084, 62, 3672, 62, 4089, 33411, 29835, 796, 366, 41187, 2585, 1, 5357, 4045, 1279, 25181 ]
What are the maximum, minimum, and average booked count for the products booked?
SELECT MAX(booked_count), MIN(booked_count), AVG(booked_count) FROM products_booked
[ 2061, 389, 262, 5415, 11, 5288, 11, 290, 2811, 21765, 954, 329, 262, 3186, 21765, 30, 46506, 25882, 7, 2070, 276, 62, 9127, 828, 20625, 7, 2070, 276, 62, 9127, 828, 35224, 7, 2070, 276, 62, 9127, 8, 16034, 3186, 62, 2070, 276 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5415, 11, 5288, 11, 290, 2811, 21765, 954, 329, 262, 3186, 21765, 30, 46506, 25882, 7, 2070, 276, 62, 9127, 828, 20625, 7, 2070, 276, 62, 9127, 828, 35224, 7, 2070, 276, 62, 9127, 8, 16034, 3186, 62, 2070, 276 ]
What was the lowest crowd size when the away team scored 7.19 (61)?
SELECT MIN("Crowd") FROM table_33400 WHERE "Away team score" = '7.19 (61)'
[ 2061, 373, 262, 9016, 4315, 2546, 618, 262, 1497, 1074, 7781, 767, 13, 1129, 357, 5333, 19427, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 2091, 7029, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 22, 13, 1129, 357, 5333, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4315, 2546, 618, 262, 1497, 1074, 7781, 767, 13, 1129, 357, 5333, 19427, 46506, 20625, 7203, 34, 3986, 4943, 16034, 3084, 62, 2091, 7029, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 22, 13, 1129, 357, 5333, ...
Who was the winner when the result was 56-0 before 1935?
SELECT winner FROM table_name_53 WHERE year < 1935 AND result = "56-0"
[ 8241, 373, 262, 8464, 618, 262, 1255, 373, 7265, 12, 15, 878, 30704, 30, 46506, 8464, 16034, 3084, 62, 3672, 62, 4310, 33411, 614, 1279, 30704, 5357, 1255, 796, 366, 3980, 12, 15, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 8464, 618, 262, 1255, 373, 7265, 12, 15, 878, 30704, 30, 46506, 8464, 16034, 3084, 62, 3672, 62, 4310, 33411, 614, 1279, 30704, 5357, 1255, 796, 366, 3980, 12, 15, 1 ]
What is the broadcast date where Jason's team is Rhod Gilbert and Shappi Khorsandi?
SELECT "First broadcast" FROM table_73532 WHERE "Jasons team" = 'Rhod Gilbert and Shappi Khorsandi'
[ 2061, 318, 262, 7025, 3128, 810, 8982, 338, 1074, 318, 22509, 24023, 290, 911, 1324, 72, 5311, 669, 26800, 30, 46506, 366, 5962, 7025, 1, 16034, 3084, 62, 22, 2327, 2624, 33411, 366, 41, 2812, 1074, 1, 796, 705, 49, 2065, 24023, 290...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7025, 3128, 810, 8982, 338, 1074, 318, 22509, 24023, 290, 911, 1324, 72, 5311, 669, 26800, 30, 46506, 366, 5962, 7025, 1, 16034, 3084, 62, 22, 2327, 2624, 33411, 366, 41, 2812, 1074, 1, 796, 705, 49, 2065, 24023, 290...
What are the fewest points that Roger Dutton/Tony Wright have received?
SELECT MIN(points) FROM table_name_15 WHERE rider = "roger dutton/tony wright"
[ 2061, 389, 262, 1178, 395, 2173, 326, 13637, 360, 21115, 14, 29387, 12206, 423, 2722, 30, 46506, 20625, 7, 13033, 8, 16034, 3084, 62, 3672, 62, 1314, 33411, 17876, 796, 366, 305, 1362, 288, 21115, 14, 1122, 88, 1319, 432, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1178, 395, 2173, 326, 13637, 360, 21115, 14, 29387, 12206, 423, 2722, 30, 46506, 20625, 7, 13033, 8, 16034, 3084, 62, 3672, 62, 1314, 33411, 17876, 796, 366, 305, 1362, 288, 21115, 14, 1122, 88, 1319, 432, 1 ]
WHAT IS THE HIGHEST # OF CARS WITH A START YEAR LESS THAN 2012, TBA CURRENT CAR, AND MORE THAN 1 CAR?
SELECT MAX("Number of cars") FROM table_8041 WHERE "Year started" < '2012' AND "Current car" = 'tba' AND "Car #" > '1'
[ 32971, 3180, 3336, 34677, 6465, 1303, 3963, 17368, 50, 13315, 317, 33303, 32914, 406, 7597, 2320, 1565, 2321, 11, 48591, 327, 39237, 17368, 11, 5357, 12011, 2320, 1565, 352, 17368, 30, 46506, 25882, 7203, 15057, 286, 5006, 4943, 16034, 30...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 32971, 3180, 3336, 34677, 6465, 1303, 3963, 17368, 50, 13315, 317, 33303, 32914, 406, 7597, 2320, 1565, 2321, 11, 48591, 327, 39237, 17368, 11, 5357, 12011, 2320, 1565, 352, 17368, 30, 46506, 25882, 7203, 15057, 286, 5006, 4943, 16034, 30...
What are the characters and duration of actors?
SELECT character, duration FROM actor
[ 2061, 389, 262, 3435, 290, 9478, 286, 10544, 30, 46506, 2095, 11, 9478, 16034, 8674 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 3435, 290, 9478, 286, 10544, 30, 46506, 2095, 11, 9478, 16034, 8674 ]
Who was the Driver, when the Engine was 7.1 l6, and when the Chassis was Mercedes-Benz SSK l?
SELECT "Driver" FROM table_7682 WHERE "Engine" = '7.1 l6' AND "Chassis" = 'mercedes-benz ssk l'
[ 8241, 373, 262, 12434, 11, 618, 262, 7117, 373, 767, 13, 16, 300, 21, 11, 290, 618, 262, 609, 20297, 373, 21279, 12, 42484, 6723, 42, 300, 30, 46506, 366, 32103, 1, 16034, 3084, 62, 30610, 17, 33411, 366, 13798, 1, 796, 705, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8241, 373, 262, 12434, 11, 618, 262, 7117, 373, 767, 13, 16, 300, 21, 11, 290, 618, 262, 609, 20297, 373, 21279, 12, 42484, 6723, 42, 300, 30, 46506, 366, 32103, 1, 16034, 3084, 62, 30610, 17, 33411, 366, 13798, 1, 796, 705, 22, ...
Find the name of route that has the highest number of deliveries.
SELECT t1.route_name FROM delivery_routes AS t1 JOIN delivery_route_locations AS t2 ON t1.route_id = t2.route_id GROUP BY t1.route_id ORDER BY COUNT(*) DESC LIMIT 1
[ 16742, 262, 1438, 286, 6339, 326, 468, 262, 4511, 1271, 286, 31167, 13, 46506, 256, 16, 13, 38629, 62, 3672, 16034, 7585, 62, 81, 448, 274, 7054, 256, 16, 32357, 1268, 7585, 62, 38629, 62, 17946, 602, 7054, 256, 17, 6177, 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...
[ 16742, 262, 1438, 286, 6339, 326, 468, 262, 4511, 1271, 286, 31167, 13, 46506, 256, 16, 13, 38629, 62, 3672, 16034, 7585, 62, 81, 448, 274, 7054, 256, 16, 32357, 1268, 7585, 62, 38629, 62, 17946, 602, 7054, 256, 17, 6177, 256, 16, ...
What stadium had the score 1 - 1 dodd 38'?
SELECT "Stadium" FROM table_64888 WHERE "Score" = '1 - 1 dodd 38'
[ 2061, 10308, 550, 262, 4776, 352, 532, 352, 288, 5088, 4353, 30960, 46506, 366, 1273, 6271, 1, 16034, 3084, 62, 2414, 28011, 33411, 366, 26595, 1, 796, 705, 16, 532, 352, 288, 5088, 4353, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 10308, 550, 262, 4776, 352, 532, 352, 288, 5088, 4353, 30960, 46506, 366, 1273, 6271, 1, 16034, 3084, 62, 2414, 28011, 33411, 366, 26595, 1, 796, 705, 16, 532, 352, 288, 5088, 4353, 6 ]
SELECT ROW_NUMBER() OVER(ORDER BY Reputation DESC) AS [#], Id AS [User Link], Reputati.
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE LOWER('%croatia%') ORDER BY Reputation DESC
[ 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 7, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 685, 2, 4357, 5121, 7054, 685, 12982, 7502, 4357, 1432, 315, 7246, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 7, 12532, 1137, 11050, 1432, 7094, 22196, 34, 8, 7054, 685, 2, 4357, 5121, 7054, 685, 12982, 7502, 4357, 1432, 315, 7246, 13, 46506, 371, 3913, 62, 41359, 13246, 3419, 28729, 357, 12532, ...
what are the new prescriptions of patient 25733 today compared to the prescription yesterday.
SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 25733) AND DATETIME(prescriptions.startdate, 'start of day') = DATETIME(CURRENT_TIME(), 'start of day', '-0 day') EXCEPT SELECT prescriptions.drug FROM prescriptions WHERE...
[ 10919, 389, 262, 649, 34092, 286, 5827, 36100, 2091, 1909, 3688, 284, 262, 15077, 7415, 13, 46506, 34092, 13, 30349, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 3341...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 649, 34092, 286, 5827, 36100, 2091, 1909, 3688, 284, 262, 15077, 7415, 13, 46506, 34092, 13, 30349, 16034, 34092, 33411, 34092, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 3341...
How tall is Zipp Duncan?
SELECT height FROM table_name_30 WHERE name = "zipp duncan"
[ 2437, 7331, 318, 1168, 3974, 18625, 30, 46506, 6001, 16034, 3084, 62, 3672, 62, 1270, 33411, 1438, 796, 366, 89, 3974, 12574, 5171, 1 ]
[ 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, 1168, 3974, 18625, 30, 46506, 6001, 16034, 3084, 62, 3672, 62, 1270, 33411, 1438, 796, 366, 89, 3974, 12574, 5171, 1 ]