instruction stringlengths 0 1.06k | response stringlengths 2 3.61k | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|
find the latest flight from SAN FRANCISCO to ATLANTA that serves a meal | 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, food_service WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'ATLANTA' AND flight.to_airport = AIRPORT_SERVICE_1.airport_code AND food_s... | [
19796,
262,
3452,
5474,
422,
37376,
8782,
20940,
1797,
8220,
284,
5161,
25697,
5603,
326,
9179,
257,
9799,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
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... | [
19796,
262,
3452,
5474,
422,
37376,
8782,
20940,
1797,
8220,
284,
5161,
25697,
5603,
326,
9179,
257,
9799,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,... |
Largest rep without having posts. | SELECT Id AS "user_link", Reputation AS Rep, * FROM Users WHERE Id NOT IN (SELECT OwnerUserId FROM Posts) ORDER BY Reputation DESC, Id LIMIT 100 | [
43,
853,
395,
1128,
1231,
1719,
6851,
13,
46506,
5121,
7054,
366,
7220,
62,
8726,
1600,
1432,
7094,
7054,
1432,
11,
1635,
16034,
18987,
33411,
5121,
5626,
3268,
357,
46506,
23853,
12982,
7390,
16034,
12043,
8,
38678,
11050,
1432,
7094,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
43,
853,
395,
1128,
1231,
1719,
6851,
13,
46506,
5121,
7054,
366,
7220,
62,
8726,
1600,
1432,
7094,
7054,
1432,
11,
1635,
16034,
18987,
33411,
5121,
5626,
3268,
357,
46506,
23853,
12982,
7390,
16034,
12043,
8,
38678,
11050,
1432,
7094,
... |
i need flight and fare information for thursday departing prior to 900 from OAKLAND going to SALT LAKE CITY | SELECT DISTINCT flight.flight_id FROM fare, flight, flight_fare WHERE (((flight.departure_time < 900 AND flight.flight_days IN (SELECT DAYSalias0.days_code FROM days AS DAYSalias0 WHERE DAYSalias0.day_name IN (SELECT DATE_DAYalias0.day_name FROM date_day AS DATE_DAYalias0 WHERE DATE_DAYalias0.day_number = 24 AND DATE_D... | [
72,
761,
5474,
290,
14505,
1321,
329,
294,
3479,
37717,
3161,
284,
15897,
422,
440,
10206,
28182,
1016,
284,
311,
31429,
9131,
7336,
27993,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
14505,
11,
5474,
11,
5474,
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... | [
72,
761,
5474,
290,
14505,
1321,
329,
294,
3479,
37717,
3161,
284,
15897,
422,
440,
10206,
28182,
1016,
284,
311,
31429,
9131,
7336,
27993,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
14505,
11,
5474,
11,
5474,
62,
... |
was there a cholecystectomy performed on patient 26849 since 2102? | SELECT COUNT(*) > 0 FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'cholecystectomy') AND procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 26849) AND STRFTIME('%y', proce... | [
9776,
612,
257,
1727,
293,
948,
301,
42505,
6157,
319,
5827,
36678,
2920,
1201,
362,
15377,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
9021,
62,
291,
67,
33411,
9021,
62,
291,
67,
13,
291,
67,
24,
62,
8189,
796,
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... | [
9776,
612,
257,
1727,
293,
948,
301,
42505,
6157,
319,
5827,
36678,
2920,
1201,
362,
15377,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
9021,
62,
291,
67,
33411,
9021,
62,
291,
67,
13,
291,
67,
24,
62,
8189,
796,
357,
46506,
... |
What is listed for the Cores that has the L3 cache of 8 MB and Model number of Core i7-860? | SELECT cores FROM table_name_76 WHERE l3_cache = "8 mb" AND model_number = "core i7-860" | [
2061,
318,
5610,
329,
262,
327,
2850,
326,
468,
262,
406,
18,
12940,
286,
807,
10771,
290,
9104,
1271,
286,
7231,
1312,
22,
12,
45039,
30,
46506,
21758,
16034,
3084,
62,
3672,
62,
4304,
33411,
300,
18,
62,
23870,
796,
366,
23,
285,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5610,
329,
262,
327,
2850,
326,
468,
262,
406,
18,
12940,
286,
807,
10771,
290,
9104,
1271,
286,
7231,
1312,
22,
12,
45039,
30,
46506,
21758,
16034,
3084,
62,
3672,
62,
4304,
33411,
300,
18,
62,
23870,
796,
366,
23,
285,
... |
If the poverty rate is 12.9%, what is the county? | SELECT "County" FROM table_25353 WHERE "Poverty Rate" = '12.9%' | [
1532,
262,
8098,
2494,
318,
1105,
13,
24,
7441,
644,
318,
262,
7968,
30,
46506,
366,
12332,
88,
1,
16034,
3084,
62,
1495,
33319,
33411,
366,
47,
24085,
14806,
1,
796,
705,
1065,
13,
24,
4,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1532,
262,
8098,
2494,
318,
1105,
13,
24,
7441,
644,
318,
262,
7968,
30,
46506,
366,
12332,
88,
1,
16034,
3084,
62,
1495,
33319,
33411,
366,
47,
24085,
14806,
1,
796,
705,
1065,
13,
24,
4,
6
] |
Who had the decision with boston at home? | SELECT "Decision" FROM table_53000 WHERE "Home" = 'boston' | [
8241,
550,
262,
2551,
351,
275,
5744,
379,
1363,
30,
46506,
366,
10707,
1166,
1,
16034,
3084,
62,
4310,
830,
33411,
366,
16060,
1,
796,
705,
65,
5744,
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,
550,
262,
2551,
351,
275,
5744,
379,
1363,
30,
46506,
366,
10707,
1166,
1,
16034,
3084,
62,
4310,
830,
33411,
366,
16060,
1,
796,
705,
65,
5744,
6
] |
What was Parker Moloney's party affiliation when he was the Minister for Markets? | SELECT "Party" FROM table_69674 WHERE "Minister" = 'parker moloney' AND "Title" = 'minister for markets' | [
2061,
373,
13612,
17958,
1419,
338,
2151,
26218,
618,
339,
373,
262,
4139,
329,
30251,
30,
46506,
366,
33553,
1,
16034,
3084,
62,
3388,
45385,
33411,
366,
9452,
1694,
1,
796,
705,
20928,
263,
18605,
1419,
6,
5357,
366,
19160,
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
] | [
2061,
373,
13612,
17958,
1419,
338,
2151,
26218,
618,
339,
373,
262,
4139,
329,
30251,
30,
46506,
366,
33553,
1,
16034,
3084,
62,
3388,
45385,
33411,
366,
9452,
1694,
1,
796,
705,
20928,
263,
18605,
1419,
6,
5357,
366,
19160,
1,
796,
... |
What is the date the episode directed by rob bailey aired? | SELECT "Original air date" FROM table_29124 WHERE "Directed by" = 'Rob Bailey' | [
2061,
318,
262,
3128,
262,
4471,
7924,
416,
3857,
26605,
9618,
18530,
30,
46506,
366,
20556,
1633,
3128,
1,
16034,
3084,
62,
1959,
17464,
33411,
366,
13470,
276,
416,
1,
796,
705,
14350,
20330,
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,
3128,
262,
4471,
7924,
416,
3857,
26605,
9618,
18530,
30,
46506,
366,
20556,
1633,
3128,
1,
16034,
3084,
62,
1959,
17464,
33411,
366,
13470,
276,
416,
1,
796,
705,
14350,
20330,
6
] |
what is the score when the partner is alexandra fusai? | SELECT score FROM table_name_67 WHERE partner = "alexandra fusai" | [
10919,
318,
262,
4776,
618,
262,
5212,
318,
257,
2588,
15918,
277,
385,
1872,
30,
46506,
4776,
16034,
3084,
62,
3672,
62,
3134,
33411,
5212,
796,
366,
1000,
87,
15918,
277,
385,
1872,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
10919,
318,
262,
4776,
618,
262,
5212,
318,
257,
2588,
15918,
277,
385,
1872,
30,
46506,
4776,
16034,
3084,
62,
3672,
62,
3134,
33411,
5212,
796,
366,
1000,
87,
15918,
277,
385,
1872,
1
] |
What is the run time of the episode that aired on September 4, 2005? | SELECT run_time FROM table_name_66 WHERE podcast_date = "september 4, 2005" | [
2061,
318,
262,
1057,
640,
286,
262,
4471,
326,
18530,
319,
2693,
604,
11,
5075,
30,
46506,
1057,
62,
2435,
16034,
3084,
62,
3672,
62,
2791,
33411,
9905,
62,
4475,
796,
366,
325,
457,
1491,
604,
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
] | [
2061,
318,
262,
1057,
640,
286,
262,
4471,
326,
18530,
319,
2693,
604,
11,
5075,
30,
46506,
1057,
62,
2435,
16034,
3084,
62,
3672,
62,
2791,
33411,
9905,
62,
4475,
796,
366,
325,
457,
1491,
604,
11,
5075,
1
] |
What teams drafted players that played for northwood school? | SELECT "CFL Team" FROM table_16403 WHERE "College" = 'Northwood' | [
2061,
3466,
15937,
1938,
326,
2826,
329,
5093,
3822,
1524,
30,
46506,
366,
34,
3697,
4816,
1,
16034,
3084,
62,
1433,
31552,
33411,
366,
38951,
1,
796,
705,
14157,
3822,
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,
3466,
15937,
1938,
326,
2826,
329,
5093,
3822,
1524,
30,
46506,
366,
34,
3697,
4816,
1,
16034,
3084,
62,
1433,
31552,
33411,
366,
38951,
1,
796,
705,
14157,
3822,
6
] |
which community has the only public airport in queensland ? | SELECT "community" FROM table_204_139 WHERE "type" = 'military/public' | [
4758,
2055,
468,
262,
691,
1171,
9003,
287,
38771,
1044,
5633,
46506,
366,
28158,
1,
16034,
3084,
62,
18638,
62,
20219,
33411,
366,
4906,
1,
796,
705,
33631,
14,
11377,
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
] | [
4758,
2055,
468,
262,
691,
1171,
9003,
287,
38771,
1044,
5633,
46506,
366,
28158,
1,
16034,
3084,
62,
18638,
62,
20219,
33411,
366,
4906,
1,
796,
705,
33631,
14,
11377,
6
] |
give me the number of patients whose ethnicity is black/cape verdean and diagnoses icd9 code is 7810? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "BLACK/CAPE VERDEAN" AND diagnoses.icd9_code = "7810" | [
26535,
502,
262,
1271,
286,
3871,
3025,
26289,
318,
2042,
14,
36435,
3326,
2934,
272,
290,
40567,
14158,
67,
24,
2438,
318,
8699,
940,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26289,
318,
2042,
14,
36435,
3326,
2934,
272,
290,
40567,
14158,
67,
24,
2438,
318,
8699,
940,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
... |
how many guest stars did the episode that was broadcasted 11september2012 have | SELECT COUNT(guest_s_) FROM table_29135051_3 WHERE broadcast_date = "11September2012" | [
4919,
867,
8319,
5788,
750,
262,
4471,
326,
373,
7025,
276,
1367,
325,
457,
1491,
6999,
423,
46506,
327,
28270,
7,
5162,
395,
62,
82,
62,
8,
16034,
3084,
62,
1959,
1485,
1120,
4349,
62,
18,
33411,
7025,
62,
4475,
796,
366,
1157,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8319,
5788,
750,
262,
4471,
326,
373,
7025,
276,
1367,
325,
457,
1491,
6999,
423,
46506,
327,
28270,
7,
5162,
395,
62,
82,
62,
8,
16034,
3084,
62,
1959,
1485,
1120,
4349,
62,
18,
33411,
7025,
62,
4475,
796,
366,
1157,
1... |
What was the date of the victory when the Soviet Unit was 73 giap, and the Enemy Aircraft was bf.109g-? w.nr.? | SELECT date__ddmmyyyy_ FROM table_name_74 WHERE soviet_unit = "73 giap" AND enemy_aircraft = "bf.109g-? w.nr.?" | [
2061,
373,
262,
3128,
286,
262,
5373,
618,
262,
7570,
11801,
373,
8854,
308,
72,
499,
11,
290,
262,
21785,
30767,
373,
275,
69,
13,
14454,
70,
12,
30,
266,
13,
48624,
40791,
46506,
3128,
834,
1860,
76,
1820,
22556,
88,
62,
16034,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
373,
262,
3128,
286,
262,
5373,
618,
262,
7570,
11801,
373,
8854,
308,
72,
499,
11,
290,
262,
21785,
30767,
373,
275,
69,
13,
14454,
70,
12,
30,
266,
13,
48624,
40791,
46506,
3128,
834,
1860,
76,
1820,
22556,
88,
62,
16034,
... |
Tell me the result for week of 3 | SELECT "Result" FROM table_32014 WHERE "Week" = '3' | [
24446,
502,
262,
1255,
329,
1285,
286,
513,
46506,
366,
23004,
1,
16034,
3084,
62,
18,
4967,
33411,
366,
20916,
1,
796,
705,
18,
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
] | [
24446,
502,
262,
1255,
329,
1285,
286,
513,
46506,
366,
23004,
1,
16034,
3084,
62,
18,
4967,
33411,
366,
20916,
1,
796,
705,
18,
6
] |
Which tag has the most posts?. | SELECT Id, TagName, 'count' FROM Tags ORDER BY 'count' DESC | [
13828,
7621,
468,
262,
749,
6851,
30,
13,
46506,
5121,
11,
17467,
5376,
11,
705,
9127,
6,
16034,
44789,
38678,
11050,
705,
9127,
6,
22196,
34
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
7621,
468,
262,
749,
6851,
30,
13,
46506,
5121,
11,
17467,
5376,
11,
705,
9127,
6,
16034,
44789,
38678,
11050,
705,
9127,
6,
22196,
34
] |
What is the 2004 population for ? | SELECT "Population (2004 est.)" FROM table_43596 WHERE "Hanzi" = '昌黎县' | [
2061,
318,
262,
5472,
3265,
329,
5633,
46506,
366,
45251,
357,
15724,
1556,
2014,
1,
16034,
3084,
62,
40064,
4846,
33411,
366,
29919,
17027,
1,
796,
705,
23626,
234,
165,
119,
236,
43889,
123,
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,
5472,
3265,
329,
5633,
46506,
366,
45251,
357,
15724,
1556,
2014,
1,
16034,
3084,
62,
40064,
4846,
33411,
366,
29919,
17027,
1,
796,
705,
23626,
234,
165,
119,
236,
43889,
123,
6
] |
Name the least population for 2002 for 2011 being 9564 | SELECT MIN(population__2002_) FROM table_2562572_5 WHERE population__2011_ = 9564 | [
5376,
262,
1551,
3265,
329,
6244,
329,
2813,
852,
6957,
2414,
46506,
20625,
7,
39748,
834,
16942,
62,
8,
16034,
3084,
62,
11645,
1495,
4761,
62,
20,
33411,
3265,
834,
9804,
62,
796,
6957,
2414
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3265,
329,
6244,
329,
2813,
852,
6957,
2414,
46506,
20625,
7,
39748,
834,
16942,
62,
8,
16034,
3084,
62,
11645,
1495,
4761,
62,
20,
33411,
3265,
834,
9804,
62,
796,
6957,
2414
] |
What actor played the 'female, older' role in the original production? | SELECT "Actor in original production" FROM table_21943 WHERE "Actor required" = 'Female, older' | [
2061,
8674,
2826,
262,
705,
24724,
11,
4697,
6,
2597,
287,
262,
2656,
3227,
30,
46506,
366,
40277,
287,
2656,
3227,
1,
16034,
3084,
62,
28896,
3559,
33411,
366,
40277,
2672,
1,
796,
705,
27273,
11,
4697,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
8674,
2826,
262,
705,
24724,
11,
4697,
6,
2597,
287,
262,
2656,
3227,
30,
46506,
366,
40277,
287,
2656,
3227,
1,
16034,
3084,
62,
28896,
3559,
33411,
366,
40277,
2672,
1,
796,
705,
27273,
11,
4697,
6
] |
What's the average Round of Pete Laframboise? | SELECT AVG(round) FROM table_name_59 WHERE player = "pete laframboise" | [
2061,
338,
262,
2811,
10485,
286,
17542,
31528,
859,
2127,
786,
30,
46506,
35224,
7,
744,
8,
16034,
3084,
62,
3672,
62,
3270,
33411,
2137,
796,
366,
6449,
68,
300,
1878,
859,
2127,
786,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2811,
10485,
286,
17542,
31528,
859,
2127,
786,
30,
46506,
35224,
7,
744,
8,
16034,
3084,
62,
3672,
62,
3270,
33411,
2137,
796,
366,
6449,
68,
300,
1878,
859,
2127,
786,
1
] |
provide the number of patients whose admission year is less than 2139 and item id is 51276? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admityear < "2139" AND lab.itemid = "51276" | [
15234,
485,
262,
1271,
286,
3871,
3025,
13938,
614,
318,
1342,
621,
362,
20219,
290,
2378,
4686,
318,
22243,
4304,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
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,
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,
13938,
614,
318,
1342,
621,
362,
20219,
290,
2378,
4686,
318,
22243,
4304,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
2... |
Unspectacular posts by low-reputation users. | SELECT p.CreationDate, p.AnswerCount, p.Id AS "post_link" FROM Posts AS p INNER JOIN Users AS u ON p.OwnerUserId = u.Id WHERE (p.PostTypeId = 1 AND u.Reputation <= '##ReputationLimit##' AND LENGTH(p.Body) <= '##LengthLimit##' AND p.AcceptedAnswerId IS NULL AND p.ClosedDate IS NULL AND p.Score <= 0 AND 1 >= ALL (SELECT ... | [
3118,
4443,
12754,
6851,
416,
1877,
12,
260,
1996,
341,
2985,
13,
46506,
279,
13,
12443,
341,
10430,
11,
279,
13,
33706,
12332,
11,
279,
13,
7390,
7054,
366,
7353,
62,
8726,
1,
16034,
12043,
7054,
279,
3268,
21479,
32357,
1268,
18987,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3118,
4443,
12754,
6851,
416,
1877,
12,
260,
1996,
341,
2985,
13,
46506,
279,
13,
12443,
341,
10430,
11,
279,
13,
33706,
12332,
11,
279,
13,
7390,
7054,
366,
7353,
62,
8726,
1,
16034,
12043,
7054,
279,
3268,
21479,
32357,
1268,
18987,... |
What is the average rating star for each reviewer, display in descending by the total number. | SELECT name, AVG(T1.stars) FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID GROUP BY T2.name ORDER BY AVG(T1.stars) DESC | [
2061,
318,
262,
2811,
7955,
3491,
329,
1123,
37823,
11,
3359,
287,
31491,
416,
262,
2472,
1271,
13,
46506,
1438,
11,
35224,
7,
51,
16,
13,
30783,
8,
16034,
12028,
7054,
309,
16,
32357,
1268,
6602,
263,
7054,
309,
17,
6177,
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,
318,
262,
2811,
7955,
3491,
329,
1123,
37823,
11,
3359,
287,
31491,
416,
262,
2472,
1271,
13,
46506,
1438,
11,
35224,
7,
51,
16,
13,
30783,
8,
16034,
12028,
7054,
309,
16,
32357,
1268,
6602,
263,
7054,
309,
17,
6177,
309,
16,
... |
How many silver when bronze is 25 and overall is less than 67? | SELECT SUM(silver) FROM table_name_97 WHERE bronze = 25 AND overall < 67 | [
2437,
867,
8465,
618,
22101,
318,
1679,
290,
4045,
318,
1342,
621,
8275,
30,
46506,
35683,
7,
40503,
8,
16034,
3084,
62,
3672,
62,
5607,
33411,
22101,
796,
1679,
5357,
4045,
1279,
8275
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8465,
618,
22101,
318,
1679,
290,
4045,
318,
1342,
621,
8275,
30,
46506,
35683,
7,
40503,
8,
16034,
3084,
62,
3672,
62,
5607,
33411,
22101,
796,
1679,
5357,
4045,
1279,
8275
] |
For those employees who do not work in departments with managers that have ids between 100 and 200, draw a bar chart about the distribution of hire_date and the average of salary bin hire_date by weekday, could you order the average of salary in ascending order? | SELECT HIRE_DATE, AVG(SALARY) FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY AVG(SALARY) | [
1890,
883,
4409,
508,
466,
407,
670,
287,
13346,
351,
11663,
326,
423,
220,
2340,
1022,
1802,
290,
939,
11,
3197,
257,
2318,
8262,
546,
262,
6082,
286,
11078,
62,
4475,
290,
262,
2811,
286,
9588,
9874,
11078,
62,
4475,
416,
28269,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1890,
883,
4409,
508,
466,
407,
670,
287,
13346,
351,
11663,
326,
423,
220,
2340,
1022,
1802,
290,
939,
11,
3197,
257,
2318,
8262,
546,
262,
6082,
286,
11078,
62,
4475,
290,
262,
2811,
286,
9588,
9874,
11078,
62,
4475,
416,
28269,
1... |
what's the jp -210- with title and source being fun! fun! minigolf | SELECT jp__210_ FROM table_13663434_1 WHERE title_and_source = "Fun! Fun! Minigolf" | [
10919,
338,
262,
474,
79,
532,
21536,
12,
351,
3670,
290,
2723,
852,
1257,
0,
1257,
0,
949,
328,
4024,
46506,
474,
79,
834,
21536,
62,
16034,
3084,
62,
1485,
2791,
2682,
2682,
62,
16,
33411,
3670,
62,
392,
62,
10459,
796,
366,
246... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
474,
79,
532,
21536,
12,
351,
3670,
290,
2723,
852,
1257,
0,
1257,
0,
949,
328,
4024,
46506,
474,
79,
834,
21536,
62,
16034,
3084,
62,
1485,
2791,
2682,
2682,
62,
16,
33411,
3670,
62,
392,
62,
10459,
796,
366,
246... |
How many people attended the Cleveland Browns game on November 11, 1979? | SELECT MAX("Attendance") FROM table_32675 WHERE "Date" = 'november 11, 1979' AND "Week" > '11' | [
2437,
867,
661,
9141,
262,
10306,
17671,
983,
319,
3389,
1367,
11,
13521,
30,
46506,
25882,
7203,
8086,
437,
590,
4943,
16034,
3084,
62,
39195,
2425,
33411,
366,
10430,
1,
796,
705,
77,
3239,
1367,
11,
13521,
6,
5357,
366,
20916,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
661,
9141,
262,
10306,
17671,
983,
319,
3389,
1367,
11,
13521,
30,
46506,
25882,
7203,
8086,
437,
590,
4943,
16034,
3084,
62,
39195,
2425,
33411,
366,
10430,
1,
796,
705,
77,
3239,
1367,
11,
13521,
6,
5357,
366,
20916,
1,
... |
What is the largest goal number when the transfer fee was 0.8m? | SELECT MAX("Goals") FROM table_51576 WHERE "Transfer fee" = '£0.8m' | [
2061,
318,
262,
4387,
3061,
1271,
618,
262,
4351,
6838,
373,
657,
13,
23,
76,
30,
46506,
25882,
7203,
5247,
874,
4943,
16034,
3084,
62,
45969,
4304,
33411,
366,
43260,
6838,
1,
796,
705,
14988,
15,
13,
23,
76,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
4387,
3061,
1271,
618,
262,
4351,
6838,
373,
657,
13,
23,
76,
30,
46506,
25882,
7203,
5247,
874,
4943,
16034,
3084,
62,
45969,
4304,
33411,
366,
43260,
6838,
1,
796,
705,
14988,
15,
13,
23,
76,
6
] |
Who is the voice actor of the character with the Japanese voice actor Yoku Shioya? | SELECT voice_actor__harmony_gold_ova_dub_ FROM table_name_48 WHERE japanese_voice_actor = "yoku shioya" | [
8241,
318,
262,
3809,
8674,
286,
262,
2095,
351,
262,
4960,
3809,
8674,
575,
11601,
16380,
23790,
30,
46506,
3809,
62,
11218,
834,
29155,
1647,
62,
24267,
62,
10071,
62,
67,
549,
62,
16034,
3084,
62,
3672,
62,
2780,
33411,
474,
2674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
318,
262,
3809,
8674,
286,
262,
2095,
351,
262,
4960,
3809,
8674,
575,
11601,
16380,
23790,
30,
46506,
3809,
62,
11218,
834,
29155,
1647,
62,
24267,
62,
10071,
62,
67,
549,
62,
16034,
3084,
62,
3672,
62,
2780,
33411,
474,
2674,
... |
when are the AA flights from PHOENIX to MILWAUKEE | SELECT DISTINCT flight.departure_time 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 = 'PHOENIX' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = '... | [
12518,
389,
262,
15923,
13956,
422,
9370,
46,
1677,
10426,
284,
31515,
15543,
52,
7336,
33635,
16779,
360,
8808,
1268,
4177,
5474,
13,
10378,
433,
495,
62,
2435,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
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... | [
12518,
389,
262,
15923,
13956,
422,
9370,
46,
1677,
10426,
284,
31515,
15543,
52,
7336,
33635,
16779,
360,
8808,
1268,
4177,
5474,
13,
10378,
433,
495,
62,
2435,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
... |
how many patients whose marital status is divorced and diagnoses long title is cellulitis and abscess of leg, except foot? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.marital_status = "DIVORCED" AND diagnoses.long_title = "Cellulitis and abscess of leg, except foot" | [
4919,
867,
3871,
3025,
29555,
3722,
318,
25107,
290,
40567,
890,
3670,
318,
47354,
11815,
290,
2352,
919,
286,
1232,
11,
2845,
2366,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
214... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
3871,
3025,
29555,
3722,
318,
25107,
290,
40567,
890,
3670,
318,
47354,
11815,
290,
2352,
919,
286,
1232,
11,
2845,
2366,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
214... |
What Championship has a Score in the final of 2 6, 6 2, 7 5? | SELECT "Championship" FROM table_58984 WHERE "Score in the final" = '2–6, 6–2, 7–5' | [
2061,
10749,
468,
257,
15178,
287,
262,
2457,
286,
362,
718,
11,
718,
362,
11,
767,
642,
30,
46506,
366,
1925,
4350,
1056,
1,
16034,
3084,
62,
3365,
4089,
19,
33411,
366,
26595,
287,
262,
2457,
1,
796,
705,
17,
1906,
21,
11,
718,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
10749,
468,
257,
15178,
287,
262,
2457,
286,
362,
718,
11,
718,
362,
11,
767,
642,
30,
46506,
366,
1925,
4350,
1056,
1,
16034,
3084,
62,
3365,
4089,
19,
33411,
366,
26595,
287,
262,
2457,
1,
796,
705,
17,
1906,
21,
11,
718,
... |
For each product that has problems, find the number of problems reported after 1986-11-13 and the product id? | SELECT COUNT(*), T2.product_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id WHERE T1.date_problem_reported > "1986-11-13" GROUP BY T2.product_id | [
1890,
1123,
1720,
326,
468,
2761,
11,
1064,
262,
1271,
286,
2761,
2098,
706,
12113,
12,
1157,
12,
1485,
290,
262,
1720,
4686,
30,
46506,
327,
28270,
46491,
828,
309,
17,
13,
11167,
62,
312,
16034,
2761,
7054,
309,
16,
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,
1... | [
1890,
1123,
1720,
326,
468,
2761,
11,
1064,
262,
1271,
286,
2761,
2098,
706,
12113,
12,
1157,
12,
1485,
290,
262,
1720,
4686,
30,
46506,
327,
28270,
46491,
828,
309,
17,
13,
11167,
62,
312,
16034,
2761,
7054,
309,
16,
32357,
1268,
1... |
Who is the Away Captain at headingley? | SELECT away_captain FROM table_name_66 WHERE venue = "headingley" | [
8241,
318,
262,
21986,
8599,
379,
9087,
1636,
30,
46506,
1497,
62,
27144,
391,
16034,
3084,
62,
3672,
62,
2791,
33411,
14359,
796,
366,
33878,
1636,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
318,
262,
21986,
8599,
379,
9087,
1636,
30,
46506,
1497,
62,
27144,
391,
16034,
3084,
62,
3672,
62,
2791,
33411,
14359,
796,
366,
33878,
1636,
1
] |
What is the Date of Catalog 573 194-2? | SELECT "Date" FROM table_38896 WHERE "Catalog" = '573 194-2' | [
2061,
318,
262,
7536,
286,
44515,
642,
4790,
30483,
12,
17,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
2548,
48712,
33411,
366,
49015,
1,
796,
705,
48638,
30483,
12,
17,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
7536,
286,
44515,
642,
4790,
30483,
12,
17,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
2548,
48712,
33411,
366,
49015,
1,
796,
705,
48638,
30483,
12,
17,
6
] |
What is the rank that has a 1st less than 132.5 and a Fin nationality. | SELECT "Overall WC points (Rank)" FROM table_36774 WHERE "1st (m)" < '132.5' AND "Nationality" = 'fin' | [
2061,
318,
262,
4279,
326,
468,
257,
352,
301,
1342,
621,
21761,
13,
20,
290,
257,
4463,
29835,
13,
46506,
366,
16350,
28387,
2173,
357,
27520,
16725,
16034,
3084,
62,
2623,
47582,
33411,
366,
16,
301,
357,
76,
16725,
1279,
705,
19924... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4279,
326,
468,
257,
352,
301,
1342,
621,
21761,
13,
20,
290,
257,
4463,
29835,
13,
46506,
366,
16350,
28387,
2173,
357,
27520,
16725,
16034,
3084,
62,
2623,
47582,
33411,
366,
16,
301,
357,
76,
16725,
1279,
705,
19924... |
i would like to see the flights from DENVER to PHILADELPHIA | 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 = 'DENVER' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PHILADE... | [
72,
561,
588,
284,
766,
262,
13956,
422,
37692,
5959,
284,
9370,
4146,
2885,
3698,
11909,
40,
11159,
16779,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
900... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
766,
262,
13956,
422,
37692,
5959,
284,
9370,
4146,
2885,
3698,
11909,
40,
11159,
16779,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
900... |
How many laps have a +0.4865 time/retired? | SELECT "Laps" FROM table_44445 WHERE "Time/Retired" = '+0.4865' | [
2437,
867,
24590,
423,
257,
1343,
15,
13,
2780,
2996,
640,
14,
1186,
1202,
30,
46506,
366,
43,
1686,
1,
16034,
3084,
62,
30272,
2231,
33411,
366,
7575,
14,
9781,
1202,
1,
796,
705,
10,
15,
13,
2780,
2996,
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
] | [
2437,
867,
24590,
423,
257,
1343,
15,
13,
2780,
2996,
640,
14,
1186,
1202,
30,
46506,
366,
43,
1686,
1,
16034,
3084,
62,
30272,
2231,
33411,
366,
7575,
14,
9781,
1202,
1,
796,
705,
10,
15,
13,
2780,
2996,
6
] |
What was the Purse ($) total for Iowa? | SELECT COUNT(purse__) AS $__ FROM table_name_88 WHERE location = "iowa" | [
2061,
373,
262,
9330,
325,
45491,
2472,
329,
9406,
30,
46506,
327,
28270,
7,
79,
12321,
834,
8,
7054,
720,
834,
16034,
3084,
62,
3672,
62,
3459,
33411,
4067,
796,
366,
72,
8455,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9330,
325,
45491,
2472,
329,
9406,
30,
46506,
327,
28270,
7,
79,
12321,
834,
8,
7054,
720,
834,
16034,
3084,
62,
3672,
62,
3459,
33411,
4067,
796,
366,
72,
8455,
1
] |
What was the round when there were 16 winners from the previous round? | SELECT "Round" FROM table_30237 WHERE "Winners from previous round" = '16' | [
2061,
373,
262,
2835,
618,
612,
547,
1467,
14591,
422,
262,
2180,
2835,
30,
46506,
366,
22685,
1,
16034,
3084,
62,
1270,
24693,
33411,
366,
16643,
2741,
422,
2180,
2835,
1,
796,
705,
1433,
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,
373,
262,
2835,
618,
612,
547,
1467,
14591,
422,
262,
2180,
2835,
30,
46506,
366,
22685,
1,
16034,
3084,
62,
1270,
24693,
33411,
366,
16643,
2741,
422,
2180,
2835,
1,
796,
705,
1433,
6
] |
What party was Kevin Brady? | SELECT "Party" FROM table_676 WHERE "Incumbent" = 'Kevin Brady' | [
2061,
2151,
373,
7939,
15260,
30,
46506,
366,
33553,
1,
16034,
3084,
62,
42548,
33411,
366,
25517,
2178,
298,
1,
796,
705,
23865,
15260,
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
] | [
2061,
2151,
373,
7939,
15260,
30,
46506,
366,
33553,
1,
16034,
3084,
62,
42548,
33411,
366,
25517,
2178,
298,
1,
796,
705,
23865,
15260,
6
] |
Lowest round for g that was smaller than 31? | SELECT MIN("Round") FROM table_46374 WHERE "Position" = 'g' AND "Overall" < '31' | [
20535,
395,
2835,
329,
308,
326,
373,
4833,
621,
3261,
30,
46506,
20625,
7203,
22685,
4943,
16034,
3084,
62,
3510,
31020,
33411,
366,
26545,
1,
796,
705,
70,
6,
5357,
366,
16350,
1,
1279,
705,
3132,
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
] | [
20535,
395,
2835,
329,
308,
326,
373,
4833,
621,
3261,
30,
46506,
20625,
7203,
22685,
4943,
16034,
3084,
62,
3510,
31020,
33411,
366,
26545,
1,
796,
705,
70,
6,
5357,
366,
16350,
1,
1279,
705,
3132,
6
] |
provide the number of patients whose insurance is private and age is less than 31? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.insurance = "Private" AND demographic.age < "31" | [
15234,
485,
262,
1271,
286,
3871,
3025,
5096,
318,
2839,
290,
2479,
318,
1342,
621,
3261,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
1040,
3874,
796,
366,
29067,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5096,
318,
2839,
290,
2479,
318,
1342,
621,
3261,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
1040,
3874,
796,
366,
29067,
1,
... |
what is the stage when the winner is charly mottet? | SELECT stage FROM table_name_80 WHERE winner = "charly mottet" | [
10919,
318,
262,
3800,
618,
262,
8464,
318,
1149,
306,
285,
1252,
316,
30,
46506,
3800,
16034,
3084,
62,
3672,
62,
1795,
33411,
8464,
796,
366,
10641,
306,
285,
1252,
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
] | [
10919,
318,
262,
3800,
618,
262,
8464,
318,
1149,
306,
285,
1252,
316,
30,
46506,
3800,
16034,
3084,
62,
3672,
62,
1795,
33411,
8464,
796,
366,
10641,
306,
285,
1252,
316,
1
] |
What is the birthplace of the person with a weight greater than 88 with NHL rights, 1999 draft eligible and born March 26, 1980? | SELECT "Birthplace" FROM table_7537 WHERE "Weight (kg)" > '88' AND "NHL rights, if any" = '1999 draft eligible' AND "Birthdate" = 'march 26, 1980' | [
2061,
318,
262,
48145,
286,
262,
1048,
351,
257,
3463,
3744,
621,
9193,
351,
9481,
2489,
11,
7358,
4538,
8867,
290,
4642,
2805,
2608,
11,
7169,
30,
46506,
366,
38480,
5372,
1,
16034,
3084,
62,
2425,
2718,
33411,
366,
25844,
357,
10025... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
48145,
286,
262,
1048,
351,
257,
3463,
3744,
621,
9193,
351,
9481,
2489,
11,
7358,
4538,
8867,
290,
4642,
2805,
2608,
11,
7169,
30,
46506,
366,
38480,
5372,
1,
16034,
3084,
62,
2425,
2718,
33411,
366,
25844,
357,
10025... |
is there a flight on AA going from BOSTON to SAN FRANCISCO on 6 28 | SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND date_day.day_number = 28 AND date_day.month_number = ... | [
271,
612,
257,
5474,
319,
15923,
1016,
422,
347,
10892,
1340,
284,
37376,
8782,
20940,
1797,
8220,
319,
718,
2579,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
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... | [
271,
612,
257,
5474,
319,
15923,
1016,
422,
347,
10892,
1340,
284,
37376,
8782,
20940,
1797,
8220,
319,
718,
2579,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,... |
How old is the youngest person for each job Visualize by bar chart, I want to sort by the total number in ascending please. | SELECT job, MIN(age) FROM Person GROUP BY job ORDER BY MIN(age) | [
2437,
1468,
318,
262,
18887,
1048,
329,
1123,
1693,
15612,
1096,
416,
2318,
8262,
11,
314,
765,
284,
3297,
416,
262,
2472,
1271,
287,
41988,
3387,
13,
46506,
1693,
11,
20625,
7,
496,
8,
16034,
7755,
44441,
11050,
1693,
38678,
11050,
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
] | [
2437,
1468,
318,
262,
18887,
1048,
329,
1123,
1693,
15612,
1096,
416,
2318,
8262,
11,
314,
765,
284,
3297,
416,
262,
2472,
1271,
287,
41988,
3387,
13,
46506,
1693,
11,
20625,
7,
496,
8,
16034,
7755,
44441,
11050,
1693,
38678,
11050,
2... |
i'd like flight information between BOSTON and WASHINGTON 9 3 | SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'WASHINGTON' AND date_day.day_number = 3 AND date_day.month_number = 9 AND... | [
72,
1549,
588,
5474,
1321,
1022,
347,
10892,
1340,
290,
370,
19436,
860,
513,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
72,
1549,
588,
5474,
1321,
1022,
347,
10892,
1340,
290,
370,
19436,
860,
513,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054,
316... |
How many episodes hve 4.50 million viewers? | SELECT "Episode" FROM table_31244 WHERE "UK viewers (million)" = '4.50' | [
2437,
867,
8640,
289,
303,
604,
13,
1120,
1510,
10209,
30,
46506,
366,
23758,
1,
16034,
3084,
62,
27970,
2598,
33411,
366,
15039,
10209,
357,
14100,
16725,
796,
705,
19,
13,
1120,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
8640,
289,
303,
604,
13,
1120,
1510,
10209,
30,
46506,
366,
23758,
1,
16034,
3084,
62,
27970,
2598,
33411,
366,
15039,
10209,
357,
14100,
16725,
796,
705,
19,
13,
1120,
6
] |
how many of the patients with unspecified protein-calorie malnutrition were treated with a base drug? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Unspecified protein-calorie malnutrition" AND prescriptions.drug_type = "BASE" | [
4919,
867,
286,
262,
3871,
351,
29547,
7532,
12,
9948,
19257,
49290,
547,
5716,
351,
257,
2779,
2563,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
286,
262,
3871,
351,
29547,
7532,
12,
9948,
19257,
49290,
547,
5716,
351,
257,
2779,
2563,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
1... |
Please show me how many employees working on different countries using a bar chart. | SELECT COUNTRY_NAME, COUNT(COUNTRY_NAME) FROM countries GROUP BY COUNTRY_NAME | [
5492,
905,
502,
703,
867,
4409,
1762,
319,
1180,
2678,
1262,
257,
2318,
8262,
13,
46506,
31404,
40405,
62,
20608,
11,
327,
28270,
7,
34,
19385,
40405,
62,
20608,
8,
16034,
2678,
44441,
11050,
31404,
40405,
62,
20608
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5492,
905,
502,
703,
867,
4409,
1762,
319,
1180,
2678,
1262,
257,
2318,
8262,
13,
46506,
31404,
40405,
62,
20608,
11,
327,
28270,
7,
34,
19385,
40405,
62,
20608,
8,
16034,
2678,
44441,
11050,
31404,
40405,
62,
20608
] |
When John Senden was the runner-up, what was the To Par? | SELECT "To par" FROM table_15462 WHERE "Runner(s)-up" = 'john senden' | [
2215,
1757,
16290,
268,
373,
262,
17490,
12,
929,
11,
644,
373,
262,
1675,
2547,
30,
46506,
366,
2514,
1582,
1,
16034,
3084,
62,
1314,
39997,
33411,
366,
49493,
7,
82,
13219,
929,
1,
796,
705,
30686,
3758,
268,
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
] | [
2215,
1757,
16290,
268,
373,
262,
17490,
12,
929,
11,
644,
373,
262,
1675,
2547,
30,
46506,
366,
2514,
1582,
1,
16034,
3084,
62,
1314,
39997,
33411,
366,
49493,
7,
82,
13219,
929,
1,
796,
705,
30686,
3758,
268,
6
] |
When bas van erp was the athlete what was the quarterfinals? | SELECT "Quarterfinals" FROM table_22496 WHERE "Athlete" = 'Bas van Erp' | [
2215,
1615,
5719,
1931,
79,
373,
262,
16076,
644,
373,
262,
3860,
32089,
30,
46506,
366,
4507,
2571,
32089,
1,
16034,
3084,
62,
24137,
4846,
33411,
366,
32,
400,
5807,
1,
796,
705,
15522,
5719,
5256,
79,
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
] | [
2215,
1615,
5719,
1931,
79,
373,
262,
16076,
644,
373,
262,
3860,
32089,
30,
46506,
366,
4507,
2571,
32089,
1,
16034,
3084,
62,
24137,
4846,
33411,
366,
32,
400,
5807,
1,
796,
705,
15522,
5719,
5256,
79,
6
] |
provide the number of patients whose drug code is mago140 and lab test category is hematology? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE prescriptions.formulary_drug_cd = "MAGO140" AND lab."CATEGORY" = "Hematology" | [
15234,
485,
262,
1271,
286,
3871,
3025,
2563,
2438,
318,
2153,
78,
15187,
290,
2248,
1332,
6536,
318,
339,
6759,
1435,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
126... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2563,
2438,
318,
2153,
78,
15187,
290,
2248,
1332,
6536,
318,
339,
6759,
1435,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
126... |
Which best 3-year period has a best 15-year period of smyslov; kasparov, and a Position of 5? | SELECT "best 3-year period" FROM table_45644 WHERE "best 15-year period" = 'smyslov; kasparov' AND "Position" = '5' | [
13828,
1266,
513,
12,
1941,
2278,
468,
257,
1266,
1315,
12,
1941,
2278,
286,
895,
893,
27086,
26,
479,
292,
1845,
709,
11,
290,
257,
23158,
286,
642,
30,
46506,
366,
13466,
513,
12,
1941,
2278,
1,
16034,
3084,
62,
2231,
29173,
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... | [
13828,
1266,
513,
12,
1941,
2278,
468,
257,
1266,
1315,
12,
1941,
2278,
286,
895,
893,
27086,
26,
479,
292,
1845,
709,
11,
290,
257,
23158,
286,
642,
30,
46506,
366,
13466,
513,
12,
1941,
2278,
1,
16034,
3084,
62,
2231,
29173,
33411... |
What's the Serie A when the coppa italia was 5? | SELECT AVG(serie_a) FROM table_name_79 WHERE coppa_italia = 5 | [
2061,
338,
262,
41530,
317,
618,
262,
763,
44989,
340,
9752,
373,
642,
30,
46506,
35224,
7,
2655,
494,
62,
64,
8,
16034,
3084,
62,
3672,
62,
3720,
33411,
763,
44989,
62,
1287,
544,
796,
642
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
41530,
317,
618,
262,
763,
44989,
340,
9752,
373,
642,
30,
46506,
35224,
7,
2655,
494,
62,
64,
8,
16034,
3084,
62,
3672,
62,
3720,
33411,
763,
44989,
62,
1287,
544,
796,
642
] |
how many patients had treatment of hyperkalemia - kayexalate procedure two or more times in this year? | SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, COUNT(*) AS c1 FROM patient WHERE patient.patientunitstayid = (SELECT treatment.patientunitstayid FROM treatment WHERE treatment.treatmentname = 'treatment of hyperkalemia - kayexalate' AND DATETIME(treatment.treatmenttime, 'start of year') = DATETIME(... | [
4919,
867,
3871,
550,
3513,
286,
8718,
74,
282,
22859,
532,
34681,
1069,
282,
378,
8771,
734,
393,
517,
1661,
287,
428,
614,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
256,
16,
13,
403,
1557,
538,
312,
8,
16034,
357,
46506,
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,
3871,
550,
3513,
286,
8718,
74,
282,
22859,
532,
34681,
1069,
282,
378,
8771,
734,
393,
517,
1661,
287,
428,
614,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
256,
16,
13,
403,
1557,
538,
312,
8,
16034,
357,
46506,
5... |
count the number of patients whose religion is catholic and lab test name is ph? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.religion = "CATHOLIC" AND lab.label = "pH" | [
9127,
262,
1271,
286,
3871,
3025,
5737,
318,
32171,
4160,
290,
2248,
1332,
1438,
318,
872,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
9127,
262,
1271,
286,
3871,
3025,
5737,
318,
32171,
4160,
290,
2248,
1332,
1438,
318,
872,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18... |
What are the Summer options for upper-level PHYSICS classes ? | SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, program_course, semester WHERE course.course_id = course_offering.course_id AND course.department = 'PHYSICS' AND program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id AND semester.semester = 'Sum... | [
2061,
389,
262,
10216,
3689,
329,
6727,
12,
5715,
9370,
16309,
19505,
6097,
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,
1430,
62,
17319... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10216,
3689,
329,
6727,
12,
5715,
9370,
16309,
19505,
6097,
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,
1430,
62,
17319... |
What is the 2005-06 that has Rivaldo for 2007-08? | SELECT "2005\u201306" FROM table_10015 WHERE "2007\u201308" = 'rivaldo' | [
2061,
318,
262,
5075,
12,
3312,
326,
468,
34686,
41476,
329,
4343,
12,
2919,
30,
46506,
366,
14315,
59,
84,
1264,
20548,
1,
16034,
3084,
62,
3064,
1314,
33411,
366,
12726,
59,
84,
1264,
21495,
1,
796,
705,
15104,
41476,
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
] | [
2061,
318,
262,
5075,
12,
3312,
326,
468,
34686,
41476,
329,
4343,
12,
2919,
30,
46506,
366,
14315,
59,
84,
1264,
20548,
1,
16034,
3084,
62,
3064,
1314,
33411,
366,
12726,
59,
84,
1264,
21495,
1,
796,
705,
15104,
41476,
6
] |
What is the least amount of matches? | SELECT MIN("Matches") FROM table_30113 | [
2061,
318,
262,
1551,
2033,
286,
7466,
30,
46506,
20625,
7203,
19044,
2052,
4943,
16034,
3084,
62,
18938,
1485
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1551,
2033,
286,
7466,
30,
46506,
20625,
7203,
19044,
2052,
4943,
16034,
3084,
62,
18938,
1485
] |
let me know the number of newborn patients who have prescription of base type medication. | 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.drug_type = "BASE" | [
1616,
502,
760,
262,
1271,
286,
23856,
3871,
508,
423,
15077,
286,
2779,
2099,
14103,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092,
6177,
16728,
13,
18108,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1616,
502,
760,
262,
1271,
286,
23856,
3871,
508,
423,
15077,
286,
2779,
2099,
14103,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092,
6177,
16728,
13,
18108,
... |
when was the first lap gastric restric proc done for patient 4718 until 3 years ago? | SELECT procedures_icd.charttime FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'lap gastric restric proc') AND procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 4718) AND ... | [
12518,
373,
262,
717,
14779,
21956,
1173,
1334,
1173,
13834,
1760,
329,
5827,
6298,
1507,
1566,
513,
812,
2084,
30,
46506,
9021,
62,
291,
67,
13,
40926,
2435,
16034,
9021,
62,
291,
67,
33411,
9021,
62,
291,
67,
13,
291,
67,
24,
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,
717,
14779,
21956,
1173,
1334,
1173,
13834,
1760,
329,
5827,
6298,
1507,
1566,
513,
812,
2084,
30,
46506,
9021,
62,
291,
67,
13,
40926,
2435,
16034,
9021,
62,
291,
67,
33411,
9021,
62,
291,
67,
13,
291,
67,
24,
62,
... |
What was the away team when the home team was South Melbourne? | SELECT away_team FROM table_name_77 WHERE home_team = "south melbourne" | [
2061,
373,
262,
1497,
1074,
618,
262,
1363,
1074,
373,
2520,
14819,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
3324,
33411,
1363,
62,
15097,
796,
366,
35782,
7758,
12544,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
1497,
1074,
618,
262,
1363,
1074,
373,
2520,
14819,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
3324,
33411,
1363,
62,
15097,
796,
366,
35782,
7758,
12544,
1
] |
What is the name of the player that has a To par of 1? | SELECT player FROM table_name_27 WHERE to_par = "–1" | [
2061,
318,
262,
1438,
286,
262,
2137,
326,
468,
257,
1675,
1582,
286,
352,
30,
46506,
2137,
16034,
3084,
62,
3672,
62,
1983,
33411,
284,
62,
1845,
796,
366,
1906,
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
] | [
2061,
318,
262,
1438,
286,
262,
2137,
326,
468,
257,
1675,
1582,
286,
352,
30,
46506,
2137,
16034,
3084,
62,
3672,
62,
1983,
33411,
284,
62,
1845,
796,
366,
1906,
16,
1
] |
What is Pick, when Round is '6', when Nationality is 'Canada', when Draft is greater than 1983, and when Player is 'Ed Ward Category:Articles with hCards'? | SELECT "Pick" FROM table_12157 WHERE "Round" = '6' AND "Nationality" = 'canada' AND "Draft" > '1983' AND "Player" = 'ed ward category:articles with hcards' | [
2061,
318,
12346,
11,
618,
10485,
318,
705,
21,
3256,
618,
2351,
414,
318,
705,
17940,
3256,
618,
13650,
318,
3744,
621,
13540,
11,
290,
618,
7853,
318,
705,
7407,
12150,
21743,
25,
8001,
2983,
351,
289,
34,
1371,
30960,
46506,
366,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
12346,
11,
618,
10485,
318,
705,
21,
3256,
618,
2351,
414,
318,
705,
17940,
3256,
618,
13650,
318,
3744,
621,
13540,
11,
290,
618,
7853,
318,
705,
7407,
12150,
21743,
25,
8001,
2983,
351,
289,
34,
1371,
30960,
46506,
366,
... |
What is the accreditation level for the approved (awarded 05.12.12) date? | SELECT accreditation_level FROM table_name_72 WHERE date = "approved (awarded 05.12.12)" | [
2061,
318,
262,
697,
42845,
1241,
329,
262,
6325,
357,
707,
10676,
8870,
13,
1065,
13,
1065,
8,
3128,
30,
46506,
697,
42845,
62,
5715,
16034,
3084,
62,
3672,
62,
4761,
33411,
3128,
796,
366,
29137,
357,
707,
10676,
8870,
13,
1065,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
697,
42845,
1241,
329,
262,
6325,
357,
707,
10676,
8870,
13,
1065,
13,
1065,
8,
3128,
30,
46506,
697,
42845,
62,
5715,
16034,
3084,
62,
3672,
62,
4761,
33411,
3128,
796,
366,
29137,
357,
707,
10676,
8870,
13,
1065,
1... |
Lowest larger than 288, and a Team of east stirlingshire has what lowest average? | SELECT MIN(average) FROM table_name_61 WHERE lowest > 288 AND team = "east stirlingshire" | [
20535,
395,
4025,
621,
35419,
11,
290,
257,
4816,
286,
7627,
336,
1901,
654,
10695,
468,
644,
9016,
2811,
30,
46506,
20625,
7,
23913,
8,
16034,
3084,
62,
3672,
62,
5333,
33411,
9016,
1875,
35419,
5357,
1074,
796,
366,
23316,
336,
1901... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
20535,
395,
4025,
621,
35419,
11,
290,
257,
4816,
286,
7627,
336,
1901,
654,
10695,
468,
644,
9016,
2811,
30,
46506,
20625,
7,
23913,
8,
16034,
3084,
62,
3672,
62,
5333,
33411,
9016,
1875,
35419,
5357,
1074,
796,
366,
23316,
336,
1901... |
what were the drugs added to patient 49176 today compared with the ones yesterday? | SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 49176) AND DATETIME(prescriptions.startdate, 'start of day') = DATETIME(CURRENT_TIME(), 'start of day', '-0 day') EXCEPT SELECT prescriptions.drug FROM prescriptions WHERE... | [
10919,
547,
262,
5010,
2087,
284,
5827,
5125,
24096,
1909,
3688,
351,
262,
3392,
7415,
30,
46506,
34092,
13,
30349,
16034,
34092,
33411,
34092,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
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,
547,
262,
5010,
2087,
284,
5827,
5125,
24096,
1909,
3688,
351,
262,
3392,
7415,
30,
46506,
34092,
13,
30349,
16034,
34092,
33411,
34092,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
33411... |
Who played Peter Pan in the 1990 Broadway? | SELECT 1990 AS _broadway FROM table_10312547_1 WHERE character = "Peter Pan" | [
8241,
2826,
5613,
5961,
287,
262,
6303,
20617,
30,
46506,
6303,
7054,
4808,
36654,
1014,
16034,
3084,
62,
15197,
11623,
2857,
62,
16,
33411,
2095,
796,
366,
19727,
5961,
1
] | [
1,
1,
1,
1,
1,
1,
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,
2826,
5613,
5961,
287,
262,
6303,
20617,
30,
46506,
6303,
7054,
4808,
36654,
1014,
16034,
3084,
62,
15197,
11623,
2857,
62,
16,
33411,
2095,
796,
366,
19727,
5961,
1
] |
what is the number of patients whose age is less than 76 and drug name is norepinephrine? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.age < "76" AND prescriptions.drug = "NORepinephrine" | [
10919,
318,
262,
1271,
286,
3871,
3025,
2479,
318,
1342,
621,
8684,
290,
2563,
1438,
318,
299,
382,
23908,
47723,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2479,
318,
1342,
621,
8684,
290,
2563,
1438,
318,
299,
382,
23908,
47723,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34... |
What tv season was episode 23 broadcast? | SELECT tv_season FROM table_2669287_1 WHERE episodes = 23 | [
2061,
31557,
1622,
373,
4471,
2242,
7025,
30,
46506,
31557,
62,
6230,
16034,
3084,
62,
2075,
3388,
27800,
62,
16,
33411,
8640,
796,
2242
] | [
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,
31557,
1622,
373,
4471,
2242,
7025,
30,
46506,
31557,
62,
6230,
16034,
3084,
62,
2075,
3388,
27800,
62,
16,
33411,
8640,
796,
2242
] |
SO avg votes per question. | SELECT COUNT(*) AS recordCount, SUM(p.Score) AS TotalScore, AVG(p.Score) AS AverageScore FROM Posts AS p INNER JOIN PostTypes AS pt ON (pt.Id = p.PostTypeId) WHERE pt.Id IN (1, 2) AND p.ClosedDate IS NULL | [
15821,
42781,
5690,
583,
1808,
13,
46506,
327,
28270,
7,
28104,
7054,
1700,
12332,
11,
35683,
7,
79,
13,
26595,
8,
7054,
7472,
26595,
11,
35224,
7,
79,
13,
26595,
8,
7054,
13475,
26595,
16034,
12043,
7054,
279,
3268,
21479,
32357,
126... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
15821,
42781,
5690,
583,
1808,
13,
46506,
327,
28270,
7,
28104,
7054,
1700,
12332,
11,
35683,
7,
79,
13,
26595,
8,
7054,
7472,
26595,
11,
35224,
7,
79,
13,
26595,
8,
7054,
13475,
26595,
16034,
12043,
7054,
279,
3268,
21479,
32357,
126... |
What day did North Melbourne play as the home team? | SELECT date FROM table_name_52 WHERE home_team = "north melbourne" | [
2061,
1110,
750,
2258,
14819,
711,
355,
262,
1363,
1074,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
4309,
33411,
1363,
62,
15097,
796,
366,
43588,
7758,
12544,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
1110,
750,
2258,
14819,
711,
355,
262,
1363,
1074,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
4309,
33411,
1363,
62,
15097,
796,
366,
43588,
7758,
12544,
1
] |
show me the cheapest one way flights from MONTREAL to ORLANDO | SELECT DISTINCT fare.fare_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'MONTREAL' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.cit... | [
12860,
502,
262,
28918,
530,
835,
13956,
422,
25000,
51,
2200,
1847,
284,
6375,
28182,
14058,
16779,
360,
8808,
1268,
4177,
14505,
13,
9496,
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... | [
12860,
502,
262,
28918,
530,
835,
13956,
422,
25000,
51,
2200,
1847,
284,
6375,
28182,
14058,
16779,
360,
8808,
1268,
4177,
14505,
13,
9496,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
... |
Which Prominence (m) has a Peak of nakanai mountains high point, and an Elevation (m) smaller than 2,316? | SELECT AVG("Prominence (m)") FROM table_63031 WHERE "Peak" = 'nakanai mountains high point' AND "Elevation (m)" < '2,316' | [
13828,
10335,
18386,
357,
76,
8,
468,
257,
23974,
286,
299,
461,
272,
1872,
12269,
1029,
966,
11,
290,
281,
37881,
341,
357,
76,
8,
4833,
621,
362,
11,
33400,
30,
46506,
35224,
7203,
24129,
18386,
357,
76,
8,
4943,
16034,
3084,
62,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
13828,
10335,
18386,
357,
76,
8,
468,
257,
23974,
286,
299,
461,
272,
1872,
12269,
1029,
966,
11,
290,
281,
37881,
341,
357,
76,
8,
4833,
621,
362,
11,
33400,
30,
46506,
35224,
7203,
24129,
18386,
357,
76,
8,
4943,
16034,
3084,
62,
... |
What was the episode number veiwed by 7.43 million viewers? | SELECT MAX("Series episode") FROM table_30164 WHERE "U.S. viewers (in million)" = '7.43' | [
2061,
373,
262,
4471,
1271,
1569,
14246,
276,
416,
767,
13,
3559,
1510,
10209,
30,
46506,
25882,
7203,
27996,
4471,
4943,
16034,
3084,
62,
18938,
2414,
33411,
366,
52,
13,
50,
13,
10209,
357,
259,
1510,
16725,
796,
705,
22,
13,
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
] | [
2061,
373,
262,
4471,
1271,
1569,
14246,
276,
416,
767,
13,
3559,
1510,
10209,
30,
46506,
25882,
7203,
27996,
4471,
4943,
16034,
3084,
62,
18938,
2414,
33411,
366,
52,
13,
50,
13,
10209,
357,
259,
1510,
16725,
796,
705,
22,
13,
3559,
... |
give me the number of patients whose gender is f and diagnoses long title is benzodiazepine-based tranquilizers causing adverse effects in therapeutic use? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.gender = "F" AND diagnoses.long_title = "Benzodiazepine-based tranquilizers causing adverse effects in therapeutic use" | [
26535,
502,
262,
1271,
286,
3871,
3025,
5279,
318,
277,
290,
40567,
890,
3670,
318,
39601,
375,
48826,
500,
12,
3106,
46944,
11341,
6666,
12681,
3048,
287,
21546,
779,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5279,
318,
277,
290,
40567,
890,
3670,
318,
39601,
375,
48826,
500,
12,
3106,
46944,
11341,
6666,
12681,
3048,
287,
21546,
779,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
... |
What Unit has a Ratio of 1/32? | SELECT unit FROM table_name_55 WHERE ratio = "1/32" | [
2061,
11801,
468,
257,
33956,
286,
352,
14,
2624,
30,
46506,
4326,
16034,
3084,
62,
3672,
62,
2816,
33411,
8064,
796,
366,
16,
14,
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
] | [
2061,
11801,
468,
257,
33956,
286,
352,
14,
2624,
30,
46506,
4326,
16034,
3084,
62,
3672,
62,
2816,
33411,
8064,
796,
366,
16,
14,
2624,
1
] |
How many bonus points were won by 5? | SELECT bonus_points FROM table_17510803_2 WHERE won = "5" | [
2437,
867,
7202,
2173,
547,
1839,
416,
642,
30,
46506,
7202,
62,
13033,
16034,
3084,
62,
17430,
24045,
18,
62,
17,
33411,
1839,
796,
366,
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
] | [
2437,
867,
7202,
2173,
547,
1839,
416,
642,
30,
46506,
7202,
62,
13033,
16034,
3084,
62,
17430,
24045,
18,
62,
17,
33411,
1839,
796,
366,
20,
1
] |
Name the total number of county seat or courthouse for april 1 2010 denisty is 2205 | SELECT COUNT("County seat or courthouse") FROM table_21835 WHERE "April 1, 2010 density (/mi\u00b2)" = '2205' | [
5376,
262,
2472,
1271,
286,
7968,
5852,
393,
33625,
329,
46593,
346,
352,
3050,
2853,
396,
88,
318,
15629,
20,
46506,
327,
28270,
7203,
12332,
88,
5852,
393,
33625,
4943,
16034,
3084,
62,
28727,
2327,
33411,
366,
16784,
352,
11,
3050,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
2472,
1271,
286,
7968,
5852,
393,
33625,
329,
46593,
346,
352,
3050,
2853,
396,
88,
318,
15629,
20,
46506,
327,
28270,
7203,
12332,
88,
5852,
393,
33625,
4943,
16034,
3084,
62,
28727,
2327,
33411,
366,
16784,
352,
11,
3050,
... |
What is the total rating of channel for each channel owner Plot them as bar chart, and sort Y-axis in asc order. | SELECT Owner, SUM(Rating_in_percent) FROM channel GROUP BY Owner ORDER BY SUM(Rating_in_percent) | [
2061,
318,
262,
2472,
7955,
286,
6518,
329,
1123,
6518,
4870,
28114,
606,
355,
2318,
8262,
11,
290,
3297,
575,
12,
22704,
287,
10570,
1502,
13,
46506,
23853,
11,
35683,
7,
29321,
62,
259,
62,
25067,
8,
16034,
6518,
44441,
11050,
23853... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7955,
286,
6518,
329,
1123,
6518,
4870,
28114,
606,
355,
2318,
8262,
11,
290,
3297,
575,
12,
22704,
287,
10570,
1502,
13,
46506,
23853,
11,
35683,
7,
29321,
62,
259,
62,
25067,
8,
16034,
6518,
44441,
11050,
23853... |
Top 100 users from Bangladesh. | SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE '%bangladesh%' OR UPPER(Location) LIKE '%bd' ORDER BY Reputation DESC LIMIT 100 | [
9126,
1802,
2985,
422,
19483,
13,
46506,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
1432,
7094,
22196,
34,
8,
7054,
25113,
1600,
5121,
7054,
366,
7220,
62,
8726,
1600,
1432,
7094,
16034,
18987,
33411,
406,
36048,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
9126,
1802,
2985,
422,
19483,
13,
46506,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
1432,
7094,
22196,
34,
8,
7054,
25113,
1600,
5121,
7054,
366,
7220,
62,
8726,
1600,
1432,
7094,
16034,
18987,
33411,
406,
36048,
... |
What is the score of the game with a tie no of 6? | SELECT score FROM table_name_21 WHERE tie_no = "6" | [
2061,
318,
262,
4776,
286,
262,
983,
351,
257,
9839,
645,
286,
718,
30,
46506,
4776,
16034,
3084,
62,
3672,
62,
2481,
33411,
9839,
62,
3919,
796,
366,
21,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
4776,
286,
262,
983,
351,
257,
9839,
645,
286,
718,
30,
46506,
4776,
16034,
3084,
62,
3672,
62,
2481,
33411,
9839,
62,
3919,
796,
366,
21,
1
] |
Who directed the episode whose production code is 2m5901? | SELECT "Directed by" FROM table_30149 WHERE "Production" = '2M5901' | [
8241,
7924,
262,
4471,
3025,
3227,
2438,
318,
362,
76,
3270,
486,
30,
46506,
366,
13470,
276,
416,
1,
16034,
3084,
62,
18938,
2920,
33411,
366,
35027,
1,
796,
705,
17,
44,
3270,
486,
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
] | [
8241,
7924,
262,
4471,
3025,
3227,
2438,
318,
362,
76,
3270,
486,
30,
46506,
366,
13470,
276,
416,
1,
16034,
3084,
62,
18938,
2920,
33411,
366,
35027,
1,
796,
705,
17,
44,
3270,
486,
6
] |
how many times did debbie black block | SELECT blocks FROM table_19722233_5 WHERE player = "Debbie Black" | [
4919,
867,
1661,
750,
1915,
12590,
2042,
2512,
46506,
7021,
16034,
3084,
62,
24991,
1828,
25429,
62,
20,
33411,
2137,
796,
366,
16587,
12590,
2619,
1
] | [
1,
1,
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,
1661,
750,
1915,
12590,
2042,
2512,
46506,
7021,
16034,
3084,
62,
24991,
1828,
25429,
62,
20,
33411,
2137,
796,
366,
16587,
12590,
2619,
1
] |
When rudolph kleberg (d) is the successor is the reason for vacancy? | SELECT "Reason for Vacancy" FROM table_26655 WHERE "Successor" = 'Rudolph Kleberg (D)' | [
2215,
28906,
10196,
479,
293,
3900,
357,
67,
8,
318,
262,
17270,
318,
262,
1738,
329,
39836,
30,
46506,
366,
45008,
329,
25709,
3883,
1,
16034,
3084,
62,
25540,
2816,
33411,
366,
33244,
273,
1,
796,
705,
49,
463,
10196,
15983,
3900,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28906,
10196,
479,
293,
3900,
357,
67,
8,
318,
262,
17270,
318,
262,
1738,
329,
39836,
30,
46506,
366,
45008,
329,
25709,
3883,
1,
16034,
3084,
62,
25540,
2816,
33411,
366,
33244,
273,
1,
796,
705,
49,
463,
10196,
15983,
3900,
... |
what is the number of drugs patient 76332 has been prescribed in this year? | SELECT COUNT(*) FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 76332) AND DATETIME(prescriptions.startdate, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') | [
10919,
318,
262,
1271,
286,
5010,
5827,
8684,
32148,
468,
587,
14798,
287,
428,
614,
30,
46506,
327,
28270,
7,
28104,
16034,
34092,
33411,
34092,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
318,
262,
1271,
286,
5010,
5827,
8684,
32148,
468,
587,
14798,
287,
428,
614,
30,
46506,
327,
28270,
7,
28104,
16034,
34092,
33411,
34092,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
3... |
How many losses have points less than 3, with a drawn greater than 0? | SELECT SUM("Lost") FROM table_38515 WHERE "Points" < '3' AND "Drawn" > '0' | [
2437,
867,
9089,
423,
2173,
1342,
621,
513,
11,
351,
257,
7428,
3744,
621,
657,
30,
46506,
35683,
7203,
31042,
4943,
16034,
3084,
62,
27203,
1314,
33411,
366,
40710,
1,
1279,
705,
18,
6,
5357,
366,
35,
5791,
1,
1875,
705,
15,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
9089,
423,
2173,
1342,
621,
513,
11,
351,
257,
7428,
3744,
621,
657,
30,
46506,
35683,
7203,
31042,
4943,
16034,
3084,
62,
27203,
1314,
33411,
366,
40710,
1,
1279,
705,
18,
6,
5357,
366,
35,
5791,
1,
1875,
705,
15,
6
] |
Doubts about android mobile test. | SELECT p.Title FROM Posts AS p INNER JOIN PostTags AS pt ON pt.PostId = p.Id INNER JOIN Tags AS t ON pt.TagId = t.Id WHERE p.PostTypeId = 1 AND t.TagName IN ('android-espresso') ORDER BY p.Score DESC | [
35,
12944,
912,
546,
19286,
5175,
1332,
13,
46506,
279,
13,
19160,
16034,
12043,
7054,
279,
3268,
21479,
32357,
1268,
2947,
36142,
7054,
42975,
6177,
42975,
13,
6307,
7390,
796,
279,
13,
7390,
3268,
21479,
32357,
1268,
44789,
7054,
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... | [
35,
12944,
912,
546,
19286,
5175,
1332,
13,
46506,
279,
13,
19160,
16034,
12043,
7054,
279,
3268,
21479,
32357,
1268,
2947,
36142,
7054,
42975,
6177,
42975,
13,
6307,
7390,
796,
279,
13,
7390,
3268,
21479,
32357,
1268,
44789,
7054,
256,
... |
how many party with dbeingtrict being alabama 6 | SELECT COUNT("Party") FROM table_18621 WHERE "District" = 'Alabama 6' | [
4919,
867,
2151,
351,
288,
11873,
83,
2012,
852,
435,
8809,
718,
46506,
327,
28270,
7203,
33553,
4943,
16034,
3084,
62,
25096,
2481,
33411,
366,
44857,
1,
796,
705,
49177,
718,
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
] | [
4919,
867,
2151,
351,
288,
11873,
83,
2012,
852,
435,
8809,
718,
46506,
327,
28270,
7203,
33553,
4943,
16034,
3084,
62,
25096,
2481,
33411,
366,
44857,
1,
796,
705,
49177,
718,
6
] |
Which game of the season was played on April 22? | SELECT game FROM table_name_5 WHERE date = "april 22" | [
13828,
983,
286,
262,
1622,
373,
2826,
319,
3035,
2534,
30,
46506,
983,
16034,
3084,
62,
3672,
62,
20,
33411,
3128,
796,
366,
499,
22379,
2534,
1
] | [
1,
1,
1,
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,
983,
286,
262,
1622,
373,
2826,
319,
3035,
2534,
30,
46506,
983,
16034,
3084,
62,
3672,
62,
20,
33411,
3128,
796,
366,
499,
22379,
2534,
1
] |
Name the wins for draws pk is 3/0 | SELECT "Wins" FROM table_22564 WHERE "Draws P.K. Wins / P.K. Losses" = '3/0' | [
5376,
262,
7864,
329,
14293,
279,
74,
318,
513,
14,
15,
46506,
366,
54,
1040,
1,
16034,
3084,
62,
18182,
2414,
33411,
366,
25302,
82,
350,
13,
42,
13,
24423,
1220,
350,
13,
42,
13,
22014,
274,
1,
796,
705,
18,
14,
15,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
7864,
329,
14293,
279,
74,
318,
513,
14,
15,
46506,
366,
54,
1040,
1,
16034,
3084,
62,
18182,
2414,
33411,
366,
25302,
82,
350,
13,
42,
13,
24423,
1220,
350,
13,
42,
13,
22014,
274,
1,
796,
705,
18,
14,
15,
6
] |
Number of tag-additions (per user). | WITH firstrev_cte AS (SELECT MIN(ph.Id) AS MinId, p.Id FROM Posts AS p JOIN PostHistory AS ph ON ph.PostId = p.Id WHERE ph.Text LIKE '%<##tagName##>%' AND ph.PostHistoryTypeId IN (3, 6, 9) GROUP BY p.Id), users_cte AS (SELECT PostId AS pid, UserId AS uid, UserDisplayName AS udn FROM PostHistory INNER JOIN firstrev_cte ... | [
15057,
286,
7621,
12,
2860,
1756,
357,
525,
2836,
737,
54,
10554,
717,
18218,
62,
310,
68,
7054,
357,
46506,
20625,
7,
746,
13,
7390,
8,
7054,
1855,
7390,
11,
279,
13,
7390,
16034,
12043,
7054,
279,
32357,
1268,
2947,
18122,
7054,
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... | [
15057,
286,
7621,
12,
2860,
1756,
357,
525,
2836,
737,
54,
10554,
717,
18218,
62,
310,
68,
7054,
357,
46506,
20625,
7,
746,
13,
7390,
8,
7054,
1855,
7390,
11,
279,
13,
7390,
16034,
12043,
7054,
279,
32357,
1268,
2947,
18122,
7054,
8... |
What was the score of the game on 19/3/00? | SELECT "Score" FROM table_53305 WHERE "Date" = '19/3/00' | [
2061,
373,
262,
4776,
286,
262,
983,
319,
678,
14,
18,
14,
405,
30,
46506,
366,
26595,
1,
16034,
3084,
62,
4310,
22515,
33411,
366,
10430,
1,
796,
705,
1129,
14,
18,
14,
405,
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,
373,
262,
4776,
286,
262,
983,
319,
678,
14,
18,
14,
405,
30,
46506,
366,
26595,
1,
16034,
3084,
62,
4310,
22515,
33411,
366,
10430,
1,
796,
705,
1129,
14,
18,
14,
405,
6
] |
What is Identifier, when City of License is Hornepayne? | SELECT identifier FROM table_name_55 WHERE city_of_license = "hornepayne" | [
2061,
318,
11440,
7483,
11,
618,
2254,
286,
13789,
318,
13549,
538,
43906,
30,
46506,
27421,
16034,
3084,
62,
3672,
62,
2816,
33411,
1748,
62,
1659,
62,
43085,
796,
366,
25311,
538,
43906,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11440,
7483,
11,
618,
2254,
286,
13789,
318,
13549,
538,
43906,
30,
46506,
27421,
16034,
3084,
62,
3672,
62,
2816,
33411,
1748,
62,
1659,
62,
43085,
796,
366,
25311,
538,
43906,
1
] |
the last time in 02/2104, when was patient 002-58565 prescribed sodium bicarbonate 8.4% and heparin, porcine (pf) 5000 unit/0.5 ml inj syringe at the same time? | SELECT t1.drugstarttime FROM (SELECT patient.uniquepid, medication.drugstarttime FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE medication.drugname = 'sodium bicarbonate 8.4%' AND patient.uniquepid = '002-58565' AND STRFTIME('%y-%m', medication.drugstarttime) = '2104-02')... | [
1169,
938,
640,
287,
7816,
14,
17,
13464,
11,
618,
373,
5827,
3571,
17,
12,
38905,
2996,
14798,
21072,
275,
291,
42084,
378,
807,
13,
19,
4,
290,
339,
1845,
259,
11,
16964,
66,
500,
357,
79,
69,
8,
23336,
4326,
14,
15,
13,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1169,
938,
640,
287,
7816,
14,
17,
13464,
11,
618,
373,
5827,
3571,
17,
12,
38905,
2996,
14798,
21072,
275,
291,
42084,
378,
807,
13,
19,
4,
290,
339,
1845,
259,
11,
16964,
66,
500,
357,
79,
69,
8,
23336,
4326,
14,
15,
13,
20,
... |
What date was the location attendance at&t center 18,797, and a game earlier than 57? | SELECT "Date" FROM table_47302 WHERE "Location Attendance" = 'at&t center 18,797' AND "Game" < '57' | [
2061,
3128,
373,
262,
4067,
14858,
379,
5,
83,
3641,
1248,
11,
44673,
11,
290,
257,
983,
2961,
621,
7632,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
2857,
22709,
33411,
366,
14749,
46502,
590,
1,
796,
705,
265,
5,
83,
3641,
1248,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
373,
262,
4067,
14858,
379,
5,
83,
3641,
1248,
11,
44673,
11,
290,
257,
983,
2961,
621,
7632,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
2857,
22709,
33411,
366,
14749,
46502,
590,
1,
796,
705,
265,
5,
83,
3641,
1248,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.