instruction stringlengths 0 1.06k | response stringlengths 2 3.61k | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|
In which county is the swann covered bridge located? | SELECT "County" FROM table_49818 WHERE "Name" = 'swann covered bridge' | [
818,
543,
7968,
318,
262,
1509,
1236,
5017,
7696,
5140,
30,
46506,
366,
12332,
88,
1,
16034,
3084,
62,
36260,
1507,
33411,
366,
5376,
1,
796,
705,
2032,
1236,
5017,
7696,
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
] | [
818,
543,
7968,
318,
262,
1509,
1236,
5017,
7696,
5140,
30,
46506,
366,
12332,
88,
1,
16034,
3084,
62,
36260,
1507,
33411,
366,
5376,
1,
796,
705,
2032,
1236,
5017,
7696,
6
] |
what is the name of the circuit with the least amount of sites ? | SELECT "circuit" FROM table_203_752 ORDER BY "sites" LIMIT 1 | [
10919,
318,
262,
1438,
286,
262,
10349,
351,
262,
1551,
2033,
286,
5043,
5633,
46506,
366,
21170,
5013,
1,
16034,
3084,
62,
22416,
62,
43665,
38678,
11050,
366,
49315,
1,
27564,
2043,
352
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
10919,
318,
262,
1438,
286,
262,
10349,
351,
262,
1551,
2033,
286,
5043,
5633,
46506,
366,
21170,
5013,
1,
16034,
3084,
62,
22416,
62,
43665,
38678,
11050,
366,
49315,
1,
27564,
2043,
352
] |
has any microbiology test been held for patient 031-3355? | SELECT COUNT(*) > 0 FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-3355')) | [
10134,
597,
24559,
1435,
1332,
587,
2714,
329,
5827,
657,
3132,
12,
2091,
2816,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
4580,
23912,
33411,
4580,
23912,
13,
26029,
20850,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
20850,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10134,
597,
24559,
1435,
1332,
587,
2714,
329,
5827,
657,
3132,
12,
2091,
2816,
30,
46506,
327,
28270,
7,
28104,
1875,
657,
16034,
4580,
23912,
33411,
4580,
23912,
13,
26029,
20850,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
20850,
... |
what is last weight of patient 015-7988 until 35 months ago. | SELECT patient.admissionweight FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '015-7988') AND NOT patient.admissionweight IS NULL AND DATETIME(patient.unitadmittime) <= DATETIME(CURRENT_TIME(), '-35 month') ORDER BY patient.unitad... | [
10919,
318,
938,
3463,
286,
5827,
5534,
20,
12,
3720,
3459,
1566,
3439,
1933,
2084,
13,
46506,
5827,
13,
324,
3411,
6551,
16034,
5827,
33411,
5827,
13,
26029,
13948,
10057,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
13948,
10057,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
318,
938,
3463,
286,
5827,
5534,
20,
12,
3720,
3459,
1566,
3439,
1933,
2084,
13,
46506,
5827,
13,
324,
3411,
6551,
16034,
5827,
33411,
5827,
13,
26029,
13948,
10057,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
13948,
10057,
31... |
What is the total number of gold medals Egypt, who has less than 0 silver, has? | SELECT COUNT(gold) FROM table_name_49 WHERE nation = "egypt" AND silver < 0 | [
2061,
318,
262,
2472,
1271,
286,
3869,
28057,
6365,
11,
508,
468,
1342,
621,
657,
8465,
11,
468,
30,
46506,
327,
28270,
7,
24267,
8,
16034,
3084,
62,
3672,
62,
2920,
33411,
3277,
796,
366,
68,
6022,
1,
5357,
8465,
1279,
657
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2472,
1271,
286,
3869,
28057,
6365,
11,
508,
468,
1342,
621,
657,
8465,
11,
468,
30,
46506,
327,
28270,
7,
24267,
8,
16034,
3084,
62,
3672,
62,
2920,
33411,
3277,
796,
366,
68,
6022,
1,
5357,
8465,
1279,
657
] |
What is School, when Year is less than 2013, and when Event is '100 Breaststroke'? | SELECT "School" FROM table_59144 WHERE "Year" < '2013' AND "Event" = '100 breaststroke' | [
2061,
318,
3961,
11,
618,
6280,
318,
1342,
621,
2211,
11,
290,
618,
8558,
318,
705,
3064,
37476,
30757,
30960,
46506,
366,
26130,
1,
16034,
3084,
62,
3270,
18444,
33411,
366,
17688,
1,
1279,
705,
6390,
6,
5357,
366,
9237,
1,
796,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3961,
11,
618,
6280,
318,
1342,
621,
2211,
11,
290,
618,
8558,
318,
705,
3064,
37476,
30757,
30960,
46506,
366,
26130,
1,
16034,
3084,
62,
3270,
18444,
33411,
366,
17688,
1,
1279,
705,
6390,
6,
5357,
366,
9237,
1,
796,
70... |
What is the total capacity (MW) of the farm that is noted as being under construction? | SELECT COUNT(capacity__mw_) FROM table_name_17 WHERE notes = "under construction" | [
2061,
318,
262,
2472,
5339,
357,
14326,
8,
286,
262,
5318,
326,
318,
4367,
355,
852,
739,
5103,
30,
46506,
327,
28270,
7,
42404,
834,
76,
86,
62,
8,
16034,
3084,
62,
3672,
62,
1558,
33411,
4710,
796,
366,
4625,
5103,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5339,
357,
14326,
8,
286,
262,
5318,
326,
318,
4367,
355,
852,
739,
5103,
30,
46506,
327,
28270,
7,
42404,
834,
76,
86,
62,
8,
16034,
3084,
62,
3672,
62,
1558,
33411,
4710,
796,
366,
4625,
5103,
1
] |
Count the number of services by services, and display Y-axis from low to high order please. | SELECT services, COUNT(services) FROM station GROUP BY services ORDER BY COUNT(services) | [
12332,
262,
1271,
286,
2594,
416,
2594,
11,
290,
3359,
575,
12,
22704,
422,
1877,
284,
1029,
1502,
3387,
13,
46506,
2594,
11,
327,
28270,
7,
30416,
8,
16034,
4429,
44441,
11050,
2594,
38678,
11050,
327,
28270,
7,
30416,
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
] | [
12332,
262,
1271,
286,
2594,
416,
2594,
11,
290,
3359,
575,
12,
22704,
422,
1877,
284,
1029,
1502,
3387,
13,
46506,
2594,
11,
327,
28270,
7,
30416,
8,
16034,
4429,
44441,
11050,
2594,
38678,
11050,
327,
28270,
7,
30416,
8
] |
Who is the h.s. principal during 1973-1974? | SELECT "H.S. Principal" FROM table_66899 WHERE "Year" = '1973-1974' | [
8241,
318,
262,
289,
13,
82,
13,
10033,
1141,
15674,
12,
40828,
30,
46506,
366,
39,
13,
50,
13,
32641,
1,
16034,
3084,
62,
35809,
2079,
33411,
366,
17688,
1,
796,
705,
40220,
12,
40828,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
318,
262,
289,
13,
82,
13,
10033,
1141,
15674,
12,
40828,
30,
46506,
366,
39,
13,
50,
13,
32641,
1,
16034,
3084,
62,
35809,
2079,
33411,
366,
17688,
1,
796,
705,
40220,
12,
40828,
6
] |
Which competition had 2 draws? | SELECT competition FROM table_name_79 WHERE draws = 2 | [
13828,
5449,
550,
362,
14293,
30,
46506,
5449,
16034,
3084,
62,
3672,
62,
3720,
33411,
14293,
796,
362
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
5449,
550,
362,
14293,
30,
46506,
5449,
16034,
3084,
62,
3672,
62,
3720,
33411,
14293,
796,
362
] |
What is the Campanius term for an Unami Delaware term of pal naxk? | SELECT "Campanius (ca. 1645)" FROM table_52527 WHERE "Unami Delaware" = 'palé·naxk' | [
2061,
318,
262,
5425,
3216,
385,
3381,
329,
281,
791,
6277,
19603,
3381,
286,
6340,
299,
897,
74,
30,
46506,
366,
21111,
3216,
385,
357,
6888,
13,
1467,
2231,
16725,
16034,
3084,
62,
39088,
1983,
33411,
366,
3118,
6277,
19603,
1,
796,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
5425,
3216,
385,
3381,
329,
281,
791,
6277,
19603,
3381,
286,
6340,
299,
897,
74,
30,
46506,
366,
21111,
3216,
385,
357,
6888,
13,
1467,
2231,
16725,
16034,
3084,
62,
39088,
1983,
33411,
366,
3118,
6277,
19603,
1,
796,... |
What are Andrew McNamara's colors? | SELECT "Colours" FROM table_23543 WHERE "Jockey" = 'Andrew McNamara' | [
2061,
389,
6858,
22586,
47848,
338,
7577,
30,
46506,
366,
5216,
4662,
1,
16034,
3084,
62,
22370,
3559,
33411,
366,
41,
8337,
1,
796,
705,
20508,
22586,
47848,
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,
389,
6858,
22586,
47848,
338,
7577,
30,
46506,
366,
5216,
4662,
1,
16034,
3084,
62,
22370,
3559,
33411,
366,
41,
8337,
1,
796,
705,
20508,
22586,
47848,
6
] |
Top 20 users called Tushar. Top 20 users called Tushar | SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation, Location FROM Users WHERE LOWER(DisplayName) = 'closey' ORDER BY Reputation DESC LIMIT 20 | [
9126,
1160,
2985,
1444,
309,
1530,
283,
13,
5849,
1160,
2985,
1444,
309,
1530,
283,
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,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
9126,
1160,
2985,
1444,
309,
1530,
283,
13,
5849,
1160,
2985,
1444,
309,
1530,
283,
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,
... |
What school took 4th place in 2002? | SELECT "4th Place" FROM table_16886 WHERE "Year" = '2002' | [
2061,
1524,
1718,
604,
400,
1295,
287,
6244,
30,
46506,
366,
19,
400,
8474,
1,
16034,
3084,
62,
1433,
44980,
33411,
366,
17688,
1,
796,
705,
16942,
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
] | [
2061,
1524,
1718,
604,
400,
1295,
287,
6244,
30,
46506,
366,
19,
400,
8474,
1,
16034,
3084,
62,
1433,
44980,
33411,
366,
17688,
1,
796,
705,
16942,
6
] |
male or female patient between the age of 12 and 17 years inclusive at time of entry into study ( i.e. | SELECT * FROM table_train_197 WHERE (gender = 'male' OR gender = 'female') AND (age >= 12 AND age <= 17) | [
22606,
393,
4048,
5827,
1022,
262,
2479,
286,
1105,
290,
1596,
812,
19889,
379,
640,
286,
5726,
656,
2050,
357,
1312,
13,
68,
13,
46506,
1635,
16034,
3084,
62,
27432,
62,
24991,
33411,
357,
8388,
796,
705,
22606,
6,
6375,
5279,
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
] | [
22606,
393,
4048,
5827,
1022,
262,
2479,
286,
1105,
290,
1596,
812,
19889,
379,
640,
286,
5726,
656,
2050,
357,
1312,
13,
68,
13,
46506,
1635,
16034,
3084,
62,
27432,
62,
24991,
33411,
357,
8388,
796,
705,
22606,
6,
6375,
5279,
796,
... |
how many highest with team being forfar athletic | SELECT COUNT(highest) FROM table_14003108_1 WHERE team = "Forfar Athletic" | [
4919,
867,
4511,
351,
1074,
852,
329,
16370,
15177,
46506,
327,
28270,
7,
35323,
8,
16034,
3084,
62,
1415,
11245,
15711,
62,
16,
33411,
1074,
796,
366,
1890,
16370,
29007,
1
] | [
1,
1,
1,
1,
1,
1,
1,
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,
4511,
351,
1074,
852,
329,
16370,
15177,
46506,
327,
28270,
7,
35323,
8,
16034,
3084,
62,
1415,
11245,
15711,
62,
16,
33411,
1074,
796,
366,
1890,
16370,
29007,
1
] |
For those products with a price between 60 and 120, a bar chart shows the distribution of name and code . | SELECT Name, Code FROM Products WHERE Price BETWEEN 60 AND 120 | [
1890,
883,
3186,
351,
257,
2756,
1022,
3126,
290,
7982,
11,
257,
2318,
8262,
2523,
262,
6082,
286,
1438,
290,
2438,
764,
46506,
6530,
11,
6127,
16034,
18675,
33411,
7886,
38651,
8845,
1677,
3126,
5357,
7982
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3186,
351,
257,
2756,
1022,
3126,
290,
7982,
11,
257,
2318,
8262,
2523,
262,
6082,
286,
1438,
290,
2438,
764,
46506,
6530,
11,
6127,
16034,
18675,
33411,
7886,
38651,
8845,
1677,
3126,
5357,
7982
] |
Which Telugu has a Tamil of p sam ? | SELECT telugu_తెలుగు FROM table_name_52 WHERE tamil_தமிழ் = "pūsam பூசம்" | [
13828,
12088,
45284,
468,
257,
32519,
286,
279,
6072,
5633,
46506,
13632,
45284,
62,
156,
108,
97,
156,
109,
228,
156,
108,
110,
156,
109,
223,
156,
108,
245,
156,
109,
223,
16034,
3084,
62,
3672,
62,
4309,
33411,
21885,
346,
62,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12088,
45284,
468,
257,
32519,
286,
279,
6072,
5633,
46506,
13632,
45284,
62,
156,
108,
97,
156,
109,
228,
156,
108,
110,
156,
109,
223,
156,
108,
245,
156,
109,
223,
16034,
3084,
62,
3672,
62,
4309,
33411,
21885,
346,
62,
15... |
how many guest stars did the episode that was broadcasted 11september2012 have | SELECT COUNT("Guest(s)") FROM table_30967 WHERE "Broadcast date" = '11September2012' | [
4919,
867,
8319,
5788,
750,
262,
4471,
326,
373,
7025,
276,
1367,
325,
457,
1491,
6999,
423,
46506,
327,
28270,
7203,
42481,
7,
82,
8,
4943,
16034,
3084,
62,
26895,
3134,
33411,
366,
30507,
2701,
3128,
1,
796,
705,
1157,
17543,
6999,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
4919,
867,
8319,
5788,
750,
262,
4471,
326,
373,
7025,
276,
1367,
325,
457,
1491,
6999,
423,
46506,
327,
28270,
7203,
42481,
7,
82,
8,
4943,
16034,
3084,
62,
26895,
3134,
33411,
366,
30507,
2701,
3128,
1,
796,
705,
1157,
17543,
6999,
... |
What classes available as MDE are there for next semester ? | SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, program_course, semester WHERE course.course_id = course_offering.course_id AND program_course.category LIKE '%MDE%' AND program_course.course_id = course.course_id AND semester.semester = 'FA' AND semester.semester_id = course_... | [
2061,
6097,
1695,
355,
337,
7206,
389,
612,
329,
1306,
24878,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
1430,
62,
17319,
11,
24878,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6097,
1695,
355,
337,
7206,
389,
612,
329,
1306,
24878,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
1430,
62,
17319,
11,
24878,
... |
Give me the comparison about the amount of date_address_from over the date_address_from bin date_address_from by time by a bar chart. | SELECT date_address_from, COUNT(date_address_from) FROM Student_Addresses ORDER BY monthly_rental DESC | [
23318,
502,
262,
7208,
546,
262,
2033,
286,
3128,
62,
21975,
62,
6738,
625,
262,
3128,
62,
21975,
62,
6738,
9874,
3128,
62,
21975,
62,
6738,
416,
640,
416,
257,
2318,
8262,
13,
46506,
3128,
62,
21975,
62,
6738,
11,
327,
28270,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
23318,
502,
262,
7208,
546,
262,
2033,
286,
3128,
62,
21975,
62,
6738,
625,
262,
3128,
62,
21975,
62,
6738,
9874,
3128,
62,
21975,
62,
6738,
416,
640,
416,
257,
2318,
8262,
13,
46506,
3128,
62,
21975,
62,
6738,
11,
327,
28270,
7,
... |
What is the car number driven by Darren Manning? | SELECT "Car No." FROM table_21436 WHERE "Driver" = 'Darren Manning' | [
2061,
318,
262,
1097,
1271,
7986,
416,
26203,
15281,
30,
46506,
366,
9914,
1400,
526,
16034,
3084,
62,
22291,
2623,
33411,
366,
32103,
1,
796,
705,
32708,
918,
15281,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1097,
1271,
7986,
416,
26203,
15281,
30,
46506,
366,
9914,
1400,
526,
16034,
3084,
62,
22291,
2623,
33411,
366,
32103,
1,
796,
705,
32708,
918,
15281,
6
] |
Which series episode has a segment c that is Electric pole s transformer? | SELECT "Series Ep." FROM table_36384 WHERE "Segment C" = 'electric pole s transformer' | [
13828,
2168,
4471,
468,
257,
10618,
269,
326,
318,
13944,
16825,
264,
47385,
30,
46506,
366,
27996,
4551,
526,
16034,
3084,
62,
2623,
22842,
33411,
366,
41030,
434,
327,
1,
796,
705,
31067,
16825,
264,
47385,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
2168,
4471,
468,
257,
10618,
269,
326,
318,
13944,
16825,
264,
47385,
30,
46506,
366,
27996,
4551,
526,
16034,
3084,
62,
2623,
22842,
33411,
366,
41030,
434,
327,
1,
796,
705,
31067,
16825,
264,
47385,
6
] |
How many alt names does 1964-011a have? | SELECT COUNT(alt_name) FROM table_12141496_1 WHERE id = "1964-011A" | [
2437,
867,
5988,
3891,
857,
17575,
12,
28555,
64,
423,
30,
46506,
327,
28270,
7,
2501,
62,
3672,
8,
16034,
3084,
62,
1065,
1415,
1415,
4846,
62,
16,
33411,
4686,
796,
366,
46477,
12,
28555,
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
] | [
2437,
867,
5988,
3891,
857,
17575,
12,
28555,
64,
423,
30,
46506,
327,
28270,
7,
2501,
62,
3672,
8,
16034,
3084,
62,
1065,
1415,
1415,
4846,
62,
16,
33411,
4686,
796,
366,
46477,
12,
28555,
32,
1
] |
What is the total number of Grid, when Laps is greater than 24? | SELECT COUNT(grid) FROM table_name_78 WHERE laps > 24 | [
2061,
318,
262,
2472,
1271,
286,
24846,
11,
618,
406,
1686,
318,
3744,
621,
1987,
30,
46506,
327,
28270,
7,
25928,
8,
16034,
3084,
62,
3672,
62,
3695,
33411,
24590,
1875,
1987
] | [
1,
1,
1,
1,
1,
1,
1,
1,
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,
24846,
11,
618,
406,
1686,
318,
3744,
621,
1987,
30,
46506,
327,
28270,
7,
25928,
8,
16034,
3084,
62,
3672,
62,
3695,
33411,
24590,
1875,
1987
] |
how many patients are admitted under elective type and use 5% dextrose (excel bag)? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "ELECTIVE" AND prescriptions.drug = "5% Dextrose (EXCEL BAG)" | [
4919,
867,
3871,
389,
6848,
739,
1742,
425,
2099,
290,
779,
642,
4,
390,
742,
13698,
357,
1069,
5276,
6131,
19427,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
3871,
389,
6848,
739,
1742,
425,
2099,
290,
779,
642,
4,
390,
742,
13698,
357,
1069,
5276,
6131,
19427,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
34092... |
Name the result for 19 black knights points | SELECT "Result" FROM table_24108 WHERE "Black Knights points" = '19' | [
5376,
262,
1255,
329,
678,
2042,
27536,
2173,
46506,
366,
23004,
1,
16034,
3084,
62,
1731,
15711,
33411,
366,
9915,
15188,
2173,
1,
796,
705,
1129,
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
] | [
5376,
262,
1255,
329,
678,
2042,
27536,
2173,
46506,
366,
23004,
1,
16034,
3084,
62,
1731,
15711,
33411,
366,
9915,
15188,
2173,
1,
796,
705,
1129,
6
] |
Which event had an opponent of Yasuhito Namekawa with a decision method? | SELECT event FROM table_name_35 WHERE opponent = "yasuhito namekawa" AND method = "decision" | [
13828,
1785,
550,
281,
6125,
286,
25957,
7456,
10094,
6530,
74,
6909,
351,
257,
2551,
2446,
30,
46506,
1785,
16034,
3084,
62,
3672,
62,
2327,
33411,
6125,
796,
366,
88,
292,
7456,
10094,
1438,
74,
6909,
1,
5357,
2446,
796,
366,
12501,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1785,
550,
281,
6125,
286,
25957,
7456,
10094,
6530,
74,
6909,
351,
257,
2551,
2446,
30,
46506,
1785,
16034,
3084,
62,
3672,
62,
2327,
33411,
6125,
796,
366,
88,
292,
7456,
10094,
1438,
74,
6909,
1,
5357,
2446,
796,
366,
12501,... |
how many patients who were transferred from hosp/extram had temporary colostomy? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admission_location = "TRANSFER FROM HOSP/EXTRAM" AND procedures.long_title = "Temporary colostomy" | [
4919,
867,
3871,
508,
547,
11172,
422,
10496,
14,
2302,
859,
550,
8584,
951,
455,
9145,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
9021,
6177,
16728,
13,
18108... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
3871,
508,
547,
11172,
422,
10496,
14,
2302,
859,
550,
8584,
951,
455,
9145,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
9021,
6177,
16728,
13,
18108... |
Return a bar chart about the distribution of All_Home and the amount of All_Home , and group by attribute All_Home, display from high to low by the total number. | SELECT All_Home, COUNT(All_Home) FROM basketball_match GROUP BY All_Home ORDER BY COUNT(All_Home) DESC | [
13615,
257,
2318,
8262,
546,
262,
6082,
286,
1439,
62,
16060,
290,
262,
2033,
286,
1439,
62,
16060,
837,
290,
1448,
416,
11688,
1439,
62,
16060,
11,
3359,
422,
1029,
284,
1877,
416,
262,
2472,
1271,
13,
46506,
1439,
62,
16060,
11,
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... | [
13615,
257,
2318,
8262,
546,
262,
6082,
286,
1439,
62,
16060,
290,
262,
2033,
286,
1439,
62,
16060,
837,
290,
1448,
416,
11688,
1439,
62,
16060,
11,
3359,
422,
1029,
284,
1877,
416,
262,
2472,
1271,
13,
46506,
1439,
62,
16060,
11,
3... |
what is the drug code of the patient id 6983? | SELECT prescriptions.formulary_drug_cd FROM prescriptions WHERE prescriptions.subject_id = "6983" | [
10919,
318,
262,
2563,
2438,
286,
262,
5827,
4686,
39861,
18,
30,
46506,
34092,
13,
687,
377,
560,
62,
30349,
62,
10210,
16034,
34092,
33411,
34092,
13,
32796,
62,
312,
796,
366,
3388,
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
] | [
10919,
318,
262,
2563,
2438,
286,
262,
5827,
4686,
39861,
18,
30,
46506,
34092,
13,
687,
377,
560,
62,
30349,
62,
10210,
16034,
34092,
33411,
34092,
13,
32796,
62,
312,
796,
366,
3388,
5999,
1
] |
Top score in answer between two dates. | SELECT RANK() OVER (ORDER BY SUM(Score) DESC) AS "rank", OwnerUserId AS "user_link", SUM(Score) AS "total_score", COUNT(Id) AS "count" FROM Posts WHERE (CreationDate >= '##Date1?2020-01-01##') AND (CreationDate <= '##Date2?2021-01-01##') AND (PostTypeId = 2) GROUP BY OwnerUserId ORDER BY SUM(Score) DESC LIMIT 500 | [
9126,
4776,
287,
3280,
1022,
734,
9667,
13,
46506,
371,
15154,
3419,
28729,
357,
12532,
1137,
11050,
35683,
7,
26595,
8,
22196,
34,
8,
7054,
366,
43027,
1600,
23853,
12982,
7390,
7054,
366,
7220,
62,
8726,
1600,
35683,
7,
26595,
8,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
9126,
4776,
287,
3280,
1022,
734,
9667,
13,
46506,
371,
15154,
3419,
28729,
357,
12532,
1137,
11050,
35683,
7,
26595,
8,
22196,
34,
8,
7054,
366,
43027,
1600,
23853,
12982,
7390,
7054,
366,
7220,
62,
8726,
1600,
35683,
7,
26595,
8,
70... |
count yearid for visualizing a line chart. | SELECT yearid, COUNT(yearid) FROM hall_of_fame | [
9127,
614,
312,
329,
5874,
2890,
257,
1627,
8262,
13,
46506,
614,
312,
11,
327,
28270,
7,
1941,
312,
8,
16034,
6899,
62,
1659,
62,
69,
480
] | [
1,
1,
1,
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,
614,
312,
329,
5874,
2890,
257,
1627,
8262,
13,
46506,
614,
312,
11,
327,
28270,
7,
1941,
312,
8,
16034,
6899,
62,
1659,
62,
69,
480
] |
When London Bridge is the destination, how many lines are there? | SELECT COUNT(line) FROM table_1569516_1 WHERE destination = "London Bridge" | [
2215,
3576,
10290,
318,
262,
10965,
11,
703,
867,
3951,
389,
612,
30,
46506,
327,
28270,
7,
1370,
8,
16034,
3084,
62,
1314,
37381,
1433,
62,
16,
33411,
10965,
796,
366,
23421,
10290,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3576,
10290,
318,
262,
10965,
11,
703,
867,
3951,
389,
612,
30,
46506,
327,
28270,
7,
1370,
8,
16034,
3084,
62,
1314,
37381,
1433,
62,
16,
33411,
10965,
796,
366,
23421,
10290,
1
] |
how many patients were prescribed the drug neostigmine methylsulfate since 3 years ago? | SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.patientunitstayid IN (SELECT medication.patientunitstayid FROM medication WHERE medication.drugname = 'neostigmine methylsulfate' AND DATETIME(medication.drugstarttime) >= DATETIME(CURRENT_TIME(), '-3 year')) | [
4919,
867,
3871,
547,
14798,
262,
2563,
497,
455,
328,
3810,
27664,
82,
4754,
378,
1201,
513,
812,
2084,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
5827,
13,
403,
1557,
538,
312,
8,
16034,
5827,
33411,
5827,
13,
26029,
20850,
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... | [
4919,
867,
3871,
547,
14798,
262,
2563,
497,
455,
328,
3810,
27664,
82,
4754,
378,
1201,
513,
812,
2084,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
5827,
13,
403,
1557,
538,
312,
8,
16034,
5827,
33411,
5827,
13,
26029,
20850,
3... |
For the provider that costs 266 sar, what is the Bandwidth Included? | SELECT "Bandwidth Included" FROM table_43731 WHERE "Price" = '266 sar' | [
1890,
262,
10131,
326,
3484,
37737,
29008,
11,
644,
318,
262,
10243,
10394,
34774,
30,
46506,
366,
31407,
10394,
34774,
1,
16034,
3084,
62,
43284,
3132,
33411,
366,
18124,
1,
796,
705,
25540,
29008,
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
] | [
1890,
262,
10131,
326,
3484,
37737,
29008,
11,
644,
318,
262,
10243,
10394,
34774,
30,
46506,
366,
31407,
10394,
34774,
1,
16034,
3084,
62,
43284,
3132,
33411,
366,
18124,
1,
796,
705,
25540,
29008,
6
] |
What was the result in the game broadcast on the SEC Network? | SELECT result FROM table_26842217_12 WHERE broadcast = "SEC Network" | [
2061,
373,
262,
1255,
287,
262,
983,
7025,
319,
262,
10729,
7311,
30,
46506,
1255,
16034,
3084,
62,
2075,
5705,
1828,
1558,
62,
1065,
33411,
7025,
796,
366,
23683,
7311,
1
] | [
1,
1,
1,
1,
1,
1,
1,
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,
1255,
287,
262,
983,
7025,
319,
262,
10729,
7311,
30,
46506,
1255,
16034,
3084,
62,
2075,
5705,
1828,
1558,
62,
1065,
33411,
7025,
796,
366,
23683,
7311,
1
] |
What are the number of the countries of mountains with height bigger than 5000?, and sort names from high to low order. | SELECT Country, COUNT(Country) FROM mountain WHERE Height > 5000 GROUP BY Country ORDER BY Country DESC | [
2061,
389,
262,
1271,
286,
262,
2678,
286,
12269,
351,
6001,
5749,
621,
23336,
21747,
290,
3297,
3891,
422,
1029,
284,
1877,
1502,
13,
46506,
12946,
11,
327,
28270,
7,
33921,
8,
16034,
8598,
33411,
27280,
1875,
23336,
44441,
11050,
1294... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1271,
286,
262,
2678,
286,
12269,
351,
6001,
5749,
621,
23336,
21747,
290,
3297,
3891,
422,
1029,
284,
1877,
1502,
13,
46506,
12946,
11,
327,
28270,
7,
33921,
8,
16034,
8598,
33411,
27280,
1875,
23336,
44441,
11050,
1294... |
average score on comments by month for specified user. | SELECT LAST_DATE_OF_MONTH(CreationDate) AS "month", COUNT(*) AS "#comments", ROUND(AVG(1.0 * Score), 2) AS "avg_score" FROM Comments WHERE UserId = '##UserID##' GROUP BY LAST_DATE_OF_MONTH(CreationDate) ORDER BY LAST_DATE_OF_MONTH(CreationDate) DESC | [
23913,
4776,
319,
3651,
416,
1227,
329,
7368,
2836,
13,
46506,
41894,
62,
35,
6158,
62,
19238,
62,
27857,
4221,
7,
12443,
341,
10430,
8,
7054,
366,
8424,
1600,
327,
28270,
7,
28104,
7054,
25113,
15944,
1600,
371,
15919,
7,
10116,
38,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
23913,
4776,
319,
3651,
416,
1227,
329,
7368,
2836,
13,
46506,
41894,
62,
35,
6158,
62,
19238,
62,
27857,
4221,
7,
12443,
341,
10430,
8,
7054,
366,
8424,
1600,
327,
28270,
7,
28104,
7054,
25113,
15944,
1600,
371,
15919,
7,
10116,
38,
... |
who became winning couple for the first time in week 6 ? | SELECT "winning couple" FROM table_204_269 WHERE "week" = 6 | [
8727,
2627,
5442,
3155,
329,
262,
717,
640,
287,
1285,
718,
5633,
46506,
366,
14463,
3155,
1,
16034,
3084,
62,
18638,
62,
26276,
33411,
366,
10464,
1,
796,
718
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8727,
2627,
5442,
3155,
329,
262,
717,
640,
287,
1285,
718,
5633,
46506,
366,
14463,
3155,
1,
16034,
3084,
62,
18638,
62,
26276,
33411,
366,
10464,
1,
796,
718
] |
Draw a bar chart about the distribution of Time and meter_100 , and could you order by the X in descending? | SELECT Time, meter_100 FROM swimmer ORDER BY Time DESC | [
25302,
257,
2318,
8262,
546,
262,
6082,
286,
3862,
290,
16430,
62,
3064,
837,
290,
714,
345,
1502,
416,
262,
1395,
287,
31491,
30,
46506,
3862,
11,
16430,
62,
3064,
16034,
9422,
647,
38678,
11050,
3862,
22196,
34
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
25302,
257,
2318,
8262,
546,
262,
6082,
286,
3862,
290,
16430,
62,
3064,
837,
290,
714,
345,
1502,
416,
262,
1395,
287,
31491,
30,
46506,
3862,
11,
16430,
62,
3064,
16034,
9422,
647,
38678,
11050,
3862,
22196,
34
] |
What is the intercontinental cup 1999 result of the team who did not qualify for the Copa Libertadores 1999 and made quarterfinals in the Copa Mercosur 1999? | SELECT intercontinental_cup_1999 FROM table_name_48 WHERE copa_libertadores_1999 = "did not qualify" AND copa_mercosur_1999 = "quarterfinals" | [
2061,
318,
262,
987,
35415,
6508,
7358,
1255,
286,
262,
1074,
508,
750,
407,
12780,
329,
262,
6955,
64,
5261,
83,
324,
2850,
7358,
290,
925,
3860,
32089,
287,
262,
6955,
64,
12185,
418,
333,
7358,
30,
46506,
987,
35415,
62,
25244,
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,
987,
35415,
6508,
7358,
1255,
286,
262,
1074,
508,
750,
407,
12780,
329,
262,
6955,
64,
5261,
83,
324,
2850,
7358,
290,
925,
3860,
32089,
287,
262,
6955,
64,
12185,
418,
333,
7358,
30,
46506,
987,
35415,
62,
25244,
6... |
What is the Height for Years of Rockets of 2005-06? | SELECT height_in_ft FROM table_name_44 WHERE years_for_rockets = "2005-06" | [
2061,
318,
262,
27280,
329,
13212,
286,
23328,
286,
5075,
12,
3312,
30,
46506,
6001,
62,
259,
62,
701,
16034,
3084,
62,
3672,
62,
2598,
33411,
812,
62,
1640,
62,
10823,
1039,
796,
366,
14315,
12,
3312,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
27280,
329,
13212,
286,
23328,
286,
5075,
12,
3312,
30,
46506,
6001,
62,
259,
62,
701,
16034,
3084,
62,
3672,
62,
2598,
33411,
812,
62,
1640,
62,
10823,
1039,
796,
366,
14315,
12,
3312,
1
] |
How fast does the BMW with 6 points go? | SELECT "Speed" FROM table_41373 WHERE "Machine" = 'bmw' AND "Points" = '6' | [
2437,
3049,
857,
262,
19339,
351,
718,
2173,
467,
30,
46506,
366,
22785,
1,
16034,
3084,
62,
44103,
4790,
33411,
366,
37573,
1,
796,
705,
20475,
86,
6,
5357,
366,
40710,
1,
796,
705,
21,
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
] | [
2437,
3049,
857,
262,
19339,
351,
718,
2173,
467,
30,
46506,
366,
22785,
1,
16034,
3084,
62,
44103,
4790,
33411,
366,
37573,
1,
796,
705,
20475,
86,
6,
5357,
366,
40710,
1,
796,
705,
21,
6
] |
Who plays goaltender for the Vancouver Canucks? | SELECT "Player" FROM table_35252 WHERE "Position" = 'goaltender' AND "NHL team" = 'vancouver canucks' | [
8241,
5341,
44113,
329,
262,
10930,
31252,
30,
46506,
366,
14140,
1,
16034,
3084,
62,
2327,
22800,
33411,
366,
26545,
1,
796,
705,
2188,
2501,
2194,
6,
5357,
366,
45,
6581,
1074,
1,
796,
705,
85,
10264,
460,
6238,
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
] | [
8241,
5341,
44113,
329,
262,
10930,
31252,
30,
46506,
366,
14140,
1,
16034,
3084,
62,
2327,
22800,
33411,
366,
26545,
1,
796,
705,
2188,
2501,
2194,
6,
5357,
366,
45,
6581,
1074,
1,
796,
705,
85,
10264,
460,
6238,
6
] |
What network garnered 2.74 million viewers for Supernatural? | SELECT "Network" FROM table_24569 WHERE "Viewers in millions" = '2.74' | [
2061,
3127,
29588,
362,
13,
4524,
1510,
10209,
329,
3115,
11802,
30,
46506,
366,
26245,
1,
16034,
3084,
62,
22995,
3388,
33411,
366,
7680,
364,
287,
5242,
1,
796,
705,
17,
13,
4524,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
3127,
29588,
362,
13,
4524,
1510,
10209,
329,
3115,
11802,
30,
46506,
366,
26245,
1,
16034,
3084,
62,
22995,
3388,
33411,
366,
7680,
364,
287,
5242,
1,
796,
705,
17,
13,
4524,
6
] |
Who was the successor that was formally installed on March 30, 1870? | SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "March 30, 1870" | [
8241,
373,
262,
17270,
326,
373,
15832,
6589,
319,
2805,
1542,
11,
37667,
30,
46506,
17270,
16034,
3084,
62,
1731,
25399,
2231,
62,
18,
33411,
3128,
62,
1659,
62,
13138,
669,
62,
687,
282,
62,
17350,
341,
796,
366,
16192,
1542,
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
] | [
8241,
373,
262,
17270,
326,
373,
15832,
6589,
319,
2805,
1542,
11,
37667,
30,
46506,
17270,
16034,
3084,
62,
1731,
25399,
2231,
62,
18,
33411,
3128,
62,
1659,
62,
13138,
669,
62,
687,
282,
62,
17350,
341,
796,
366,
16192,
1542,
11,
... |
What is the total population from the 2000 census for the municipality that has a 464.5 square km area and a population density in 2010 larger than 1840? | SELECT COUNT("Population 2000 Census") FROM table_34283 WHERE "Area (km\u00b2)" = '464.5' AND "Population density 2010 (/km\u00b2)" > '1840' | [
2061,
318,
262,
2472,
3265,
422,
262,
4751,
21649,
329,
262,
27264,
326,
468,
257,
604,
2414,
13,
20,
6616,
10571,
1989,
290,
257,
3265,
12109,
287,
3050,
4025,
621,
47784,
30,
46506,
327,
28270,
7203,
45251,
4751,
20962,
4943,
16034,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
262,
2472,
3265,
422,
262,
4751,
21649,
329,
262,
27264,
326,
468,
257,
604,
2414,
13,
20,
6616,
10571,
1989,
290,
257,
3265,
12109,
287,
3050,
4025,
621,
47784,
30,
46506,
327,
28270,
7203,
45251,
4751,
20962,
4943,
16034,
... |
how many defensive back players were picked ? | SELECT COUNT("player") FROM table_203_229 WHERE "position" = 'defensive back' | [
4919,
867,
6110,
736,
1938,
547,
6497,
5633,
46506,
327,
28270,
7203,
7829,
4943,
16034,
3084,
62,
22416,
62,
23539,
33411,
366,
9150,
1,
796,
705,
4299,
2021,
736,
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
] | [
4919,
867,
6110,
736,
1938,
547,
6497,
5633,
46506,
327,
28270,
7203,
7829,
4943,
16034,
3084,
62,
22416,
62,
23539,
33411,
366,
9150,
1,
796,
705,
4299,
2021,
736,
6
] |
Are 100 -level classes available in either the Spring or Summer terms ? | SELECT DISTINCT course.department, course.name, course.number, semester.semester FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'EECS' AND course.number BETWEEN 100 AND 100 + 100 AND semester.semester IN ('SP', 'SS', 'SU') AND semester.semester_id = cou... | [
8491,
1802,
532,
5715,
6097,
1695,
287,
2035,
262,
8225,
393,
10216,
2846,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
24878,
13,
325,
6880,
353,
16034,
1781,
11,
1781,
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... | [
8491,
1802,
532,
5715,
6097,
1695,
287,
2035,
262,
8225,
393,
10216,
2846,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
24878,
13,
325,
6880,
353,
16034,
1781,
11,
1781,
62,
... |
For the Spring or Summer term , are there any 500 -level classes ? | SELECT DISTINCT course.department, course.name, course.number, semester.semester FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'EECS' AND course.number BETWEEN 500 AND 500 + 100 AND semester.semester IN ('SP', 'SS', 'SU') AND semester.semester_id = cou... | [
1890,
262,
8225,
393,
10216,
3381,
837,
389,
612,
597,
5323,
532,
5715,
6097,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
24878,
13,
325,
6880,
353,
16034,
1781,
11,
1781,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
262,
8225,
393,
10216,
3381,
837,
389,
612,
597,
5323,
532,
5715,
6097,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
11,
24878,
13,
325,
6880,
353,
16034,
1781,
11,
1781,
... |
What is the lowest tier for a position smaller than 7 for a Turkish Cup group stage? | SELECT MIN(tier) FROM table_name_99 WHERE turkish_cup = "group stage" AND pos < 7 | [
2061,
318,
262,
9016,
14249,
329,
257,
2292,
4833,
621,
767,
329,
257,
9663,
5454,
1448,
3800,
30,
46506,
20625,
7,
24948,
8,
16034,
3084,
62,
3672,
62,
2079,
33411,
7858,
31501,
62,
25244,
796,
366,
8094,
3800,
1,
5357,
1426,
1279,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14249,
329,
257,
2292,
4833,
621,
767,
329,
257,
9663,
5454,
1448,
3800,
30,
46506,
20625,
7,
24948,
8,
16034,
3084,
62,
3672,
62,
2079,
33411,
7858,
31501,
62,
25244,
796,
366,
8094,
3800,
1,
5357,
1426,
1279,
... |
List the phone numbers of all employees, and count them by a bar chart, I want to show in asc by the y axis. | SELECT Phone, COUNT(Phone) FROM Employee GROUP BY Phone ORDER BY COUNT(Phone) | [
8053,
262,
3072,
3146,
286,
477,
4409,
11,
290,
954,
606,
416,
257,
2318,
8262,
11,
314,
765,
284,
905,
287,
10570,
416,
262,
331,
16488,
13,
46506,
14484,
11,
327,
28270,
7,
6132,
8,
16034,
36824,
44441,
11050,
14484,
38678,
11050,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8053,
262,
3072,
3146,
286,
477,
4409,
11,
290,
954,
606,
416,
257,
2318,
8262,
11,
314,
765,
284,
905,
287,
10570,
416,
262,
331,
16488,
13,
46506,
14484,
11,
327,
28270,
7,
6132,
8,
16034,
36824,
44441,
11050,
14484,
38678,
11050,
... |
How many wins did the club have with the last win in 2000? | SELECT "Wins" FROM table_56539 WHERE "Last win" = '2000' | [
2437,
867,
7864,
750,
262,
3430,
423,
351,
262,
938,
1592,
287,
4751,
30,
46506,
366,
54,
1040,
1,
16034,
3084,
62,
47372,
2670,
33411,
366,
5956,
1592,
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,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
7864,
750,
262,
3430,
423,
351,
262,
938,
1592,
287,
4751,
30,
46506,
366,
54,
1040,
1,
16034,
3084,
62,
47372,
2670,
33411,
366,
5956,
1592,
1,
796,
705,
11024,
6
] |
Name the country for 11,891 area | SELECT "Country" FROM table_20517 WHERE "Area" = '11,891' | [
5376,
262,
1499,
329,
1367,
11,
4531,
16,
1989,
46506,
366,
33921,
1,
16034,
3084,
62,
21261,
1558,
33411,
366,
30547,
1,
796,
705,
1157,
11,
4531,
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
] | [
5376,
262,
1499,
329,
1367,
11,
4531,
16,
1989,
46506,
366,
33921,
1,
16034,
3084,
62,
21261,
1558,
33411,
366,
30547,
1,
796,
705,
1157,
11,
4531,
16,
6
] |
what is the dicharge time and diagnosis icd9 code of the patient id 93033? | SELECT demographic.dischtime, diagnoses.icd9_code FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.subject_id = "93033" | [
10919,
318,
262,
36638,
1376,
640,
290,
13669,
14158,
67,
24,
2438,
286,
262,
5827,
4686,
860,
1270,
2091,
30,
46506,
16728,
13,
6381,
354,
2435,
11,
40567,
13,
291,
67,
24,
62,
8189,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
617... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
36638,
1376,
640,
290,
13669,
14158,
67,
24,
2438,
286,
262,
5827,
4686,
860,
1270,
2091,
30,
46506,
16728,
13,
6381,
354,
2435,
11,
40567,
13,
291,
67,
24,
62,
8189,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
617... |
What is the points against when try diff is +23? | SELECT "Points against" FROM table_46054 WHERE "Try diff" = '+23' | [
2061,
318,
262,
2173,
1028,
618,
1949,
814,
318,
1343,
1954,
30,
46506,
366,
40710,
1028,
1,
16034,
3084,
62,
34716,
4051,
33411,
366,
23433,
814,
1,
796,
705,
10,
1954,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2173,
1028,
618,
1949,
814,
318,
1343,
1954,
30,
46506,
366,
40710,
1028,
1,
16034,
3084,
62,
34716,
4051,
33411,
366,
23433,
814,
1,
796,
705,
10,
1954,
6
] |
Which Pictorials is on 5-01? | SELECT "Pictorials" FROM table_39771 WHERE "Date" = '5-01' | [
13828,
10780,
5132,
82,
318,
319,
642,
12,
486,
30,
46506,
366,
21300,
5132,
82,
1,
16034,
3084,
62,
2670,
46761,
33411,
366,
10430,
1,
796,
705,
20,
12,
486,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
10780,
5132,
82,
318,
319,
642,
12,
486,
30,
46506,
366,
21300,
5132,
82,
1,
16034,
3084,
62,
2670,
46761,
33411,
366,
10430,
1,
796,
705,
20,
12,
486,
6
] |
what is the analog type for wxmi? | SELECT analog FROM table_name_9 WHERE callsign = "wxmi" | [
10919,
318,
262,
15075,
2099,
329,
266,
87,
11632,
30,
46506,
15075,
16034,
3084,
62,
3672,
62,
24,
33411,
3848,
570,
796,
366,
49345,
11632,
1
] | [
1,
1,
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,
15075,
2099,
329,
266,
87,
11632,
30,
46506,
15075,
16034,
3084,
62,
3672,
62,
24,
33411,
3848,
570,
796,
366,
49345,
11632,
1
] |
How big (in sq mi) is the island that's 4065 km2? | SELECT area__sqmi_ FROM table_13897690_1 WHERE area__km_2__ = 4065 | [
2437,
1263,
357,
259,
19862,
21504,
8,
318,
262,
7022,
326,
338,
2319,
2996,
10571,
17,
30,
46506,
1989,
834,
31166,
11632,
62,
16034,
3084,
62,
1485,
4531,
22,
35844,
62,
16,
33411,
1989,
834,
13276,
62,
17,
834,
796,
2319,
2996
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1263,
357,
259,
19862,
21504,
8,
318,
262,
7022,
326,
338,
2319,
2996,
10571,
17,
30,
46506,
1989,
834,
31166,
11632,
62,
16034,
3084,
62,
1485,
4531,
22,
35844,
62,
16,
33411,
1989,
834,
13276,
62,
17,
834,
796,
2319,
2996
] |
tell me about flights from TORONTO to SALT LAKE CITY | SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'TORONTO' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SALT L... | [
33331,
502,
546,
13956,
422,
40691,
1340,
10468,
284,
311,
31429,
9131,
7336,
27993,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
546,
13956,
422,
40691,
1340,
10468,
284,
311,
31429,
9131,
7336,
27993,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054... |
The year 1972 has what written in Height column? | SELECT "Height" FROM table_44130 WHERE "Year" = '1972' | [
464,
614,
16101,
468,
644,
3194,
287,
27280,
5721,
30,
46506,
366,
23106,
1,
16034,
3084,
62,
2598,
12952,
33411,
366,
17688,
1,
796,
705,
41023,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
464,
614,
16101,
468,
644,
3194,
287,
27280,
5721,
30,
46506,
366,
23106,
1,
16034,
3084,
62,
2598,
12952,
33411,
366,
17688,
1,
796,
705,
41023,
6
] |
whats the sex of patient 24517? | SELECT patients.gender FROM patients WHERE patients.subject_id = 24517 | [
1929,
1381,
262,
1714,
286,
5827,
29637,
1558,
30,
46506,
3871,
13,
8388,
16034,
3871,
33411,
3871,
13,
32796,
62,
312,
796,
29637,
1558
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
1929,
1381,
262,
1714,
286,
5827,
29637,
1558,
30,
46506,
3871,
13,
8388,
16034,
3871,
33411,
3871,
13,
32796,
62,
312,
796,
29637,
1558
] |
list all takeoffs and landings at MKE | SELECT DISTINCT flight.flight_id FROM airport AS AIRPORT_0, airport AS AIRPORT_1, flight WHERE (flight.to_airport = AIRPORT_0.airport_code AND AIRPORT_0.airport_code = 'MKE') OR (flight.from_airport = AIRPORT_1.airport_code AND AIRPORT_1.airport_code = 'MKE') | [
4868,
477,
1011,
8210,
290,
1956,
654,
379,
20553,
33635,
16779,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
7054,
31600,
15490,
62,
15,
11,
9003,
7054,
31600,
15490,
62,
16,
11,
5474,
33411,
357,
22560,
13,
1462,
62... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4868,
477,
1011,
8210,
290,
1956,
654,
379,
20553,
33635,
16779,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
7054,
31600,
15490,
62,
15,
11,
9003,
7054,
31600,
15490,
62,
16,
11,
5474,
33411,
357,
22560,
13,
1462,
62... |
How many picks did Central State have before round 2? | SELECT COUNT("Pick") FROM table_8357 WHERE "School" = 'central state' AND "Round" < '2' | [
2437,
867,
11103,
750,
5694,
1812,
423,
878,
2835,
362,
30,
46506,
327,
28270,
7203,
31686,
4943,
16034,
3084,
62,
23,
27277,
33411,
366,
26130,
1,
796,
705,
31463,
1181,
6,
5357,
366,
22685,
1,
1279,
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
] | [
2437,
867,
11103,
750,
5694,
1812,
423,
878,
2835,
362,
30,
46506,
327,
28270,
7203,
31686,
4943,
16034,
3084,
62,
23,
27277,
33411,
366,
26130,
1,
796,
705,
31463,
1181,
6,
5357,
366,
22685,
1,
1279,
705,
17,
6
] |
Which person drove a Reynard 2ki with a Honda Hrk engine? | SELECT "Races" FROM table_11466 WHERE "Chassis" = 'reynard 2ki' AND "Engine" = 'honda hrk' | [
13828,
1048,
10357,
257,
18567,
446,
362,
4106,
351,
257,
20059,
367,
81,
74,
3113,
30,
46506,
366,
49,
2114,
1,
16034,
3084,
62,
16562,
2791,
33411,
366,
1925,
20297,
1,
796,
705,
260,
2047,
446,
362,
4106,
6,
5357,
366,
13798,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1048,
10357,
257,
18567,
446,
362,
4106,
351,
257,
20059,
367,
81,
74,
3113,
30,
46506,
366,
49,
2114,
1,
16034,
3084,
62,
16562,
2791,
33411,
366,
1925,
20297,
1,
796,
705,
260,
2047,
446,
362,
4106,
6,
5357,
366,
13798,
1,
... |
How many rounds was the fight with a decision by submission (punches)? | SELECT "Round" FROM table_8730 WHERE "Method" = 'submission (punches)' | [
2437,
867,
9196,
373,
262,
1907,
351,
257,
2551,
416,
14498,
357,
35512,
2052,
19427,
46506,
366,
22685,
1,
16034,
3084,
62,
5774,
1270,
33411,
366,
17410,
1,
796,
705,
7266,
3411,
357,
35512,
2052,
33047
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
9196,
373,
262,
1907,
351,
257,
2551,
416,
14498,
357,
35512,
2052,
19427,
46506,
366,
22685,
1,
16034,
3084,
62,
5774,
1270,
33411,
366,
17410,
1,
796,
705,
7266,
3411,
357,
35512,
2052,
33047
] |
What is the N117/2400 IEC3 associated with an N100IEC3 of 25? | SELECT "N117/2400 IEC3" FROM table_14977 WHERE "N100 IEC3" = '25' | [
2061,
318,
262,
399,
17657,
14,
1731,
405,
314,
2943,
18,
3917,
351,
281,
399,
3064,
40,
2943,
18,
286,
1679,
30,
46506,
366,
45,
17657,
14,
1731,
405,
314,
2943,
18,
1,
16034,
3084,
62,
19442,
3324,
33411,
366,
45,
3064,
314,
294... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
399,
17657,
14,
1731,
405,
314,
2943,
18,
3917,
351,
281,
399,
3064,
40,
2943,
18,
286,
1679,
30,
46506,
366,
45,
17657,
14,
1731,
405,
314,
2943,
18,
1,
16034,
3084,
62,
19442,
3324,
33411,
366,
45,
3064,
314,
294... |
how many times has she played herself ? | SELECT COUNT(*) FROM table_202_38 WHERE "role" = 'herself' | [
4919,
867,
1661,
468,
673,
2826,
5223,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
19004,
62,
2548,
33411,
366,
18090,
1,
796,
705,
372,
944,
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
] | [
4919,
867,
1661,
468,
673,
2826,
5223,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
19004,
62,
2548,
33411,
366,
18090,
1,
796,
705,
372,
944,
6
] |
how many days have been passed since patient 017-45919's first procedure during this hospital visit? | SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', treatment.treatmenttime)) FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '017-45919'... | [
4919,
867,
1528,
423,
587,
3804,
1201,
5827,
5534,
22,
12,
33459,
1129,
338,
717,
8771,
1141,
428,
4436,
3187,
30,
46506,
352,
1635,
357,
18601,
9792,
12789,
10786,
4,
73,
3256,
327,
39237,
62,
34694,
28955,
532,
19269,
9792,
12789,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1528,
423,
587,
3804,
1201,
5827,
5534,
22,
12,
33459,
1129,
338,
717,
8771,
1141,
428,
4436,
3187,
30,
46506,
352,
1635,
357,
18601,
9792,
12789,
10786,
4,
73,
3256,
327,
39237,
62,
34694,
28955,
532,
19269,
9792,
12789,
1... |
Show the lieutenant governor and comptroller from the democratic party. | SELECT Lieutenant_Governor, Comptroller FROM party WHERE Party = "Democratic" | [
15307,
262,
30269,
8153,
290,
401,
44913,
422,
262,
10518,
2151,
13,
46506,
21586,
62,
29168,
273,
11,
955,
44913,
16034,
2151,
33411,
3615,
796,
366,
33939,
1
] | [
1,
1,
1,
1,
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,
30269,
8153,
290,
401,
44913,
422,
262,
10518,
2151,
13,
46506,
21586,
62,
29168,
273,
11,
955,
44913,
16034,
2151,
33411,
3615,
796,
366,
33939,
1
] |
what is the total amount of tries where the points were 325? | SELECT COUNT(tries_against) FROM table_13564637_3 WHERE points_for = "325" | [
10919,
318,
262,
2472,
2033,
286,
8404,
810,
262,
2173,
547,
29524,
30,
46506,
327,
28270,
7,
83,
1678,
62,
32826,
8,
16034,
3084,
62,
17059,
27720,
2718,
62,
18,
33411,
2173,
62,
1640,
796,
366,
26582,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2472,
2033,
286,
8404,
810,
262,
2173,
547,
29524,
30,
46506,
327,
28270,
7,
83,
1678,
62,
32826,
8,
16034,
3084,
62,
17059,
27720,
2718,
62,
18,
33411,
2173,
62,
1640,
796,
366,
26582,
1
] |
What was the description when the viewers selected Nan? | SELECT description FROM table_15162503_1 WHERE viewers_selection = "Nan" | [
2061,
373,
262,
6764,
618,
262,
10209,
6163,
18008,
30,
46506,
6764,
16034,
3084,
62,
1314,
1433,
9031,
18,
62,
16,
33411,
10209,
62,
49283,
796,
366,
45,
272,
1
] | [
1,
1,
1,
1,
1,
1,
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,
6764,
618,
262,
10209,
6163,
18008,
30,
46506,
6764,
16034,
3084,
62,
1314,
1433,
9031,
18,
62,
16,
33411,
10209,
62,
49283,
796,
366,
45,
272,
1
] |
papers by li dong in semantic parsing topic | SELECT DISTINCT author.authorid, paper.paperid FROM author, keyphrase, paper, paperkeyphrase, writes WHERE author.authorname = 'li dong' AND keyphrase.keyphrasename = 'semantic parsing' AND paperkeyphrase.keyphraseid = keyphrase.keyphraseid AND paper.paperid = paperkeyphrase.paperid AND writes.authorid = author.authori... | [
40491,
416,
7649,
288,
506,
287,
37865,
32096,
7243,
46506,
360,
8808,
1268,
4177,
1772,
13,
9800,
312,
11,
3348,
13,
20189,
312,
16034,
1772,
11,
1994,
34675,
11,
3348,
11,
3348,
2539,
34675,
11,
6797,
33411,
1772,
13,
18439,
1211,
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... | [
40491,
416,
7649,
288,
506,
287,
37865,
32096,
7243,
46506,
360,
8808,
1268,
4177,
1772,
13,
9800,
312,
11,
3348,
13,
20189,
312,
16034,
1772,
11,
1994,
34675,
11,
3348,
11,
3348,
2539,
34675,
11,
6797,
33411,
1772,
13,
18439,
1211,
4... |
What is the average Gold, when Nation is Hungary, and when Bronze is greater than 1? | SELECT AVG("Gold") FROM table_45936 WHERE "Nation" = 'hungary' AND "Bronze" > '1' | [
2061,
318,
262,
2811,
3561,
11,
618,
8741,
318,
19562,
11,
290,
618,
19461,
318,
3744,
621,
352,
30,
46506,
35224,
7203,
13306,
4943,
16034,
3084,
62,
33459,
2623,
33411,
366,
46108,
1,
796,
705,
43274,
560,
6,
5357,
366,
18760,
2736,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3561,
11,
618,
8741,
318,
19562,
11,
290,
618,
19461,
318,
3744,
621,
352,
30,
46506,
35224,
7203,
13306,
4943,
16034,
3084,
62,
33459,
2623,
33411,
366,
46108,
1,
796,
705,
43274,
560,
6,
5357,
366,
18760,
2736,... |
what is the total amount of tries where the points were 325? | SELECT COUNT("Tries against") FROM table_18835 WHERE "Points for" = '325' | [
10919,
318,
262,
2472,
2033,
286,
8404,
810,
262,
2173,
547,
29524,
30,
46506,
327,
28270,
7203,
51,
1678,
1028,
4943,
16034,
3084,
62,
20356,
2327,
33411,
366,
40710,
329,
1,
796,
705,
26582,
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
] | [
10919,
318,
262,
2472,
2033,
286,
8404,
810,
262,
2173,
547,
29524,
30,
46506,
327,
28270,
7203,
51,
1678,
1028,
4943,
16034,
3084,
62,
20356,
2327,
33411,
366,
40710,
329,
1,
796,
705,
26582,
6
] |
how did patient 67687 last entered hospital until 2104? | SELECT admissions.admission_type FROM admissions WHERE admissions.subject_id = 67687 AND STRFTIME('%y', admissions.admittime) <= '2104' ORDER BY admissions.admittime DESC LIMIT 1 | [
4919,
750,
5827,
8275,
39925,
938,
5982,
4436,
1566,
362,
13464,
30,
46506,
25349,
13,
324,
3411,
62,
4906,
16034,
25349,
33411,
25349,
13,
32796,
62,
312,
796,
8275,
39925,
5357,
19269,
9792,
12789,
10786,
4,
88,
3256,
25349,
13,
324,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
750,
5827,
8275,
39925,
938,
5982,
4436,
1566,
362,
13464,
30,
46506,
25349,
13,
324,
3411,
62,
4906,
16034,
25349,
33411,
25349,
13,
32796,
62,
312,
796,
8275,
39925,
5357,
19269,
9792,
12789,
10786,
4,
88,
3256,
25349,
13,
324,
... |
what time was the last time patient 30307 had the minimum arterial bp mean value on 09/21/this year? | SELECT chartevents.charttime FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 30307)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arterial... | [
10919,
640,
373,
262,
938,
640,
5827,
1542,
22996,
550,
262,
5288,
30675,
498,
275,
79,
1612,
1988,
319,
7769,
14,
2481,
14,
5661,
614,
30,
46506,
8262,
31534,
13,
40926,
2435,
16034,
8262,
31534,
33411,
8262,
31534,
13,
291,
436,
323... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
640,
373,
262,
938,
640,
5827,
1542,
22996,
550,
262,
5288,
30675,
498,
275,
79,
1612,
1988,
319,
7769,
14,
2481,
14,
5661,
614,
30,
46506,
8262,
31534,
13,
40926,
2435,
16034,
8262,
31534,
33411,
8262,
31534,
13,
291,
436,
323... |
What is the first and last name of the employee who reports to Nancy Edwards? | SELECT T2.first_name, T2.last_name FROM employees AS T1 JOIN employees AS T2 ON T1.id = T2.reports_to WHERE T1.first_name = "Nancy" AND T1.last_name = "Edwards" | [
2061,
318,
262,
717,
290,
938,
1438,
286,
262,
6538,
508,
3136,
284,
18496,
17381,
30,
46506,
309,
17,
13,
11085,
62,
3672,
11,
309,
17,
13,
12957,
62,
3672,
16034,
4409,
7054,
309,
16,
32357,
1268,
4409,
7054,
309,
17,
6177,
309,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
262,
717,
290,
938,
1438,
286,
262,
6538,
508,
3136,
284,
18496,
17381,
30,
46506,
309,
17,
13,
11085,
62,
3672,
11,
309,
17,
13,
12957,
62,
3672,
16034,
4409,
7054,
309,
16,
32357,
1268,
4409,
7054,
309,
17,
6177,
309,
... |
What is the total silver with a Rank larger than 9, and a Total larger than 1? | SELECT SUM("Silver") FROM table_67369 WHERE "Rank" > '9' AND "Total" > '1' | [
2061,
318,
262,
2472,
8465,
351,
257,
10916,
4025,
621,
860,
11,
290,
257,
7472,
4025,
621,
352,
30,
46506,
35683,
7203,
26766,
4943,
16034,
3084,
62,
3134,
30803,
33411,
366,
27520,
1,
1875,
705,
24,
6,
5357,
366,
14957,
1,
1875,
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
] | [
2061,
318,
262,
2472,
8465,
351,
257,
10916,
4025,
621,
860,
11,
290,
257,
7472,
4025,
621,
352,
30,
46506,
35683,
7203,
26766,
4943,
16034,
3084,
62,
3134,
30803,
33411,
366,
27520,
1,
1875,
705,
24,
6,
5357,
366,
14957,
1,
1875,
7... |
What is the call sign for the frequency of 0 105.7 fm? | SELECT "Call sign" FROM table_5779 WHERE "Frequency" = '0 105.7 fm' | [
2061,
318,
262,
869,
1051,
329,
262,
8373,
286,
657,
13343,
13,
22,
277,
76,
30,
46506,
366,
14134,
1051,
1,
16034,
3084,
62,
20,
40393,
33411,
366,
37,
28707,
1,
796,
705,
15,
13343,
13,
22,
277,
76,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
869,
1051,
329,
262,
8373,
286,
657,
13343,
13,
22,
277,
76,
30,
46506,
366,
14134,
1051,
1,
16034,
3084,
62,
20,
40393,
33411,
366,
37,
28707,
1,
796,
705,
15,
13343,
13,
22,
277,
76,
6
] |
What is Country, when To par is '1', and when Player is 'Seve Ballesteros'? | SELECT country FROM table_name_20 WHERE to_par = 1 AND player = "seve ballesteros" | [
2061,
318,
12946,
11,
618,
1675,
1582,
318,
705,
16,
3256,
290,
618,
7853,
318,
705,
4653,
303,
6932,
7834,
418,
30960,
46506,
1499,
16034,
3084,
62,
3672,
62,
1238,
33411,
284,
62,
1845,
796,
352,
5357,
2137,
796,
366,
325,
303,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12946,
11,
618,
1675,
1582,
318,
705,
16,
3256,
290,
618,
7853,
318,
705,
4653,
303,
6932,
7834,
418,
30960,
46506,
1499,
16034,
3084,
62,
3672,
62,
1238,
33411,
284,
62,
1845,
796,
352,
5357,
2137,
796,
366,
325,
303,
26... |
In what location was the tail number ZS-SPF? | SELECT location FROM table_name_83 WHERE tail_number = "zs-spf" | [
818,
644,
4067,
373,
262,
7894,
1271,
1168,
50,
12,
4303,
37,
30,
46506,
4067,
16034,
3084,
62,
3672,
62,
5999,
33411,
7894,
62,
17618,
796,
366,
89,
82,
12,
2777,
69,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
818,
644,
4067,
373,
262,
7894,
1271,
1168,
50,
12,
4303,
37,
30,
46506,
4067,
16034,
3084,
62,
3672,
62,
5999,
33411,
7894,
62,
17618,
796,
366,
89,
82,
12,
2777,
69,
1
] |
Which catalogue is from Japan? | SELECT catalogue FROM table_name_31 WHERE region = "japan" | [
13828,
34614,
318,
422,
2869,
30,
46506,
34614,
16034,
3084,
62,
3672,
62,
3132,
33411,
3814,
796,
366,
73,
2674,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
34614,
318,
422,
2869,
30,
46506,
34614,
16034,
3084,
62,
3672,
62,
3132,
33411,
3814,
796,
366,
73,
2674,
1
] |
eccv best paper award 2015 | SELECT DISTINCT paper.paperid FROM paper, venue WHERE paper.year = 2015 AND venue.venueid = paper.venueid AND venue.venuename = 'eccv' | [
68,
535,
85,
1266,
3348,
5764,
1853,
46506,
360,
8808,
1268,
4177,
3348,
13,
20189,
312,
16034,
3348,
11,
14359,
33411,
3348,
13,
1941,
796,
1853,
5357,
14359,
13,
4080,
312,
796,
3348,
13,
4080,
312,
5357,
14359,
13,
574,
84,
12453,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
68,
535,
85,
1266,
3348,
5764,
1853,
46506,
360,
8808,
1268,
4177,
3348,
13,
20189,
312,
16034,
3348,
11,
14359,
33411,
3348,
13,
1941,
796,
1853,
5357,
14359,
13,
4080,
312,
796,
3348,
13,
4080,
312,
5357,
14359,
13,
574,
84,
12453,
... |
Tell me the left office for mirko tremaglia | SELECT "Left office" FROM table_4313 WHERE "Minister" = 'mirko tremaglia' | [
24446,
502,
262,
1364,
2607,
329,
5720,
7204,
10023,
363,
24660,
46506,
366,
18819,
2607,
1,
16034,
3084,
62,
3559,
1485,
33411,
366,
9452,
1694,
1,
796,
705,
10793,
7204,
10023,
363,
24660,
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
] | [
24446,
502,
262,
1364,
2607,
329,
5720,
7204,
10023,
363,
24660,
46506,
366,
18819,
2607,
1,
16034,
3084,
62,
3559,
1485,
33411,
366,
9452,
1694,
1,
796,
705,
10793,
7204,
10023,
363,
24660,
6
] |
What is the platelet count for congenital afibrinogenemia? | SELECT platelet_count FROM table_238124_1 WHERE condition = "Congenital afibrinogenemia" | [
2061,
318,
262,
7480,
1616,
954,
329,
41174,
1287,
6580,
2889,
259,
6644,
22859,
30,
46506,
7480,
1616,
62,
9127,
16034,
3084,
62,
23721,
17464,
62,
16,
33411,
4006,
796,
366,
18649,
268,
1287,
6580,
2889,
259,
6644,
22859,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7480,
1616,
954,
329,
41174,
1287,
6580,
2889,
259,
6644,
22859,
30,
46506,
7480,
1616,
62,
9127,
16034,
3084,
62,
23721,
17464,
62,
16,
33411,
4006,
796,
366,
18649,
268,
1287,
6580,
2889,
259,
6644,
22859,
1
] |
Who lost with a time of 0:58? | SELECT loser FROM table_name_44 WHERE time = "0:58" | [
8241,
2626,
351,
257,
640,
286,
657,
25,
3365,
30,
46506,
30256,
16034,
3084,
62,
3672,
62,
2598,
33411,
640,
796,
366,
15,
25,
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
] | [
8241,
2626,
351,
257,
640,
286,
657,
25,
3365,
30,
46506,
30256,
16034,
3084,
62,
3672,
62,
2598,
33411,
640,
796,
366,
15,
25,
3365,
1
] |
what was the last value of a laboratory test anion gap of patient 26922 during their last hospital encounter? | SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 26922 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = '... | [
10919,
373,
262,
938,
1988,
286,
257,
14010,
1332,
281,
295,
7625,
286,
5827,
38249,
1828,
1141,
511,
938,
4436,
8791,
30,
46506,
2248,
31534,
13,
2100,
84,
44709,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
373,
262,
938,
1988,
286,
257,
14010,
1332,
281,
295,
7625,
286,
5827,
38249,
1828,
1141,
511,
938,
4436,
8791,
30,
46506,
2248,
31534,
13,
2100,
84,
44709,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
... |
How many bookings did each customer make? List the customer id and the count in the scatter chart. | SELECT T1.customer_id, COUNT(*) FROM Customers AS T1 JOIN Bookings AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id | [
2437,
867,
1492,
654,
750,
1123,
6491,
787,
30,
7343,
262,
6491,
4686,
290,
262,
954,
287,
262,
41058,
8262,
13,
46506,
309,
16,
13,
23144,
263,
62,
312,
11,
327,
28270,
7,
28104,
16034,
36707,
7054,
309,
16,
32357,
1268,
4897,
654,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1492,
654,
750,
1123,
6491,
787,
30,
7343,
262,
6491,
4686,
290,
262,
954,
287,
262,
41058,
8262,
13,
46506,
309,
16,
13,
23144,
263,
62,
312,
11,
327,
28270,
7,
28104,
16034,
36707,
7054,
309,
16,
32357,
1268,
4897,
654,... |
report the number of patients who had premature admission before the year 2120 via clinic referral. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "CLINIC REFERRAL/PREMATURE" AND demographic.admityear < "2120" | [
13116,
262,
1271,
286,
3871,
508,
550,
19905,
13938,
878,
262,
614,
362,
10232,
2884,
15760,
31413,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
62,
24886,
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... | [
13116,
262,
1271,
286,
3871,
508,
550,
19905,
13938,
878,
262,
614,
362,
10232,
2884,
15760,
31413,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
62,
24886,
79... |
How many votes do my comments have?. | SELECT COUNT(*) AS "post_link", Score FROM Comments WHERE UserId = 12952 GROUP BY Score ORDER BY Score DESC | [
2437,
867,
5690,
466,
616,
3651,
423,
30,
13,
46506,
327,
28270,
7,
28104,
7054,
366,
7353,
62,
8726,
1600,
15178,
16034,
19502,
33411,
11787,
7390,
796,
1105,
49234,
44441,
11050,
15178,
38678,
11050,
15178,
22196,
34
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2437,
867,
5690,
466,
616,
3651,
423,
30,
13,
46506,
327,
28270,
7,
28104,
7054,
366,
7353,
62,
8726,
1600,
15178,
16034,
19502,
33411,
11787,
7390,
796,
1105,
49234,
44441,
11050,
15178,
38678,
11050,
15178,
22196,
34
] |
Which Score has an Opponent of @ buffalo sabres? | SELECT "Score" FROM table_8649 WHERE "Opponent" = '@ buffalo sabres' | [
13828,
15178,
468,
281,
9385,
3471,
286,
2488,
45019,
17463,
411,
30,
46506,
366,
26595,
1,
16034,
3084,
62,
23,
33300,
33411,
366,
27524,
3471,
1,
796,
705,
31,
45019,
17463,
411,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
15178,
468,
281,
9385,
3471,
286,
2488,
45019,
17463,
411,
30,
46506,
366,
26595,
1,
16034,
3084,
62,
23,
33300,
33411,
366,
27524,
3471,
1,
796,
705,
31,
45019,
17463,
411,
6
] |
What is the Date of the Game with a Result of w 22 16 in TV Time of CBS 1:00ET? | SELECT date FROM table_name_90 WHERE tv_time = "cbs 1:00et" AND result = "w 22–16" | [
2061,
318,
262,
7536,
286,
262,
3776,
351,
257,
25414,
286,
266,
2534,
1467,
287,
3195,
3862,
286,
11133,
352,
25,
405,
2767,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3829,
33411,
31557,
62,
2435,
796,
366,
66,
1443,
352,
25,
405... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
7536,
286,
262,
3776,
351,
257,
25414,
286,
266,
2534,
1467,
287,
3195,
3862,
286,
11133,
352,
25,
405,
2767,
30,
46506,
3128,
16034,
3084,
62,
3672,
62,
3829,
33411,
31557,
62,
2435,
796,
366,
66,
1443,
352,
25,
405... |
What is the Championship Game that has 4 Bids and a .600 Win %? | SELECT championship_game FROM table_name_40 WHERE _number_of_bids = 4 AND win__percentage = ".600" | [
2061,
318,
262,
10749,
3776,
326,
468,
604,
347,
2340,
290,
257,
764,
8054,
7178,
4064,
30,
46506,
12184,
62,
6057,
16034,
3084,
62,
3672,
62,
1821,
33411,
4808,
17618,
62,
1659,
62,
65,
2340,
796,
604,
5357,
1592,
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
] | [
2061,
318,
262,
10749,
3776,
326,
468,
604,
347,
2340,
290,
257,
764,
8054,
7178,
4064,
30,
46506,
12184,
62,
6057,
16034,
3084,
62,
3672,
62,
1821,
33411,
4808,
17618,
62,
1659,
62,
65,
2340,
796,
604,
5357,
1592,
834,
25067,
496,
... |
give me the number of patients who had excision or destruction of other lesion or tissue of heart, open approach procedure along with cerebrospinal fluid lab test. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE procedures.long_title = "Excision or destruction of other lesion or tissue of heart, open approach" AND lab.fluid = "Cerebrospinal Fl... | [
26535,
502,
262,
1271,
286,
3871,
508,
550,
2859,
1166,
393,
8166,
286,
584,
10287,
295,
393,
10712,
286,
2612,
11,
1280,
3164,
8771,
1863,
351,
6736,
7957,
2777,
1292,
11711,
2248,
1332,
13,
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... | [
26535,
502,
262,
1271,
286,
3871,
508,
550,
2859,
1166,
393,
8166,
286,
584,
10287,
295,
393,
10712,
286,
2612,
11,
1280,
3164,
8771,
1863,
351,
6736,
7957,
2777,
1292,
11711,
2248,
1332,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177... |
How many percent of the votes in Debaca did McCain get? | SELECT mccain_percentage FROM table_20539826_1 WHERE county = "DeBaca" | [
2437,
867,
1411,
286,
262,
5690,
287,
8965,
22260,
750,
14264,
651,
30,
46506,
285,
535,
391,
62,
25067,
496,
16034,
3084,
62,
21261,
31952,
2075,
62,
16,
33411,
7968,
796,
366,
5005,
33,
22260,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1411,
286,
262,
5690,
287,
8965,
22260,
750,
14264,
651,
30,
46506,
285,
535,
391,
62,
25067,
496,
16034,
3084,
62,
21261,
31952,
2075,
62,
16,
33411,
7968,
796,
366,
5005,
33,
22260,
1
] |
What is the name of gao chiappe meng o'connor wang cheng liu? | SELECT name FROM table_name_99 WHERE authors = "gao chiappe meng o'connor wang cheng liu" | [
2061,
318,
262,
1438,
286,
308,
5488,
442,
544,
27768,
1450,
70,
267,
6,
1102,
13099,
266,
648,
1125,
782,
7649,
84,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
2079,
33411,
7035,
796,
366,
4908,
78,
442,
544,
27768,
1450,
70,
267,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1438,
286,
308,
5488,
442,
544,
27768,
1450,
70,
267,
6,
1102,
13099,
266,
648,
1125,
782,
7649,
84,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
2079,
33411,
7035,
796,
366,
4908,
78,
442,
544,
27768,
1450,
70,
267,
... |
If the distribution mechanism is the Microsoft website and the security issues id 98-004, what are all of the features? | SELECT features FROM table_2263152_1 WHERE security_issues = "98-004" AND distribution_mechanism = "Microsoft website" | [
1532,
262,
6082,
9030,
318,
262,
5413,
3052,
290,
262,
2324,
2428,
4686,
9661,
12,
22914,
11,
644,
389,
477,
286,
262,
3033,
30,
46506,
3033,
16034,
3084,
62,
1828,
5066,
17827,
62,
16,
33411,
2324,
62,
37165,
796,
366,
4089,
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,
1,
1,
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,
6082,
9030,
318,
262,
5413,
3052,
290,
262,
2324,
2428,
4686,
9661,
12,
22914,
11,
644,
389,
477,
286,
262,
3033,
30,
46506,
3033,
16034,
3084,
62,
1828,
5066,
17827,
62,
16,
33411,
2324,
62,
37165,
796,
366,
4089,
12,
22... |
What is the date that the Institution of Lynn University was founded on? | SELECT "Founded" FROM table_58246 WHERE "Institution" = 'lynn university' | [
2061,
318,
262,
3128,
326,
262,
29426,
286,
24868,
2059,
373,
9393,
319,
30,
46506,
366,
37,
6302,
1,
16034,
3084,
62,
3365,
26912,
33411,
366,
6310,
2738,
1,
796,
705,
12935,
6403,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
3128,
326,
262,
29426,
286,
24868,
2059,
373,
9393,
319,
30,
46506,
366,
37,
6302,
1,
16034,
3084,
62,
3365,
26912,
33411,
366,
6310,
2738,
1,
796,
705,
12935,
6403,
6
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.