instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
how many patients have received parent infus nutrit sub in the same hospital visit after previously receiving 1 int mam-cor art bypass in 2105?
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, procedures_icd.charttime, admissions.hadm_id FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_...
[ 4919, 867, 3871, 423, 2722, 2560, 1167, 385, 44867, 850, 287, 262, 976, 4436, 3187, 706, 4271, 6464, 352, 493, 285, 321, 12, 10215, 1242, 17286, 287, 362, 13348, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 423, 2722, 2560, 1167, 385, 44867, 850, 287, 262, 976, 4436, 3187, 706, 4271, 6464, 352, 493, 285, 321, 12, 10215, 1242, 17286, 287, 362, 13348, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62...
what is minimum age of patients whose ethnicity is black/cape verdean and days of hospital stay is 8?
SELECT MIN(demographic.age) FROM demographic WHERE demographic.ethnicity = "BLACK/CAPE VERDEAN" AND demographic.days_stay = "8"
[ 10919, 318, 5288, 2479, 286, 3871, 3025, 26289, 318, 2042, 14, 36435, 3326, 2934, 272, 290, 1528, 286, 4436, 2652, 318, 807, 30, 46506, 20625, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 9148, 8120...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5288, 2479, 286, 3871, 3025, 26289, 318, 2042, 14, 36435, 3326, 2934, 272, 290, 1528, 286, 4436, 2652, 318, 807, 30, 46506, 20625, 7, 9536, 6826, 13, 496, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 9148, 8120...
Who was Richmond's away team opponent?
SELECT away_team AS score FROM table_name_53 WHERE home_team = "richmond"
[ 8241, 373, 16940, 338, 1497, 1074, 6125, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 4310, 33411, 1363, 62, 15097, 796, 366, 7527, 6327, 1 ]
[ 1, 1, 1, 1, 1, 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, 16940, 338, 1497, 1074, 6125, 30, 46506, 1497, 62, 15097, 7054, 4776, 16034, 3084, 62, 3672, 62, 4310, 33411, 1363, 62, 15097, 796, 366, 7527, 6327, 1 ]
give me the number of patients whose marital status is divorced and lab test chart time is 2182-12-31 17:20:00?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.marital_status = "DIVORCED" AND lab.charttime = "2182-12-31 17:20:00"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 25107, 290, 2248, 1332, 8262, 640, 318, 362, 24294, 12, 1065, 12, 3132, 1596, 25, 1238, 25, 405, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 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...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 29555, 3722, 318, 25107, 290, 2248, 1332, 8262, 640, 318, 362, 24294, 12, 1065, 12, 3132, 1596, 25, 1238, 25, 405, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8,...
What is the smallest number of Matches with less than 97 losses and a Win rate of 28.68%?
SELECT MIN("Matches") FROM table_80285 WHERE "Win %" = '28.68%' AND "Lost" < '97'
[ 2061, 318, 262, 18197, 1271, 286, 6550, 2052, 351, 1342, 621, 10111, 9089, 290, 257, 7178, 2494, 286, 2579, 13, 3104, 4, 30, 46506, 20625, 7203, 19044, 2052, 4943, 16034, 3084, 62, 1795, 26279, 33411, 366, 16643, 4064, 1, 796, 705, 20...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18197, 1271, 286, 6550, 2052, 351, 1342, 621, 10111, 9089, 290, 257, 7178, 2494, 286, 2579, 13, 3104, 4, 30, 46506, 20625, 7203, 19044, 2052, 4943, 16034, 3084, 62, 1795, 26279, 33411, 366, 16643, 4064, 1, 796, 705, 20...
How many Total matches have a Year of career, and a Points won larger than 25?
SELECT SUM(total_matches) FROM table_name_61 WHERE year = "career" AND points_won > 25
[ 2437, 867, 7472, 7466, 423, 257, 6280, 286, 3451, 11, 290, 257, 11045, 1839, 4025, 621, 1679, 30, 46506, 35683, 7, 23350, 62, 6759, 2052, 8, 16034, 3084, 62, 3672, 62, 5333, 33411, 614, 796, 366, 6651, 263, 1, 5357, 2173, 62, 26502,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7472, 7466, 423, 257, 6280, 286, 3451, 11, 290, 257, 11045, 1839, 4025, 621, 1679, 30, 46506, 35683, 7, 23350, 62, 6759, 2052, 8, 16034, 3084, 62, 3672, 62, 5333, 33411, 614, 796, 366, 6651, 263, 1, 5357, 2173, 62, 26502,...
how many patients are diagnosed with the primary disease of liver transplant?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "LIVER TRANSPLANT"
[ 4919, 867, 3871, 389, 14641, 351, 262, 4165, 4369, 286, 14383, 23319, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 43, 38757, 48213, 4303, 43, 864...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 3871, 389, 14641, 351, 262, 4165, 4369, 286, 14383, 23319, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 47356, 5958, 796, 366, 43, 38757, 48213, 4303, 43, 864...
What town has the population of 777?
SELECT cyrillic_name_other_names FROM table_2562572_39 WHERE population__2011_ = "777"
[ 2061, 3240, 468, 262, 3265, 286, 35534, 30, 46506, 269, 2417, 359, 291, 62, 3672, 62, 847, 62, 14933, 16034, 3084, 62, 11645, 1495, 4761, 62, 2670, 33411, 3265, 834, 9804, 62, 796, 366, 29331, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3240, 468, 262, 3265, 286, 35534, 30, 46506, 269, 2417, 359, 291, 62, 3672, 62, 847, 62, 14933, 16034, 3084, 62, 11645, 1495, 4761, 62, 2670, 33411, 3265, 834, 9804, 62, 796, 366, 29331, 1 ]
Who was the rider with 120.953 mph speed?
SELECT rider FROM table_name_79 WHERE speed = "120.953 mph"
[ 8241, 373, 262, 17876, 351, 7982, 13, 49649, 16462, 2866, 30, 46506, 17876, 16034, 3084, 62, 3672, 62, 3720, 33411, 2866, 796, 366, 10232, 13, 49649, 16462, 1 ]
[ 1, 1, 1, 1, 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, 17876, 351, 7982, 13, 49649, 16462, 2866, 30, 46506, 17876, 16034, 3084, 62, 3672, 62, 3720, 33411, 2866, 796, 366, 10232, 13, 49649, 16462, 1 ]
have patient 006-122712 been admitted to an emergency room during their current hospital visit.
SELECT COUNT(*) > 0 FROM patient WHERE patient.uniquepid = '006-122712' AND patient.hospitaladmitsource = 'emergency department' AND patient.hospitaldischargetime IS NULL
[ 14150, 5827, 3571, 21, 12, 1065, 1983, 1065, 587, 6848, 284, 281, 6334, 2119, 1141, 511, 1459, 4436, 3187, 13, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 28041, 12, 1065, 1983,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 14150, 5827, 3571, 21, 12, 1065, 1983, 1065, 587, 6848, 284, 281, 6334, 2119, 1141, 511, 1459, 4436, 3187, 13, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 5827, 33411, 5827, 13, 403, 1557, 538, 312, 796, 705, 28041, 12, 1065, 1983,...
How many accounts are opened in each day for all accounts by the customer with first name 'Meaghan' ? Bin the account open day by weekday in a bar chart.
SELECT date_account_opened, COUNT(date_account_opened) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = 'Meaghan'
[ 2437, 867, 5504, 389, 4721, 287, 1123, 1110, 329, 477, 5504, 416, 262, 6491, 351, 717, 1438, 705, 5308, 45109, 6, 5633, 20828, 262, 1848, 1280, 1110, 416, 28269, 287, 257, 2318, 8262, 13, 46506, 3128, 62, 23317, 62, 26350, 11, 327, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5504, 389, 4721, 287, 1123, 1110, 329, 477, 5504, 416, 262, 6491, 351, 717, 1438, 705, 5308, 45109, 6, 5633, 20828, 262, 1848, 1280, 1110, 416, 28269, 287, 257, 2318, 8262, 13, 46506, 3128, 62, 23317, 62, 26350, 11, 327, ...
In what years did a movie receive a 4 or 5 star rating, and list the years from oldest to most recently?
SELECT DISTINCT year FROM movie AS T1 JOIN rating AS T2 ON T1.mid = T2.mid WHERE T2.stars >= 4 ORDER BY T1.year
[ 818, 644, 812, 750, 257, 3807, 3328, 257, 604, 393, 642, 3491, 7955, 11, 290, 1351, 262, 812, 422, 13325, 284, 749, 2904, 30, 46506, 360, 8808, 1268, 4177, 614, 16034, 3807, 7054, 309, 16, 32357, 1268, 7955, 7054, 309, 17, 6177, 309...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 812, 750, 257, 3807, 3328, 257, 604, 393, 642, 3491, 7955, 11, 290, 1351, 262, 812, 422, 13325, 284, 749, 2904, 30, 46506, 360, 8808, 1268, 4177, 614, 16034, 3807, 7054, 309, 16, 32357, 1268, 7955, 7054, 309, 17, 6177, 309...
what is the report called where the circuit took place at the nazareth speedway?
SELECT "Report" FROM table_16257 WHERE "Circuit" = 'Nazareth Speedway'
[ 10919, 318, 262, 989, 1444, 810, 262, 10349, 1718, 1295, 379, 262, 299, 1031, 26659, 2866, 1014, 30, 46506, 366, 19100, 1, 16034, 3084, 62, 1433, 28676, 33411, 366, 31560, 5013, 1, 796, 705, 37235, 26659, 46000, 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, 989, 1444, 810, 262, 10349, 1718, 1295, 379, 262, 299, 1031, 26659, 2866, 1014, 30, 46506, 366, 19100, 1, 16034, 3084, 62, 1433, 28676, 33411, 366, 31560, 5013, 1, 796, 705, 37235, 26659, 46000, 6 ]
What time is MDT when EDT is set and PDT is 6:00 a.m.?
SELECT "MDT (-6 UTC)" FROM table_8655 WHERE "EDT (-4 UTC)" = 'set' AND "PDT (-7 UTC)" = '6:00 a.m.'
[ 2061, 640, 318, 10670, 51, 618, 15693, 318, 900, 290, 28288, 318, 718, 25, 405, 257, 13, 76, 40791, 46506, 366, 12740, 51, 13841, 21, 18119, 16725, 16034, 3084, 62, 4521, 2816, 33411, 366, 1961, 51, 13841, 19, 18119, 16725, 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 ]
[ 2061, 640, 318, 10670, 51, 618, 15693, 318, 900, 290, 28288, 318, 718, 25, 405, 257, 13, 76, 40791, 46506, 366, 12740, 51, 13841, 21, 18119, 16725, 16034, 3084, 62, 4521, 2816, 33411, 366, 1961, 51, 13841, 19, 18119, 16725, 796, 705, ...
Name the hdtv when number is 378
SELECT "HDTV" FROM table_1363 WHERE "N\u00b0" = '378'
[ 5376, 262, 289, 67, 14981, 618, 1271, 318, 45473, 46506, 366, 10227, 6849, 1, 16034, 3084, 62, 1485, 5066, 33411, 366, 45, 59, 84, 405, 65, 15, 1, 796, 705, 30695, 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 ]
[ 5376, 262, 289, 67, 14981, 618, 1271, 318, 45473, 46506, 366, 10227, 6849, 1, 16034, 3084, 62, 1485, 5066, 33411, 366, 45, 59, 84, 405, 65, 15, 1, 796, 705, 30695, 6 ]
give me the number of patients whose admission type is emergency and procedure icd9 code is 7761?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_type = "EMERGENCY" AND procedures.icd9_code = "7761"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 8771, 14158, 67, 24, 2438, 318, 767, 4304, 16, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 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...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 6334, 290, 8771, 14158, 67, 24, 2438, 318, 767, 4304, 16, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
in 09/this year has patient 028-55868 received any medication?
SELECT COUNT(*) > 0 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '028-55868')) AND DATETIME(medication.drugstarttime, 'start of year') = DAT...
[ 259, 7769, 14, 5661, 614, 468, 5827, 657, 2078, 12, 40486, 3104, 2722, 597, 14103, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 31...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 259, 7769, 14, 5661, 614, 468, 5827, 657, 2078, 12, 40486, 3104, 2722, 597, 14103, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, 31...
when was the last time since 1031 days ago that patient 007-2001 has had a volume (ml)-lactated ringers infusion intake?
SELECT 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 = '007-2001')) AND intakeoutput.cellpath LIKE '%intake%'...
[ 12518, 373, 262, 938, 640, 1201, 838, 3132, 1528, 2084, 326, 5827, 3571, 22, 12, 14585, 468, 550, 257, 6115, 357, 4029, 13219, 75, 529, 515, 5858, 364, 35547, 10337, 30, 46506, 10337, 22915, 13, 600, 539, 22915, 2435, 16034, 10337, 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...
[ 12518, 373, 262, 938, 640, 1201, 838, 3132, 1528, 2084, 326, 5827, 3571, 22, 12, 14585, 468, 550, 257, 6115, 357, 4029, 13219, 75, 529, 515, 5858, 364, 35547, 10337, 30, 46506, 10337, 22915, 13, 600, 539, 22915, 2435, 16034, 10337, 22...
The Western Oval venue has what date?
SELECT "Date" FROM table_33560 WHERE "Venue" = 'western oval'
[ 464, 4885, 25165, 14359, 468, 644, 3128, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 27326, 1899, 33411, 366, 37522, 518, 1, 796, 705, 14197, 41186, 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 ]
[ 464, 4885, 25165, 14359, 468, 644, 3128, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 27326, 1899, 33411, 366, 37522, 518, 1, 796, 705, 14197, 41186, 6 ]
What is the mark for the runner in lanes under 2 and heats under 5?
SELECT "Mark" FROM table_9676 WHERE "Lane" < '2' AND "Heat" < '5'
[ 2061, 318, 262, 1317, 329, 262, 17490, 287, 15296, 739, 362, 290, 37876, 739, 642, 30, 46506, 366, 9704, 1, 16034, 3084, 62, 24, 42548, 33411, 366, 43, 1531, 1, 1279, 705, 17, 6, 5357, 366, 39596, 1, 1279, 705, 20, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1317, 329, 262, 17490, 287, 15296, 739, 362, 290, 37876, 739, 642, 30, 46506, 366, 9704, 1, 16034, 3084, 62, 24, 42548, 33411, 366, 43, 1531, 1, 1279, 705, 17, 6, 5357, 366, 39596, 1, 1279, 705, 20, 6 ]
What is every English translation when Tamil months is M rkazhi, Tai?
SELECT "English Translation" FROM table_21669 WHERE "Tamil Months" = 'mārkazhi, tai'
[ 2061, 318, 790, 3594, 11059, 618, 32519, 1933, 318, 337, 374, 74, 1031, 5303, 11, 11144, 30, 46506, 366, 15823, 33322, 1, 16034, 3084, 62, 20666, 3388, 33411, 366, 42061, 346, 37461, 1, 796, 705, 76, 10235, 81, 74, 1031, 5303, 11, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 790, 3594, 11059, 618, 32519, 1933, 318, 337, 374, 74, 1031, 5303, 11, 11144, 30, 46506, 366, 15823, 33322, 1, 16034, 3084, 62, 20666, 3388, 33411, 366, 42061, 346, 37461, 1, 796, 705, 76, 10235, 81, 74, 1031, 5303, 11, 2...
What is the score of the game with Grizzlies as the visitor team on 30 December 2007?
SELECT score FROM table_name_21 WHERE visitor = "grizzlies" AND date = "30 december 2007"
[ 2061, 318, 262, 4776, 286, 262, 983, 351, 40669, 355, 262, 21493, 1074, 319, 1542, 3426, 4343, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 2481, 33411, 21493, 796, 366, 70, 380, 3019, 13508, 1, 5357, 3128, 796, 366, 1270, 390, 3273, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 983, 351, 40669, 355, 262, 21493, 1074, 319, 1542, 3426, 4343, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 2481, 33411, 21493, 796, 366, 70, 380, 3019, 13508, 1, 5357, 3128, 796, 366, 1270, 390, 3273, ...
Are there going to be special topics classes next Winter ?
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester WHERE (course.number = 398 OR course.number = 498 OR course.number = 598) AND course.department = 'E...
[ 8491, 612, 1016, 284, 307, 2041, 10233, 6097, 1306, 10633, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 8491, 612, 1016, 284, 307, 2041, 10233, 6097, 1306, 10633, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 1781, 13, ...
what is the number of patients who were admitted via emergency room and had open liver biopsy procedure?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "EMERGENCY ROOM ADMIT" AND procedures.short_title = "Open liver biopsy"
[ 10919, 318, 262, 1271, 286, 3871, 508, 547, 6848, 2884, 6334, 2119, 290, 550, 1280, 14383, 3182, 44522, 8771, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 508, 547, 6848, 2884, 6334, 2119, 290, 550, 1280, 14383, 3182, 44522, 8771, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, ...
What is the earliest year associated with under 0 wins?
SELECT MIN("Year") FROM table_36985 WHERE "Wins" < '0'
[ 2061, 318, 262, 14555, 614, 3917, 351, 739, 657, 7864, 30, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 2623, 42250, 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 ]
[ 2061, 318, 262, 14555, 614, 3917, 351, 739, 657, 7864, 30, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 2623, 42250, 33411, 366, 54, 1040, 1, 1279, 705, 15, 6 ]
What is the event year radek t p nek was the round and there were less than 3 aces?
SELECT COUNT(event) FROM table_name_92 WHERE round = "radek štěpánek" AND NOT aces < 3
[ 2061, 318, 262, 1785, 614, 374, 671, 74, 256, 279, 497, 74, 373, 262, 2835, 290, 612, 547, 1342, 621, 513, 257, 728, 30, 46506, 327, 28270, 7, 15596, 8, 16034, 3084, 62, 3672, 62, 5892, 33411, 2835, 796, 366, 27585, 74, 25370, 94,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1785, 614, 374, 671, 74, 256, 279, 497, 74, 373, 262, 2835, 290, 612, 547, 1342, 621, 513, 257, 728, 30, 46506, 327, 28270, 7, 15596, 8, 16034, 3084, 62, 3672, 62, 5892, 33411, 2835, 796, 366, 27585, 74, 25370, 94,...
Which home team has an away team score of 4.9 (33)?
SELECT "Home team" FROM table_10156 WHERE "Away team score" = '4.9 (33)'
[ 13828, 1363, 1074, 468, 281, 1497, 1074, 4776, 286, 604, 13, 24, 357, 2091, 19427, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 8784, 3980, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 19, 13, 24, 357, 2091, 33047 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 1363, 1074, 468, 281, 1497, 1074, 4776, 286, 604, 13, 24, 357, 2091, 19427, 46506, 366, 16060, 1074, 1, 16034, 3084, 62, 8784, 3980, 33411, 366, 32, 1014, 1074, 4776, 1, 796, 705, 19, 13, 24, 357, 2091, 33047 ]
creatinine clearance < 60 ml / min
SELECT * FROM table_train_183 WHERE creatinine_clearance_cl < 60
[ 20123, 259, 500, 19745, 1279, 3126, 25962, 1220, 949, 46506, 1635, 16034, 3084, 62, 27432, 62, 24839, 33411, 1827, 259, 500, 62, 20063, 590, 62, 565, 1279, 3126 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 20123, 259, 500, 19745, 1279, 3126, 25962, 1220, 949, 46506, 1635, 16034, 3084, 62, 27432, 62, 24839, 33411, 1827, 259, 500, 62, 20063, 590, 62, 565, 1279, 3126 ]
what is the marital status and insurance type of subject id 74032?
SELECT demographic.marital_status, demographic.insurance FROM demographic WHERE demographic.subject_id = "74032"
[ 10919, 318, 262, 29555, 3722, 290, 5096, 2099, 286, 2426, 4686, 767, 1821, 2624, 30, 46506, 16728, 13, 3876, 1287, 62, 13376, 11, 16728, 13, 1040, 3874, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 45598, 2624, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29555, 3722, 290, 5096, 2099, 286, 2426, 4686, 767, 1821, 2624, 30, 46506, 16728, 13, 3876, 1287, 62, 13376, 11, 16728, 13, 1040, 3874, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 45598, 2624, 1 ]
how many of the patients discharged to home had a hospital stay of more than 23 days?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.discharge_location = "HOME" AND demographic.days_stay > "23"
[ 4919, 867, 286, 262, 3871, 26476, 284, 1363, 550, 257, 4436, 2652, 286, 517, 621, 2242, 1528, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 6381, 10136, 62, 24886, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4919, 867, 286, 262, 3871, 26476, 284, 1363, 550, 257, 4436, 2652, 286, 517, 621, 2242, 1528, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 6381, 10136, 62, 24886, 796, ...
Which club has 16 league goals for a total of 20?
SELECT club FROM table_name_2 WHERE league_goals = "16" AND total = 20
[ 13828, 3430, 468, 1467, 4652, 4661, 329, 257, 2472, 286, 1160, 30, 46506, 3430, 16034, 3084, 62, 3672, 62, 17, 33411, 4652, 62, 2188, 874, 796, 366, 1433, 1, 5357, 2472, 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, 1, 1, 1, 1, 1 ]
[ 13828, 3430, 468, 1467, 4652, 4661, 329, 257, 2472, 286, 1160, 30, 46506, 3430, 16034, 3084, 62, 3672, 62, 17, 33411, 4652, 62, 2188, 874, 796, 366, 1433, 1, 5357, 2472, 796, 1160 ]
What do all posts with answers>12 say?.
SELECT q.Id AS "post_link", CreationDate, Title, Body AS Body, Score, Tags, ViewCount, AnswerCount AS Answers, LENGTH(Body) AS Size FROM Posts AS q WHERE q.ClosedDate IS NULL AND AnswerCount > 12
[ 2061, 466, 477, 6851, 351, 7429, 29, 1065, 910, 30, 13, 46506, 10662, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 21582, 10430, 11, 11851, 11, 12290, 7054, 12290, 11, 15178, 11, 44789, 11, 3582, 12332, 11, 23998, 12332, 7054, 42612, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 466, 477, 6851, 351, 7429, 29, 1065, 910, 30, 13, 46506, 10662, 13, 7390, 7054, 366, 7353, 62, 8726, 1600, 21582, 10430, 11, 11851, 11, 12290, 7054, 12290, 11, 15178, 11, 44789, 11, 3582, 12332, 11, 23998, 12332, 7054, 42612, 11...
Which res has a Time of 5:00, and a Method of decision (unanimous), and a Record of 1 0?
SELECT res FROM table_name_25 WHERE time = "5:00" AND method = "decision (unanimous)" AND record = "1–0"
[ 13828, 581, 468, 257, 3862, 286, 642, 25, 405, 11, 290, 257, 11789, 286, 2551, 357, 403, 45873, 828, 290, 257, 13266, 286, 352, 657, 30, 46506, 581, 16034, 3084, 62, 3672, 62, 1495, 33411, 640, 796, 366, 20, 25, 405, 1, 5357, 2446...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 581, 468, 257, 3862, 286, 642, 25, 405, 11, 290, 257, 11789, 286, 2551, 357, 403, 45873, 828, 290, 257, 13266, 286, 352, 657, 30, 46506, 581, 16034, 3084, 62, 3672, 62, 1495, 33411, 640, 796, 366, 20, 25, 405, 1, 5357, 2446...
adults aged 30 to 65 years
SELECT * FROM table_train_159 WHERE age >= 30 AND age <= 65
[ 324, 8376, 9722, 1542, 284, 6135, 812, 46506, 1635, 16034, 3084, 62, 27432, 62, 19707, 33411, 2479, 18189, 1542, 5357, 2479, 19841, 6135 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 324, 8376, 9722, 1542, 284, 6135, 812, 46506, 1635, 16034, 3084, 62, 27432, 62, 19707, 33411, 2479, 18189, 1542, 5357, 2479, 19841, 6135 ]
how many of the patients on elective admission had icd9 code 9744?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_type = "ELECTIVE" AND procedures.icd9_code = "9744"
[ 4919, 867, 286, 262, 3871, 319, 1742, 425, 13938, 550, 14158, 67, 24, 2438, 10111, 2598, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 1810...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 262, 3871, 319, 1742, 425, 13938, 550, 14158, 67, 24, 2438, 10111, 2598, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 1810...
What is the number of wins that has a top-10 of 2, and more events than 8, more cuts than 6?
SELECT COUNT("Wins") FROM table_12071 WHERE "Top-10" = '2' AND "Events" > '8' AND "Cuts made" > '6'
[ 2061, 318, 262, 1271, 286, 7864, 326, 468, 257, 1353, 12, 940, 286, 362, 11, 290, 517, 2995, 621, 807, 11, 517, 6630, 621, 718, 30, 46506, 327, 28270, 7203, 54, 1040, 4943, 16034, 3084, 62, 1065, 2998, 16, 33411, 366, 9126, 12, 94...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 1271, 286, 7864, 326, 468, 257, 1353, 12, 940, 286, 362, 11, 290, 517, 2995, 621, 807, 11, 517, 6630, 621, 718, 30, 46506, 327, 28270, 7203, 54, 1040, 4943, 16034, 3084, 62, 1065, 2998, 16, 33411, 366, 9126, 12, 94...
WHat kind of L2 cache has a Model number of turion x2 ultra zm-85?
SELECT "L2 cache" FROM table_7402 WHERE "Model number" = 'turion x2 ultra zm-85'
[ 12418, 265, 1611, 286, 406, 17, 12940, 468, 257, 9104, 1271, 286, 7858, 295, 2124, 17, 14764, 1976, 76, 12, 5332, 30, 46506, 366, 43, 17, 12940, 1, 16034, 3084, 62, 22, 32531, 33411, 366, 17633, 1271, 1, 796, 705, 36590, 295, 2124, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 265, 1611, 286, 406, 17, 12940, 468, 257, 9104, 1271, 286, 7858, 295, 2124, 17, 14764, 1976, 76, 12, 5332, 30, 46506, 366, 43, 17, 12940, 1, 16034, 3084, 62, 22, 32531, 33411, 366, 17633, 1271, 1, 796, 705, 36590, 295, 2124, ...
Which Score has a Record of 5-4?
SELECT "Score" FROM table_9283 WHERE "Record" = '5-4'
[ 13828, 15178, 468, 257, 13266, 286, 642, 12, 19, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 24, 30290, 33411, 366, 23739, 1, 796, 705, 20, 12, 19, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 15178, 468, 257, 13266, 286, 642, 12, 19, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 24, 30290, 33411, 366, 23739, 1, 796, 705, 20, 12, 19, 6 ]
What is Application Sharing, when Web Conferencing is 'Web Conferencing'?
SELECT "Application sharing" FROM table_59590 WHERE "Web conferencing" = 'web conferencing'
[ 2061, 318, 15678, 36644, 11, 618, 5313, 7326, 14226, 2259, 318, 705, 13908, 7326, 14226, 2259, 30960, 46506, 366, 23416, 7373, 1, 16034, 3084, 62, 3270, 36993, 33411, 366, 13908, 1013, 14226, 2259, 1, 796, 705, 12384, 1013, 14226, 2259, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15678, 36644, 11, 618, 5313, 7326, 14226, 2259, 318, 705, 13908, 7326, 14226, 2259, 30960, 46506, 366, 23416, 7373, 1, 16034, 3084, 62, 3270, 36993, 33411, 366, 13908, 1013, 14226, 2259, 1, 796, 705, 12384, 1013, 14226, 2259, ...
i would like to fly US from ORLANDO to CLEVELAND in the late evening what do you have available
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 (((flight.departure_time <= 2200 AND flight.departure_time >= 2000) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'CLEVELAND' AND fli...
[ 72, 561, 588, 284, 6129, 1294, 422, 6375, 28182, 46, 284, 30301, 18697, 6981, 287, 262, 2739, 6180, 644, 466, 345, 423, 1695, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 3500...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 561, 588, 284, 6129, 1294, 422, 6375, 28182, 46, 284, 30301, 18697, 6981, 287, 262, 2739, 6180, 644, 466, 345, 423, 1695, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 3500...
provide the number of patients who had procedure icd9 code 12 and are still alive.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.expire_flag = "0" AND procedures.icd9_code = "12"
[ 15234, 485, 262, 1271, 286, 3871, 508, 550, 8771, 14158, 67, 24, 2438, 1105, 290, 389, 991, 6776, 13, 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...
[ 15234, 485, 262, 1271, 286, 3871, 508, 550, 8771, 14158, 67, 24, 2438, 1105, 290, 389, 991, 6776, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728,...
If Notre Dame had a pick larger than 5, what's the overall pick?
SELECT MAX(overall) FROM table_name_26 WHERE college = "notre dame" AND pick > 5
[ 1532, 23382, 20377, 550, 257, 2298, 4025, 621, 642, 11, 644, 338, 262, 4045, 2298, 30, 46506, 25882, 7, 2502, 439, 8, 16034, 3084, 62, 3672, 62, 2075, 33411, 4152, 796, 366, 1662, 260, 288, 480, 1, 5357, 2298, 1875, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1532, 23382, 20377, 550, 257, 2298, 4025, 621, 642, 11, 644, 338, 262, 4045, 2298, 30, 46506, 25882, 7, 2502, 439, 8, 16034, 3084, 62, 3672, 62, 2075, 33411, 4152, 796, 366, 1662, 260, 288, 480, 1, 5357, 2298, 1875, 642 ]
What is the lowest pick of the defensive tackle player dave haverdick?
SELECT MIN("Pick") FROM table_79475 WHERE "Position" = 'defensive tackle' AND "Player" = 'dave haverdick'
[ 2061, 318, 262, 9016, 2298, 286, 262, 6110, 9761, 2137, 288, 1015, 387, 332, 67, 624, 30, 46506, 20625, 7203, 31686, 4943, 16034, 3084, 62, 3720, 32576, 33411, 366, 26545, 1, 796, 705, 4299, 2021, 9761, 6, 5357, 366, 14140, 1, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 9016, 2298, 286, 262, 6110, 9761, 2137, 288, 1015, 387, 332, 67, 624, 30, 46506, 20625, 7203, 31686, 4943, 16034, 3084, 62, 3720, 32576, 33411, 366, 26545, 1, 796, 705, 4299, 2021, 9761, 6, 5357, 366, 14140, 1, 796, ...
what was the last time of patient 6170 taking .9% normal saline on the current intensive care unit visit?
SELECT inputevents_cv.charttime FROM inputevents_cv WHERE inputevents_cv.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 6170) AND icustays.outtime IS NULL) AND inputevents_cv.itemid IN (SELECT d_items.itemid FROM...
[ 10919, 373, 262, 938, 640, 286, 5827, 718, 17279, 2263, 764, 24, 4, 3487, 47375, 319, 262, 1459, 18590, 1337, 4326, 3187, 30, 46506, 287, 79, 1133, 85, 658, 62, 33967, 13, 40926, 2435, 16034, 287, 79, 1133, 85, 658, 62, 33967, 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, 373, 262, 938, 640, 286, 5827, 718, 17279, 2263, 764, 24, 4, 3487, 47375, 319, 262, 1459, 18590, 1337, 4326, 3187, 30, 46506, 287, 79, 1133, 85, 658, 62, 33967, 13, 40926, 2435, 16034, 287, 79, 1133, 85, 658, 62, 33967, 33411...
For those employees who do not work in departments with managers that have ids between 100 and 200, give me the comparison about salary over the email , and I want to list by the x-axis in desc please.
SELECT EMAIL, SALARY FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY EMAIL DESC
[ 1890, 883, 4409, 508, 466, 407, 670, 287, 13346, 351, 11663, 326, 423, 220, 2340, 1022, 1802, 290, 939, 11, 1577, 502, 262, 7208, 546, 9588, 625, 262, 3053, 837, 290, 314, 765, 284, 1351, 416, 262, 2124, 12, 22704, 287, 1715, 3387, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 883, 4409, 508, 466, 407, 670, 287, 13346, 351, 11663, 326, 423, 220, 2340, 1022, 1802, 290, 939, 11, 1577, 502, 262, 7208, 546, 9588, 625, 262, 3053, 837, 290, 314, 765, 284, 1351, 416, 262, 2124, 12, 22704, 287, 1715, 3387, ...
what is the minimum daily number of patients who had pulmonary embolism since 1 year ago?
SELECT MIN(t1.c1) FROM (SELECT COUNT(DISTINCT diagnosis.patientunitstayid) AS c1 FROM diagnosis WHERE diagnosis.diagnosisname = 'pulmonary embolism' AND DATETIME(diagnosis.diagnosistime) >= DATETIME(CURRENT_TIME(), '-1 year') GROUP BY STRFTIME('%y-%m-%d', diagnosis.diagnosistime)) AS t1
[ 10919, 318, 262, 5288, 4445, 1271, 286, 3871, 508, 550, 45105, 4072, 349, 1042, 1201, 352, 614, 2084, 30, 46506, 20625, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 13669, 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...
[ 10919, 318, 262, 5288, 4445, 1271, 286, 3871, 508, 550, 45105, 4072, 349, 1042, 1201, 352, 614, 2084, 30, 46506, 20625, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 13669, 13, 26029, 20850, 31712...
how many stations opened after 1917 ?
SELECT COUNT("station") FROM table_203_839 WHERE "opened" > 1917
[ 4919, 867, 8985, 4721, 706, 24168, 5633, 46506, 327, 28270, 7203, 17529, 4943, 16034, 3084, 62, 22416, 62, 23, 2670, 33411, 366, 26350, 1, 1875, 24168 ]
[ 1, 1, 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, 8985, 4721, 706, 24168, 5633, 46506, 327, 28270, 7203, 17529, 4943, 16034, 3084, 62, 22416, 62, 23, 2670, 33411, 366, 26350, 1, 1875, 24168 ]
at what venue did the first game take place ?
SELECT "venue" FROM table_203_672 ORDER BY "date" LIMIT 1
[ 265, 644, 14359, 750, 262, 717, 983, 1011, 1295, 5633, 46506, 366, 4080, 1, 16034, 3084, 62, 22416, 62, 43864, 38678, 11050, 366, 4475, 1, 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 ]
[ 265, 644, 14359, 750, 262, 717, 983, 1011, 1295, 5633, 46506, 366, 4080, 1, 16034, 3084, 62, 22416, 62, 43864, 38678, 11050, 366, 4475, 1, 27564, 2043, 352 ]
How many house mascots are associated with yellow house colours?
SELECT COUNT(house_mascot) FROM table_1942683_1 WHERE house_colour = "Yellow"
[ 2437, 867, 2156, 23977, 1747, 389, 3917, 351, 7872, 2156, 18915, 30, 46506, 327, 28270, 7, 4803, 62, 76, 3372, 313, 8, 16034, 3084, 62, 22913, 2075, 5999, 62, 16, 33411, 2156, 62, 49903, 796, 366, 39499, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2156, 23977, 1747, 389, 3917, 351, 7872, 2156, 18915, 30, 46506, 327, 28270, 7, 4803, 62, 76, 3372, 313, 8, 16034, 3084, 62, 22913, 2075, 5999, 62, 16, 33411, 2156, 62, 49903, 796, 366, 39499, 1 ]
which representative is from willowick
SELECT "Representative" FROM table_31165 WHERE "Residence" = 'Willowick'
[ 4758, 8852, 318, 422, 481, 322, 624, 46506, 366, 40171, 876, 1, 16034, 3084, 62, 36244, 2996, 33411, 366, 4965, 1704, 1, 796, 705, 8743, 322, 624, 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 ]
[ 4758, 8852, 318, 422, 481, 322, 624, 46506, 366, 40171, 876, 1, 16034, 3084, 62, 36244, 2996, 33411, 366, 4965, 1704, 1, 796, 705, 8743, 322, 624, 6 ]
provide the number of patients whose diagnoses long title is diverticulosis of colon with hemorrhage and lab test abnormal status is abnormal?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.long_title = "Diverticulosis of colon with hemorrhage" AND lab.flag = "abnormal"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 12312, 13370, 377, 5958, 286, 7633, 351, 42203, 496, 290, 2248, 1332, 18801, 3722, 318, 18801, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 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...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 890, 3670, 318, 12312, 13370, 377, 5958, 286, 7633, 351, 42203, 496, 290, 2248, 1332, 18801, 3722, 318, 18801, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8...
Which Drew has a Rank of 5, and a Played larger than 30?
SELECT COUNT(drew) FROM table_name_55 WHERE rank = 5 AND played > 30
[ 13828, 18624, 468, 257, 10916, 286, 642, 11, 290, 257, 33101, 4025, 621, 1542, 30, 46506, 327, 28270, 7, 67, 1809, 8, 16034, 3084, 62, 3672, 62, 2816, 33411, 4279, 796, 642, 5357, 2826, 1875, 1542 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18624, 468, 257, 10916, 286, 642, 11, 290, 257, 33101, 4025, 621, 1542, 30, 46506, 327, 28270, 7, 67, 1809, 8, 16034, 3084, 62, 3672, 62, 2816, 33411, 4279, 796, 642, 5357, 2826, 1875, 1542 ]
What is the sum of the number of wins for teams with more than 0 draws?
SELECT SUM("Wins") FROM table_68705 WHERE "Draws" > '0'
[ 2061, 318, 262, 2160, 286, 262, 1271, 286, 7864, 329, 3466, 351, 517, 621, 657, 14293, 30, 46506, 35683, 7203, 54, 1040, 4943, 16034, 3084, 62, 3104, 34801, 33411, 366, 25302, 82, 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, 2160, 286, 262, 1271, 286, 7864, 329, 3466, 351, 517, 621, 657, 14293, 30, 46506, 35683, 7203, 54, 1040, 4943, 16034, 3084, 62, 3104, 34801, 33411, 366, 25302, 82, 1, 1875, 705, 15, 6 ]
What year has 59th as a finish position?
SELECT "Year" FROM table_6147 WHERE "Finish position" = '59th'
[ 2061, 614, 468, 7863, 400, 355, 257, 5461, 2292, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 21, 20198, 33411, 366, 48658, 2292, 1, 796, 705, 3270, 400, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 468, 7863, 400, 355, 257, 5461, 2292, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 21, 20198, 33411, 366, 48658, 2292, 1, 796, 705, 3270, 400, 6 ]
What are the type codes and descriptions of each budget type?
SELECT budget_type_code, budget_type_description FROM ref_budget_codes
[ 2061, 389, 262, 2099, 12416, 290, 16969, 286, 1123, 4466, 2099, 30, 46506, 4466, 62, 4906, 62, 8189, 11, 4466, 62, 4906, 62, 11213, 16034, 1006, 62, 37315, 62, 40148 ]
[ 1, 1, 1, 1, 1, 1, 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, 2099, 12416, 290, 16969, 286, 1123, 4466, 2099, 30, 46506, 4466, 62, 4906, 62, 8189, 11, 4466, 62, 4906, 62, 11213, 16034, 1006, 62, 37315, 62, 40148 ]
what was the first ward id that patient 017-9929 went?
SELECT patient.wardid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '017-9929') ORDER BY patient.unitadmittime LIMIT 1
[ 10919, 373, 262, 717, 15305, 4686, 326, 5827, 5534, 22, 12, 2079, 1959, 1816, 30, 46506, 5827, 13, 904, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 717, 15305, 4686, 326, 5827, 5534, 22, 12, 2079, 1959, 1816, 30, 46506, 5827, 13, 904, 312, 16034, 5827, 33411, 5827, 13, 26029, 13948, 10057, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 13948, 10057, 31712, 312, 160...
what was the last opponent billy dodds played against in his international career ?
SELECT "opponent" FROM table_203_655 ORDER BY "date" DESC LIMIT 1
[ 10919, 373, 262, 938, 6125, 2855, 88, 288, 5088, 82, 2826, 1028, 287, 465, 3230, 3451, 5633, 46506, 366, 10365, 3471, 1, 16034, 3084, 62, 22416, 62, 35916, 38678, 11050, 366, 4475, 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, 1 ]
[ 10919, 373, 262, 938, 6125, 2855, 88, 288, 5088, 82, 2826, 1028, 287, 465, 3230, 3451, 5633, 46506, 366, 10365, 3471, 1, 16034, 3084, 62, 22416, 62, 35916, 38678, 11050, 366, 4475, 1, 22196, 34, 27564, 2043, 352 ]
until 13 months ago was furosemide 80 mg po tabs prescribed to patient 006-50099?
SELECT COUNT(*) > 0 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-50099')) AND medication.drugname = 'furosemide 80 mg po tabs' AND DATE...
[ 28446, 1511, 1933, 2084, 373, 277, 1434, 43616, 485, 4019, 10527, 745, 22524, 14798, 284, 5827, 3571, 21, 12, 4059, 2079, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 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...
[ 28446, 1511, 1933, 2084, 373, 277, 1434, 43616, 485, 4019, 10527, 745, 22524, 14798, 284, 5827, 3571, 21, 12, 4059, 2079, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 14103, 33411, 14103, 13, 26029, 20850, 31712, 312, 3268, 357, 4...
What are the names of projects that require between 100 and 300 hours?
SELECT name FROM projects WHERE hours BETWEEN 100 AND 300
[ 2061, 389, 262, 3891, 286, 4493, 326, 2421, 1022, 1802, 290, 5867, 2250, 30, 46506, 1438, 16034, 4493, 33411, 2250, 38651, 8845, 1677, 1802, 5357, 5867 ]
[ 1, 1, 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, 4493, 326, 2421, 1022, 1802, 290, 5867, 2250, 30, 46506, 1438, 16034, 4493, 33411, 2250, 38651, 8845, 1677, 1802, 5357, 5867 ]
Can you list the 300 -level courses for next semester ?
SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'EECS' AND course.number BETWEEN 300 AND 300 + 100 AND semester.semester = 'FA' AND semester.semester_id = course_offering.semester AND semester...
[ 6090, 345, 1351, 262, 5867, 532, 5715, 10902, 329, 1306, 24878, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 173...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1351, 262, 5867, 532, 5715, 10902, 329, 1306, 24878, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 11, 1781, 62, 2364, 1586, 11, 24878, 33411, 1781, 13, 173...
how many hours have passed since the last time patient 1114 received a prescription for dobutamine during their 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 = 1114 AND admissions.dischtime IS NULL) AND prescriptions.drug = 'dobutamine' ORDER BY prescriptions.startdate ...
[ 4919, 867, 2250, 423, 3804, 1201, 262, 938, 640, 5827, 13374, 19, 2722, 257, 15077, 329, 466, 4360, 9862, 1141, 511, 1459, 4436, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 2250, 423, 3804, 1201, 262, 938, 640, 5827, 13374, 19, 2722, 257, 15077, 329, 466, 4360, 9862, 1141, 511, 1459, 4436, 3187, 30, 46506, 1987, 1635, 357, 18601, 9792, 12789, 10786, 4, 73, 3256, 327, 39237, 62, 34694, 28955, 5...
If the date of birth is 1961-08-09 9 august 1961, what is the start date of (first) term?
SELECT "Start date of (first) term" FROM table_27434 WHERE "Date of birth" = '1961-08-09 9 August 1961'
[ 1532, 262, 3128, 286, 4082, 318, 20510, 12, 2919, 12, 2931, 860, 16339, 436, 20510, 11, 644, 318, 262, 923, 3128, 286, 357, 11085, 8, 3381, 30, 46506, 366, 10434, 3128, 286, 357, 11085, 8, 3381, 1, 16034, 3084, 62, 28857, 2682, 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 ]
[ 1532, 262, 3128, 286, 4082, 318, 20510, 12, 2919, 12, 2931, 860, 16339, 436, 20510, 11, 644, 318, 262, 923, 3128, 286, 357, 11085, 8, 3381, 30, 46506, 366, 10434, 3128, 286, 357, 11085, 8, 3381, 1, 16034, 3084, 62, 28857, 2682, 3341...
Name the number of jons team for 15x10
SELECT COUNT(jons_team) FROM table_23292220_17 WHERE episode = "15x10"
[ 5376, 262, 1271, 286, 474, 684, 1074, 329, 1315, 87, 940, 46506, 327, 28270, 7, 73, 684, 62, 15097, 8, 16034, 3084, 62, 1954, 1959, 1828, 1238, 62, 1558, 33411, 4471, 796, 366, 1314, 87, 940, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 1271, 286, 474, 684, 1074, 329, 1315, 87, 940, 46506, 327, 28270, 7, 73, 684, 62, 15097, 8, 16034, 3084, 62, 1954, 1959, 1828, 1238, 62, 1558, 33411, 4471, 796, 366, 1314, 87, 940, 1 ]
Show all card type codes and the number of customers holding cards in each type.
SELECT card_type_code, COUNT(DISTINCT customer_id) FROM Customers_cards GROUP BY card_type_code
[ 15307, 477, 2657, 2099, 12416, 290, 262, 1271, 286, 4297, 4769, 4116, 287, 1123, 2099, 13, 46506, 2657, 62, 4906, 62, 8189, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 6491, 62, 312, 8, 16034, 36707, 62, 27761, 44441, 11050, 2657, 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 ]
[ 15307, 477, 2657, 2099, 12416, 290, 262, 1271, 286, 4297, 4769, 4116, 287, 1123, 2099, 13, 46506, 2657, 62, 4906, 62, 8189, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 6491, 62, 312, 8, 16034, 36707, 62, 27761, 44441, 11050, 2657, 62, ...
how many location attendance with team being charlotte
SELECT COUNT(location_attendance) FROM table_13557843_7 WHERE team = "Charlotte"
[ 4919, 867, 4067, 14858, 351, 1074, 852, 1149, 75, 11404, 46506, 327, 28270, 7, 24886, 62, 1078, 437, 590, 8, 16034, 3084, 62, 1485, 2816, 3695, 3559, 62, 22, 33411, 1074, 796, 366, 24453, 11404, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4067, 14858, 351, 1074, 852, 1149, 75, 11404, 46506, 327, 28270, 7, 24886, 62, 1078, 437, 590, 8, 16034, 3084, 62, 1485, 2816, 3695, 3559, 62, 22, 33411, 1074, 796, 366, 24453, 11404, 1 ]
patient 033-3992 ever got a diagnosis on their current hospital encounter?
SELECT COUNT(*) > 0 FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '033-3992' AND patient.hospitaldischargetime IS NULL))
[ 26029, 657, 2091, 12, 28771, 17, 1683, 1392, 257, 13669, 319, 511, 1459, 4436, 8791, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 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...
[ 26029, 657, 2091, 12, 28771, 17, 1683, 1392, 257, 13669, 319, 511, 1459, 4436, 8791, 30, 46506, 327, 28270, 7, 28104, 1875, 657, 16034, 13669, 33411, 13669, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26029, 20850, 31712, ...
who was the developer of castle of heroes ?
SELECT "developer" FROM table_204_700 WHERE "name" = 'castle of heroes'
[ 8727, 373, 262, 8517, 286, 16669, 286, 10281, 5633, 46506, 366, 16244, 263, 1, 16034, 3084, 62, 18638, 62, 9879, 33411, 366, 3672, 1, 796, 705, 18676, 286, 10281, 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 ]
[ 8727, 373, 262, 8517, 286, 16669, 286, 10281, 5633, 46506, 366, 16244, 263, 1, 16034, 3084, 62, 18638, 62, 9879, 33411, 366, 3672, 1, 796, 705, 18676, 286, 10281, 6 ]
Which Kickoff (ET) has a Result of w 34 23?
SELECT "Kickoff (ET)" FROM table_74819 WHERE "Result" = 'w 34–23'
[ 13828, 10279, 2364, 357, 2767, 8, 468, 257, 25414, 286, 266, 4974, 2242, 30, 46506, 366, 45390, 2364, 357, 2767, 16725, 16034, 3084, 62, 48246, 1129, 33411, 366, 23004, 1, 796, 705, 86, 4974, 1906, 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, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 10279, 2364, 357, 2767, 8, 468, 257, 25414, 286, 266, 4974, 2242, 30, 46506, 366, 45390, 2364, 357, 2767, 16725, 16034, 3084, 62, 48246, 1129, 33411, 366, 23004, 1, 796, 705, 86, 4974, 1906, 1954, 6 ]
Which Station has a Zone 2008 of 8, and a Zone 2007 of outside zones, and Services of london overground?
SELECT "Station" FROM table_75343 WHERE "Zone 2008" = '8' AND "Zone 2007" = 'outside zones' AND "Services" = 'london overground'
[ 13828, 9327, 468, 257, 13035, 3648, 286, 807, 11, 290, 257, 13035, 4343, 286, 2354, 14123, 11, 290, 6168, 286, 300, 3391, 625, 2833, 30, 46506, 366, 12367, 1, 16034, 3084, 62, 2425, 32118, 33411, 366, 26961, 3648, 1, 796, 705, 23, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9327, 468, 257, 13035, 3648, 286, 807, 11, 290, 257, 13035, 4343, 286, 2354, 14123, 11, 290, 6168, 286, 300, 3391, 625, 2833, 30, 46506, 366, 12367, 1, 16034, 3084, 62, 2425, 32118, 33411, 366, 26961, 3648, 1, 796, 705, 23, 6...
Draw a bar chart about the distribution of date_address_to and the sum of monthly_rental , and group by attribute other_details and bin date_address_to by weekday.
SELECT date_address_to, SUM(monthly_rental) FROM Student_Addresses GROUP BY other_details ORDER BY monthly_rental DESC
[ 25302, 257, 2318, 8262, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2160, 286, 9651, 62, 1156, 282, 837, 290, 1448, 416, 11688, 584, 62, 36604, 290, 9874, 3128, 62, 21975, 62, 1462, 416, 28269, 13, 46506, 3128, 62, 219...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 25302, 257, 2318, 8262, 546, 262, 6082, 286, 3128, 62, 21975, 62, 1462, 290, 262, 2160, 286, 9651, 62, 1156, 282, 837, 290, 1448, 416, 11688, 584, 62, 36604, 290, 9874, 3128, 62, 21975, 62, 1462, 416, 28269, 13, 46506, 3128, 62, 219...
which date was attended by the most people ?
SELECT "date" FROM table_204_855 ORDER BY "attendance" DESC LIMIT 1
[ 4758, 3128, 373, 9141, 416, 262, 749, 661, 5633, 46506, 366, 4475, 1, 16034, 3084, 62, 18638, 62, 45432, 38678, 11050, 366, 1078, 437, 590, 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, 3128, 373, 9141, 416, 262, 749, 661, 5633, 46506, 366, 4475, 1, 16034, 3084, 62, 18638, 62, 45432, 38678, 11050, 366, 1078, 437, 590, 1, 22196, 34, 27564, 2043, 352 ]
How many patients diagnosed with poisoning by other opiates and related narcotics had a psychiatric facility-partial hospitalization discharge?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.discharge_location = "DISCH-TRAN TO PSYCH HOSP" AND diagnoses.long_title = "Poisoning by other opiates and related narcotics"
[ 2437, 867, 3871, 14641, 351, 22475, 416, 584, 1034, 32820, 290, 3519, 36524, 550, 257, 19906, 6841, 12, 47172, 4436, 1634, 17655, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2437, 867, 3871, 14641, 351, 22475, 416, 584, 1034, 32820, 290, 3519, 36524, 550, 257, 19906, 6841, 12, 47172, 4436, 1634, 17655, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, ...
how won the avc championship after tiajin bridgestone 's three year streak from 2006 to 2008 ?
SELECT "champion" FROM table_204_474 WHERE "year" > 2008 ORDER BY "year" LIMIT 1
[ 4919, 1839, 262, 1196, 66, 12184, 706, 256, 544, 18594, 38265, 3495, 505, 705, 82, 1115, 614, 15113, 422, 4793, 284, 3648, 5633, 46506, 366, 354, 6734, 1, 16034, 3084, 62, 18638, 62, 38652, 33411, 366, 1941, 1, 1875, 3648, 38678, 1105...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1839, 262, 1196, 66, 12184, 706, 256, 544, 18594, 38265, 3495, 505, 705, 82, 1115, 614, 15113, 422, 4793, 284, 3648, 5633, 46506, 366, 354, 6734, 1, 16034, 3084, 62, 18638, 62, 38652, 33411, 366, 1941, 1, 1875, 3648, 38678, 1105...
Find the number of people who is under 40 for each gender. Show the proportion.
SELECT gender, COUNT(*) FROM Person WHERE age < 40 GROUP BY gender
[ 16742, 262, 1271, 286, 661, 508, 318, 739, 2319, 329, 1123, 5279, 13, 5438, 262, 9823, 13, 46506, 5279, 11, 327, 28270, 7, 28104, 16034, 7755, 33411, 2479, 1279, 2319, 44441, 11050, 5279 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 661, 508, 318, 739, 2319, 329, 1123, 5279, 13, 5438, 262, 9823, 13, 46506, 5279, 11, 327, 28270, 7, 28104, 16034, 7755, 33411, 2479, 1279, 2319, 44441, 11050, 5279 ]
What was the score for the game that kicked off at 6:00 p.m.?
SELECT final_score FROM table_24918268_2 WHERE kickoff = "6:00 p.m."
[ 2061, 373, 262, 4776, 329, 262, 983, 326, 12165, 572, 379, 718, 25, 405, 279, 13, 76, 40791, 46506, 2457, 62, 26675, 16034, 3084, 62, 21626, 1507, 25022, 62, 17, 33411, 40532, 796, 366, 21, 25, 405, 279, 13, 76, 526 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4776, 329, 262, 983, 326, 12165, 572, 379, 718, 25, 405, 279, 13, 76, 40791, 46506, 2457, 62, 26675, 16034, 3084, 62, 21626, 1507, 25022, 62, 17, 33411, 40532, 796, 366, 21, 25, 405, 279, 13, 76, 526 ]
What was Kaine's (D) percentage in the poll on september 19, 2005?
SELECT kaine__d_ FROM table_name_7 WHERE date = "september 19, 2005"
[ 2061, 373, 37193, 338, 357, 35, 8, 5873, 287, 262, 3278, 319, 384, 457, 1491, 678, 11, 5075, 30, 46506, 479, 5718, 834, 67, 62, 16034, 3084, 62, 3672, 62, 22, 33411, 3128, 796, 366, 325, 457, 1491, 678, 11, 5075, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 37193, 338, 357, 35, 8, 5873, 287, 262, 3278, 319, 384, 457, 1491, 678, 11, 5075, 30, 46506, 479, 5718, 834, 67, 62, 16034, 3084, 62, 3672, 62, 22, 33411, 3128, 796, 366, 325, 457, 1491, 678, 11, 5075, 1 ]
When did the season with 1 team format premiere?
SELECT premiere_air_dates FROM table_1949994_7 WHERE format = "1 Team"
[ 2215, 750, 262, 1622, 351, 352, 1074, 5794, 19245, 30, 46506, 19245, 62, 958, 62, 19581, 16034, 3084, 62, 22913, 2079, 5824, 62, 22, 33411, 5794, 796, 366, 16, 4816, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 750, 262, 1622, 351, 352, 1074, 5794, 19245, 30, 46506, 19245, 62, 958, 62, 19581, 16034, 3084, 62, 22913, 2079, 5824, 62, 22, 33411, 5794, 796, 366, 16, 4816, 1 ]
when did patient 47216 for the first time since 1 year ago get discharged from the hospital?
SELECT admissions.dischtime FROM admissions WHERE admissions.subject_id = 47216 AND DATETIME(admissions.dischtime) >= DATETIME(CURRENT_TIME(), '-1 year') ORDER BY admissions.dischtime LIMIT 1
[ 12518, 750, 5827, 604, 4761, 1433, 329, 262, 717, 640, 1201, 352, 614, 2084, 651, 26476, 422, 262, 4436, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 604, 4761, 1433, 5357, 360, 1404, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 750, 5827, 604, 4761, 1433, 329, 262, 717, 640, 1201, 352, 614, 2084, 651, 26476, 422, 262, 4436, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 604, 4761, 1433, 5357, 360, 1404, 276...
I want to know the proportion of the total number for each gender.
SELECT Gender, COUNT(Gender) FROM player GROUP BY Gender
[ 40, 765, 284, 760, 262, 9823, 286, 262, 2472, 1271, 329, 1123, 5279, 13, 46506, 20247, 11, 327, 28270, 7, 41394, 8, 16034, 2137, 44441, 11050, 20247 ]
[ 1, 1, 1, 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, 760, 262, 9823, 286, 262, 2472, 1271, 329, 1123, 5279, 13, 46506, 20247, 11, 327, 28270, 7, 41394, 8, 16034, 2137, 44441, 11050, 20247 ]
when first did patient 12775 have the minimum arterial bp [systolic] on the current icu visit?
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 = 12775) AND icustays.outtime IS NULL) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WH...
[ 12518, 717, 750, 5827, 18112, 2425, 423, 262, 5288, 30675, 498, 275, 79, 685, 1837, 301, 4160, 60, 319, 262, 1459, 14158, 84, 3187, 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, 717, 750, 5827, 18112, 2425, 423, 262, 5288, 30675, 498, 275, 79, 685, 1837, 301, 4160, 60, 319, 262, 1459, 14158, 84, 3187, 30, 46506, 8262, 31534, 13, 40926, 2435, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 62...
Which 92.5 holds the world record?
SELECT "World Record" FROM table_8026 WHERE "Press" = '92.5'
[ 13828, 10190, 13, 20, 6622, 262, 995, 1700, 30, 46506, 366, 10603, 13266, 1, 16034, 3084, 62, 1795, 2075, 33411, 366, 13800, 1, 796, 705, 5892, 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 ]
[ 13828, 10190, 13, 20, 6622, 262, 995, 1700, 30, 46506, 366, 10603, 13266, 1, 16034, 3084, 62, 1795, 2075, 33411, 366, 13800, 1, 796, 705, 5892, 13, 20, 6 ]
What is the type of bulykin, which has a summer transfer window?
SELECT "Type" FROM table_50447 WHERE "Transfer window" = 'summer' AND "Name" = 'bulykin'
[ 2061, 318, 262, 2099, 286, 809, 306, 5116, 11, 543, 468, 257, 3931, 4351, 4324, 30, 46506, 366, 6030, 1, 16034, 3084, 62, 1120, 34825, 33411, 366, 43260, 4324, 1, 796, 705, 16345, 647, 6, 5357, 366, 5376, 1, 796, 705, 65, 2062, 51...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2099, 286, 809, 306, 5116, 11, 543, 468, 257, 3931, 4351, 4324, 30, 46506, 366, 6030, 1, 16034, 3084, 62, 1120, 34825, 33411, 366, 43260, 4324, 1, 796, 705, 16345, 647, 6, 5357, 366, 5376, 1, 796, 705, 65, 2062, 51...
Which location has a copies per particle of 0 and a protein of nsp3?
SELECT location FROM table_name_68 WHERE copies_per_particle = "0" AND protein = "nsp3"
[ 13828, 4067, 468, 257, 9088, 583, 18758, 286, 657, 290, 257, 7532, 286, 299, 2777, 18, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 3104, 33411, 9088, 62, 525, 62, 3911, 1548, 796, 366, 15, 1, 5357, 7532, 796, 366, 77, 2777, 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 ]
[ 13828, 4067, 468, 257, 9088, 583, 18758, 286, 657, 290, 257, 7532, 286, 299, 2777, 18, 30, 46506, 4067, 16034, 3084, 62, 3672, 62, 3104, 33411, 9088, 62, 525, 62, 3911, 1548, 796, 366, 15, 1, 5357, 7532, 796, 366, 77, 2777, 18, 1 ...
what is the maximum total cost of the hospital that includes the laboratory t3ru test?
SELECT MAX(t1.c1) FROM (SELECT SUM(cost.cost) AS c1 FROM cost WHERE cost.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.patientunitstayid IN (SELECT lab.patientunitstayid FROM lab WHERE lab.labname = 't3ru')) GROUP BY cost.patienthealthsystemstayid) AS t1
[ 10919, 318, 262, 5415, 2472, 1575, 286, 262, 4436, 326, 3407, 262, 14010, 256, 18, 622, 1332, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 5415, 2472, 1575, 286, 262, 4436, 326, 3407, 262, 14010, 256, 18, 622, 1332, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 35683, 7, 15805, 13, 15805, 8, 7054, 269, 16, 16034, 1575, 33411, 1575, 1...
is the value of pco2 of patient 49295 measured at 2103-06-12 04:15:00 greater than the value measured at 2103-06-10 21:14:00?
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 49295) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'pco2') AND labevents.charttime = '2103-06-12 04:15:00') > (SELECT labeve...
[ 271, 262, 1988, 286, 279, 1073, 17, 286, 5827, 5125, 25710, 8630, 379, 362, 15197, 12, 3312, 12, 1065, 8702, 25, 1314, 25, 405, 3744, 621, 262, 1988, 8630, 379, 362, 15197, 12, 3312, 12, 940, 2310, 25, 1415, 25, 405, 30, 46506, 35...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 271, 262, 1988, 286, 279, 1073, 17, 286, 5827, 5125, 25710, 8630, 379, 362, 15197, 12, 3312, 12, 1065, 8702, 25, 1314, 25, 405, 3744, 621, 262, 1988, 8630, 379, 362, 15197, 12, 3312, 12, 940, 2310, 25, 1415, 25, 405, 30, 46506, 35...
what is the number of patients whose admission type is newborn and drug route is replace?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "NEWBORN" AND prescriptions.route = "REPLACE"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 23856, 290, 2563, 6339, 318, 6330, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 2099, 318, 23856, 290, 2563, 6339, 318, 6330, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092, 6177, 16728, 13, ...
Return me the number of tips that are written by Michelle .
SELECT COUNT(DISTINCT (tip.text)) FROM tip, user WHERE user.name = 'Michelle' AND user.user_id = tip.user_id
[ 13615, 502, 262, 1271, 286, 9040, 326, 389, 3194, 416, 16738, 764, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 357, 22504, 13, 5239, 4008, 16034, 8171, 11, 2836, 33411, 2836, 13, 3672, 796, 705, 48736, 6, 5357, 2836, 13, 7220, 62, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13615, 502, 262, 1271, 286, 9040, 326, 389, 3194, 416, 16738, 764, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 357, 22504, 13, 5239, 4008, 16034, 8171, 11, 2836, 33411, 2836, 13, 3672, 796, 705, 48736, 6, 5357, 2836, 13, 7220, 62, 3...
Name the least age for cibao central and santo domingo
SELECT MIN(age) FROM table_21346767_3 WHERE geographical_regions = "Cibao Central" AND hometown = "Santo Domingo"
[ 5376, 262, 1551, 2479, 329, 269, 571, 5488, 4318, 290, 264, 14723, 2401, 32735, 46506, 20625, 7, 496, 8, 16034, 3084, 62, 17, 19880, 3134, 3134, 62, 18, 33411, 27465, 62, 2301, 507, 796, 366, 34, 571, 5488, 5694, 1, 5357, 20994, 796...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 1551, 2479, 329, 269, 571, 5488, 4318, 290, 264, 14723, 2401, 32735, 46506, 20625, 7, 496, 8, 16034, 3084, 62, 17, 19880, 3134, 3134, 62, 18, 33411, 27465, 62, 2301, 507, 796, 366, 34, 571, 5488, 5694, 1, 5357, 20994, 796...
What is the total when the set 1 is 21 25?
SELECT "Total" FROM table_58655 WHERE "Set 1" = '21–25'
[ 2061, 318, 262, 2472, 618, 262, 900, 352, 318, 2310, 1679, 30, 46506, 366, 14957, 1, 16034, 3084, 62, 29796, 2816, 33411, 366, 7248, 352, 1, 796, 705, 2481, 1906, 1495, 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, 318, 262, 2472, 618, 262, 900, 352, 318, 2310, 1679, 30, 46506, 366, 14957, 1, 16034, 3084, 62, 29796, 2816, 33411, 366, 7248, 352, 1, 796, 705, 2481, 1906, 1495, 6 ]
What club did united states player ty harden play for?
SELECT club FROM table_name_55 WHERE nationality = "united states" AND player = "ty harden"
[ 2061, 3430, 750, 16503, 2585, 2137, 1259, 1327, 268, 711, 329, 30, 46506, 3430, 16034, 3084, 62, 3672, 62, 2816, 33411, 29835, 796, 366, 41187, 2585, 1, 5357, 2137, 796, 366, 774, 1327, 268, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 750, 16503, 2585, 2137, 1259, 1327, 268, 711, 329, 30, 46506, 3430, 16034, 3084, 62, 3672, 62, 2816, 33411, 29835, 796, 366, 41187, 2585, 1, 5357, 2137, 796, 366, 774, 1327, 268, 1 ]
What are the most yards for 2 sacks and an average greater than 0?
SELECT MAX(yards) FROM table_name_27 WHERE sacks = 2 AND average > 0
[ 2061, 389, 262, 749, 5695, 329, 362, 23249, 290, 281, 2811, 3744, 621, 657, 30, 46506, 25882, 7, 33750, 8, 16034, 3084, 62, 3672, 62, 1983, 33411, 23249, 796, 362, 5357, 2811, 1875, 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, 389, 262, 749, 5695, 329, 362, 23249, 290, 281, 2811, 3744, 621, 657, 30, 46506, 25882, 7, 33750, 8, 16034, 3084, 62, 3672, 62, 1983, 33411, 23249, 796, 362, 5357, 2811, 1875, 657 ]
what is the date when the site is memorial stadium minneapolis, mn, and the Attendance is 53,192?
SELECT "Date" FROM table_77123 WHERE "Site" = 'memorial stadium • minneapolis, mn' AND "Attendance" = '53,192'
[ 10919, 318, 262, 3128, 618, 262, 2524, 318, 17357, 10308, 949, 19359, 11, 285, 77, 11, 290, 262, 46502, 590, 318, 7192, 11, 17477, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3324, 10163, 33411, 366, 29123, 1, 796, 705, 11883, 5132, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2524, 318, 17357, 10308, 949, 19359, 11, 285, 77, 11, 290, 262, 46502, 590, 318, 7192, 11, 17477, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 3324, 10163, 33411, 366, 29123, 1, 796, 705, 11883, 5132, ...
How many crimes are still 'Under investigation' to date?
SELECT COUNT(*) FROM greatermanchestercrime WHERE outcome LIKE "%Under investigation%"
[ 2437, 867, 6741, 389, 991, 705, 9203, 3645, 6, 284, 3128, 30, 46506, 327, 28270, 7, 28104, 16034, 1049, 2224, 35983, 28126, 33411, 8055, 34178, 36521, 9203, 3645, 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 ]
[ 2437, 867, 6741, 389, 991, 705, 9203, 3645, 6, 284, 3128, 30, 46506, 327, 28270, 7, 28104, 16034, 1049, 2224, 35983, 28126, 33411, 8055, 34178, 36521, 9203, 3645, 39658 ]
Which Player attended George Washington High School?
SELECT player FROM table_name_8 WHERE school = "george washington high school"
[ 13828, 7853, 9141, 4502, 2669, 3334, 3961, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 23, 33411, 1524, 796, 366, 469, 3643, 20518, 1122, 1029, 1524, 1 ]
[ 1, 1, 1, 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, 7853, 9141, 4502, 2669, 3334, 3961, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 23, 33411, 1524, 796, 366, 469, 3643, 20518, 1122, 1029, 1524, 1 ]
what is the maximum daily number of patients who had fulminant hepatic failure during the last year?
SELECT MAX(t1.c1) FROM (SELECT COUNT(DISTINCT diagnosis.patientunitstayid) AS c1 FROM diagnosis WHERE diagnosis.diagnosisname = 'fulminant hepatic failure' AND DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year') GROUP BY STRFTIME('%y-%m-%d', diagnosis.diagnosistime)...
[ 10919, 318, 262, 5415, 4445, 1271, 286, 3871, 508, 550, 46246, 1084, 415, 47585, 1512, 5287, 1141, 262, 938, 614, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 13669, 13, 26029, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4445, 1271, 286, 3871, 508, 550, 46246, 1084, 415, 47585, 1512, 5287, 1141, 262, 938, 614, 30, 46506, 25882, 7, 83, 16, 13, 66, 16, 8, 16034, 357, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 13669, 13, 26029, ...
What is the population for the place with a Former Name of bluie west-1?
SELECT MIN("Population") FROM table_68646 WHERE "Former Name" = 'bluie west-1'
[ 2061, 318, 262, 3265, 329, 262, 1295, 351, 257, 14466, 6530, 286, 48208, 494, 7421, 12, 16, 30, 46506, 20625, 7203, 45251, 4943, 16034, 3084, 62, 3104, 27720, 33411, 366, 14282, 6530, 1, 796, 705, 65, 2290, 494, 7421, 12, 16, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3265, 329, 262, 1295, 351, 257, 14466, 6530, 286, 48208, 494, 7421, 12, 16, 30, 46506, 20625, 7203, 45251, 4943, 16034, 3084, 62, 3104, 27720, 33411, 366, 14282, 6530, 1, 796, 705, 65, 2290, 494, 7421, 12, 16, 6 ]
What is the Record of the game on June 24?
SELECT "Record" FROM table_76423 WHERE "Date" = 'june 24'
[ 2061, 318, 262, 13266, 286, 262, 983, 319, 2795, 1987, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 22, 2414, 1954, 33411, 366, 10430, 1, 796, 705, 73, 1726, 1987, 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, 318, 262, 13266, 286, 262, 983, 319, 2795, 1987, 30, 46506, 366, 23739, 1, 16034, 3084, 62, 22, 2414, 1954, 33411, 366, 10430, 1, 796, 705, 73, 1726, 1987, 6 ]
Name the semifinalists for singapore
SELECT "Semifinalists" FROM table_4261 WHERE "Country/Territory" = 'Singapore'
[ 5376, 262, 32948, 1292, 1023, 329, 1702, 11656, 46506, 366, 13900, 361, 1292, 1023, 1, 16034, 3084, 62, 19, 30057, 33411, 366, 33921, 14, 15156, 799, 652, 1, 796, 705, 29974, 11656, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 32948, 1292, 1023, 329, 1702, 11656, 46506, 366, 13900, 361, 1292, 1023, 1, 16034, 3084, 62, 19, 30057, 33411, 366, 33921, 14, 15156, 799, 652, 1, 796, 705, 29974, 11656, 6 ]
what are patient 005-68848's changes in creatinine measured at 2102-08-01 08:51:00 compared to the value measured at 2102-08-01 02:02:00?
SELECT (SELECT lab.labresult FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005-68848')) AND lab.labname = 'creatinine' AND lab.labresulttime = '2102-08-01...
[ 10919, 389, 5827, 3571, 20, 12, 34427, 2780, 338, 2458, 287, 1827, 259, 500, 8630, 379, 362, 15377, 12, 2919, 12, 486, 8487, 25, 4349, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 15377, 12, 2919, 12, 486, 7816, 25, 2999, 25, 40...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5827, 3571, 20, 12, 34427, 2780, 338, 2458, 287, 1827, 259, 500, 8630, 379, 362, 15377, 12, 2919, 12, 486, 8487, 25, 4349, 25, 405, 3688, 284, 262, 1988, 8630, 379, 362, 15377, 12, 2919, 12, 486, 7816, 25, 2999, 25, 40...
Which Field goals is the highest one that has Touchdowns of 0, and Points larger than 4?
SELECT MAX("Field goals") FROM table_38079 WHERE "Touchdowns" = '0' AND "Points" > '4'
[ 13828, 7663, 4661, 318, 262, 4511, 530, 326, 468, 15957, 30371, 286, 657, 11, 290, 11045, 4025, 621, 604, 30, 46506, 25882, 7203, 15878, 4661, 4943, 16034, 3084, 62, 23734, 3720, 33411, 366, 35211, 30371, 1, 796, 705, 15, 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 ]
[ 13828, 7663, 4661, 318, 262, 4511, 530, 326, 468, 15957, 30371, 286, 657, 11, 290, 11045, 4025, 621, 604, 30, 46506, 25882, 7203, 15878, 4661, 4943, 16034, 3084, 62, 23734, 3720, 33411, 366, 35211, 30371, 1, 796, 705, 15, 6, 5357, 366...