instruction stringlengths 0 1.06k | response stringlengths 2 3.61k | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|
What episode titles have 17.93 million U.S. viewers? | SELECT title FROM table_16617025_1 WHERE us_viewers__millions_ = "17.93" | [
2061,
4471,
8714,
423,
1596,
13,
6052,
1510,
471,
13,
50,
13,
10209,
30,
46506,
3670,
16034,
3084,
62,
23055,
17279,
1495,
62,
16,
33411,
514,
62,
1177,
364,
834,
17805,
507,
62,
796,
366,
1558,
13,
6052,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4471,
8714,
423,
1596,
13,
6052,
1510,
471,
13,
50,
13,
10209,
30,
46506,
3670,
16034,
3084,
62,
23055,
17279,
1495,
62,
16,
33411,
514,
62,
1177,
364,
834,
17805,
507,
62,
796,
366,
1558,
13,
6052,
1
] |
Which Date has a Winning score of 9 (70-64-70=203)? | SELECT date FROM table_name_19 WHERE winning_score = −9(70 - 64 - 70 = 203) | [
13828,
7536,
468,
257,
40983,
4776,
286,
860,
357,
2154,
12,
2414,
12,
2154,
28,
22416,
19427,
46506,
3128,
16034,
3084,
62,
3672,
62,
1129,
33411,
5442,
62,
26675,
796,
9746,
24,
7,
2154,
532,
5598,
532,
4317,
796,
27408,
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
] | [
13828,
7536,
468,
257,
40983,
4776,
286,
860,
357,
2154,
12,
2414,
12,
2154,
28,
22416,
19427,
46506,
3128,
16034,
3084,
62,
3672,
62,
1129,
33411,
5442,
62,
26675,
796,
9746,
24,
7,
2154,
532,
5598,
532,
4317,
796,
27408,
8
] |
show ground transportation for PITTSBURGH | SELECT DISTINCT ground_service.transport_type FROM city, ground_service WHERE city.city_name = 'PITTSBURGH' AND ground_service.city_code = city.city_code | [
12860,
2323,
9358,
329,
49040,
4694,
38926,
17511,
46506,
360,
8808,
1268,
4177,
2323,
62,
15271,
13,
7645,
634,
62,
4906,
16034,
1748,
11,
2323,
62,
15271,
33411,
1748,
13,
19205,
62,
3672,
796,
705,
47,
2043,
4694,
38926,
17511,
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
] | [
12860,
2323,
9358,
329,
49040,
4694,
38926,
17511,
46506,
360,
8808,
1268,
4177,
2323,
62,
15271,
13,
7645,
634,
62,
4906,
16034,
1748,
11,
2323,
62,
15271,
33411,
1748,
13,
19205,
62,
3672,
796,
705,
47,
2043,
4694,
38926,
17511,
6,
... |
Create a pie chart showing how many country across country. | SELECT Country, COUNT(Country) FROM artist GROUP BY Country | [
16447,
257,
2508,
8262,
4478,
703,
867,
1499,
1973,
1499,
13,
46506,
12946,
11,
327,
28270,
7,
33921,
8,
16034,
6802,
44441,
11050,
12946
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16447,
257,
2508,
8262,
4478,
703,
867,
1499,
1973,
1499,
13,
46506,
12946,
11,
327,
28270,
7,
33921,
8,
16034,
6802,
44441,
11050,
12946
] |
did patient 62413 get a anion gap laboratory test in 02/this year? | SELECT COUNT(*) > 0 FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'anion gap') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 62413) AND DATETIME(labevents.charttime, 'start of year') = DATETIME(CURRENT_TIME... | [
20839,
5827,
718,
1731,
1485,
651,
257,
281,
295,
7625,
14010,
1332,
287,
7816,
14,
5661,
614,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
2248,
31534,
33411,
2248,
31534,
13,
9186,
312,
3268,
357,
46506,
288,
62,
23912,
23814,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
20839,
5827,
718,
1731,
1485,
651,
257,
281,
295,
7625,
14010,
1332,
287,
7816,
14,
5661,
614,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
2248,
31534,
33411,
2248,
31534,
13,
9186,
312,
3268,
357,
46506,
288,
62,
23912,
23814,
... |
provide the number of patients whose admission type is elective and admission location is clinic referral/premature? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "ELECTIVE" AND demographic.admission_location = "CLINIC REFERRAL/PREMATURE" | [
15234,
485,
262,
1271,
286,
3871,
3025,
13938,
2099,
318,
1742,
425,
290,
13938,
4067,
318,
15760,
31413,
14,
31605,
1300,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
15234,
485,
262,
1271,
286,
3871,
3025,
13938,
2099,
318,
1742,
425,
290,
13938,
4067,
318,
15760,
31413,
14,
31605,
1300,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3... |
Who left office on November 26, 1800? | SELECT vacator FROM table_224840_4 WHERE date_successor_seated = "November 26, 1800" | [
8241,
1364,
2607,
319,
3389,
2608,
11,
21431,
30,
46506,
6658,
1352,
16034,
3084,
62,
17,
23045,
1821,
62,
19,
33411,
3128,
62,
13138,
273,
62,
325,
515,
796,
366,
21159,
2608,
11,
21431,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1364,
2607,
319,
3389,
2608,
11,
21431,
30,
46506,
6658,
1352,
16034,
3084,
62,
17,
23045,
1821,
62,
19,
33411,
3128,
62,
13138,
273,
62,
325,
515,
796,
366,
21159,
2608,
11,
21431,
1
] |
Name the sign of zodiac for chithirai | SELECT sign_of_zodiac FROM table_169955_1 WHERE tamil_calendar = "Chithirai" | [
5376,
262,
1051,
286,
1976,
40096,
329,
442,
342,
343,
1872,
46506,
1051,
62,
1659,
62,
89,
40096,
16034,
3084,
62,
1433,
2079,
2816,
62,
16,
33411,
21885,
346,
62,
9948,
9239,
796,
366,
1925,
342,
343,
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,
1,
1,
1,
1,
1
] | [
5376,
262,
1051,
286,
1976,
40096,
329,
442,
342,
343,
1872,
46506,
1051,
62,
1659,
62,
89,
40096,
16034,
3084,
62,
1433,
2079,
2816,
62,
16,
33411,
21885,
346,
62,
9948,
9239,
796,
366,
1925,
342,
343,
1872,
1
] |
What is the aspect ratio of the DVD released on 12/10/2009? | SELECT "Aspect Ratio" FROM table_17191 WHERE "Released" = '12/10/2009' | [
2061,
318,
262,
4843,
8064,
286,
262,
12490,
2716,
319,
1105,
14,
940,
14,
10531,
30,
46506,
366,
1722,
806,
33956,
1,
16034,
3084,
62,
1558,
26492,
33411,
366,
45037,
1,
796,
705,
1065,
14,
940,
14,
10531,
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,
4843,
8064,
286,
262,
12490,
2716,
319,
1105,
14,
940,
14,
10531,
30,
46506,
366,
1722,
806,
33956,
1,
16034,
3084,
62,
1558,
26492,
33411,
366,
45037,
1,
796,
705,
1065,
14,
940,
14,
10531,
6
] |
What is the 2012 result of a tournament that is 2R in 2007, 1R in 2008 and 1R in 2009? | SELECT "2012" FROM table_67902 WHERE "2009" = '1r' AND "2008" = '1r' AND "2007" = '2r' | [
2061,
318,
262,
2321,
1255,
286,
257,
7756,
326,
318,
362,
49,
287,
4343,
11,
352,
49,
287,
3648,
290,
352,
49,
287,
3717,
30,
46506,
366,
6999,
1,
16034,
3084,
62,
37601,
2999,
33411,
366,
10531,
1,
796,
705,
16,
81,
6,
5357,
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
] | [
2061,
318,
262,
2321,
1255,
286,
257,
7756,
326,
318,
362,
49,
287,
4343,
11,
352,
49,
287,
3648,
290,
352,
49,
287,
3717,
30,
46506,
366,
6999,
1,
16034,
3084,
62,
37601,
2999,
33411,
366,
10531,
1,
796,
705,
16,
81,
6,
5357,
3... |
what's the incumbent with candidates being sam hobbs (d) 88.2% c. w. mckay (r) 11.8% | SELECT incumbent FROM table_1342292_2 WHERE candidates = "Sam Hobbs (D) 88.2% C. W. McKay (R) 11.8%" | [
10919,
338,
262,
23526,
351,
5871,
852,
6072,
32724,
1443,
357,
67,
8,
9193,
13,
17,
4,
269,
13,
266,
13,
285,
694,
323,
357,
81,
8,
1367,
13,
23,
4,
46506,
23526,
16034,
3084,
62,
19880,
1828,
5892,
62,
17,
33411,
5871,
796,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23526,
351,
5871,
852,
6072,
32724,
1443,
357,
67,
8,
9193,
13,
17,
4,
269,
13,
266,
13,
285,
694,
323,
357,
81,
8,
1367,
13,
23,
4,
46506,
23526,
16034,
3084,
62,
19880,
1828,
5892,
62,
17,
33411,
5871,
796,
36... |
What was the time of the race that was on a grid smaller than 9 with jeremy mcwilliams as the rider doing 21 laps? | SELECT "Time/Retired" FROM table_47592 WHERE "Grid" < '9' AND "Laps" = '21' AND "Rider" = 'jeremy mcwilliams' | [
2061,
373,
262,
640,
286,
262,
3234,
326,
373,
319,
257,
10706,
4833,
621,
860,
351,
474,
567,
1820,
36650,
10594,
1789,
82,
355,
262,
17876,
1804,
2310,
24590,
30,
46506,
366,
7575,
14,
9781,
1202,
1,
16034,
3084,
62,
32576,
5892,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
640,
286,
262,
3234,
326,
373,
319,
257,
10706,
4833,
621,
860,
351,
474,
567,
1820,
36650,
10594,
1789,
82,
355,
262,
17876,
1804,
2310,
24590,
30,
46506,
366,
7575,
14,
9781,
1202,
1,
16034,
3084,
62,
32576,
5892,
... |
How many clubs are there in the Korea Republic? | SELECT clubs FROM table_19412902_2 WHERE member_association = "Korea Republic" | [
2437,
867,
9784,
389,
612,
287,
262,
4969,
2066,
30,
46506,
9784,
16034,
3084,
62,
22913,
18741,
2999,
62,
17,
33411,
2888,
62,
562,
41003,
796,
366,
42,
46215,
2066,
1
] | [
1,
1,
1,
1,
1,
1,
1,
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,
9784,
389,
612,
287,
262,
4969,
2066,
30,
46506,
9784,
16034,
3084,
62,
22913,
18741,
2999,
62,
17,
33411,
2888,
62,
562,
41003,
796,
366,
42,
46215,
2066,
1
] |
What was the nationality of player picked no. 168? | SELECT nationality FROM table_2679061_9 WHERE pick__number = 168 | [
2061,
373,
262,
29835,
286,
2137,
6497,
645,
13,
23378,
30,
46506,
29835,
16034,
3084,
62,
2075,
3720,
3312,
16,
62,
24,
33411,
2298,
834,
17618,
796,
23378
] | [
1,
1,
1,
1,
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,
29835,
286,
2137,
6497,
645,
13,
23378,
30,
46506,
29835,
16034,
3084,
62,
2075,
3720,
3312,
16,
62,
24,
33411,
2298,
834,
17618,
796,
23378
] |
What is Date, when Record is 12-58? | SELECT date FROM table_name_31 WHERE record = "12-58" | [
2061,
318,
7536,
11,
618,
13266,
318,
1105,
12,
3365,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3132,
33411,
1700,
796,
366,
1065,
12,
3365,
1
] | [
1,
1,
1,
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,
7536,
11,
618,
13266,
318,
1105,
12,
3365,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3132,
33411,
1700,
796,
366,
1065,
12,
3365,
1
] |
Name the date with score of 9-2 | SELECT date FROM table_name_49 WHERE score = "9-2" | [
5376,
262,
3128,
351,
4776,
286,
860,
12,
17,
46506,
3128,
16034,
3084,
62,
3672,
62,
2920,
33411,
4776,
796,
366,
24,
12,
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
] | [
5376,
262,
3128,
351,
4776,
286,
860,
12,
17,
46506,
3128,
16034,
3084,
62,
3672,
62,
2920,
33411,
4776,
796,
366,
24,
12,
17,
1
] |
Name the callsign for davao mindanao region | SELECT "Callsign" FROM table_30099 WHERE "Coverage" = 'Davao Mindanao Region' | [
5376,
262,
3848,
570,
329,
288,
4170,
78,
2000,
2271,
78,
3814,
46506,
366,
34,
5691,
570,
1,
16034,
3084,
62,
6200,
2079,
33411,
366,
7222,
1857,
1,
796,
705,
35,
4170,
78,
10175,
2271,
78,
17718,
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
] | [
5376,
262,
3848,
570,
329,
288,
4170,
78,
2000,
2271,
78,
3814,
46506,
366,
34,
5691,
570,
1,
16034,
3084,
62,
6200,
2079,
33411,
366,
7222,
1857,
1,
796,
705,
35,
4170,
78,
10175,
2271,
78,
17718,
6
] |
What is the sum of silver values that have bronze values under 4, golds over 2, and a rank of 3? | SELECT SUM("Silver") FROM table_36790 WHERE "Bronze" < '4' AND "Rank" = '3' AND "Gold" > '2' | [
2061,
318,
262,
2160,
286,
8465,
3815,
326,
423,
22101,
3815,
739,
604,
11,
3869,
82,
625,
362,
11,
290,
257,
4279,
286,
513,
30,
46506,
35683,
7203,
26766,
4943,
16034,
3084,
62,
2623,
37750,
33411,
366,
18760,
2736,
1,
1279,
705,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2160,
286,
8465,
3815,
326,
423,
22101,
3815,
739,
604,
11,
3869,
82,
625,
362,
11,
290,
257,
4279,
286,
513,
30,
46506,
35683,
7203,
26766,
4943,
16034,
3084,
62,
2623,
37750,
33411,
366,
18760,
2736,
1,
1279,
705,
... |
Which Second has a Lead of ben hebert? | SELECT "Second" FROM table_76522 WHERE "Lead" = 'ben hebert' | [
13828,
5498,
468,
257,
20116,
286,
1888,
339,
4835,
30,
46506,
366,
12211,
1,
16034,
3084,
62,
29143,
1828,
33411,
366,
20451,
1,
796,
705,
11722,
339,
4835,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
5498,
468,
257,
20116,
286,
1888,
339,
4835,
30,
46506,
366,
12211,
1,
16034,
3084,
62,
29143,
1828,
33411,
366,
20451,
1,
796,
705,
11722,
339,
4835,
6
] |
When did a Venue of Antigua Recreation Ground happen? | SELECT "Date" FROM table_80200 WHERE "Venue" = 'antigua recreation ground' | [
2215,
750,
257,
9932,
518,
286,
3738,
328,
6413,
34285,
13706,
1645,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
1795,
2167,
33411,
366,
37522,
518,
1,
796,
705,
415,
328,
6413,
27702,
2323,
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
] | [
2215,
750,
257,
9932,
518,
286,
3738,
328,
6413,
34285,
13706,
1645,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
1795,
2167,
33411,
366,
37522,
518,
1,
796,
705,
415,
328,
6413,
27702,
2323,
6
] |
Who is the monarch when became heir; reason is 13 july 1783 father succeeded? | SELECT "Monarch" FROM table_28720 WHERE "Became heir; reason" = '13 July 1783 father succeeded' | [
8241,
318,
262,
26464,
618,
2627,
28625,
26,
1738,
318,
1511,
474,
2062,
1596,
5999,
2988,
14131,
30,
46506,
366,
9069,
998,
1,
16034,
3084,
62,
2078,
23906,
33411,
366,
39649,
480,
28625,
26,
1738,
1,
796,
705,
1485,
2901,
1596,
5999... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26464,
618,
2627,
28625,
26,
1738,
318,
1511,
474,
2062,
1596,
5999,
2988,
14131,
30,
46506,
366,
9069,
998,
1,
16034,
3084,
62,
2078,
23906,
33411,
366,
39649,
480,
28625,
26,
1738,
1,
796,
705,
1485,
2901,
1596,
5999... |
Return the maximum and minimum customer codes. | SELECT MAX(customer_code), MIN(customer_code) FROM customers | [
13615,
262,
5415,
290,
5288,
6491,
12416,
13,
46506,
25882,
7,
23144,
263,
62,
8189,
828,
20625,
7,
23144,
263,
62,
8189,
8,
16034,
4297
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13615,
262,
5415,
290,
5288,
6491,
12416,
13,
46506,
25882,
7,
23144,
263,
62,
8189,
828,
20625,
7,
23144,
263,
62,
8189,
8,
16034,
4297
] |
What home team scores 12.12 (84)? | SELECT "Home team" FROM table_33508 WHERE "Home team score" = '12.12 (84)' | [
2061,
1363,
1074,
8198,
1105,
13,
1065,
357,
5705,
19427,
46506,
366,
16060,
1074,
1,
16034,
3084,
62,
2091,
33042,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
1065,
13,
1065,
357,
5705,
33047
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
1363,
1074,
8198,
1105,
13,
1065,
357,
5705,
19427,
46506,
366,
16060,
1074,
1,
16034,
3084,
62,
2091,
33042,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
1065,
13,
1065,
357,
5705,
33047
] |
When hany abu-assad category:articles with hcards is the director what is the result? | SELECT result FROM table_26555737_1 WHERE director = "Hany Abu-Assad Category:Articles with hCards" | [
2215,
289,
1092,
450,
84,
12,
30178,
6536,
25,
26845,
351,
289,
27761,
318,
262,
3437,
644,
318,
262,
1255,
30,
46506,
1255,
16034,
3084,
62,
2075,
2816,
3553,
2718,
62,
16,
33411,
3437,
796,
366,
39,
1092,
13098,
12,
23622,
21743,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
289,
1092,
450,
84,
12,
30178,
6536,
25,
26845,
351,
289,
27761,
318,
262,
3437,
644,
318,
262,
1255,
30,
46506,
1255,
16034,
3084,
62,
2075,
2816,
3553,
2718,
62,
16,
33411,
3437,
796,
366,
39,
1092,
13098,
12,
23622,
21743,
... |
Show all cities along with the number of drama workshop groups in each city Visualize by bar chart, and rank y-axis in asc order. | SELECT City_Town, COUNT(*) FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID GROUP BY T1.City_Town ORDER BY COUNT(*) | [
15307,
477,
4736,
1863,
351,
262,
1271,
286,
10512,
20243,
2628,
287,
1123,
1748,
15612,
1096,
416,
2318,
8262,
11,
290,
4279,
331,
12,
22704,
287,
10570,
1502,
13,
46506,
2254,
62,
38097,
11,
327,
28270,
7,
28104,
16034,
3060,
16746,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4736,
1863,
351,
262,
1271,
286,
10512,
20243,
2628,
287,
1123,
1748,
15612,
1096,
416,
2318,
8262,
11,
290,
4279,
331,
12,
22704,
287,
10570,
1502,
13,
46506,
2254,
62,
38097,
11,
327,
28270,
7,
28104,
16034,
3060,
16746,
... |
top 10 users from Bengaluru India. | SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation, Location FROM Users WHERE LOWER(Location) LIKE '%Bengaluru%' OR UPPER(Location) LIKE '%Bengaluru%' OR Location LIKE '%Bengaluru%' OR LOWER(Location) LIKE '%Bangalore%' OR UPPER(Location) LIKE '%Bangalore%' OR Location LIKE '%Bang... | [
4852,
838,
2985,
422,
28630,
14717,
3794,
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,
11,
13397,
16034,
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... | [
4852,
838,
2985,
422,
28630,
14717,
3794,
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,
11,
13397,
16034,
18... |
Name the 10:00pm when 8:0pm is my thursday night movie | SELECT "10:00 PM" FROM table_55618 WHERE "8:00 PM" = 'my thursday night movie' | [
5376,
262,
838,
25,
405,
4426,
618,
807,
25,
15,
4426,
318,
616,
294,
3479,
1755,
3807,
46506,
366,
940,
25,
405,
3122,
1,
16034,
3084,
62,
37864,
1507,
33411,
366,
23,
25,
405,
3122,
1,
796,
705,
1820,
294,
3479,
1755,
3807,
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,
838,
25,
405,
4426,
618,
807,
25,
15,
4426,
318,
616,
294,
3479,
1755,
3807,
46506,
366,
940,
25,
405,
3122,
1,
16034,
3084,
62,
37864,
1507,
33411,
366,
23,
25,
405,
3122,
1,
796,
705,
1820,
294,
3479,
1755,
3807,
6
] |
how many coupless totalled 14.5 | SELECT COUNT(couple) FROM table_19744915_3 WHERE total = "14.5" | [
4919,
867,
2284,
14570,
2006,
4262,
1478,
13,
20,
46506,
327,
28270,
7,
66,
43846,
8,
16034,
3084,
62,
24991,
31911,
1314,
62,
18,
33411,
2472,
796,
366,
1415,
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
] | [
4919,
867,
2284,
14570,
2006,
4262,
1478,
13,
20,
46506,
327,
28270,
7,
66,
43846,
8,
16034,
3084,
62,
24991,
31911,
1314,
62,
18,
33411,
2472,
796,
366,
1415,
13,
20,
1
] |
Posting rate of astrophysics questions in Physics since Astronomy entered public beta. | SELECT CreationDate, ROW_NUMBER() OVER (ORDER BY CreationDate) AS No FROM Posts WHERE Tags LIKE '%astrophysics%' ORDER BY CreationDate DESC | [
6307,
278,
2494,
286,
48782,
23154,
2683,
287,
23123,
1201,
25398,
9145,
5982,
1171,
12159,
13,
46506,
21582,
10430,
11,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
21582,
10430,
8,
7054,
1400,
16034,
12043,
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
] | [
6307,
278,
2494,
286,
48782,
23154,
2683,
287,
23123,
1201,
25398,
9145,
5982,
1171,
12159,
13,
46506,
21582,
10430,
11,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
21582,
10430,
8,
7054,
1400,
16034,
12043,
33411,
... |
Show the official names of the cities that have hosted more than one competition. | SELECT T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY T2.Host_city_ID HAVING COUNT(*) > 1 | [
15307,
262,
1743,
3891,
286,
262,
4736,
326,
423,
12007,
517,
621,
530,
5449,
13,
46506,
309,
16,
13,
28529,
62,
5376,
16034,
1748,
7054,
309,
16,
32357,
1268,
5318,
62,
5589,
15620,
7054,
309,
17,
6177,
309,
16,
13,
14941,
62,
2389... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1743,
3891,
286,
262,
4736,
326,
423,
12007,
517,
621,
530,
5449,
13,
46506,
309,
16,
13,
28529,
62,
5376,
16034,
1748,
7054,
309,
16,
32357,
1268,
5318,
62,
5589,
15620,
7054,
309,
17,
6177,
309,
16,
13,
14941,
62,
2389... |
What is the country that the player with a score of 70-69=139 from? | SELECT "Country" FROM table_48690 WHERE "Score" = '70-69=139' | [
2061,
318,
262,
1499,
326,
262,
2137,
351,
257,
4776,
286,
4317,
12,
3388,
28,
20219,
422,
30,
46506,
366,
33921,
1,
16034,
3084,
62,
2780,
35844,
33411,
366,
26595,
1,
796,
705,
2154,
12,
3388,
28,
20219,
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,
1499,
326,
262,
2137,
351,
257,
4776,
286,
4317,
12,
3388,
28,
20219,
422,
30,
46506,
366,
33921,
1,
16034,
3084,
62,
2780,
35844,
33411,
366,
26595,
1,
796,
705,
2154,
12,
3388,
28,
20219,
6
] |
What was the away team that played at Princes Park? | SELECT away_team FROM table_name_97 WHERE venue = "princes park" | [
2061,
373,
262,
1497,
1074,
326,
2826,
379,
7489,
728,
3250,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
5607,
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,
1,
1,
1,
1
] | [
2061,
373,
262,
1497,
1074,
326,
2826,
379,
7489,
728,
3250,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
5607,
33411,
14359,
796,
366,
1050,
17386,
3952,
1
] |
previous to 1977 how many greek leagues were champion ? | SELECT COUNT(*) FROM table_203_391 WHERE "season" < 1977 AND "greek league" = 'champion' | [
3866,
1442,
284,
15589,
703,
867,
308,
10316,
16861,
547,
8783,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
37710,
33411,
366,
6230,
1,
1279,
15589,
5357,
366,
70,
10316,
4652,
1,
796,
705,
354,
6734,
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
] | [
3866,
1442,
284,
15589,
703,
867,
308,
10316,
16861,
547,
8783,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
37710,
33411,
366,
6230,
1,
1279,
15589,
5357,
366,
70,
10316,
4652,
1,
796,
705,
354,
6734,
6
] |
female with a hemoglobin < 11.5 g / dl, and male with a hemoglobin < 13.5 g / dl | SELECT * FROM table_dev_26 WHERE (gender = 'female' AND hemoglobin_a1c_hba1c < 11.5) OR (gender = 'male' AND hemoglobin_a1c_hba1c < 13.5) | [
24724,
351,
257,
16869,
49835,
1279,
1367,
13,
20,
308,
1220,
288,
75,
11,
290,
4257,
351,
257,
16869,
49835,
1279,
1511,
13,
20,
308,
1220,
288,
75,
46506,
1635,
16034,
3084,
62,
7959,
62,
2075,
33411,
357,
8388,
796,
705,
24724,
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... | [
24724,
351,
257,
16869,
49835,
1279,
1367,
13,
20,
308,
1220,
288,
75,
11,
290,
4257,
351,
257,
16869,
49835,
1279,
1511,
13,
20,
308,
1220,
288,
75,
46506,
1635,
16034,
3084,
62,
7959,
62,
2075,
33411,
357,
8388,
796,
705,
24724,
6... |
How many weeks have an Opponent of at new york giants? | SELECT COUNT(week) FROM table_name_81 WHERE opponent = "at new york giants" | [
2437,
867,
2745,
423,
281,
9385,
3471,
286,
379,
649,
331,
967,
20178,
30,
46506,
327,
28270,
7,
10464,
8,
16034,
3084,
62,
3672,
62,
6659,
33411,
6125,
796,
366,
265,
649,
331,
967,
20178,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2745,
423,
281,
9385,
3471,
286,
379,
649,
331,
967,
20178,
30,
46506,
327,
28270,
7,
10464,
8,
16034,
3084,
62,
3672,
62,
6659,
33411,
6125,
796,
366,
265,
649,
331,
967,
20178,
1
] |
When does V Madgwick Cup take place? | SELECT date FROM table_1140116_5 WHERE race_name = "V Madgwick Cup" | [
2215,
857,
569,
4627,
70,
16239,
5454,
1011,
1295,
30,
46506,
3128,
16034,
3084,
62,
16562,
486,
1433,
62,
20,
33411,
3234,
62,
3672,
796,
366,
53,
4627,
70,
16239,
5454,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
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,
857,
569,
4627,
70,
16239,
5454,
1011,
1295,
30,
46506,
3128,
16034,
3084,
62,
16562,
486,
1433,
62,
20,
33411,
3234,
62,
3672,
796,
366,
53,
4627,
70,
16239,
5454,
1
] |
what is lab test fluid of subject id 25543? | SELECT lab.fluid FROM lab WHERE lab.subject_id = "25543" | [
10919,
318,
2248,
1332,
11711,
286,
2426,
4686,
14280,
3559,
30,
46506,
2248,
13,
35522,
312,
16034,
2248,
33411,
2248,
13,
32796,
62,
312,
796,
366,
13381,
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
] | [
10919,
318,
2248,
1332,
11711,
286,
2426,
4686,
14280,
3559,
30,
46506,
2248,
13,
35522,
312,
16034,
2248,
33411,
2248,
13,
32796,
62,
312,
796,
366,
13381,
3559,
1
] |
when was the first time patient 86555 was prescribed medication via po route? | SELECT prescriptions.startdate FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 86555) AND prescriptions.route = 'po' ORDER BY prescriptions.startdate LIMIT 1 | [
12518,
373,
262,
717,
640,
5827,
9849,
31046,
373,
14798,
14103,
2884,
745,
6339,
30,
46506,
34092,
13,
9688,
4475,
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... | [
12518,
373,
262,
717,
640,
5827,
9849,
31046,
373,
14798,
14103,
2884,
745,
6339,
30,
46506,
34092,
13,
9688,
4475,
16034,
34092,
33411,
34092,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
33411... |
what is the one thing patient 7533 was diagnosed with in the last hospital visit for the last time? | SELECT d_icd_diagnoses.short_title FROM d_icd_diagnoses WHERE d_icd_diagnoses.icd9_code IN (SELECT diagnoses_icd.icd9_code FROM diagnoses_icd WHERE diagnoses_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 7533 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DE... | [
10919,
318,
262,
530,
1517,
5827,
5441,
2091,
373,
14641,
351,
287,
262,
938,
4436,
3187,
329,
262,
938,
640,
30,
46506,
288,
62,
291,
67,
62,
47356,
4629,
13,
19509,
62,
7839,
16034,
288,
62,
291,
67,
62,
47356,
4629,
33411,
288,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
530,
1517,
5827,
5441,
2091,
373,
14641,
351,
287,
262,
938,
4436,
3187,
329,
262,
938,
640,
30,
46506,
288,
62,
291,
67,
62,
47356,
4629,
13,
19509,
62,
7839,
16034,
288,
62,
291,
67,
62,
47356,
4629,
33411,
288,
... |
A bar chart for what are the number of the purchase details of transactions with amount bigger than 10000?, and I want to show by the X from high to low please. | SELECT purchase_details, COUNT(purchase_details) FROM Purchases AS T1 JOIN Transactions AS T2 ON T1.purchase_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction > 10000 GROUP BY purchase_details ORDER BY purchase_details DESC | [
32,
2318,
8262,
329,
644,
389,
262,
1271,
286,
262,
5001,
3307,
286,
8945,
351,
2033,
5749,
621,
33028,
21747,
290,
314,
765,
284,
905,
416,
262,
1395,
422,
1029,
284,
1877,
3387,
13,
46506,
5001,
62,
36604,
11,
327,
28270,
7,
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... | [
32,
2318,
8262,
329,
644,
389,
262,
1271,
286,
262,
5001,
3307,
286,
8945,
351,
2033,
5749,
621,
33028,
21747,
290,
314,
765,
284,
905,
416,
262,
1395,
422,
1029,
284,
1877,
3387,
13,
46506,
5001,
62,
36604,
11,
327,
28270,
7,
79,
... |
What is the lowest grid that has over 67 laps with stefan bellof driving? | SELECT MIN("Grid") FROM table_54774 WHERE "Laps" > '67' AND "Driver" = 'stefan bellof' | [
2061,
318,
262,
9016,
10706,
326,
468,
625,
8275,
24590,
351,
336,
891,
272,
8966,
1659,
5059,
30,
46506,
20625,
7203,
41339,
4943,
16034,
3084,
62,
20,
2857,
4524,
33411,
366,
43,
1686,
1,
1875,
705,
3134,
6,
5357,
366,
32103,
1,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
9016,
10706,
326,
468,
625,
8275,
24590,
351,
336,
891,
272,
8966,
1659,
5059,
30,
46506,
20625,
7203,
41339,
4943,
16034,
3084,
62,
20,
2857,
4524,
33411,
366,
43,
1686,
1,
1875,
705,
3134,
6,
5357,
366,
32103,
1,
7... |
Name the number for fiji | SELECT "#" FROM table_1965 WHERE "Country" = 'Fiji' | [
5376,
262,
1271,
329,
277,
20770,
46506,
25113,
1,
16034,
3084,
62,
45271,
33411,
366,
33921,
1,
796,
705,
37,
20770,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
1271,
329,
277,
20770,
46506,
25113,
1,
16034,
3084,
62,
45271,
33411,
366,
33921,
1,
796,
705,
37,
20770,
6
] |
Name the director for 1957 | SELECT director FROM table_name_50 WHERE year = 1957 | [
5376,
262,
3437,
329,
25177,
46506,
3437,
16034,
3084,
62,
3672,
62,
1120,
33411,
614,
796,
25177
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
3437,
329,
25177,
46506,
3437,
16034,
3084,
62,
3672,
62,
1120,
33411,
614,
796,
25177
] |
What country does Bobby Nichols play for? | SELECT country FROM table_name_70 WHERE player = "bobby nichols" | [
2061,
1499,
857,
17155,
38403,
711,
329,
30,
46506,
1499,
16034,
3084,
62,
3672,
62,
2154,
33411,
2137,
796,
366,
65,
11369,
299,
488,
10220,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
1499,
857,
17155,
38403,
711,
329,
30,
46506,
1499,
16034,
3084,
62,
3672,
62,
2154,
33411,
2137,
796,
366,
65,
11369,
299,
488,
10220,
1
] |
What was the Outcome at the 1985 India Open? | SELECT "Outcome" FROM table_39217 WHERE "Year" = '1985' AND "Venue" = 'india open' | [
2061,
373,
262,
3806,
2958,
379,
262,
12863,
3794,
4946,
30,
46506,
366,
7975,
2958,
1,
16034,
3084,
62,
2670,
24591,
33411,
366,
17688,
1,
796,
705,
29110,
6,
5357,
366,
37522,
518,
1,
796,
705,
521,
544,
1280,
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,
373,
262,
3806,
2958,
379,
262,
12863,
3794,
4946,
30,
46506,
366,
7975,
2958,
1,
16034,
3084,
62,
2670,
24591,
33411,
366,
17688,
1,
796,
705,
29110,
6,
5357,
366,
37522,
518,
1,
796,
705,
521,
544,
1280,
6
] |
When Vincennes is the county seat what is the area sq mi (km 2 ) (rank) ? | SELECT "Area sq mi (km 2 ) (Rank)" FROM table_962 WHERE "County Seat" = 'Vincennes' | [
2215,
569,
1939,
42573,
318,
262,
7968,
5852,
644,
318,
262,
1989,
19862,
21504,
357,
13276,
362,
1267,
357,
43027,
8,
5633,
46506,
366,
30547,
19862,
21504,
357,
13276,
362,
1267,
357,
27520,
16725,
16034,
3084,
62,
4846,
17,
33411,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
569,
1939,
42573,
318,
262,
7968,
5852,
644,
318,
262,
1989,
19862,
21504,
357,
13276,
362,
1267,
357,
43027,
8,
5633,
46506,
366,
30547,
19862,
21504,
357,
13276,
362,
1267,
357,
27520,
16725,
16034,
3084,
62,
4846,
17,
33411,
36... |
display all flights from SAN FRANCISCO to BOSTON on 8 8 | 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 = 'BOSTON' AND date_day.day_number = 8 AND date_day.month_number = 8 AND dat... | [
13812,
477,
13956,
422,
37376,
8782,
20940,
1797,
8220,
284,
347,
10892,
1340,
319,
807,
807,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
13812,
477,
13956,
422,
37376,
8782,
20940,
1797,
8220,
284,
347,
10892,
1340,
319,
807,
807,
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,
... |
what is the number of patients whose insurance is private and admission year is less than 2165? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.insurance = "Private" AND demographic.admityear < "2165" | [
10919,
318,
262,
1271,
286,
3871,
3025,
5096,
318,
2839,
290,
13938,
614,
318,
1342,
621,
362,
20986,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
1040,
3874,
796,
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
] | [
10919,
318,
262,
1271,
286,
3871,
3025,
5096,
318,
2839,
290,
13938,
614,
318,
1342,
621,
362,
20986,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
1040,
3874,
796,
366,
... |
Show the names and total passengers for all train stations not in London with a bar chart, rank in descending by the Name please. | SELECT Name, Total_Passengers FROM station WHERE Location <> 'London' ORDER BY Name DESC | [
15307,
262,
3891,
290,
2472,
10405,
329,
477,
4512,
8985,
407,
287,
3576,
351,
257,
2318,
8262,
11,
4279,
287,
31491,
416,
262,
6530,
3387,
13,
46506,
6530,
11,
7472,
62,
14478,
9302,
16034,
4429,
33411,
13397,
1279,
29,
705,
23421,
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
] | [
15307,
262,
3891,
290,
2472,
10405,
329,
477,
4512,
8985,
407,
287,
3576,
351,
257,
2318,
8262,
11,
4279,
287,
31491,
416,
262,
6530,
3387,
13,
46506,
6530,
11,
7472,
62,
14478,
9302,
16034,
4429,
33411,
13397,
1279,
29,
705,
23421,
6... |
What is the total number of To par for Lee Trevino? | SELECT COUNT("To par") FROM table_49856 WHERE "Player" = 'lee trevino' | [
2061,
318,
262,
2472,
1271,
286,
1675,
1582,
329,
5741,
4700,
85,
2879,
30,
46506,
327,
28270,
7203,
2514,
1582,
4943,
16034,
3084,
62,
36260,
3980,
33411,
366,
14140,
1,
796,
705,
7197,
2054,
85,
2879,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2472,
1271,
286,
1675,
1582,
329,
5741,
4700,
85,
2879,
30,
46506,
327,
28270,
7203,
2514,
1582,
4943,
16034,
3084,
62,
36260,
3980,
33411,
366,
14140,
1,
796,
705,
7197,
2054,
85,
2879,
6
] |
How many bronzes have a total less than 11, with 11 as the rank, and a gold less than 1? | SELECT COUNT("Bronze") FROM table_63536 WHERE "Total" < '11' AND "Rank" = '11' AND "Gold" < '1' | [
2437,
867,
18443,
12271,
423,
257,
2472,
1342,
621,
1367,
11,
351,
1367,
355,
262,
4279,
11,
290,
257,
3869,
1342,
621,
352,
30,
46506,
327,
28270,
7203,
18760,
2736,
4943,
16034,
3084,
62,
48250,
2623,
33411,
366,
14957,
1,
1279,
705... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
18443,
12271,
423,
257,
2472,
1342,
621,
1367,
11,
351,
1367,
355,
262,
4279,
11,
290,
257,
3869,
1342,
621,
352,
30,
46506,
327,
28270,
7203,
18760,
2736,
4943,
16034,
3084,
62,
48250,
2623,
33411,
366,
14957,
1,
1279,
705... |
What is the number of draws when the played 9 and lost 3? | SELECT drew FROM table_name_23 WHERE played = "9" AND lost = "3" | [
2061,
318,
262,
1271,
286,
14293,
618,
262,
2826,
860,
290,
2626,
513,
30,
46506,
9859,
16034,
3084,
62,
3672,
62,
1954,
33411,
2826,
796,
366,
24,
1,
5357,
2626,
796,
366,
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
] | [
2061,
318,
262,
1271,
286,
14293,
618,
262,
2826,
860,
290,
2626,
513,
30,
46506,
9859,
16034,
3084,
62,
3672,
62,
1954,
33411,
2826,
796,
366,
24,
1,
5357,
2626,
796,
366,
18,
1
] |
Which model possesses a transmission make/type/speed of eaton fs-6306 a manual synchromesh 6 speed? | SELECT model FROM table_11497980_1 WHERE transmission_make_type_speed = "Eaton FS-6306 A Manual Synchromesh 6 Speed" | [
13828,
2746,
22194,
257,
11478,
787,
14,
4906,
14,
12287,
286,
4483,
261,
43458,
12,
21,
20548,
257,
10107,
6171,
28663,
5069,
718,
2866,
30,
46506,
2746,
16034,
3084,
62,
1157,
2920,
3720,
1795,
62,
16,
33411,
11478,
62,
15883,
62,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
2746,
22194,
257,
11478,
787,
14,
4906,
14,
12287,
286,
4483,
261,
43458,
12,
21,
20548,
257,
10107,
6171,
28663,
5069,
718,
2866,
30,
46506,
2746,
16034,
3084,
62,
1157,
2920,
3720,
1795,
62,
16,
33411,
11478,
62,
15883,
62,
4... |
what is the number of patients whose procedure icd9 code is 4523 and drug type is main? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE procedures.icd9_code = "4523" AND prescriptions.drug_type = "MAIN" | [
10919,
318,
262,
1271,
286,
3871,
3025,
8771,
14158,
67,
24,
2438,
318,
4153,
1954,
290,
2563,
2099,
318,
1388,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
9021... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
318,
262,
1271,
286,
3871,
3025,
8771,
14158,
67,
24,
2438,
318,
4153,
1954,
290,
2563,
2099,
318,
1388,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
9021... |
Find the number of bands. | SELECT COUNT(*) FROM band | [
16742,
262,
1271,
286,
11760,
13,
46506,
327,
28270,
7,
28104,
16034,
4097
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16742,
262,
1271,
286,
11760,
13,
46506,
327,
28270,
7,
28104,
16034,
4097
] |
how many patients admitted before the year 2114 were divorced? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "DIVORCED" AND demographic.admityear < "2114" | [
4919,
867,
3871,
6848,
878,
262,
614,
362,
16562,
547,
25107,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
33569,
1581,
34,
1961,
1,
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
] | [
4919,
867,
3871,
6848,
878,
262,
614,
362,
16562,
547,
25107,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
33569,
1581,
34,
1961,
1,
5... |
What was the date of the match against Jean-Julien Rojer, on a clay surface? | SELECT date FROM table_name_59 WHERE surface = "clay" AND opponent = "jean-julien rojer" | [
2061,
373,
262,
3128,
286,
262,
2872,
1028,
11320,
12,
16980,
2013,
5564,
44009,
11,
319,
257,
21558,
4417,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3270,
33411,
4417,
796,
366,
565,
323,
1,
5357,
6125,
796,
366,
73,
11025,
12,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2872,
1028,
11320,
12,
16980,
2013,
5564,
44009,
11,
319,
257,
21558,
4417,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3270,
33411,
4417,
796,
366,
565,
323,
1,
5357,
6125,
796,
366,
73,
11025,
12,
7... |
Tell me the surface for 16 april 2007 | SELECT surface FROM table_name_72 WHERE date = "16 april 2007" | [
24446,
502,
262,
4417,
329,
1467,
46593,
346,
4343,
46506,
4417,
16034,
3084,
62,
3672,
62,
4761,
33411,
3128,
796,
366,
1433,
46593,
346,
4343,
1
] | [
1,
1,
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,
4417,
329,
1467,
46593,
346,
4343,
46506,
4417,
16034,
3084,
62,
3672,
62,
4761,
33411,
3128,
796,
366,
1433,
46593,
346,
4343,
1
] |
Where did the team finish in the season when the playoff result was divisional finals. | SELECT regular_season FROM table_1427998_1 WHERE playoffs = "divisional Finals" | [
8496,
750,
262,
1074,
5461,
287,
262,
1622,
618,
262,
13119,
1255,
373,
7297,
282,
18576,
13,
46506,
3218,
62,
6230,
16034,
3084,
62,
1415,
1983,
34808,
62,
16,
33411,
12980,
796,
366,
21426,
282,
19705,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
750,
262,
1074,
5461,
287,
262,
1622,
618,
262,
13119,
1255,
373,
7297,
282,
18576,
13,
46506,
3218,
62,
6230,
16034,
3084,
62,
1415,
1983,
34808,
62,
16,
33411,
12980,
796,
366,
21426,
282,
19705,
1
] |
Tell me the affiliation for diego walsh | SELECT "Affiliation" FROM table_4436 WHERE "Player" = 'diego walsh' | [
24446,
502,
262,
26218,
329,
4656,
2188,
266,
22114,
46506,
366,
35191,
15547,
1,
16034,
3084,
62,
2598,
2623,
33411,
366,
14140,
1,
796,
705,
11979,
2188,
266,
22114,
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
] | [
24446,
502,
262,
26218,
329,
4656,
2188,
266,
22114,
46506,
366,
35191,
15547,
1,
16034,
3084,
62,
2598,
2623,
33411,
366,
14140,
1,
796,
705,
11979,
2188,
266,
22114,
6
] |
what was the last time patient 21003 had the minimum level of creatinine in 09/this year? | SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 21003) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'creatinine') AND DATETIME(labevents.charttime, 'start of year') = DATETIME(CURR... | [
10919,
373,
262,
938,
640,
5827,
2310,
11245,
550,
262,
5288,
1241,
286,
1827,
259,
500,
287,
7769,
14,
5661,
614,
30,
46506,
2248,
31534,
13,
40926,
2435,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
465... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
373,
262,
938,
640,
5827,
2310,
11245,
550,
262,
5288,
1241,
286,
1827,
259,
500,
287,
7769,
14,
5661,
614,
30,
46506,
2248,
31534,
13,
40926,
2435,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
465... |
How many Goals for were recorded when there was a percentage smaller than 0.519 and points greater than 65? | SELECT COUNT(goals_for) FROM table_name_62 WHERE pct__percentage < 0.519 AND points > 65 | [
2437,
867,
28510,
329,
547,
6264,
618,
612,
373,
257,
5873,
4833,
621,
657,
13,
47785,
290,
2173,
3744,
621,
6135,
30,
46506,
327,
28270,
7,
2188,
874,
62,
1640,
8,
16034,
3084,
62,
3672,
62,
5237,
33411,
279,
310,
834,
25067,
496,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28510,
329,
547,
6264,
618,
612,
373,
257,
5873,
4833,
621,
657,
13,
47785,
290,
2173,
3744,
621,
6135,
30,
46506,
327,
28270,
7,
2188,
874,
62,
1640,
8,
16034,
3084,
62,
3672,
62,
5237,
33411,
279,
310,
834,
25067,
496,
... |
Show the name of the customer who has the most orders. | SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY COUNT(*) DESC LIMIT 1 | [
15307,
262,
1438,
286,
262,
6491,
508,
468,
262,
749,
6266,
13,
46506,
309,
16,
13,
23144,
263,
62,
3672,
16034,
4297,
7054,
309,
16,
32357,
1268,
6491,
62,
6361,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
62,
312,
796,
309,
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... | [
15307,
262,
1438,
286,
262,
6491,
508,
468,
262,
749,
6266,
13,
46506,
309,
16,
13,
23144,
263,
62,
3672,
16034,
4297,
7054,
309,
16,
32357,
1268,
6491,
62,
6361,
7054,
309,
17,
6177,
309,
16,
13,
23144,
263,
62,
312,
796,
309,
17... |
Who was the tournament winner in the Southwestern Athletic Conference? | SELECT tournament_winner FROM table_28884880_4 WHERE conference = "Southwestern Athletic conference" | [
8241,
373,
262,
7756,
8464,
287,
262,
2520,
14197,
29007,
8785,
30,
46506,
7756,
62,
39791,
16034,
3084,
62,
2078,
3459,
2780,
1795,
62,
19,
33411,
4495,
796,
366,
14942,
14197,
29007,
4495,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7756,
8464,
287,
262,
2520,
14197,
29007,
8785,
30,
46506,
7756,
62,
39791,
16034,
3084,
62,
2078,
3459,
2780,
1795,
62,
19,
33411,
4495,
796,
366,
14942,
14197,
29007,
4495,
1
] |
Name the sepal width when sepal length is 6.5 and petal width is 2.2 | SELECT sepal_width FROM table_10477224_1 WHERE sepal_length = "6.5" AND petal_width = "2.2" | [
5376,
262,
384,
18596,
9647,
618,
384,
18596,
4129,
318,
718,
13,
20,
290,
4273,
282,
9647,
318,
362,
13,
17,
46506,
384,
18596,
62,
10394,
16034,
3084,
62,
940,
2857,
4761,
1731,
62,
16,
33411,
384,
18596,
62,
13664,
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,
1,
1,
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,
384,
18596,
9647,
618,
384,
18596,
4129,
318,
718,
13,
20,
290,
4273,
282,
9647,
318,
362,
13,
17,
46506,
384,
18596,
62,
10394,
16034,
3084,
62,
940,
2857,
4761,
1731,
62,
16,
33411,
384,
18596,
62,
13664,
796,
366,
21,
... |
What is the total number of churches named H yanger Kyrkje? | SELECT COUNT(sub_parish__sogn_) FROM table_178389_1 WHERE church_name = "Høyanger kyrkje" | [
2061,
318,
262,
2472,
1271,
286,
14422,
3706,
367,
331,
2564,
42748,
74,
18015,
30,
46506,
327,
28270,
7,
7266,
62,
1845,
680,
834,
82,
2360,
62,
8,
16034,
3084,
62,
23188,
29769,
62,
16,
33411,
4928,
62,
3672,
796,
366,
39,
24172,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2472,
1271,
286,
14422,
3706,
367,
331,
2564,
42748,
74,
18015,
30,
46506,
327,
28270,
7,
7266,
62,
1845,
680,
834,
82,
2360,
62,
8,
16034,
3084,
62,
23188,
29769,
62,
16,
33411,
4928,
62,
3672,
796,
366,
39,
24172,
... |
How many totals have 2 for the bronze? | SELECT COUNT(total) FROM table_name_40 WHERE bronze = 2 | [
2437,
867,
26310,
423,
362,
329,
262,
22101,
30,
46506,
327,
28270,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
1821,
33411,
22101,
796,
362
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
26310,
423,
362,
329,
262,
22101,
30,
46506,
327,
28270,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
1821,
33411,
22101,
796,
362
] |
List title of albums have the number of tracks greater than 10. | SELECT T1.title FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.album_id GROUP BY T1.id HAVING COUNT(T1.id) > 10 | [
8053,
3670,
286,
16788,
423,
262,
1271,
286,
8339,
3744,
621,
838,
13,
46506,
309,
16,
13,
7839,
16034,
16788,
7054,
309,
16,
32357,
1268,
8339,
7054,
309,
17,
6177,
309,
16,
13,
312,
796,
309,
17,
13,
40916,
62,
312,
44441,
11050,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8053,
3670,
286,
16788,
423,
262,
1271,
286,
8339,
3744,
621,
838,
13,
46506,
309,
16,
13,
7839,
16034,
16788,
7054,
309,
16,
32357,
1268,
8339,
7054,
309,
17,
6177,
309,
16,
13,
312,
796,
309,
17,
13,
40916,
62,
312,
44441,
11050,
... |
Name the least rank subcontinent for bangladesh | SELECT MIN(rank_subcontinent) FROM table_2248784_3 WHERE country = "Bangladesh" | [
5376,
262,
1551,
4279,
850,
3642,
7233,
329,
20188,
75,
13410,
46506,
20625,
7,
43027,
62,
7266,
3642,
7233,
8,
16034,
3084,
62,
17,
23045,
37688,
62,
18,
33411,
1499,
796,
366,
43984,
75,
13410,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4279,
850,
3642,
7233,
329,
20188,
75,
13410,
46506,
20625,
7,
43027,
62,
7266,
3642,
7233,
8,
16034,
3084,
62,
17,
23045,
37688,
62,
18,
33411,
1499,
796,
366,
43984,
75,
13410,
1
] |
What's the network in 2011? | SELECT network FROM table_name_25 WHERE year = 2011 | [
2061,
338,
262,
3127,
287,
2813,
30,
46506,
3127,
16034,
3084,
62,
3672,
62,
1495,
33411,
614,
796,
2813
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
3127,
287,
2813,
30,
46506,
3127,
16034,
3084,
62,
3672,
62,
1495,
33411,
614,
796,
2813
] |
Which Wins has a Team of scuderia toro rosso, Poles of 0, and Races of 16? | SELECT wins FROM table_name_99 WHERE team = "scuderia toro rosso" AND poles = "0" AND races = "16" | [
13828,
24423,
468,
257,
4816,
286,
629,
463,
5142,
7332,
78,
686,
82,
568,
11,
45631,
286,
657,
11,
290,
45134,
286,
1467,
30,
46506,
7864,
16034,
3084,
62,
3672,
62,
2079,
33411,
1074,
796,
366,
1416,
463,
5142,
7332,
78,
686,
82,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24423,
468,
257,
4816,
286,
629,
463,
5142,
7332,
78,
686,
82,
568,
11,
45631,
286,
657,
11,
290,
45134,
286,
1467,
30,
46506,
7864,
16034,
3084,
62,
3672,
62,
2079,
33411,
1074,
796,
366,
1416,
463,
5142,
7332,
78,
686,
82,
... |
Which Game has an Opponent of @ carolina hurricanes? | SELECT SUM("Game") FROM table_37532 WHERE "Opponent" = '@ carolina hurricanes' | [
13828,
3776,
468,
281,
9385,
3471,
286,
2488,
1097,
47196,
40370,
30,
46506,
35683,
7203,
8777,
4943,
16034,
3084,
62,
22318,
2624,
33411,
366,
27524,
3471,
1,
796,
705,
31,
1097,
47196,
40370,
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
] | [
13828,
3776,
468,
281,
9385,
3471,
286,
2488,
1097,
47196,
40370,
30,
46506,
35683,
7203,
8777,
4943,
16034,
3084,
62,
22318,
2624,
33411,
366,
27524,
3471,
1,
796,
705,
31,
1097,
47196,
40370,
6
] |
Build a small adjacency matrix, seeded from one tag. | WITH TaggedPosts(PostId) AS (SELECT PostId FROM PostTags AS pt WHERE pt.TagId = @t_id), DistTags(TagId) AS (SELECT DISTINCT TagId FROM TaggedPosts AS tpos JOIN PostTags AS pt ON pt.PostId = tpos.PostId WHERE pt.TagId != @t_id), PostTagsProject(PostId, TagId) AS (SELECT pt.PostId, pt.TagId FROM PostTags AS pt JOIN DistT... | [
15580,
257,
1402,
9224,
330,
1387,
17593,
11,
48453,
422,
530,
7621,
13,
54,
10554,
309,
14655,
21496,
7,
6307,
7390,
8,
7054,
357,
46506,
2947,
7390,
16034,
2947,
36142,
7054,
42975,
33411,
42975,
13,
24835,
7390,
796,
2488,
83,
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... | [
15580,
257,
1402,
9224,
330,
1387,
17593,
11,
48453,
422,
530,
7621,
13,
54,
10554,
309,
14655,
21496,
7,
6307,
7390,
8,
7054,
357,
46506,
2947,
7390,
16034,
2947,
36142,
7054,
42975,
33411,
42975,
13,
24835,
7390,
796,
2488,
83,
62,
... |
What's the Winner in the Year of 2000? | SELECT "Winner" FROM table_54049 WHERE "Year" = '2000' | [
2061,
338,
262,
25358,
287,
262,
6280,
286,
4751,
30,
46506,
366,
48056,
1,
16034,
3084,
62,
35005,
2920,
33411,
366,
17688,
1,
796,
705,
11024,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
25358,
287,
262,
6280,
286,
4751,
30,
46506,
366,
48056,
1,
16034,
3084,
62,
35005,
2920,
33411,
366,
17688,
1,
796,
705,
11024,
6
] |
On what Date did Columbia release the Track 'Do it again'? | SELECT SUM("Date") FROM table_47462 WHERE "Label" = 'columbia' AND "Tracks" = 'do it again' | [
2202,
644,
7536,
750,
9309,
2650,
262,
17762,
705,
5211,
340,
757,
30960,
46506,
35683,
7203,
10430,
4943,
16034,
3084,
62,
2857,
39997,
33411,
366,
33986,
1,
796,
705,
4033,
2178,
544,
6,
5357,
366,
2898,
4595,
1,
796,
705,
4598,
340... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2202,
644,
7536,
750,
9309,
2650,
262,
17762,
705,
5211,
340,
757,
30960,
46506,
35683,
7203,
10430,
4943,
16034,
3084,
62,
2857,
39997,
33411,
366,
33986,
1,
796,
705,
4033,
2178,
544,
6,
5357,
366,
2898,
4595,
1,
796,
705,
4598,
340... |
What original air dates are associated with a viewing figure of 7.27 million? | SELECT original_air_date FROM table_15026994_2 WHERE viewing_figure = "7.27 million" | [
2061,
2656,
1633,
9667,
389,
3917,
351,
257,
11681,
3785,
286,
767,
13,
1983,
1510,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
8628,
2075,
42691,
62,
17,
33411,
11681,
62,
26875,
796,
366,
22,
13,
1983,
1510,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2656,
1633,
9667,
389,
3917,
351,
257,
11681,
3785,
286,
767,
13,
1983,
1510,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
8628,
2075,
42691,
62,
17,
33411,
11681,
62,
26875,
796,
366,
22,
13,
1983,
1510,
1
] |
Who's my biggest 'favourite' fan?. | SELECT p.OwnerUserId, p.OwnerDisplayName, p.Id FROM Posts AS p WHERE p.OwnerUserId = '##UserID##' AND p.PostTypeId = 1 | [
8241,
338,
616,
4094,
705,
69,
29023,
578,
6,
4336,
30,
13,
46506,
279,
13,
42419,
12982,
7390,
11,
279,
13,
42419,
23114,
5376,
11,
279,
13,
7390,
16034,
12043,
7054,
279,
33411,
279,
13,
42419,
12982,
7390,
796,
705,
2235,
12982,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
338,
616,
4094,
705,
69,
29023,
578,
6,
4336,
30,
13,
46506,
279,
13,
42419,
12982,
7390,
11,
279,
13,
42419,
23114,
5376,
11,
279,
13,
7390,
16034,
12043,
7054,
279,
33411,
279,
13,
42419,
12982,
7390,
796,
705,
2235,
12982,
... |
What upper level electives are offered before noon ? | SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, program_course, semester WHERE course_offering.end_time <= '12:00:00' AND course.course_id = course_offering.course_id AND program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id AND semester.semest... | [
2061,
6727,
1241,
1742,
1083,
389,
4438,
878,
19613,
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,
11,
24878,
33411,
178... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
6727,
1241,
1742,
1083,
389,
4438,
878,
19613,
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,
11,
24878,
33411,
178... |
Who was the player who played for Hartford Whalers NHL Team? | SELECT "Player" FROM table_29024 WHERE "NHL team" = 'Hartford Whalers' | [
8241,
373,
262,
2137,
508,
2826,
329,
37118,
854,
282,
364,
9481,
4816,
30,
46506,
366,
14140,
1,
16034,
3084,
62,
24369,
1731,
33411,
366,
45,
6581,
1074,
1,
796,
705,
44719,
3841,
854,
282,
364,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
373,
262,
2137,
508,
2826,
329,
37118,
854,
282,
364,
9481,
4816,
30,
46506,
366,
14140,
1,
16034,
3084,
62,
24369,
1731,
33411,
366,
45,
6581,
1074,
1,
796,
705,
44719,
3841,
854,
282,
364,
6
] |
What was the record at the game attended by 10,389? | SELECT record FROM table_name_48 WHERE attendance = "10,389" | [
2061,
373,
262,
1700,
379,
262,
983,
9141,
416,
838,
11,
29769,
30,
46506,
1700,
16034,
3084,
62,
3672,
62,
2780,
33411,
14858,
796,
366,
940,
11,
29769,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
1700,
379,
262,
983,
9141,
416,
838,
11,
29769,
30,
46506,
1700,
16034,
3084,
62,
3672,
62,
2780,
33411,
14858,
796,
366,
940,
11,
29769,
1
] |
Tell me the opponent for 6 2, 3 6, 4 6 | SELECT "Opponent in the final" FROM table_31711 WHERE "Score in the final" = '6–2, 3–6, 4–6' | [
24446,
502,
262,
6125,
329,
718,
362,
11,
513,
718,
11,
604,
718,
46506,
366,
27524,
3471,
287,
262,
2457,
1,
16034,
3084,
62,
34125,
1157,
33411,
366,
26595,
287,
262,
2457,
1,
796,
705,
21,
1906,
17,
11,
513,
1906,
21,
11,
604,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6125,
329,
718,
362,
11,
513,
718,
11,
604,
718,
46506,
366,
27524,
3471,
287,
262,
2457,
1,
16034,
3084,
62,
34125,
1157,
33411,
366,
26595,
287,
262,
2457,
1,
796,
705,
21,
1906,
17,
11,
513,
1906,
21,
11,
604,
... |
Where the Vancouver Grizzlies is the awards, what is the conference? | SELECT "Conference" FROM table_40317 WHERE "Awards" = 'vancouver grizzlies' | [
8496,
262,
10930,
40669,
318,
262,
13304,
11,
644,
318,
262,
4495,
30,
46506,
366,
3103,
4288,
1,
16034,
3084,
62,
31552,
1558,
33411,
366,
32,
2017,
1,
796,
705,
85,
10264,
46307,
13508,
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
] | [
8496,
262,
10930,
40669,
318,
262,
13304,
11,
644,
318,
262,
4495,
30,
46506,
366,
3103,
4288,
1,
16034,
3084,
62,
31552,
1558,
33411,
366,
32,
2017,
1,
796,
705,
85,
10264,
46307,
13508,
6
] |
What are the Other classes for EECS majors ? | SELECT DISTINCT course.department, course.name, course.number FROM course, program_course WHERE course.department LIKE '%EECS%' AND program_course.category LIKE '%Other%' AND program_course.course_id = course.course_id | [
2061,
389,
262,
3819,
6097,
329,
412,
2943,
50,
26353,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1430,
62,
17319,
33411,
1781,
13,
10378,
1823,
34178,
705,
4,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
389,
262,
3819,
6097,
329,
412,
2943,
50,
26353,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1430,
62,
17319,
33411,
1781,
13,
10378,
1823,
34178,
705,
4,
... |
how many unmarried patients were admitted to hospital before 2177? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "SINGLE" AND demographic.admityear < "2177" | [
4919,
867,
39183,
3871,
547,
6848,
284,
4436,
878,
362,
22413,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
50,
2751,
2538,
1,
5357,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4919,
867,
39183,
3871,
547,
6848,
284,
4436,
878,
362,
22413,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
50,
2751,
2538,
1,
5357,
1... |
What is the Staffel B that has Hallescher Fc Chemie as Staffel C? | SELECT staffel_b FROM table_name_97 WHERE staffel_c = "hallescher fc chemie" | [
2061,
318,
262,
9983,
417,
347,
326,
468,
4789,
274,
2044,
376,
66,
12870,
494,
355,
9983,
417,
327,
30,
46506,
3085,
417,
62,
65,
16034,
3084,
62,
3672,
62,
5607,
33411,
3085,
417,
62,
66,
796,
366,
18323,
274,
2044,
277,
66,
460... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9983,
417,
347,
326,
468,
4789,
274,
2044,
376,
66,
12870,
494,
355,
9983,
417,
327,
30,
46506,
3085,
417,
62,
65,
16034,
3084,
62,
3672,
62,
5607,
33411,
3085,
417,
62,
66,
796,
366,
18323,
274,
2044,
277,
66,
460... |
Name the total number of publishers for flushed away | SELECT COUNT("Publisher(s)") FROM table_19252 WHERE "Video game" = 'Flushed Away' | [
5376,
262,
2472,
1271,
286,
17604,
329,
44869,
1497,
46506,
327,
28270,
7203,
46471,
7,
82,
8,
4943,
16034,
3084,
62,
1129,
22800,
33411,
366,
10798,
983,
1,
796,
705,
7414,
7474,
21986,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
2472,
1271,
286,
17604,
329,
44869,
1497,
46506,
327,
28270,
7203,
46471,
7,
82,
8,
4943,
16034,
3084,
62,
1129,
22800,
33411,
366,
10798,
983,
1,
796,
705,
7414,
7474,
21986,
6
] |
how many patients born before the year 2098 had a id drug route? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dob_year < "2098" AND prescriptions.route = "ID" | [
4919,
867,
3871,
4642,
878,
262,
614,
1160,
4089,
550,
257,
4686,
2563,
6339,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092,
6177,
16728,
13,
18108,
76,
62,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
3871,
4642,
878,
262,
614,
1160,
4089,
550,
257,
4686,
2563,
6339,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092,
6177,
16728,
13,
18108,
76,
62,... |
What were the home team scores at york park? | SELECT "Home team score" FROM table_1446 WHERE "Ground" = 'York Park' | [
2061,
547,
262,
1363,
1074,
8198,
379,
331,
967,
3952,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
1415,
3510,
33411,
366,
35539,
1,
796,
705,
49278,
3250,
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,
547,
262,
1363,
1074,
8198,
379,
331,
967,
3952,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
1415,
3510,
33411,
366,
35539,
1,
796,
705,
49278,
3250,
6
] |
What is the kickoff time for the Miami Dolphins? | SELECT "Kickoff" FROM table_33561 WHERE "Opponent" = 'miami dolphins' | [
2061,
318,
262,
40532,
640,
329,
262,
8437,
21668,
30,
46506,
366,
45390,
2364,
1,
16034,
3084,
62,
2091,
47915,
33411,
366,
27524,
3471,
1,
796,
705,
76,
7871,
36798,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
40532,
640,
329,
262,
8437,
21668,
30,
46506,
366,
45390,
2364,
1,
16034,
3084,
62,
2091,
47915,
33411,
366,
27524,
3471,
1,
796,
705,
76,
7871,
36798,
6
] |
Tell me the number range for 1965-66 | SELECT "No. range" FROM table_31805 WHERE "Year built (Converted*)" = '1965-66' | [
24446,
502,
262,
1271,
2837,
329,
17672,
12,
2791,
46506,
366,
2949,
13,
2837,
1,
16034,
3084,
62,
36042,
2713,
33411,
366,
17688,
3170,
357,
3103,
13658,
9,
16725,
796,
705,
45271,
12,
2791,
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
] | [
24446,
502,
262,
1271,
2837,
329,
17672,
12,
2791,
46506,
366,
2949,
13,
2837,
1,
16034,
3084,
62,
36042,
2713,
33411,
366,
17688,
3170,
357,
3103,
13658,
9,
16725,
796,
705,
45271,
12,
2791,
6
] |
did patient 71558 have any results from the microbiology of the dialysis fluid in this month? | SELECT COUNT(*) > 0 FROM microbiologyevents WHERE microbiologyevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 71558) AND microbiologyevents.spec_type_desc = 'dialysis fluid' AND DATETIME(microbiologyevents.charttime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month... | [
20839,
5827,
767,
1314,
3365,
423,
597,
2482,
422,
262,
24559,
1435,
286,
262,
5980,
3097,
11711,
287,
428,
1227,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
24559,
1435,
31534,
33411,
24559,
1435,
31534,
13,
18108,
76,
62,
312,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
20839,
5827,
767,
1314,
3365,
423,
597,
2482,
422,
262,
24559,
1435,
286,
262,
5980,
3097,
11711,
287,
428,
1227,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
24559,
1435,
31534,
33411,
24559,
1435,
31534,
13,
18108,
76,
62,
312,
... |
What is Alex Poythress height? | SELECT height FROM table_name_78 WHERE player = "alex poythress" | [
2061,
318,
4422,
350,
726,
400,
601,
6001,
30,
46506,
6001,
16034,
3084,
62,
3672,
62,
3695,
33411,
2137,
796,
366,
1000,
87,
279,
726,
400,
601,
1
] | [
1,
1,
1,
1,
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,
4422,
350,
726,
400,
601,
6001,
30,
46506,
6001,
16034,
3084,
62,
3672,
62,
3695,
33411,
2137,
796,
366,
1000,
87,
279,
726,
400,
601,
1
] |
Who constructed the car with a grid over 19 that retired due to suspension? | SELECT constructor FROM table_name_49 WHERE grid > 19 AND time_retired = "suspension" | [
8241,
12006,
262,
1097,
351,
257,
10706,
625,
678,
326,
9880,
2233,
284,
11461,
30,
46506,
23772,
16034,
3084,
62,
3672,
62,
2920,
33411,
10706,
1875,
678,
5357,
640,
62,
1186,
1202,
796,
366,
40409,
3004,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12006,
262,
1097,
351,
257,
10706,
625,
678,
326,
9880,
2233,
284,
11461,
30,
46506,
23772,
16034,
3084,
62,
3672,
62,
2920,
33411,
10706,
1875,
678,
5357,
640,
62,
1186,
1202,
796,
366,
40409,
3004,
1
] |
What is the number of different different airports that are destinations for American Airlines? | SELECT COUNT(DISTINCT dst_apid) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid WHERE T1.name = 'American Airlines' | [
2061,
318,
262,
1271,
286,
1180,
1180,
22600,
326,
389,
23982,
329,
1605,
16712,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
29636,
62,
499,
312,
8,
16034,
26225,
7054,
309,
16,
32357,
1268,
11926,
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
] | [
2061,
318,
262,
1271,
286,
1180,
1180,
22600,
326,
389,
23982,
329,
1605,
16712,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
29636,
62,
499,
312,
8,
16034,
26225,
7054,
309,
16,
32357,
1268,
11926,
7054,
309,
17,
6177,
309,
16,
... |
Find all the rooms that have a price higher than 160 and can accommodate more than 2 people. Report room names and ids. | SELECT roomName, RoomId FROM Rooms WHERE basePrice > 160 AND maxOccupancy > 2 | [
16742,
477,
262,
9519,
326,
423,
257,
2756,
2440,
621,
13454,
290,
460,
15550,
517,
621,
362,
661,
13,
6358,
2119,
3891,
290,
220,
2340,
13,
46506,
2119,
5376,
11,
10096,
7390,
16034,
42043,
33411,
2779,
18124,
1875,
13454,
5357,
3509,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
477,
262,
9519,
326,
423,
257,
2756,
2440,
621,
13454,
290,
460,
15550,
517,
621,
362,
661,
13,
6358,
2119,
3891,
290,
220,
2340,
13,
46506,
2119,
5376,
11,
10096,
7390,
16034,
42043,
33411,
2779,
18124,
1875,
13454,
5357,
3509,
... |
What is the English of chae soo-yeon? | SELECT english_title FROM table_name_56 WHERE role = "chae soo-yeon" | [
2061,
318,
262,
3594,
286,
442,
3609,
523,
78,
12,
5948,
261,
30,
46506,
46932,
62,
7839,
16034,
3084,
62,
3672,
62,
3980,
33411,
2597,
796,
366,
354,
3609,
523,
78,
12,
5948,
261,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3594,
286,
442,
3609,
523,
78,
12,
5948,
261,
30,
46506,
46932,
62,
7839,
16034,
3084,
62,
3672,
62,
3980,
33411,
2597,
796,
366,
354,
3609,
523,
78,
12,
5948,
261,
1
] |
Which City of license has a Call sign of w220ba? | SELECT "City of license" FROM table_35482 WHERE "Call sign" = 'w220ba' | [
13828,
2254,
286,
5964,
468,
257,
4889,
1051,
286,
266,
17572,
7012,
30,
46506,
366,
14941,
286,
5964,
1,
16034,
3084,
62,
2327,
40149,
33411,
366,
14134,
1051,
1,
796,
705,
86,
17572,
7012,
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
] | [
13828,
2254,
286,
5964,
468,
257,
4889,
1051,
286,
266,
17572,
7012,
30,
46506,
366,
14941,
286,
5964,
1,
16034,
3084,
62,
2327,
40149,
33411,
366,
14134,
1051,
1,
796,
705,
86,
17572,
7012,
6
] |
What is the sum of all the points won by Peter Whitehead in an alta f2 Chassis? | SELECT SUM(points) FROM table_name_41 WHERE entrant = "peter whitehead" AND chassis = "alta f2" | [
2061,
318,
262,
2160,
286,
477,
262,
2173,
1839,
416,
5613,
2635,
2256,
287,
281,
5988,
64,
277,
17,
609,
20297,
30,
46506,
35683,
7,
13033,
8,
16034,
3084,
62,
3672,
62,
3901,
33411,
920,
5250,
796,
366,
79,
2357,
2330,
2256,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
477,
262,
2173,
1839,
416,
5613,
2635,
2256,
287,
281,
5988,
64,
277,
17,
609,
20297,
30,
46506,
35683,
7,
13033,
8,
16034,
3084,
62,
3672,
62,
3901,
33411,
920,
5250,
796,
366,
79,
2357,
2330,
2256,
1,
... |
What album was the song It's going so badly on? | SELECT album_s_ FROM table_23667534_1 WHERE song_s__title = "It's Going So Badly" | [
2061,
5062,
373,
262,
3496,
632,
338,
1016,
523,
11234,
319,
30,
46506,
5062,
62,
82,
62,
16034,
3084,
62,
1954,
2791,
2425,
2682,
62,
16,
33411,
3496,
62,
82,
834,
7839,
796,
366,
1026,
338,
19219,
1406,
7772,
306,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5062,
373,
262,
3496,
632,
338,
1016,
523,
11234,
319,
30,
46506,
5062,
62,
82,
62,
16034,
3084,
62,
1954,
2791,
2425,
2682,
62,
16,
33411,
3496,
62,
82,
834,
7839,
796,
366,
1026,
338,
19219,
1406,
7772,
306,
1
] |
What is the target with an approval date of 2006? | SELECT "Target" FROM table_20931 WHERE "Approval date" = '2006' | [
2061,
318,
262,
2496,
351,
281,
7546,
3128,
286,
4793,
30,
46506,
366,
21745,
1,
16034,
3084,
62,
22567,
3132,
33411,
366,
4677,
305,
2100,
3128,
1,
796,
705,
13330,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2496,
351,
281,
7546,
3128,
286,
4793,
30,
46506,
366,
21745,
1,
16034,
3084,
62,
22567,
3132,
33411,
366,
4677,
305,
2100,
3128,
1,
796,
705,
13330,
6
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.