instruction stringlengths 0 1.06k | response stringlengths 2 3.61k | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|
Give me the dates when the max temperature was higher than 85, and count them by a bar chart | SELECT date, COUNT(date) FROM weather WHERE max_temperature_f > 85 | [
23318,
502,
262,
9667,
618,
262,
3509,
5951,
373,
2440,
621,
7600,
11,
290,
954,
606,
416,
257,
2318,
8262,
46506,
3128,
11,
327,
28270,
7,
4475,
8,
16034,
6193,
33411,
3509,
62,
11498,
21069,
62,
69,
1875,
7600
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
23318,
502,
262,
9667,
618,
262,
3509,
5951,
373,
2440,
621,
7600,
11,
290,
954,
606,
416,
257,
2318,
8262,
46506,
3128,
11,
327,
28270,
7,
4475,
8,
16034,
6193,
33411,
3509,
62,
11498,
21069,
62,
69,
1875,
7600
] |
Tell me the Shuji Kondo for MAZADA of X with Ryuji Hijikata of hijikata (14:24) | SELECT shuji_kondo FROM table_name_90 WHERE mazada = "x" AND ryuji_hijikata = "hijikata (14:24)" | [
24446,
502,
262,
32344,
7285,
509,
22311,
329,
8779,
57,
26853,
286,
1395,
351,
36936,
7285,
367,
2926,
1134,
1045,
286,
16836,
1134,
1045,
357,
1415,
25,
1731,
8,
46506,
427,
84,
7285,
62,
74,
22311,
16034,
3084,
62,
3672,
62,
3829,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
32344,
7285,
509,
22311,
329,
8779,
57,
26853,
286,
1395,
351,
36936,
7285,
367,
2926,
1134,
1045,
286,
16836,
1134,
1045,
357,
1415,
25,
1731,
8,
46506,
427,
84,
7285,
62,
74,
22311,
16034,
3084,
62,
3672,
62,
3829,
... |
How many scores were there for the home team when the away team was fitzroy? | SELECT COUNT("Home team score") FROM table_30940 WHERE "Away team" = 'Fitzroy' | [
2437,
867,
8198,
547,
612,
329,
262,
1363,
1074,
618,
262,
1497,
1074,
373,
4197,
89,
3287,
30,
46506,
327,
28270,
7203,
16060,
1074,
4776,
4943,
16034,
3084,
62,
26895,
1821,
33411,
366,
32,
1014,
1074,
1,
796,
705,
37,
4224,
3287,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
8198,
547,
612,
329,
262,
1363,
1074,
618,
262,
1497,
1074,
373,
4197,
89,
3287,
30,
46506,
327,
28270,
7203,
16060,
1074,
4776,
4943,
16034,
3084,
62,
26895,
1821,
33411,
366,
32,
1014,
1074,
1,
796,
705,
37,
4224,
3287,
... |
count the number of patients whose admission type is emergency and drug route is ih. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "EMERGENCY" AND prescriptions.route = "IH" | [
9127,
262,
1271,
286,
3871,
3025,
13938,
2099,
318,
6334,
290,
2563,
6339,
318,
1312,
71,
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,
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,
13938,
2099,
318,
6334,
290,
2563,
6339,
318,
1312,
71,
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,
18... |
What are the zip codes that have an average mean humidity below 70 and had at least 100 trips come through there? | SELECT zip_code FROM weather GROUP BY zip_code HAVING AVG(mean_humidity) < 70 INTERSECT SELECT zip_code FROM trip GROUP BY zip_code HAVING COUNT(*) >= 100 | [
2061,
389,
262,
19974,
12416,
326,
423,
281,
2811,
1612,
27716,
2174,
4317,
290,
550,
379,
1551,
1802,
13229,
1282,
832,
612,
30,
46506,
19974,
62,
8189,
16034,
6193,
44441,
11050,
19974,
62,
8189,
367,
10116,
2751,
35224,
7,
32604,
62,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
389,
262,
19974,
12416,
326,
423,
281,
2811,
1612,
27716,
2174,
4317,
290,
550,
379,
1551,
1802,
13229,
1282,
832,
612,
30,
46506,
19974,
62,
8189,
16034,
6193,
44441,
11050,
19974,
62,
8189,
367,
10116,
2751,
35224,
7,
32604,
62,... |
Show different occupations along with the number of players in each occupation. Show bar chart. | SELECT Occupation, COUNT(*) FROM player GROUP BY Occupation | [
15307,
1180,
23308,
1863,
351,
262,
1271,
286,
1938,
287,
1123,
13755,
13,
5438,
2318,
8262,
13,
46506,
15227,
341,
11,
327,
28270,
7,
28104,
16034,
2137,
44441,
11050,
15227,
341
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
15307,
1180,
23308,
1863,
351,
262,
1271,
286,
1938,
287,
1123,
13755,
13,
5438,
2318,
8262,
13,
46506,
15227,
341,
11,
327,
28270,
7,
28104,
16034,
2137,
44441,
11050,
15227,
341
] |
who was the last senior advisor to be named in 2013 ? | SELECT "name" FROM table_204_598 WHERE "took office" = 2013 ORDER BY "took office" DESC LIMIT 1 | [
8727,
373,
262,
938,
4664,
20685,
284,
307,
3706,
287,
2211,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
41292,
33411,
366,
83,
566,
2607,
1,
796,
2211,
38678,
11050,
366,
83,
566,
2607,
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,
1,
1,
1,
1
] | [
8727,
373,
262,
938,
4664,
20685,
284,
307,
3706,
287,
2211,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
41292,
33411,
366,
83,
566,
2607,
1,
796,
2211,
38678,
11050,
366,
83,
566,
2607,
1,
22196,
34,
27564,
2043,
352
] |
how many wins do the opponents have total ? | SELECT "wins" FROM table_204_623 WHERE agg = 1 | [
4919,
867,
7864,
466,
262,
7691,
423,
2472,
5633,
46506,
366,
86,
1040,
1,
16034,
3084,
62,
18638,
62,
46872,
33411,
4194,
796,
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
] | [
4919,
867,
7864,
466,
262,
7691,
423,
2472,
5633,
46506,
366,
86,
1040,
1,
16034,
3084,
62,
18638,
62,
46872,
33411,
4194,
796,
352
] |
Which Type has a Fleet numbers of 2 8, 91 92, 97 100? | SELECT "Type" FROM table_14767 WHERE "Fleet numbers" = '2–8, 91–92, 97–100' | [
13828,
5994,
468,
257,
20001,
3146,
286,
362,
807,
11,
10495,
10190,
11,
10111,
1802,
30,
46506,
366,
6030,
1,
16034,
3084,
62,
20198,
3134,
33411,
366,
47669,
316,
3146,
1,
796,
705,
17,
1906,
23,
11,
10495,
1906,
5892,
11,
10111,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5994,
468,
257,
20001,
3146,
286,
362,
807,
11,
10495,
10190,
11,
10111,
1802,
30,
46506,
366,
6030,
1,
16034,
3084,
62,
20198,
3134,
33411,
366,
47669,
316,
3146,
1,
796,
705,
17,
1906,
23,
11,
10495,
1906,
5892,
11,
10111,
... |
what is the cheapest one way fare from DENVER to PITTSBURGH | 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 = 'DENVER' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_... | [
10919,
318,
262,
28918,
530,
835,
14505,
422,
37692,
5959,
284,
49040,
4694,
38926,
17511,
46506,
360,
8808,
1268,
4177,
14505,
13,
9496,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28918,
530,
835,
14505,
422,
37692,
5959,
284,
49040,
4694,
38926,
17511,
46506,
360,
8808,
1268,
4177,
14505,
13,
9496,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271... |
give me the number of patients whose year of birth is less than 2129 and lab test name is albumin? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.dob_year < "2129" AND lab.label = "Albumin" | [
26535,
502,
262,
1271,
286,
3871,
3025,
614,
286,
4082,
318,
1342,
621,
362,
18741,
290,
2248,
1332,
1438,
318,
5062,
259,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
614,
286,
4082,
318,
1342,
621,
362,
18741,
290,
2248,
1332,
1438,
318,
5062,
259,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,... |
Past bounties by bounty date. | SELECT PostId AS "post_link", * FROM Votes WHERE VoteTypeId = 9 AND CreationDate BETWEEN '07/01/2020' AND '09/30/2020' AND BountyAmount > 0 ORDER BY CreationDate, BountyAmount DESC | [
34533,
49937,
444,
416,
24180,
3128,
13,
46506,
2947,
7390,
7054,
366,
7353,
62,
8726,
1600,
1635,
16034,
39584,
33411,
19175,
6030,
7390,
796,
860,
5357,
21582,
10430,
38651,
8845,
1677,
705,
2998,
14,
486,
14,
42334,
6,
5357,
705,
293... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
34533,
49937,
444,
416,
24180,
3128,
13,
46506,
2947,
7390,
7054,
366,
7353,
62,
8726,
1600,
1635,
16034,
39584,
33411,
19175,
6030,
7390,
796,
860,
5357,
21582,
10430,
38651,
8845,
1677,
705,
2998,
14,
486,
14,
42334,
6,
5357,
705,
293... |
What is Championship, when Year is greater than 2002, and when Surface is Hard? | SELECT "Championship" FROM table_10005 WHERE "Year" > '2002' AND "Surface" = 'hard' | [
2061,
318,
10749,
11,
618,
6280,
318,
3744,
621,
6244,
11,
290,
618,
20321,
318,
6912,
30,
46506,
366,
1925,
4350,
1056,
1,
16034,
3084,
62,
12825,
20,
33411,
366,
17688,
1,
1875,
705,
16942,
6,
5357,
366,
14214,
2550,
1,
796,
705,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
10749,
11,
618,
6280,
318,
3744,
621,
6244,
11,
290,
618,
20321,
318,
6912,
30,
46506,
366,
1925,
4350,
1056,
1,
16034,
3084,
62,
12825,
20,
33411,
366,
17688,
1,
1875,
705,
16942,
6,
5357,
366,
14214,
2550,
1,
796,
705,
... |
what is the original air date of the episode no in season 9? | SELECT original_air_date FROM table_10610087_3 WHERE no_in_season = 9 | [
10919,
318,
262,
2656,
1633,
3128,
286,
262,
4471,
645,
287,
1622,
860,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
15801,
3064,
5774,
62,
18,
33411,
645,
62,
259,
62,
6230,
796,
860
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
10919,
318,
262,
2656,
1633,
3128,
286,
262,
4471,
645,
287,
1622,
860,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
15801,
3064,
5774,
62,
18,
33411,
645,
62,
259,
62,
6230,
796,
860
] |
Who wrote the series number 14? | SELECT "Written by" FROM table_22577 WHERE "No. in series" = '14' | [
8241,
2630,
262,
2168,
1271,
1478,
30,
46506,
366,
25354,
416,
1,
16034,
3084,
62,
18182,
3324,
33411,
366,
2949,
13,
287,
2168,
1,
796,
705,
1415,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
2630,
262,
2168,
1271,
1478,
30,
46506,
366,
25354,
416,
1,
16034,
3084,
62,
18182,
3324,
33411,
366,
2949,
13,
287,
2168,
1,
796,
705,
1415,
6
] |
provide the number of patients whose ethnicity is hispanic/latino - puerto rican and procedure short title is oth periton adhesiolysis? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.ethnicity = "HISPANIC/LATINO - PUERTO RICAN" AND procedures.short_title = "Oth periton adhesiolysis" | [
15234,
485,
262,
1271,
286,
3871,
3025,
26289,
318,
465,
35843,
14,
15460,
2879,
532,
47574,
13806,
374,
7490,
290,
8771,
1790,
3670,
318,
267,
400,
583,
37752,
512,
956,
952,
306,
13429,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26289,
318,
465,
35843,
14,
15460,
2879,
532,
47574,
13806,
374,
7490,
290,
8771,
1790,
3670,
318,
267,
400,
583,
37752,
512,
956,
952,
306,
13429,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177... |
What is the sum of the prominence in m of moussa ali terara peak? | SELECT SUM("Prominence (m)") FROM table_79280 WHERE "Peak" = 'moussa ali terara' | [
2061,
318,
262,
2160,
286,
262,
31198,
287,
285,
286,
285,
516,
11400,
34965,
1059,
3301,
9103,
30,
46506,
35683,
7203,
24129,
18386,
357,
76,
8,
4943,
16034,
3084,
62,
3720,
21033,
33411,
366,
6435,
461,
1,
796,
705,
76,
516,
11400,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
31198,
287,
285,
286,
285,
516,
11400,
34965,
1059,
3301,
9103,
30,
46506,
35683,
7203,
24129,
18386,
357,
76,
8,
4943,
16034,
3084,
62,
3720,
21033,
33411,
366,
6435,
461,
1,
796,
705,
76,
516,
11400,
... |
What was the official rating 16-39 of episode 9? | SELECT official_rating_16_39 FROM table_29773532_21 WHERE episode = 9 | [
2061,
373,
262,
1743,
7955,
1467,
12,
2670,
286,
4471,
860,
30,
46506,
1743,
62,
8821,
62,
1433,
62,
2670,
16034,
3084,
62,
1959,
3324,
2327,
2624,
62,
2481,
33411,
4471,
796,
860
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
1743,
7955,
1467,
12,
2670,
286,
4471,
860,
30,
46506,
1743,
62,
8821,
62,
1433,
62,
2670,
16034,
3084,
62,
1959,
3324,
2327,
2624,
62,
2481,
33411,
4471,
796,
860
] |
What are some Nineteenth-Century German and European Intellectual History courses worth 17 credits ? | SELECT DISTINCT department, name, number FROM course WHERE (description LIKE '%Nineteenth-Century German and European Intellectual History%' OR name LIKE '%Nineteenth-Century German and European Intellectual History%') AND credits = 17 | [
2061,
389,
617,
10516,
26425,
12,
19085,
1601,
2679,
290,
3427,
42443,
7443,
10902,
2861,
1596,
10824,
5633,
46506,
360,
8808,
1268,
4177,
5011,
11,
1438,
11,
1271,
16034,
1781,
33411,
357,
11213,
34178,
705,
4,
36091,
26425,
12,
19085,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
617,
10516,
26425,
12,
19085,
1601,
2679,
290,
3427,
42443,
7443,
10902,
2861,
1596,
10824,
5633,
46506,
360,
8808,
1268,
4177,
5011,
11,
1438,
11,
1271,
16034,
1781,
33411,
357,
11213,
34178,
705,
4,
36091,
26425,
12,
19085,
... |
Show the prices of publications whose publisher is either 'Person' or 'Wiley | SELECT Price FROM publication WHERE Publisher = "Person" OR Publisher = "Wiley" | [
15307,
262,
4536,
286,
16125,
3025,
9991,
318,
2035,
705,
15439,
6,
393,
705,
54,
9618,
46506,
7886,
16034,
9207,
33411,
28045,
796,
366,
15439,
1,
6375,
28045,
796,
366,
54,
9618,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
15307,
262,
4536,
286,
16125,
3025,
9991,
318,
2035,
705,
15439,
6,
393,
705,
54,
9618,
46506,
7886,
16034,
9207,
33411,
28045,
796,
366,
15439,
1,
6375,
28045,
796,
366,
54,
9618,
1
] |
At Position of guard, from the School/Club Team Notre Dame, how many Years for Jazz did that person play? | SELECT "Years for Jazz" FROM table_51726 WHERE "Position" = 'guard' AND "School/Club Team" = 'notre dame' | [
2953,
23158,
286,
4860,
11,
422,
262,
3961,
14,
42350,
4816,
23382,
20377,
11,
703,
867,
13212,
329,
21406,
750,
326,
1048,
711,
30,
46506,
366,
40630,
329,
21406,
1,
16034,
3084,
62,
48170,
2075,
33411,
366,
26545,
1,
796,
705,
14864... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2953,
23158,
286,
4860,
11,
422,
262,
3961,
14,
42350,
4816,
23382,
20377,
11,
703,
867,
13212,
329,
21406,
750,
326,
1048,
711,
30,
46506,
366,
40630,
329,
21406,
1,
16034,
3084,
62,
48170,
2075,
33411,
366,
26545,
1,
796,
705,
14864... |
Played that has a Points of 38, and a B.P. larger than 5 has what sum? | SELECT SUM(played) FROM table_name_52 WHERE points = 38 AND bp > 5 | [
11002,
276,
326,
468,
257,
11045,
286,
4353,
11,
290,
257,
347,
13,
47,
13,
4025,
621,
642,
468,
644,
2160,
30,
46506,
35683,
7,
21542,
8,
16034,
3084,
62,
3672,
62,
4309,
33411,
2173,
796,
4353,
5357,
275,
79,
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,
1
] | [
11002,
276,
326,
468,
257,
11045,
286,
4353,
11,
290,
257,
347,
13,
47,
13,
4025,
621,
642,
468,
644,
2160,
30,
46506,
35683,
7,
21542,
8,
16034,
3084,
62,
3672,
62,
4309,
33411,
2173,
796,
4353,
5357,
275,
79,
1875,
642
] |
Name the rally base for rallye de france alsace | SELECT "Rally Base" FROM table_26005 WHERE "Rally Name" = 'Rallye de France Alsace' | [
5376,
262,
7903,
2779,
329,
7903,
68,
390,
1216,
590,
435,
82,
558,
46506,
366,
49,
453,
7308,
1,
16034,
3084,
62,
2075,
22544,
33411,
366,
49,
453,
6530,
1,
796,
705,
49,
453,
68,
390,
4881,
978,
82,
558,
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
] | [
5376,
262,
7903,
2779,
329,
7903,
68,
390,
1216,
590,
435,
82,
558,
46506,
366,
49,
453,
7308,
1,
16034,
3084,
62,
2075,
22544,
33411,
366,
49,
453,
6530,
1,
796,
705,
49,
453,
68,
390,
4881,
978,
82,
558,
6
] |
Find the dates of orders which belong to the customer named 'Jeramie'. | SELECT T2.date_order_placed FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie" | [
16742,
262,
9667,
286,
6266,
543,
5594,
284,
262,
6491,
3706,
705,
36134,
321,
494,
4458,
46506,
309,
17,
13,
4475,
62,
2875,
62,
21820,
16034,
4297,
7054,
309,
16,
32357,
1268,
6266,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
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... | [
16742,
262,
9667,
286,
6266,
543,
5594,
284,
262,
6491,
3706,
705,
36134,
321,
494,
4458,
46506,
309,
17,
13,
4475,
62,
2875,
62,
21820,
16034,
4297,
7054,
309,
16,
32357,
1268,
6266,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
62... |
Name the umbr of creators for flash of two worlds | SELECT COUNT("Creators") FROM table_2072 WHERE "Volume title" = 'Flash of Two Worlds' | [
5376,
262,
23781,
1671,
286,
16294,
329,
7644,
286,
734,
11621,
46506,
327,
28270,
7203,
16719,
669,
4943,
16034,
3084,
62,
1238,
4761,
33411,
366,
31715,
3670,
1,
796,
705,
30670,
286,
4930,
19946,
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
] | [
5376,
262,
23781,
1671,
286,
16294,
329,
7644,
286,
734,
11621,
46506,
327,
28270,
7203,
16719,
669,
4943,
16034,
3084,
62,
1238,
4761,
33411,
366,
31715,
3670,
1,
796,
705,
30670,
286,
4930,
19946,
6
] |
What date was the game against inverurie loco works when more than 342 attend? | SELECT "Date" FROM table_9277 WHERE "Attendance" > '342' AND "Opponent" = 'inverurie loco works' | [
2061,
3128,
373,
262,
983,
1028,
40631,
333,
494,
1179,
78,
2499,
618,
517,
621,
44341,
5262,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
24,
27019,
33411,
366,
8086,
437,
590,
1,
1875,
705,
31575,
6,
5357,
366,
27524,
3471,
1,
796,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
3128,
373,
262,
983,
1028,
40631,
333,
494,
1179,
78,
2499,
618,
517,
621,
44341,
5262,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
24,
27019,
33411,
366,
8086,
437,
590,
1,
1875,
705,
31575,
6,
5357,
366,
27524,
3471,
1,
796,
... |
How many goals for had a drawn more than 12 for the Goole Town team, as well as more than 60 goals against? | SELECT SUM(goals_for) FROM table_name_45 WHERE drawn > 12 AND team = "goole town" AND goals_against > 60 | [
2437,
867,
4661,
329,
550,
257,
7428,
517,
621,
1105,
329,
262,
1514,
2305,
8329,
1074,
11,
355,
880,
355,
517,
621,
3126,
4661,
1028,
30,
46506,
35683,
7,
2188,
874,
62,
1640,
8,
16034,
3084,
62,
3672,
62,
2231,
33411,
7428,
1875,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4661,
329,
550,
257,
7428,
517,
621,
1105,
329,
262,
1514,
2305,
8329,
1074,
11,
355,
880,
355,
517,
621,
3126,
4661,
1028,
30,
46506,
35683,
7,
2188,
874,
62,
1640,
8,
16034,
3084,
62,
3672,
62,
2231,
33411,
7428,
1875,
... |
Hawthorn played as an Away team in which venue? | SELECT "Venue" FROM table_10584 WHERE "Away team" = 'hawthorn' | [
33055,
400,
1211,
2826,
355,
281,
21986,
1074,
287,
543,
14359,
30,
46506,
366,
37522,
518,
1,
16034,
3084,
62,
940,
46352,
33411,
366,
32,
1014,
1074,
1,
796,
705,
26615,
400,
1211,
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
] | [
33055,
400,
1211,
2826,
355,
281,
21986,
1074,
287,
543,
14359,
30,
46506,
366,
37522,
518,
1,
16034,
3084,
62,
940,
46352,
33411,
366,
32,
1014,
1074,
1,
796,
705,
26615,
400,
1211,
6
] |
Where was September 5? | SELECT "Location" FROM table_14879 WHERE "Date" = 'september 5' | [
8496,
373,
2693,
642,
30,
46506,
366,
14749,
1,
16034,
3084,
62,
18294,
3720,
33411,
366,
10430,
1,
796,
705,
325,
457,
1491,
642,
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
] | [
8496,
373,
2693,
642,
30,
46506,
366,
14749,
1,
16034,
3084,
62,
18294,
3720,
33411,
366,
10430,
1,
796,
705,
325,
457,
1491,
642,
6
] |
What team was the away team when the Deportes Savio was the home team? | SELECT away FROM table_name_49 WHERE home = "deportes savio" | [
2061,
1074,
373,
262,
1497,
1074,
618,
262,
2129,
419,
274,
8858,
952,
373,
262,
1363,
1074,
30,
46506,
1497,
16034,
3084,
62,
3672,
62,
2920,
33411,
1363,
796,
366,
10378,
419,
274,
6799,
952,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1074,
373,
262,
1497,
1074,
618,
262,
2129,
419,
274,
8858,
952,
373,
262,
1363,
1074,
30,
46506,
1497,
16034,
3084,
62,
3672,
62,
2920,
33411,
1363,
796,
366,
10378,
419,
274,
6799,
952,
1
] |
Name the most founded for bison | SELECT MAX(founded) FROM table_27378582_1 WHERE nickname = "Bison" | [
5376,
262,
749,
9393,
329,
275,
1653,
46506,
25882,
7,
27060,
8,
16034,
3084,
62,
1983,
30695,
46044,
62,
16,
33411,
21814,
796,
366,
33,
1653,
1
] | [
1,
1,
1,
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,
749,
9393,
329,
275,
1653,
46506,
25882,
7,
27060,
8,
16034,
3084,
62,
1983,
30695,
46044,
62,
16,
33411,
21814,
796,
366,
33,
1653,
1
] |
which province has a lower population density , almeria or jaen ? | SELECT "province" FROM table_203_3 WHERE "province" IN ('almeria', 'jaen') ORDER BY "density" LIMIT 1 | [
4758,
8473,
468,
257,
2793,
3265,
12109,
837,
435,
647,
544,
393,
45091,
268,
5633,
46506,
366,
15234,
924,
1,
16034,
3084,
62,
22416,
62,
18,
33411,
366,
15234,
924,
1,
3268,
19203,
282,
647,
544,
3256,
705,
6592,
268,
11537,
38678,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4758,
8473,
468,
257,
2793,
3265,
12109,
837,
435,
647,
544,
393,
45091,
268,
5633,
46506,
366,
15234,
924,
1,
16034,
3084,
62,
22416,
62,
18,
33411,
366,
15234,
924,
1,
3268,
19203,
282,
647,
544,
3256,
705,
6592,
268,
11537,
38678,
... |
Which IHSAA Football Class has a School of wood memorial? | SELECT ihsaa_football_class FROM table_name_71 WHERE school = "wood memorial" | [
13828,
314,
7998,
3838,
9957,
5016,
468,
257,
3961,
286,
4898,
17357,
30,
46506,
1312,
11994,
7252,
62,
15914,
62,
4871,
16034,
3084,
62,
3672,
62,
4869,
33411,
1524,
796,
366,
3822,
17357,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
314,
7998,
3838,
9957,
5016,
468,
257,
3961,
286,
4898,
17357,
30,
46506,
1312,
11994,
7252,
62,
15914,
62,
4871,
16034,
3084,
62,
3672,
62,
4869,
33411,
1524,
796,
366,
3822,
17357,
1
] |
What was the largest ethnic group in 2002 of the settlement with the cyrillic name of ? | SELECT "Largest ethnic group (2002)" FROM table_27889 WHERE "Cyrillic Name Other Names" = 'Ватин' | [
2061,
373,
262,
4387,
9450,
1448,
287,
6244,
286,
262,
9443,
351,
262,
269,
2417,
359,
291,
1438,
286,
5633,
46506,
366,
43,
853,
395,
9450,
1448,
357,
16942,
16725,
16034,
3084,
62,
1983,
39121,
33411,
366,
34,
2417,
359,
291,
6530,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4387,
9450,
1448,
287,
6244,
286,
262,
9443,
351,
262,
269,
2417,
359,
291,
1438,
286,
5633,
46506,
366,
43,
853,
395,
9450,
1448,
357,
16942,
16725,
16034,
3084,
62,
1983,
39121,
33411,
366,
34,
2417,
359,
291,
6530,
... |
Tell me the VIN code for compression ratio of 10.50:1 | SELECT "VIN Code" FROM table_4340 WHERE "Compression Ratio" = '10.50:1' | [
24446,
502,
262,
569,
1268,
2438,
329,
19794,
8064,
286,
838,
13,
1120,
25,
16,
46506,
366,
53,
1268,
6127,
1,
16034,
3084,
62,
3559,
1821,
33411,
366,
7293,
2234,
33956,
1,
796,
705,
940,
13,
1120,
25,
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
] | [
24446,
502,
262,
569,
1268,
2438,
329,
19794,
8064,
286,
838,
13,
1120,
25,
16,
46506,
366,
53,
1268,
6127,
1,
16034,
3084,
62,
3559,
1821,
33411,
366,
7293,
2234,
33956,
1,
796,
705,
940,
13,
1120,
25,
16,
6
] |
If the Plain stop is , what is the Non- stop? | SELECT "Non- stop" FROM table_9325 WHERE "Plain stop" = 'ㄷ' | [
1532,
262,
28847,
2245,
318,
837,
644,
318,
262,
8504,
12,
2245,
30,
46506,
366,
15419,
12,
2245,
1,
16034,
3084,
62,
6052,
1495,
33411,
366,
3646,
391,
2245,
1,
796,
705,
159,
226,
115,
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
] | [
1532,
262,
28847,
2245,
318,
837,
644,
318,
262,
8504,
12,
2245,
30,
46506,
366,
15419,
12,
2245,
1,
16034,
3084,
62,
6052,
1495,
33411,
366,
3646,
391,
2245,
1,
796,
705,
159,
226,
115,
6
] |
Please return me a histogram to show the friends, and ages of all people who are older than the average age of a person?, order from low to high by the x axis. | SELECT friend, age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.age > (SELECT AVG(age) FROM Person) ORDER BY friend | [
5492,
1441,
502,
257,
1554,
21857,
284,
905,
262,
2460,
11,
290,
9337,
286,
477,
661,
508,
389,
4697,
621,
262,
2811,
2479,
286,
257,
1048,
21747,
1502,
422,
1877,
284,
1029,
416,
262,
2124,
16488,
13,
46506,
1545,
11,
2479,
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... | [
5492,
1441,
502,
257,
1554,
21857,
284,
905,
262,
2460,
11,
290,
9337,
286,
477,
661,
508,
389,
4697,
621,
262,
2811,
2479,
286,
257,
1048,
21747,
1502,
422,
1877,
284,
1029,
416,
262,
2124,
16488,
13,
46506,
1545,
11,
2479,
16034,
... |
What home team plays at princes park? | SELECT home_team FROM table_name_81 WHERE venue = "princes park" | [
2061,
1363,
1074,
5341,
379,
42676,
3952,
30,
46506,
1363,
62,
15097,
16034,
3084,
62,
3672,
62,
6659,
33411,
14359,
796,
366,
1050,
17386,
3952,
1
] | [
1,
1,
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,
1363,
1074,
5341,
379,
42676,
3952,
30,
46506,
1363,
62,
15097,
16034,
3084,
62,
3672,
62,
6659,
33411,
14359,
796,
366,
1050,
17386,
3952,
1
] |
What building in Louisville had more than 35 floors? | SELECT name FROM table_name_56 WHERE city = "louisville" AND floors > 35 | [
2061,
2615,
287,
21525,
550,
517,
621,
3439,
18570,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
3980,
33411,
1748,
796,
366,
75,
280,
271,
4244,
1,
5357,
18570,
1875,
3439
] | [
1,
1,
1,
1,
1,
1,
1,
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,
2615,
287,
21525,
550,
517,
621,
3439,
18570,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
3980,
33411,
1748,
796,
366,
75,
280,
271,
4244,
1,
5357,
18570,
1875,
3439
] |
Who was the winner at the track where Roberval Andrade won pole, Felipe Giaffone had the fastest lap, and RVR Corinthians Motorsport was the winning team? | SELECT "Winning driver" FROM table_31111 WHERE "Pole Position" = 'Roberval Andrade' AND "Fastest Lap" = 'Felipe Giaffone' AND "Winning team" = 'RVR Corinthians Motorsport' | [
8241,
373,
262,
8464,
379,
262,
2610,
810,
4109,
2100,
843,
27585,
1839,
16825,
11,
13937,
3757,
402,
544,
487,
505,
550,
262,
14162,
14779,
11,
290,
371,
13024,
39546,
49996,
373,
262,
5442,
1074,
30,
46506,
366,
16643,
768,
4639,
1,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
8241,
373,
262,
8464,
379,
262,
2610,
810,
4109,
2100,
843,
27585,
1839,
16825,
11,
13937,
3757,
402,
544,
487,
505,
550,
262,
14162,
14779,
11,
290,
371,
13024,
39546,
49996,
373,
262,
5442,
1074,
30,
46506,
366,
16643,
768,
4639,
1,... |
what is the obama # in carson city | SELECT "Obama #" FROM table_23697 WHERE "County" = 'Carson City' | [
10919,
318,
262,
909,
1689,
1303,
287,
5006,
261,
1748,
46506,
366,
15948,
1303,
1,
16034,
3084,
62,
1954,
40035,
33411,
366,
12332,
88,
1,
796,
705,
34,
12613,
2254,
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
] | [
10919,
318,
262,
909,
1689,
1303,
287,
5006,
261,
1748,
46506,
366,
15948,
1303,
1,
16034,
3084,
62,
1954,
40035,
33411,
366,
12332,
88,
1,
796,
705,
34,
12613,
2254,
6
] |
how much does norepinephrine 4 mg/250 ml ns cost to take? | SELECT DISTINCT cost.cost FROM cost WHERE cost.eventtype = 'medication' AND cost.eventid IN (SELECT medication.medicationid FROM medication WHERE medication.drugname = 'norepinephrine 4 mg/250 ml ns') | [
4919,
881,
857,
299,
382,
23908,
47723,
604,
10527,
14,
9031,
25962,
36545,
1575,
284,
1011,
30,
46506,
360,
8808,
1268,
4177,
1575,
13,
15805,
16034,
1575,
33411,
1575,
13,
15596,
4906,
796,
705,
1150,
3299,
6,
5357,
1575,
13,
15596,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
881,
857,
299,
382,
23908,
47723,
604,
10527,
14,
9031,
25962,
36545,
1575,
284,
1011,
30,
46506,
360,
8808,
1268,
4177,
1575,
13,
15805,
16034,
1575,
33411,
1575,
13,
15596,
4906,
796,
705,
1150,
3299,
6,
5357,
1575,
13,
15596,
... |
count the numbers of patients who were diagnosed with reflux esophagitis and did not come back to the hospital within 2 months until 2103. | SELECT (SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'reflux eso... | [
9127,
262,
3146,
286,
3871,
508,
547,
14641,
351,
1006,
22564,
1658,
2522,
363,
11815,
290,
750,
407,
1282,
736,
284,
262,
4436,
1626,
362,
1933,
1566,
362,
15197,
13,
46506,
357,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
256,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
9127,
262,
3146,
286,
3871,
508,
547,
14641,
351,
1006,
22564,
1658,
2522,
363,
11815,
290,
750,
407,
1282,
736,
284,
262,
4436,
1626,
362,
1933,
1566,
362,
15197,
13,
46506,
357,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
256,
16,
... |
please show all flights from PHILADELPHIA to DEN airport next sunday | SELECT DISTINCT flight.flight_id FROM airport, airport_service, city, date_day, days, flight WHERE (airport.airport_code = 'DEN' AND date_day.day_number = 27 AND date_day.month_number = 8 AND date_day.year = 1991 AND days.day_name = date_day.day_name AND flight.flight_days = days.days_code AND flight.to_airport = airpo... | [
29688,
905,
477,
13956,
422,
9370,
4146,
2885,
3698,
11909,
3539,
284,
37692,
9003,
1306,
37437,
323,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
11,
9003,
62,
15271,
11,
1748,
11,
3128,
62,
820,
11,
1528,
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... | [
29688,
905,
477,
13956,
422,
9370,
4146,
2885,
3698,
11909,
3539,
284,
37692,
9003,
1306,
37437,
323,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
11,
9003,
62,
15271,
11,
1748,
11,
3128,
62,
820,
11,
1528,
11,... |
What is the Losing bonus with an extra try bonus? | SELECT losing_bonus FROM table_name_89 WHERE try_bonus = "try bonus" | [
2061,
318,
262,
406,
2752,
7202,
351,
281,
3131,
1949,
7202,
30,
46506,
6078,
62,
4189,
385,
16034,
3084,
62,
3672,
62,
4531,
33411,
1949,
62,
4189,
385,
796,
366,
28311,
7202,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
406,
2752,
7202,
351,
281,
3131,
1949,
7202,
30,
46506,
6078,
62,
4189,
385,
16034,
3084,
62,
3672,
62,
4531,
33411,
1949,
62,
4189,
385,
796,
366,
28311,
7202,
1
] |
Name the studio host for glenn ordway and jerry sichting with year of 1993-94 | SELECT "Studio host" FROM table_36445 WHERE "Play-by-play" = 'glenn ordway' AND "Color commentator(s)" = 'jerry sichting' AND "Year" = '1993-94' | [
5376,
262,
8034,
2583,
329,
1278,
1697,
2760,
1014,
290,
474,
6996,
264,
488,
889,
351,
614,
286,
9656,
12,
5824,
46506,
366,
41501,
2583,
1,
16034,
3084,
62,
26780,
2231,
33411,
366,
11002,
12,
1525,
12,
1759,
1,
796,
705,
4743,
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... | [
5376,
262,
8034,
2583,
329,
1278,
1697,
2760,
1014,
290,
474,
6996,
264,
488,
889,
351,
614,
286,
9656,
12,
5824,
46506,
366,
41501,
2583,
1,
16034,
3084,
62,
26780,
2231,
33411,
366,
11002,
12,
1525,
12,
1759,
1,
796,
705,
4743,
16... |
How many season 3 appearances by the character played by Stefan Van Ray? | SELECT MIN(season_3) FROM table_26240046_1 WHERE played_by = "Stefan van Ray" | [
2437,
867,
1622,
513,
11057,
416,
262,
2095,
2826,
416,
28842,
6656,
7760,
30,
46506,
20625,
7,
6230,
62,
18,
8,
16034,
3084,
62,
2075,
1731,
405,
3510,
62,
16,
33411,
2826,
62,
1525,
796,
366,
7447,
24408,
5719,
7760,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1622,
513,
11057,
416,
262,
2095,
2826,
416,
28842,
6656,
7760,
30,
46506,
20625,
7,
6230,
62,
18,
8,
16034,
3084,
62,
2075,
1731,
405,
3510,
62,
16,
33411,
2826,
62,
1525,
796,
366,
7447,
24408,
5719,
7760,
1
] |
Which Condition has an unaffected Prothrombin time and a Bleeding time, and a Partial thromboplastin time of prolonged? | SELECT condition FROM table_name_73 WHERE prothrombin_time = "unaffected" AND bleeding_time = "unaffected" AND partial_thromboplastin_time = "prolonged" | [
13828,
24295,
468,
281,
35290,
1041,
400,
398,
8800,
640,
290,
257,
17175,
8228,
640,
11,
290,
257,
43689,
294,
398,
65,
404,
12957,
259,
640,
286,
20573,
30,
46506,
4006,
16034,
3084,
62,
3672,
62,
4790,
33411,
386,
400,
398,
8800,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24295,
468,
281,
35290,
1041,
400,
398,
8800,
640,
290,
257,
17175,
8228,
640,
11,
290,
257,
43689,
294,
398,
65,
404,
12957,
259,
640,
286,
20573,
30,
46506,
4006,
16034,
3084,
62,
3672,
62,
4790,
33411,
386,
400,
398,
8800,
... |
who comes before marco loughran ? | SELECT "name" FROM table_204_29 WHERE "rank" = (SELECT "rank" FROM table_204_29 WHERE "name" = 'marco loughran') - 1 | [
8727,
2058,
878,
1667,
1073,
300,
619,
2596,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
1959,
33411,
366,
43027,
1,
796,
357,
46506,
366,
43027,
1,
16034,
3084,
62,
18638,
62,
1959,
33411,
366,
3672,
1,
796,
705,
3876,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2058,
878,
1667,
1073,
300,
619,
2596,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
1959,
33411,
366,
43027,
1,
796,
357,
46506,
366,
43027,
1,
16034,
3084,
62,
18638,
62,
1959,
33411,
366,
3672,
1,
796,
705,
3876,
1... |
What are the names of stations that are located in Palo Alto city but have never been the ending point of trips more than 100 times? | SELECT name FROM station WHERE city = "Palo Alto" EXCEPT SELECT end_station_name FROM trip GROUP BY end_station_name HAVING COUNT(*) > 100 | [
2061,
389,
262,
3891,
286,
8985,
326,
389,
5140,
287,
44878,
34317,
1748,
475,
423,
1239,
587,
262,
7464,
966,
286,
13229,
517,
621,
1802,
1661,
30,
46506,
1438,
16034,
4429,
33411,
1748,
796,
366,
47,
7335,
34317,
1,
7788,
42006,
334... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
389,
262,
3891,
286,
8985,
326,
389,
5140,
287,
44878,
34317,
1748,
475,
423,
1239,
587,
262,
7464,
966,
286,
13229,
517,
621,
1802,
1661,
30,
46506,
1438,
16034,
4429,
33411,
1748,
796,
366,
47,
7335,
34317,
1,
7788,
42006,
334... |
Calculate the number of Ptun speaking patients who died in or before 2132 | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.language = "PTUN" AND demographic.dod_year <= "2132.0" | [
9771,
3129,
378,
262,
1271,
286,
350,
28286,
5486,
3871,
508,
3724,
287,
393,
878,
362,
19924,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
16129,
796,
366,
11571,
4944,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
9771,
3129,
378,
262,
1271,
286,
350,
28286,
5486,
3871,
508,
3724,
287,
393,
878,
362,
19924,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
16129,
796,
366,
11571,
4944,
1,
... |
show me the flights from ST. PETERSBURG to TORONTO that arrive early in the morning | 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.arrival_time <= 800 AND flight.arrival_time >= 0) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'TORONTO' AND flight.to_airp... | [
12860,
502,
262,
13956,
422,
3563,
13,
32043,
4877,
38926,
38,
284,
40691,
1340,
10468,
326,
9240,
1903,
287,
262,
3329,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
2738... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13956,
422,
3563,
13,
32043,
4877,
38926,
38,
284,
40691,
1340,
10468,
326,
9240,
1903,
287,
262,
3329,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
2738... |
Find out the short title of the procedure for procedure icd9 code 3613. | SELECT procedures.short_title FROM procedures WHERE procedures.icd9_code = "3613" | [
16742,
503,
262,
1790,
3670,
286,
262,
8771,
329,
8771,
14158,
67,
24,
2438,
4570,
1485,
13,
46506,
9021,
13,
19509,
62,
7839,
16034,
9021,
33411,
9021,
13,
291,
67,
24,
62,
8189,
796,
366,
2623,
1485,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
503,
262,
1790,
3670,
286,
262,
8771,
329,
8771,
14158,
67,
24,
2438,
4570,
1485,
13,
46506,
9021,
13,
19509,
62,
7839,
16034,
9021,
33411,
9021,
13,
291,
67,
24,
62,
8189,
796,
366,
2623,
1485,
1
] |
What's the HP -hr/gal of the fuel whose GGE is 0.9000? | SELECT "HP -hr/Gal" FROM table_2567 WHERE "GGE" = '0.9000' | [
2061,
338,
262,
6574,
532,
11840,
14,
13528,
286,
262,
5252,
3025,
402,
8264,
318,
657,
13,
24,
830,
30,
46506,
366,
14082,
532,
11840,
14,
26552,
1,
16034,
3084,
62,
1495,
3134,
33411,
366,
38,
8264,
1,
796,
705,
15,
13,
24,
830,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6574,
532,
11840,
14,
13528,
286,
262,
5252,
3025,
402,
8264,
318,
657,
13,
24,
830,
30,
46506,
366,
14082,
532,
11840,
14,
26552,
1,
16034,
3084,
62,
1495,
3134,
33411,
366,
38,
8264,
1,
796,
705,
15,
13,
24,
830,... |
In order to fulfill the ULCS requirement , which classes are the easiest ? | SELECT DISTINCT course.department, course.name, course.number, program_course.workload, program_course.workload FROM course, program_course WHERE program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id AND program_course.workload = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM program_co... | [
818,
1502,
284,
14658,
262,
471,
29814,
9079,
837,
543,
6097,
389,
262,
16638,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
1430,
62,
17319,
13,
1818,
2220,
11,
1430,
62,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1502,
284,
14658,
262,
471,
29814,
9079,
837,
543,
6097,
389,
262,
16638,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
1430,
62,
17319,
13,
1818,
2220,
11,
1430,
62,
17... |
what is the iata when the city is tripoli? | SELECT "IATA" FROM table_49758 WHERE "City" = 'tripoli' | [
10919,
318,
262,
1312,
1045,
618,
262,
1748,
318,
5296,
11106,
30,
46506,
366,
40,
13563,
1,
16034,
3084,
62,
2920,
38569,
33411,
366,
14941,
1,
796,
705,
39813,
11106,
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
] | [
10919,
318,
262,
1312,
1045,
618,
262,
1748,
318,
5296,
11106,
30,
46506,
366,
40,
13563,
1,
16034,
3084,
62,
2920,
38569,
33411,
366,
14941,
1,
796,
705,
39813,
11106,
6
] |
What is the highest Doubles, II Class, when Doubles, I Class is less than 19? | SELECT MAX("Doubles, II Class") FROM table_40514 WHERE "Doubles, I Class" < '19' | [
2061,
318,
262,
4511,
5728,
7689,
11,
2873,
5016,
11,
618,
5728,
7689,
11,
314,
5016,
318,
1342,
621,
678,
30,
46506,
25882,
7203,
40287,
7689,
11,
2873,
5016,
4943,
16034,
3084,
62,
26598,
1415,
33411,
366,
40287,
7689,
11,
314,
5016... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
4511,
5728,
7689,
11,
2873,
5016,
11,
618,
5728,
7689,
11,
314,
5016,
318,
1342,
621,
678,
30,
46506,
25882,
7203,
40287,
7689,
11,
2873,
5016,
4943,
16034,
3084,
62,
26598,
1415,
33411,
366,
40287,
7689,
11,
314,
5016... |
What is the location when the record is 9-7? | SELECT location FROM table_name_29 WHERE record = "9-7" | [
2061,
318,
262,
4067,
618,
262,
1700,
318,
860,
12,
22,
30,
46506,
4067,
16034,
3084,
62,
3672,
62,
1959,
33411,
1700,
796,
366,
24,
12,
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
] | [
2061,
318,
262,
4067,
618,
262,
1700,
318,
860,
12,
22,
30,
46506,
4067,
16034,
3084,
62,
3672,
62,
1959,
33411,
1700,
796,
366,
24,
12,
22,
1
] |
For those employees who do not work in departments with managers that have ids between 100 and 200, give me the comparison about the amount of hire_date over the hire_date bin hire_date by time by a bar chart, and could you rank in ascending by the y-axis? | SELECT HIRE_DATE, COUNT(HIRE_DATE) FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY COUNT(HIRE_DATE) | [
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,
262,
2033,
286,
11078,
62,
4475,
625,
262,
11078,
62,
4475,
9874,
11078,
62,
4475,
416,
640,
416,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
262,
2033,
286,
11078,
62,
4475,
625,
262,
11078,
62,
4475,
9874,
11078,
62,
4475,
416,
640,
416,... |
when was the heartrate of patient 008-22202 last measured on 09/26/this year? | SELECT vitalperiodic.observationtime FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '008-22202')) AND NOT vitalperiodic.heartrate IS NUL... | [
12518,
373,
262,
2612,
4873,
286,
5827,
3571,
23,
12,
1828,
19004,
938,
8630,
319,
7769,
14,
2075,
14,
5661,
614,
30,
46506,
9204,
41007,
291,
13,
672,
3168,
341,
2435,
16034,
9204,
41007,
291,
33411,
9204,
41007,
291,
13,
26029,
2085... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2612,
4873,
286,
5827,
3571,
23,
12,
1828,
19004,
938,
8630,
319,
7769,
14,
2075,
14,
5661,
614,
30,
46506,
9204,
41007,
291,
13,
672,
3168,
341,
2435,
16034,
9204,
41007,
291,
33411,
9204,
41007,
291,
13,
26029,
2085... |
what is discharge location of subject name edward schafer? | SELECT demographic.discharge_location FROM demographic WHERE demographic.name = "Edward Schafer" | [
10919,
318,
17655,
4067,
286,
2426,
1438,
1225,
904,
5513,
34659,
30,
46506,
16728,
13,
6381,
10136,
62,
24886,
16034,
16728,
33411,
16728,
13,
3672,
796,
366,
43982,
3059,
34659,
1
] | [
1,
1,
1,
1,
1,
1,
1,
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,
17655,
4067,
286,
2426,
1438,
1225,
904,
5513,
34659,
30,
46506,
16728,
13,
6381,
10136,
62,
24886,
16034,
16728,
33411,
16728,
13,
3672,
796,
366,
43982,
3059,
34659,
1
] |
What is Robert Allenby's average to par score? | SELECT AVG(to_par) FROM table_name_88 WHERE player = "robert allenby" | [
2061,
318,
5199,
9659,
1525,
338,
2811,
284,
1582,
4776,
30,
46506,
35224,
7,
1462,
62,
1845,
8,
16034,
3084,
62,
3672,
62,
3459,
33411,
2137,
796,
366,
305,
4835,
477,
268,
1525,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5199,
9659,
1525,
338,
2811,
284,
1582,
4776,
30,
46506,
35224,
7,
1462,
62,
1845,
8,
16034,
3084,
62,
3672,
62,
3459,
33411,
2137,
796,
366,
305,
4835,
477,
268,
1525,
1
] |
What is the team Sussex' highest score? | SELECT highest_score FROM table_27268238_4 WHERE team = "Sussex" | [
2061,
318,
262,
1074,
41588,
6,
4511,
4776,
30,
46506,
4511,
62,
26675,
16034,
3084,
62,
1983,
25022,
23721,
62,
19,
33411,
1074,
796,
366,
30746,
8044,
1
] | [
1,
1,
1,
1,
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,
1074,
41588,
6,
4511,
4776,
30,
46506,
4511,
62,
26675,
16034,
3084,
62,
1983,
25022,
23721,
62,
19,
33411,
1074,
796,
366,
30746,
8044,
1
] |
provide the number of patients whose ethnicity is white - russian and diagnoses icd9 code is v1083? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "WHITE - RUSSIAN" AND diagnoses.icd9_code = "V1083" | [
15234,
485,
262,
1271,
286,
3871,
3025,
26289,
318,
2330,
532,
374,
31562,
290,
40567,
14158,
67,
24,
2438,
318,
410,
940,
5999,
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... | [
15234,
485,
262,
1271,
286,
3871,
3025,
26289,
318,
2330,
532,
374,
31562,
290,
40567,
14158,
67,
24,
2438,
318,
410,
940,
5999,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
... |
What's the highest December against the Pittsburgh Penguins in a game larger than 27, with less than 41 points? | SELECT MAX("December") FROM table_36127 WHERE "Game" > '27' AND "Opponent" = 'pittsburgh penguins' AND "Points" < '41' | [
2061,
338,
262,
4511,
3426,
1028,
262,
12767,
29755,
287,
257,
983,
4025,
621,
2681,
11,
351,
1342,
621,
6073,
2173,
30,
46506,
25882,
7203,
20588,
4943,
16034,
3084,
62,
2623,
16799,
33411,
366,
8777,
1,
1875,
705,
1983,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
4511,
3426,
1028,
262,
12767,
29755,
287,
257,
983,
4025,
621,
2681,
11,
351,
1342,
621,
6073,
2173,
30,
46506,
25882,
7203,
20588,
4943,
16034,
3084,
62,
2623,
16799,
33411,
366,
8777,
1,
1875,
705,
1983,
6,
5357,
366... |
Who is the away team at the game at Arden Street Oval? | SELECT "Away team" FROM table_33354 WHERE "Venue" = 'arden street oval' | [
8241,
318,
262,
1497,
1074,
379,
262,
983,
379,
943,
6559,
3530,
25165,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
2091,
32182,
33411,
366,
37522,
518,
1,
796,
705,
5872,
4675,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
318,
262,
1497,
1074,
379,
262,
983,
379,
943,
6559,
3530,
25165,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
2091,
32182,
33411,
366,
37522,
518,
1,
796,
705,
5872,
4675,
41186,
6
] |
Give the number of locations of all wrestlers with a bar chart, display in descending by the y axis. | SELECT Location, COUNT(Location) FROM wrestler GROUP BY Location ORDER BY COUNT(Location) DESC | [
23318,
262,
1271,
286,
7064,
286,
477,
41758,
351,
257,
2318,
8262,
11,
3359,
287,
31491,
416,
262,
331,
16488,
13,
46506,
13397,
11,
327,
28270,
7,
14749,
8,
16034,
34845,
44441,
11050,
13397,
38678,
11050,
327,
28270,
7,
14749,
8,
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
] | [
23318,
262,
1271,
286,
7064,
286,
477,
41758,
351,
257,
2318,
8262,
11,
3359,
287,
31491,
416,
262,
331,
16488,
13,
46506,
13397,
11,
327,
28270,
7,
14749,
8,
16034,
34845,
44441,
11050,
13397,
38678,
11050,
327,
28270,
7,
14749,
8,
2... |
who was the only providence friars member of the 2010 american women 's hockey olympic roster ? | SELECT "name" FROM table_204_490 WHERE "2009-10 team" = 'providence friars' | [
8727,
373,
262,
691,
899,
1704,
32803,
945,
2888,
286,
262,
3050,
45630,
272,
1466,
705,
82,
12217,
267,
6760,
291,
9354,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
31503,
33411,
366,
10531,
12,
940,
1074,
1,
796,
705,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8727,
373,
262,
691,
899,
1704,
32803,
945,
2888,
286,
262,
3050,
45630,
272,
1466,
705,
82,
12217,
267,
6760,
291,
9354,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
18638,
62,
31503,
33411,
366,
10531,
12,
940,
1074,
1,
796,
705,
1... |
Name the constituency for 175130 | SELECT constituency FROM table_22754310_1 WHERE margin = 175130 | [
5376,
262,
28280,
329,
1596,
4349,
1270,
46506,
28280,
16034,
3084,
62,
1828,
2425,
3559,
940,
62,
16,
33411,
10330,
796,
1596,
4349,
1270
] | [
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,
28280,
329,
1596,
4349,
1270,
46506,
28280,
16034,
3084,
62,
1828,
2425,
3559,
940,
62,
16,
33411,
10330,
796,
1596,
4349,
1270
] |
what papers are in the ACL of 2014 | SELECT DISTINCT paper.paperid FROM paper, venue WHERE paper.year = 2014 AND paper.venueid = venue.venueid AND venue.venuename = 'ACL' | [
10919,
9473,
389,
287,
262,
17382,
286,
1946,
46506,
360,
8808,
1268,
4177,
3348,
13,
20189,
312,
16034,
3348,
11,
14359,
33411,
3348,
13,
1941,
796,
1946,
5357,
3348,
13,
4080,
312,
796,
14359,
13,
4080,
312,
5357,
14359,
13,
574,
84... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9473,
389,
287,
262,
17382,
286,
1946,
46506,
360,
8808,
1268,
4177,
3348,
13,
20189,
312,
16034,
3348,
11,
14359,
33411,
3348,
13,
1941,
796,
1946,
5357,
3348,
13,
4080,
312,
796,
14359,
13,
4080,
312,
5357,
14359,
13,
574,
84... |
What is the frequency of the newspaper, el diario de nuevo laredo in the city of nuevo laredo ? | SELECT "Frequency" FROM table_70832 WHERE "City" = 'nuevo laredo' AND "Name" = 'el diario de nuevo laredo' | [
2061,
318,
262,
8373,
286,
262,
7533,
11,
1288,
2566,
4982,
390,
299,
518,
13038,
300,
1144,
78,
287,
262,
1748,
286,
299,
518,
13038,
300,
1144,
78,
5633,
46506,
366,
37,
28707,
1,
16034,
3084,
62,
32583,
2624,
33411,
366,
14941,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8373,
286,
262,
7533,
11,
1288,
2566,
4982,
390,
299,
518,
13038,
300,
1144,
78,
287,
262,
1748,
286,
299,
518,
13038,
300,
1144,
78,
5633,
46506,
366,
37,
28707,
1,
16034,
3084,
62,
32583,
2624,
33411,
366,
14941,
1... |
on what date did gideon brand van zyl begin his term ? | SELECT "took office" FROM table_203_89 WHERE "name\n(birth-death)" = 'gideon brand van zyl' | [
261,
644,
3128,
750,
308,
42381,
4508,
5719,
1976,
2645,
2221,
465,
3381,
5633,
46506,
366,
83,
566,
2607,
1,
16034,
3084,
62,
22416,
62,
4531,
33411,
366,
3672,
59,
77,
7,
24280,
12,
22595,
16725,
796,
705,
70,
42381,
4508,
5719,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
261,
644,
3128,
750,
308,
42381,
4508,
5719,
1976,
2645,
2221,
465,
3381,
5633,
46506,
366,
83,
566,
2607,
1,
16034,
3084,
62,
22416,
62,
4531,
33411,
366,
3672,
59,
77,
7,
24280,
12,
22595,
16725,
796,
705,
70,
42381,
4508,
5719,
1... |
What is the series number for the Golden Frog? | SELECT series__number FROM table_2161859_1 WHERE title = "The Golden Frog" | [
2061,
318,
262,
2168,
1271,
329,
262,
8407,
28328,
30,
46506,
2168,
834,
17618,
16034,
3084,
62,
20666,
1507,
3270,
62,
16,
33411,
3670,
796,
366,
464,
8407,
28328,
1
] | [
1,
1,
1,
1,
1,
1,
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,
2168,
1271,
329,
262,
8407,
28328,
30,
46506,
2168,
834,
17618,
16034,
3084,
62,
20666,
1507,
3270,
62,
16,
33411,
3670,
796,
366,
464,
8407,
28328,
1
] |
machine learning package question volume over time. | SELECT YEAR(p.CreationDate) + (MONTH(p.CreationDate) - 1) / 12. AS yr_month, TagName, COUNT(*) AS questions FROM Posts AS p, PostTags AS pt, Tags AS t WHERE 1 = 1 AND p.Id = pt.PostId AND t.Id = pt.TagId AND t.TagName IN ('weka', 'r', 'tensorflow', 'pytorch', 'keras') AND YEAR(p.CreationDate) >= YEAR(CURRENT_TIMESTAMP(... | [
30243,
4673,
5301,
1808,
6115,
625,
640,
13,
46506,
32914,
7,
79,
13,
12443,
341,
10430,
8,
1343,
357,
27857,
4221,
7,
79,
13,
12443,
341,
10430,
8,
532,
352,
8,
1220,
1105,
13,
7054,
42635,
62,
8424,
11,
17467,
5376,
11,
327,
282... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
30243,
4673,
5301,
1808,
6115,
625,
640,
13,
46506,
32914,
7,
79,
13,
12443,
341,
10430,
8,
1343,
357,
27857,
4221,
7,
79,
13,
12443,
341,
10430,
8,
532,
352,
8,
1220,
1105,
13,
7054,
42635,
62,
8424,
11,
17467,
5376,
11,
327,
282... |
What is Canada's highest round before 1973? | SELECT MAX("Round") FROM table_61040 WHERE "Nationality" = 'canada' AND "Draft" < '1973' | [
2061,
318,
3340,
338,
4511,
2835,
878,
15674,
30,
46506,
25882,
7203,
22685,
4943,
16034,
3084,
62,
39132,
1821,
33411,
366,
16186,
414,
1,
796,
705,
5171,
4763,
6,
5357,
366,
37741,
1,
1279,
705,
40220,
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,
3340,
338,
4511,
2835,
878,
15674,
30,
46506,
25882,
7203,
22685,
4943,
16034,
3084,
62,
39132,
1821,
33411,
366,
16186,
414,
1,
796,
705,
5171,
4763,
6,
5357,
366,
37741,
1,
1279,
705,
40220,
6
] |
What's the name of the train to Madurai Junction? | SELECT "Train name" FROM table_26100 WHERE "Destination" = 'Madurai Junction' | [
2061,
338,
262,
1438,
286,
262,
4512,
284,
4627,
16998,
44410,
30,
46506,
366,
44077,
1438,
1,
16034,
3084,
62,
2075,
3064,
33411,
366,
24159,
1883,
1,
796,
705,
18454,
16998,
44410,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
1438,
286,
262,
4512,
284,
4627,
16998,
44410,
30,
46506,
366,
44077,
1438,
1,
16034,
3084,
62,
2075,
3064,
33411,
366,
24159,
1883,
1,
796,
705,
18454,
16998,
44410,
6
] |
What is the zip code of the customer Carole Bernhard? | SELECT T2.zip_postcode FROM customers AS T1 JOIN addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T1.first_name = "Carole" AND T1.last_name = "Bernhard" | [
2061,
318,
262,
19974,
2438,
286,
262,
6491,
1879,
2305,
6206,
10424,
30,
46506,
309,
17,
13,
13344,
62,
7353,
8189,
16034,
4297,
7054,
309,
16,
32357,
1268,
9405,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
62,
21975,
62,
312,
79... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
262,
19974,
2438,
286,
262,
6491,
1879,
2305,
6206,
10424,
30,
46506,
309,
17,
13,
13344,
62,
7353,
8189,
16034,
4297,
7054,
309,
16,
32357,
1268,
9405,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
62,
21975,
62,
312,
79... |
Posts using image hosting services other than Imgur. | SELECT CreationDate, ShorteningService, Id AS "post_link" FROM (SELECT Id, CreationDate, CASE WHEN LOWER(Body) LIKE '%tinypic.com%' THEN 'TinyPic' END AS ShorteningService FROM Posts) AS t WHERE NOT ShorteningService IS NULL ORDER BY CreationDate DESC LIMIT 1000 | [
21496,
1262,
2939,
13662,
2594,
584,
621,
1846,
45073,
13,
46506,
21582,
10430,
11,
10073,
3101,
16177,
11,
5121,
7054,
366,
7353,
62,
8726,
1,
16034,
357,
46506,
5121,
11,
21582,
10430,
11,
42001,
42099,
406,
36048,
7,
25842,
8,
34178,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
21496,
1262,
2939,
13662,
2594,
584,
621,
1846,
45073,
13,
46506,
21582,
10430,
11,
10073,
3101,
16177,
11,
5121,
7054,
366,
7353,
62,
8726,
1,
16034,
357,
46506,
5121,
11,
21582,
10430,
11,
42001,
42099,
406,
36048,
7,
25842,
8,
34178,... |
What is the average year with nominated result? | SELECT AVG("Year") FROM table_14082 WHERE "Result" = 'nominated' | [
2061,
318,
262,
2811,
614,
351,
19332,
1255,
30,
46506,
35224,
7203,
17688,
4943,
16034,
3084,
62,
1415,
2919,
17,
33411,
366,
23004,
1,
796,
705,
26601,
3898,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2811,
614,
351,
19332,
1255,
30,
46506,
35224,
7203,
17688,
4943,
16034,
3084,
62,
1415,
2919,
17,
33411,
366,
23004,
1,
796,
705,
26601,
3898,
6
] |
how combined defenses does yuji nagata have ? | SELECT "combined\ndefenses" FROM table_203_678 WHERE "wrestler" = 'yuji nagata' | [
4919,
5929,
18370,
857,
331,
84,
7285,
299,
363,
1045,
423,
5633,
46506,
366,
24011,
1389,
59,
358,
891,
4541,
1,
16034,
3084,
62,
22416,
62,
30924,
33411,
366,
86,
2118,
1754,
1,
796,
705,
24767,
7285,
299,
363,
1045,
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
] | [
4919,
5929,
18370,
857,
331,
84,
7285,
299,
363,
1045,
423,
5633,
46506,
366,
24011,
1389,
59,
358,
891,
4541,
1,
16034,
3084,
62,
22416,
62,
30924,
33411,
366,
86,
2118,
1754,
1,
796,
705,
24767,
7285,
299,
363,
1045,
6
] |
What's the ARWU ranking that has the int' student review of 144, a median rank of less than 10, and 2000 Singapore Asiaweek of none? | SELECT "2010 ARWU Rankings" FROM table_50749 WHERE "2000 Singapore \u201cAsiaweek\u201d Rankings" = 'none' AND "Median ranks" < '10' AND "2009 QS Asian Rankings: Int\u2019l student review" = '144' | [
2061,
338,
262,
5923,
54,
52,
12759,
326,
468,
262,
493,
6,
3710,
2423,
286,
20224,
11,
257,
14288,
4279,
286,
1342,
621,
838,
11,
290,
4751,
12551,
7229,
10464,
286,
4844,
30,
46506,
366,
10333,
5923,
54,
52,
40284,
1,
16034,
3084,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5923,
54,
52,
12759,
326,
468,
262,
493,
6,
3710,
2423,
286,
20224,
11,
257,
14288,
4279,
286,
1342,
621,
838,
11,
290,
4751,
12551,
7229,
10464,
286,
4844,
30,
46506,
366,
10333,
5923,
54,
52,
40284,
1,
16034,
3084,... |
Which Calendar has a WYSIWYG Editor of no, and an Unread message tracking of session, and an Image attachment of no? | SELECT calendar FROM table_name_91 WHERE wysiwyg_editor = "no" AND unread_message_tracking = "session" AND image_attachment = "no" | [
13828,
26506,
468,
257,
370,
56,
11584,
54,
56,
38,
12058,
286,
645,
11,
290,
281,
791,
961,
3275,
9646,
286,
6246,
11,
290,
281,
7412,
18231,
286,
645,
30,
46506,
11845,
16034,
3084,
62,
3672,
62,
6420,
33411,
266,
893,
14246,
3564... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26506,
468,
257,
370,
56,
11584,
54,
56,
38,
12058,
286,
645,
11,
290,
281,
791,
961,
3275,
9646,
286,
6246,
11,
290,
281,
7412,
18231,
286,
645,
30,
46506,
11845,
16034,
3084,
62,
3672,
62,
6420,
33411,
266,
893,
14246,
3564... |
How many different instruments are used in the song 'Le Pop'? | SELECT COUNT(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" | [
2437,
867,
1180,
12834,
389,
973,
287,
262,
3496,
705,
3123,
8099,
30960,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
8875,
8,
16034,
12834,
7054,
309,
16,
32357,
1268,
7259,
7054,
309,
17,
6177,
309,
16,
13,
34050,
312,
796,
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
] | [
2437,
867,
1180,
12834,
389,
973,
287,
262,
3496,
705,
3123,
8099,
30960,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
8875,
8,
16034,
12834,
7054,
309,
16,
32357,
1268,
7259,
7054,
309,
17,
6177,
309,
16,
13,
34050,
312,
796,
309,
1... |
When joan tewkesbury is the director what is the number in seasons? | SELECT "No. in season" FROM table_1864 WHERE "Directed by" = 'Joan Tewkesbury' | [
2215,
2525,
272,
256,
413,
5209,
10711,
318,
262,
3437,
644,
318,
262,
1271,
287,
7028,
30,
46506,
366,
2949,
13,
287,
1622,
1,
16034,
3084,
62,
1507,
2414,
33411,
366,
13470,
276,
416,
1,
796,
705,
9908,
272,
309,
413,
5209,
10711,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2525,
272,
256,
413,
5209,
10711,
318,
262,
3437,
644,
318,
262,
1271,
287,
7028,
30,
46506,
366,
2949,
13,
287,
1622,
1,
16034,
3084,
62,
1507,
2414,
33411,
366,
13470,
276,
416,
1,
796,
705,
9908,
272,
309,
413,
5209,
10711,... |
What is the number for match when the draws in more than 0, the team is Polonia Bydgoszcz, and there are less than 17 points? | SELECT SUM(match) FROM table_name_19 WHERE draw > 0 AND team = "polonia bydgoszcz" AND points < 17 | [
2061,
318,
262,
1271,
329,
2872,
618,
262,
14293,
287,
517,
621,
657,
11,
262,
1074,
318,
2165,
11339,
2750,
67,
70,
418,
89,
26691,
11,
290,
612,
389,
1342,
621,
1596,
2173,
30,
46506,
35683,
7,
15699,
8,
16034,
3084,
62,
3672,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
262,
1271,
329,
2872,
618,
262,
14293,
287,
517,
621,
657,
11,
262,
1074,
318,
2165,
11339,
2750,
67,
70,
418,
89,
26691,
11,
290,
612,
389,
1342,
621,
1596,
2173,
30,
46506,
35683,
7,
15699,
8,
16034,
3084,
62,
3672,
6... |
what is bronze when the rank is 3 and the total is more than 2? | SELECT SUM("Bronze") FROM table_79609 WHERE "Rank" = '3' AND "Total" > '2' | [
10919,
318,
22101,
618,
262,
4279,
318,
513,
290,
262,
2472,
318,
517,
621,
362,
30,
46506,
35683,
7203,
18760,
2736,
4943,
16034,
3084,
62,
3720,
31751,
33411,
366,
27520,
1,
796,
705,
18,
6,
5357,
366,
14957,
1,
1875,
705,
17,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
10919,
318,
22101,
618,
262,
4279,
318,
513,
290,
262,
2472,
318,
517,
621,
362,
30,
46506,
35683,
7203,
18760,
2736,
4943,
16034,
3084,
62,
3720,
31751,
33411,
366,
27520,
1,
796,
705,
18,
6,
5357,
366,
14957,
1,
1875,
705,
17,
6
] |
What is the number of patients who had iron lab tests done? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE lab.label = "Iron" | [
2061,
318,
262,
1271,
286,
3871,
508,
550,
6953,
2248,
5254,
1760,
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,
18108,
76,
62,
312,
796,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1271,
286,
3871,
508,
550,
6953,
2248,
5254,
1760,
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,
18108,
76,
62,
312,
796,
... |
What is the time/retired when there are less than 22 laps and honda is the manufacturer? | SELECT time_retired FROM table_name_67 WHERE laps < 22 AND manufacturer = "honda" | [
2061,
318,
262,
640,
14,
1186,
1202,
618,
612,
389,
1342,
621,
2534,
24590,
290,
289,
13533,
318,
262,
11554,
30,
46506,
640,
62,
1186,
1202,
16034,
3084,
62,
3672,
62,
3134,
33411,
24590,
1279,
2534,
5357,
11554,
796,
366,
71,
13533,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
640,
14,
1186,
1202,
618,
612,
389,
1342,
621,
2534,
24590,
290,
289,
13533,
318,
262,
11554,
30,
46506,
640,
62,
1186,
1202,
16034,
3084,
62,
3672,
62,
3134,
33411,
24590,
1279,
2534,
5357,
11554,
796,
366,
71,
13533,... |
what is the yearly average amount of urinary catheter output: coude urethral 14 fr. that patient 006-13677 had since 08/2105? | SELECT AVG(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-13677')) AND intakeoutput.celllabel = 'urina... | [
10919,
318,
262,
24169,
2811,
2033,
286,
38628,
3797,
43332,
5072,
25,
2284,
2934,
334,
40978,
1373,
1478,
1216,
13,
326,
5827,
3571,
21,
12,
1485,
40179,
550,
1201,
8487,
14,
17,
13348,
30,
46506,
35224,
7,
600,
539,
22915,
13,
3846,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24169,
2811,
2033,
286,
38628,
3797,
43332,
5072,
25,
2284,
2934,
334,
40978,
1373,
1478,
1216,
13,
326,
5827,
3571,
21,
12,
1485,
40179,
550,
1201,
8487,
14,
17,
13348,
30,
46506,
35224,
7,
600,
539,
22915,
13,
3846,... |
Show all opening years and the number of churches that opened in that year. | SELECT open_date, COUNT(*) FROM church GROUP BY open_date | [
15307,
477,
4756,
812,
290,
262,
1271,
286,
14422,
326,
4721,
287,
326,
614,
13,
46506,
1280,
62,
4475,
11,
327,
28270,
7,
28104,
16034,
4928,
44441,
11050,
1280,
62,
4475
] | [
1,
1,
1,
1,
1,
1,
1,
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,
4756,
812,
290,
262,
1271,
286,
14422,
326,
4721,
287,
326,
614,
13,
46506,
1280,
62,
4475,
11,
327,
28270,
7,
28104,
16034,
4928,
44441,
11050,
1280,
62,
4475
] |
What defense position the player ID willite01 is? | SELECT DISTINCT notes FROM player_award WHERE player_id = "willite01" | [
2061,
3761,
2292,
262,
2137,
4522,
481,
578,
486,
318,
30,
46506,
360,
8808,
1268,
4177,
4710,
16034,
2137,
62,
707,
446,
33411,
2137,
62,
312,
796,
366,
10594,
578,
486,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
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,
3761,
2292,
262,
2137,
4522,
481,
578,
486,
318,
30,
46506,
360,
8808,
1268,
4177,
4710,
16034,
2137,
62,
707,
446,
33411,
2137,
62,
312,
796,
366,
10594,
578,
486,
1
] |
Frequency of 100.1 has what on-air id? | SELECT "On-air ID" FROM table_5963 WHERE "Frequency" = '100.1' | [
37,
28707,
286,
1802,
13,
16,
468,
644,
319,
12,
958,
4686,
30,
46506,
366,
2202,
12,
958,
4522,
1,
16034,
3084,
62,
3270,
5066,
33411,
366,
37,
28707,
1,
796,
705,
3064,
13,
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
] | [
37,
28707,
286,
1802,
13,
16,
468,
644,
319,
12,
958,
4686,
30,
46506,
366,
2202,
12,
958,
4522,
1,
16034,
3084,
62,
3270,
5066,
33411,
366,
37,
28707,
1,
796,
705,
3064,
13,
16,
6
] |
Find out the time of admission and number of days for which the patient with patient id 15061 stayed in the hospital. | SELECT demographic.days_stay, demographic.admittime FROM demographic WHERE demographic.subject_id = "15061" | [
16742,
503,
262,
640,
286,
13938,
290,
1271,
286,
1528,
329,
543,
262,
5827,
351,
5827,
4686,
6640,
5333,
9658,
287,
262,
4436,
13,
46506,
16728,
13,
12545,
62,
31712,
11,
16728,
13,
324,
20124,
524,
16034,
16728,
33411,
16728,
13,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16742,
503,
262,
640,
286,
13938,
290,
1271,
286,
1528,
329,
543,
262,
5827,
351,
5827,
4686,
6640,
5333,
9658,
287,
262,
4436,
13,
46506,
16728,
13,
12545,
62,
31712,
11,
16728,
13,
324,
20124,
524,
16034,
16728,
33411,
16728,
13,
32... |
Who is the voice actor of the character with the Japanese voice actor Yoku Shioya? | SELECT "Voice actor (Harmony Gold OVA Dub)" FROM table_5644 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,
366,
35708,
8674,
357,
39,
1670,
1647,
3561,
440,
11731,
10322,
16725,
16034,
3084,
62,
20,
29173,
33411,
366,
25324,
3809,
867... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
366,
35708,
8674,
357,
39,
1670,
1647,
3561,
440,
11731,
10322,
16725,
16034,
3084,
62,
20,
29173,
33411,
366,
25324,
3809,
867... |
let me know the type of admission and primary disease of patient michelle medina. | SELECT demographic.admission_type, demographic.diagnosis FROM demographic WHERE demographic.name = "Michelle Medina" | [
1616,
502,
760,
262,
2099,
286,
13938,
290,
4165,
4369,
286,
5827,
12314,
34454,
1117,
1437,
13,
46506,
16728,
13,
324,
3411,
62,
4906,
11,
16728,
13,
47356,
5958,
16034,
16728,
33411,
16728,
13,
3672,
796,
366,
48736,
41946,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2099,
286,
13938,
290,
4165,
4369,
286,
5827,
12314,
34454,
1117,
1437,
13,
46506,
16728,
13,
324,
3411,
62,
4906,
11,
16728,
13,
47356,
5958,
16034,
16728,
33411,
16728,
13,
3672,
796,
366,
48736,
41946,
1
] |
What is the maximum memory of the model that has a standard memory of 16 mb? | SELECT "Maximum memory" FROM table_32801 WHERE "Standard memory" = '16 mb' | [
2061,
318,
262,
5415,
4088,
286,
262,
2746,
326,
468,
257,
3210,
4088,
286,
1467,
285,
65,
30,
46506,
366,
40541,
4088,
1,
16034,
3084,
62,
34256,
486,
33411,
366,
23615,
4088,
1,
796,
705,
1433,
285,
65,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
5415,
4088,
286,
262,
2746,
326,
468,
257,
3210,
4088,
286,
1467,
285,
65,
30,
46506,
366,
40541,
4088,
1,
16034,
3084,
62,
34256,
486,
33411,
366,
23615,
4088,
1,
796,
705,
1433,
285,
65,
6
] |
What is Class, when Power is 78 Watts? | SELECT class FROM table_name_15 WHERE power = "78 watts" | [
2061,
318,
5016,
11,
618,
4333,
318,
8699,
27555,
30,
46506,
1398,
16034,
3084,
62,
3672,
62,
1314,
33411,
1176,
796,
366,
3695,
36416,
1
] | [
1,
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,
5016,
11,
618,
4333,
318,
8699,
27555,
30,
46506,
1398,
16034,
3084,
62,
3672,
62,
1314,
33411,
1176,
796,
366,
3695,
36416,
1
] |
What is the Catalog with a Format of lp, a Country of us, a Label of sundazed, and a Date of 2006? | SELECT catalog FROM table_name_46 WHERE format = "lp" AND country = "us" AND label = "sundazed" AND date = "2006" | [
2061,
318,
262,
44515,
351,
257,
18980,
286,
300,
79,
11,
257,
12946,
286,
514,
11,
257,
36052,
286,
37437,
13865,
11,
290,
257,
7536,
286,
4793,
30,
46506,
18388,
16034,
3084,
62,
3672,
62,
3510,
33411,
5794,
796,
366,
34431,
1,
53... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
44515,
351,
257,
18980,
286,
300,
79,
11,
257,
12946,
286,
514,
11,
257,
36052,
286,
37437,
13865,
11,
290,
257,
7536,
286,
4793,
30,
46506,
18388,
16034,
3084,
62,
3672,
62,
3510,
33411,
5794,
796,
366,
34431,
1,
53... |
tell me the total dose of pe 24 fs ng that patient 8116 took today. | SELECT SUM(inputevents_cv.amount) 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 = 8116)) AND inputevents_cv.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.labe... | [
33331,
502,
262,
2472,
10742,
286,
613,
1987,
43458,
23370,
326,
5827,
807,
18298,
1718,
1909,
13,
46506,
35683,
7,
259,
79,
1133,
85,
658,
62,
33967,
13,
17287,
8,
16034,
287,
79,
1133,
85,
658,
62,
33967,
33411,
287,
79,
1133,
85,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
33331,
502,
262,
2472,
10742,
286,
613,
1987,
43458,
23370,
326,
5827,
807,
18298,
1718,
1909,
13,
46506,
35683,
7,
259,
79,
1133,
85,
658,
62,
33967,
13,
17287,
8,
16034,
287,
79,
1133,
85,
658,
62,
33967,
33411,
287,
79,
1133,
85,... |
count the number of patients whose primary disease is coronary artery disease\coronary artery bypass graft; myomectomy/sda and lab test fluid is joint fluid? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.diagnosis = "CORONARY ARTERY DISEASE\CORONARY ARTERY BYPASS GRAFT; MYOMECTOMY/SDA" AND lab.fluid = "Joint Fluid" | [
9127,
262,
1271,
286,
3871,
3025,
4165,
4369,
318,
37151,
37646,
4369,
59,
10215,
261,
560,
37646,
17286,
38455,
26,
616,
462,
310,
9145,
14,
82,
6814,
290,
2248,
1332,
11711,
318,
6466,
11711,
30,
46506,
327,
28270,
7,
35,
8808,
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... | [
9127,
262,
1271,
286,
3871,
3025,
4165,
4369,
318,
37151,
37646,
4369,
59,
10215,
261,
560,
37646,
17286,
38455,
26,
616,
462,
310,
9145,
14,
82,
6814,
290,
2248,
1332,
11711,
318,
6466,
11711,
30,
46506,
327,
28270,
7,
35,
8808,
1268... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.