instruction
stringlengths 0
1.06k
| response
stringlengths 2
3.61k
| input_ids
list | attention_mask
list | labels
list |
---|---|---|---|---|
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, return a line chart about the change of employee_id over hire_date . | SELECT HIRE_DATE, EMPLOYEE_ID FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 | [
1890,
883,
4409,
3025,
9588,
318,
287,
262,
2837,
286,
38055,
290,
1105,
830,
290,
5810,
318,
407,
9242,
393,
5011,
1271,
857,
407,
4961,
284,
2319,
11,
1441,
257,
1627,
8262,
546,
262,
1487,
286,
6538,
62,
312,
625,
11078,
62,
4475,
764,
46506,
36210,
2200,
62,
35,
6158,
11,
17228,
6489,
21414,
6500,
62,
2389,
16034,
4409,
33411,
42475,
13153,
38651,
8845,
1677,
38055,
5357,
1105,
830,
5357,
22240,
40373,
62,
47,
4177,
1279,
29,
366,
8423,
1,
6375,
5550,
30709,
10979,
62,
2389,
1279,
29,
2319
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
1890,
883,
4409,
3025,
9588,
318,
287,
262,
2837,
286,
38055,
290,
1105,
830,
290,
5810,
318,
407,
9242,
393,
5011,
1271,
857,
407,
4961,
284,
2319,
11,
1441,
257,
1627,
8262,
546,
262,
1487,
286,
6538,
62,
312,
625,
11078,
62,
4475,
764,
46506,
36210,
2200,
62,
35,
6158,
11,
17228,
6489,
21414,
6500,
62,
2389,
16034,
4409,
33411,
42475,
13153,
38651,
8845,
1677,
38055,
5357,
1105,
830,
5357,
22240,
40373,
62,
47,
4177,
1279,
29,
366,
8423,
1,
6375,
5550,
30709,
10979,
62,
2389,
1279,
29,
2319
]
|
What body participated in 1973? | SELECT body FROM table_name_43 WHERE year = "1973" | [
2061,
1767,
14888,
287,
15674,
30,
46506,
1767,
16034,
3084,
62,
3672,
62,
3559,
33411,
614,
796,
366,
40220,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
1767,
14888,
287,
15674,
30,
46506,
1767,
16034,
3084,
62,
3672,
62,
3559,
33411,
614,
796,
366,
40220,
1
]
|
Name the time for event of tfc 21 | SELECT "Time" FROM table_55756 WHERE "Event" = 'tfc 21' | [
5376,
262,
640,
329,
1785,
286,
256,
16072,
2310,
46506,
366,
7575,
1,
16034,
3084,
62,
2816,
38219,
33411,
366,
9237,
1,
796,
705,
83,
16072,
2310,
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
]
| [
5376,
262,
640,
329,
1785,
286,
256,
16072,
2310,
46506,
366,
7575,
1,
16034,
3084,
62,
2816,
38219,
33411,
366,
9237,
1,
796,
705,
83,
16072,
2310,
6
]
|
What are the different transaction types, and how many transactions of each have taken place. Plot them as pie chart. | SELECT transaction_type, COUNT(*) FROM Financial_Transactions GROUP BY transaction_type | [
2061,
389,
262,
1180,
8611,
3858,
11,
290,
703,
867,
8945,
286,
1123,
423,
2077,
1295,
13,
28114,
606,
355,
2508,
8262,
13,
46506,
8611,
62,
4906,
11,
327,
28270,
7,
28104,
16034,
11302,
62,
8291,
4658,
44441,
11050,
8611,
62,
4906
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1180,
8611,
3858,
11,
290,
703,
867,
8945,
286,
1123,
423,
2077,
1295,
13,
28114,
606,
355,
2508,
8262,
13,
46506,
8611,
62,
4906,
11,
327,
28270,
7,
28104,
16034,
11302,
62,
8291,
4658,
44441,
11050,
8611,
62,
4906
]
|
Response average and standard deviation time for a tag. | WITH diffs AS (SELECT CAST(a.CreationDate - q.CreationDate AS FLOAT) AS d FROM Posts AS q JOIN Posts AS a ON a.Id = q.AcceptedAnswerId) SELECT AVG(d), STDEV(d) FROM diffs | [
31077,
2811,
290,
3210,
28833,
640,
329,
257,
7621,
13,
54,
10554,
814,
82,
7054,
357,
46506,
327,
11262,
7,
64,
13,
12443,
341,
10430,
532,
10662,
13,
12443,
341,
10430,
7054,
9977,
46,
1404,
8,
7054,
288,
16034,
12043,
7054,
10662,
32357,
1268,
12043,
7054,
257,
6177,
257,
13,
7390,
796,
10662,
13,
38855,
276,
33706,
7390,
8,
33493,
35224,
7,
67,
828,
3563,
39345,
7,
67,
8,
16034,
814,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
31077,
2811,
290,
3210,
28833,
640,
329,
257,
7621,
13,
54,
10554,
814,
82,
7054,
357,
46506,
327,
11262,
7,
64,
13,
12443,
341,
10430,
532,
10662,
13,
12443,
341,
10430,
7054,
9977,
46,
1404,
8,
7054,
288,
16034,
12043,
7054,
10662,
32357,
1268,
12043,
7054,
257,
6177,
257,
13,
7390,
796,
10662,
13,
38855,
276,
33706,
7390,
8,
33493,
35224,
7,
67,
828,
3563,
39345,
7,
67,
8,
16034,
814,
82
]
|
find the event names that have more than 2 records. | SELECT event_name FROM party_events GROUP BY event_name HAVING COUNT(*) > 2 | [
19796,
262,
1785,
3891,
326,
423,
517,
621,
362,
4406,
13,
46506,
1785,
62,
3672,
16034,
2151,
62,
31534,
44441,
11050,
1785,
62,
3672,
367,
10116,
2751,
327,
28270,
7,
28104,
1875,
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,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
19796,
262,
1785,
3891,
326,
423,
517,
621,
362,
4406,
13,
46506,
1785,
62,
3672,
16034,
2151,
62,
31534,
44441,
11050,
1785,
62,
3672,
367,
10116,
2751,
327,
28270,
7,
28104,
1875,
362
]
|
Which Team has Points of 15? | SELECT team FROM table_name_80 WHERE points = "15" | [
13828,
4816,
468,
11045,
286,
1315,
30,
46506,
1074,
16034,
3084,
62,
3672,
62,
1795,
33411,
2173,
796,
366,
1314,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
13828,
4816,
468,
11045,
286,
1315,
30,
46506,
1074,
16034,
3084,
62,
3672,
62,
1795,
33411,
2173,
796,
366,
1314,
1
]
|
What are the total number of laps for Tom Bridger? | SELECT COUNT("Laps") FROM table_37482 WHERE "Driver" = 'tom bridger' | [
2061,
389,
262,
2472,
1271,
286,
24590,
329,
4186,
28320,
1362,
30,
46506,
327,
28270,
7203,
43,
1686,
4943,
16034,
3084,
62,
2718,
40149,
33411,
366,
32103,
1,
796,
705,
39532,
38265,
1362,
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,
389,
262,
2472,
1271,
286,
24590,
329,
4186,
28320,
1362,
30,
46506,
327,
28270,
7203,
43,
1686,
4943,
16034,
3084,
62,
2718,
40149,
33411,
366,
32103,
1,
796,
705,
39532,
38265,
1362,
6
]
|
When was the locomotive named fighter command built? | SELECT whenbuilt FROM table_name_28 WHERE name = "fighter command" | [
2215,
373,
262,
33334,
19138,
3706,
10543,
3141,
3170,
30,
46506,
618,
18780,
16034,
3084,
62,
3672,
62,
2078,
33411,
1438,
796,
366,
24733,
3141,
1
]
| [
1,
1,
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,
373,
262,
33334,
19138,
3706,
10543,
3141,
3170,
30,
46506,
618,
18780,
16034,
3084,
62,
3672,
62,
2078,
33411,
1438,
796,
366,
24733,
3141,
1
]
|
how many times did patient 005-46456 receive surgery consultation in 2104? | SELECT COUNT(*) FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005-46456')) AND treatment.treatmentname = 'surgery consultation' AND STRFTIME('%y', treatment.treatmenttime) = '2104' | [
4919,
867,
1661,
750,
5827,
3571,
20,
12,
3510,
29228,
3328,
8185,
18103,
287,
362,
13464,
30,
46506,
327,
28270,
7,
28104,
16034,
3513,
33411,
3513,
13,
26029,
20850,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
20850,
31712,
312,
16034,
5827,
33411,
5827,
13,
26029,
13948,
10057,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
13948,
10057,
31712,
312,
16034,
5827,
33411,
5827,
13,
403,
1557,
538,
312,
796,
705,
22544,
12,
3510,
29228,
6,
4008,
5357,
3513,
13,
42487,
3672,
796,
705,
11793,
7076,
18103,
6,
5357,
19269,
9792,
12789,
10786,
4,
88,
3256,
3513,
13,
42487,
2435
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
4919,
867,
1661,
750,
5827,
3571,
20,
12,
3510,
29228,
3328,
8185,
18103,
287,
362,
13464,
30,
46506,
327,
28270,
7,
28104,
16034,
3513,
33411,
3513,
13,
26029,
20850,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
20850,
31712,
312,
16034,
5827,
33411,
5827,
13,
26029,
13948,
10057,
31712,
312,
3268,
357,
46506,
5827,
13,
26029,
13948,
10057,
31712,
312,
16034,
5827,
33411,
5827,
13,
403,
1557,
538,
312,
796,
705,
22544,
12,
3510,
29228,
6,
4008,
5357,
3513,
13,
42487,
3672,
796,
705,
11793,
7076,
18103,
6,
5357,
19269,
9792,
12789,
10786,
4,
88,
3256,
3513,
13,
42487,
2435
]
|
what are the number of times an artist earned first place ? | SELECT COUNT(*) FROM table_203_862 WHERE "place" = 1 | [
10919,
389,
262,
1271,
286,
1661,
281,
6802,
7366,
717,
1295,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
4521,
17,
33411,
366,
5372,
1,
796,
352
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
10919,
389,
262,
1271,
286,
1661,
281,
6802,
7366,
717,
1295,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
4521,
17,
33411,
366,
5372,
1,
796,
352
]
|
Who has a Construction of 1870, foochow navy yard, and a Name (Wade Giles) of fu-hsing? | SELECT characters FROM table_name_1 WHERE construction = "1870, foochow navy yard" AND name__wade_giles_ = "fu-hsing" | [
8241,
468,
257,
20395,
286,
37667,
11,
22944,
354,
322,
23956,
12699,
11,
290,
257,
6530,
357,
54,
671,
37538,
8,
286,
14035,
12,
11994,
278,
30,
46506,
3435,
16034,
3084,
62,
3672,
62,
16,
33411,
5103,
796,
366,
1507,
2154,
11,
22944,
354,
322,
23956,
12699,
1,
5357,
1438,
834,
86,
671,
62,
70,
2915,
62,
796,
366,
20942,
12,
11994,
278,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
468,
257,
20395,
286,
37667,
11,
22944,
354,
322,
23956,
12699,
11,
290,
257,
6530,
357,
54,
671,
37538,
8,
286,
14035,
12,
11994,
278,
30,
46506,
3435,
16034,
3084,
62,
3672,
62,
16,
33411,
5103,
796,
366,
1507,
2154,
11,
22944,
354,
322,
23956,
12699,
1,
5357,
1438,
834,
86,
671,
62,
70,
2915,
62,
796,
366,
20942,
12,
11994,
278,
1
]
|
What is the total lost that has points greater than 8 and a difference of - 8 and a position of greater than 5? | SELECT SUM("Lost") FROM table_43183 WHERE "Points" > '8' AND "Difference" = '- 8' AND "Position" > '5' | [
2061,
318,
262,
2472,
2626,
326,
468,
2173,
3744,
621,
807,
290,
257,
3580,
286,
532,
807,
290,
257,
2292,
286,
3744,
621,
642,
30,
46506,
35683,
7203,
31042,
4943,
16034,
3084,
62,
3559,
24839,
33411,
366,
40710,
1,
1875,
705,
23,
6,
5357,
366,
28813,
1945,
1,
796,
705,
12,
807,
6,
5357,
366,
26545,
1,
1875,
705,
20,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
2472,
2626,
326,
468,
2173,
3744,
621,
807,
290,
257,
3580,
286,
532,
807,
290,
257,
2292,
286,
3744,
621,
642,
30,
46506,
35683,
7203,
31042,
4943,
16034,
3084,
62,
3559,
24839,
33411,
366,
40710,
1,
1875,
705,
23,
6,
5357,
366,
28813,
1945,
1,
796,
705,
12,
807,
6,
5357,
366,
26545,
1,
1875,
705,
20,
6
]
|
What were the high points on March 25? | SELECT "High points" FROM table_29914 WHERE "Date" = 'March 25' | [
2061,
547,
262,
1029,
2173,
319,
2805,
1679,
30,
46506,
366,
11922,
2173,
1,
16034,
3084,
62,
22579,
1415,
33411,
366,
10430,
1,
796,
705,
16192,
1679,
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,
547,
262,
1029,
2173,
319,
2805,
1679,
30,
46506,
366,
11922,
2173,
1,
16034,
3084,
62,
22579,
1415,
33411,
366,
10430,
1,
796,
705,
16192,
1679,
6
]
|
how many nations won more than 2 gold medals ? | SELECT COUNT("nation") FROM table_204_320 WHERE "gold" > 2 | [
4919,
867,
7027,
1839,
517,
621,
362,
3869,
28057,
5633,
46506,
327,
28270,
7203,
25729,
4943,
16034,
3084,
62,
18638,
62,
19504,
33411,
366,
24267,
1,
1875,
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,
1,
1,
1
]
| [
4919,
867,
7027,
1839,
517,
621,
362,
3869,
28057,
5633,
46506,
327,
28270,
7203,
25729,
4943,
16034,
3084,
62,
18638,
62,
19504,
33411,
366,
24267,
1,
1875,
362
]
|
Name the least podiums for 49 points | SELECT MIN(podiums) FROM table_20398823_1 WHERE points = "49" | [
5376,
262,
1551,
27941,
82,
329,
5125,
2173,
46506,
20625,
7,
79,
12664,
82,
8,
16034,
3084,
62,
1238,
2670,
3459,
1954,
62,
16,
33411,
2173,
796,
366,
2920,
1
]
| [
1,
1,
1,
1,
1,
1,
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,
27941,
82,
329,
5125,
2173,
46506,
20625,
7,
79,
12664,
82,
8,
16034,
3084,
62,
1238,
2670,
3459,
1954,
62,
16,
33411,
2173,
796,
366,
2920,
1
]
|
What is the team 1 with cementarnica as team 2? | SELECT team_1 FROM table_name_20 WHERE team_2 = "cementarnica" | [
2061,
318,
262,
1074,
352,
351,
20534,
1501,
3970,
355,
1074,
362,
30,
46506,
1074,
62,
16,
16034,
3084,
62,
3672,
62,
1238,
33411,
1074,
62,
17,
796,
366,
344,
434,
1501,
3970,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
1074,
352,
351,
20534,
1501,
3970,
355,
1074,
362,
30,
46506,
1074,
62,
16,
16034,
3084,
62,
3672,
62,
1238,
33411,
1074,
62,
17,
796,
366,
344,
434,
1501,
3970,
1
]
|
Which Avg/G that has a Name of opponents, and an Effic smaller than 129.73? | SELECT SUM(avg_g) FROM table_name_69 WHERE name = "opponents" AND effic < 129.73 | [
13828,
33455,
14,
38,
326,
468,
257,
6530,
286,
7691,
11,
290,
281,
412,
2108,
4833,
621,
20248,
13,
4790,
30,
46506,
35683,
7,
615,
70,
62,
70,
8,
16034,
3084,
62,
3672,
62,
3388,
33411,
1438,
796,
366,
10365,
3906,
1,
5357,
4396,
1279,
20248,
13,
4790
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
33455,
14,
38,
326,
468,
257,
6530,
286,
7691,
11,
290,
281,
412,
2108,
4833,
621,
20248,
13,
4790,
30,
46506,
35683,
7,
615,
70,
62,
70,
8,
16034,
3084,
62,
3672,
62,
3388,
33411,
1438,
796,
366,
10365,
3906,
1,
5357,
4396,
1279,
20248,
13,
4790
]
|
What is the 1st run when 37.496 (4) is the 3rd run? | SELECT "1st run" FROM table_13398 WHERE "3rd run" = '37.496 (4)' | [
2061,
318,
262,
352,
301,
1057,
618,
5214,
13,
37747,
357,
19,
8,
318,
262,
513,
4372,
1057,
30,
46506,
366,
16,
301,
1057,
1,
16034,
3084,
62,
1485,
31952,
33411,
366,
18,
4372,
1057,
1,
796,
705,
2718,
13,
37747,
357,
19,
33047
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
352,
301,
1057,
618,
5214,
13,
37747,
357,
19,
8,
318,
262,
513,
4372,
1057,
30,
46506,
366,
16,
301,
1057,
1,
16034,
3084,
62,
1485,
31952,
33411,
366,
18,
4372,
1057,
1,
796,
705,
2718,
13,
37747,
357,
19,
33047
]
|
calculate the maximum age of unmarried patients who have gangrene primary disease. | SELECT MAX(demographic.age) FROM demographic WHERE demographic.marital_status = "SINGLE" AND demographic.diagnosis = "GANGRENE" | [
9948,
3129,
378,
262,
5415,
2479,
286,
39183,
3871,
508,
423,
7706,
25924,
4165,
4369,
13,
46506,
25882,
7,
9536,
6826,
13,
496,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
50,
2751,
2538,
1,
5357,
16728,
13,
47356,
5958,
796,
366,
45028,
10761,
39267,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
9948,
3129,
378,
262,
5415,
2479,
286,
39183,
3871,
508,
423,
7706,
25924,
4165,
4369,
13,
46506,
25882,
7,
9536,
6826,
13,
496,
8,
16034,
16728,
33411,
16728,
13,
3876,
1287,
62,
13376,
796,
366,
50,
2751,
2538,
1,
5357,
16728,
13,
47356,
5958,
796,
366,
45028,
10761,
39267,
1
]
|
What is the highest number of silver medals that Ireland earned when they scored less than 3 bronze medals and earned 1 medal? | SELECT MAX("Silver") FROM table_68249 WHERE "Bronze" < '3' AND "Gold" < '1' AND "Total" = '1' AND "Nation" = 'ireland' | [
2061,
318,
262,
4511,
1271,
286,
8465,
28057,
326,
7517,
7366,
618,
484,
7781,
1342,
621,
513,
22101,
28057,
290,
7366,
352,
18279,
30,
46506,
25882,
7203,
26766,
4943,
16034,
3084,
62,
3104,
21626,
33411,
366,
18760,
2736,
1,
1279,
705,
18,
6,
5357,
366,
13306,
1,
1279,
705,
16,
6,
5357,
366,
14957,
1,
796,
705,
16,
6,
5357,
366,
46108,
1,
796,
705,
557,
1044,
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,
1,
1,
1,
1
]
| [
2061,
318,
262,
4511,
1271,
286,
8465,
28057,
326,
7517,
7366,
618,
484,
7781,
1342,
621,
513,
22101,
28057,
290,
7366,
352,
18279,
30,
46506,
25882,
7203,
26766,
4943,
16034,
3084,
62,
3104,
21626,
33411,
366,
18760,
2736,
1,
1279,
705,
18,
6,
5357,
366,
13306,
1,
1279,
705,
16,
6,
5357,
366,
14957,
1,
796,
705,
16,
6,
5357,
366,
46108,
1,
796,
705,
557,
1044,
6
]
|
What is the Raw bandwidth (Mbit/s) for the SAS 300? | SELECT raw_bandwidth__mbit_s_ FROM table_name_8 WHERE name = "sas 300" | [
2061,
318,
262,
16089,
19484,
357,
44,
2545,
14,
82,
8,
329,
262,
35516,
5867,
30,
46506,
8246,
62,
3903,
10394,
834,
2022,
270,
62,
82,
62,
16034,
3084,
62,
3672,
62,
23,
33411,
1438,
796,
366,
82,
292,
5867,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
16089,
19484,
357,
44,
2545,
14,
82,
8,
329,
262,
35516,
5867,
30,
46506,
8246,
62,
3903,
10394,
834,
2022,
270,
62,
82,
62,
16034,
3084,
62,
3672,
62,
23,
33411,
1438,
796,
366,
82,
292,
5867,
1
]
|
find the patients who have to be tested for ketones with diagnosis of dysphagia nos. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.short_title = "Dysphagia NOS" AND lab.label = "Ketone" | [
19796,
262,
3871,
508,
423,
284,
307,
6789,
329,
22354,
1952,
351,
13669,
286,
50111,
363,
544,
43630,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18108,
76,
62,
312,
796,
2248,
13,
18108,
76,
62,
312,
33411,
40567,
13,
19509,
62,
7839,
796,
366,
35,
893,
746,
363,
544,
399,
2640,
1,
5357,
2248,
13,
18242,
796,
366,
42,
316,
505,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
19796,
262,
3871,
508,
423,
284,
307,
6789,
329,
22354,
1952,
351,
13669,
286,
50111,
363,
544,
43630,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18108,
76,
62,
312,
796,
2248,
13,
18108,
76,
62,
312,
33411,
40567,
13,
19509,
62,
7839,
796,
366,
35,
893,
746,
363,
544,
399,
2640,
1,
5357,
2248,
13,
18242,
796,
366,
42,
316,
505,
1
]
|
second highest forward/center -lrb- f/c -rrb- drafted | SELECT "player" FROM table_204_93 WHERE "position" = 'f/c' AND id > (SELECT MIN(id) FROM table_204_93 WHERE "position" = 'f/c') ORDER BY id LIMIT 1 | [
12227,
4511,
2651,
14,
16159,
532,
14050,
65,
12,
277,
14,
66,
532,
21062,
65,
12,
15937,
46506,
366,
7829,
1,
16034,
3084,
62,
18638,
62,
6052,
33411,
366,
9150,
1,
796,
705,
69,
14,
66,
6,
5357,
4686,
1875,
357,
46506,
20625,
7,
312,
8,
16034,
3084,
62,
18638,
62,
6052,
33411,
366,
9150,
1,
796,
705,
69,
14,
66,
11537,
38678,
11050,
4686,
27564,
2043,
352
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
12227,
4511,
2651,
14,
16159,
532,
14050,
65,
12,
277,
14,
66,
532,
21062,
65,
12,
15937,
46506,
366,
7829,
1,
16034,
3084,
62,
18638,
62,
6052,
33411,
366,
9150,
1,
796,
705,
69,
14,
66,
6,
5357,
4686,
1875,
357,
46506,
20625,
7,
312,
8,
16034,
3084,
62,
18638,
62,
6052,
33411,
366,
9150,
1,
796,
705,
69,
14,
66,
11537,
38678,
11050,
4686,
27564,
2043,
352
]
|
Who is the mens doubles when womens doubles is anastasia chervyakova romina gabdullina? | SELECT "Mens doubles" FROM table_17518 WHERE "Womens doubles" = 'Anastasia Chervyakova Romina Gabdullina' | [
8241,
318,
262,
285,
641,
21938,
618,
1116,
641,
21938,
318,
281,
459,
23218,
21382,
7670,
461,
10071,
9267,
1437,
308,
397,
646,
297,
1437,
30,
46506,
366,
44,
641,
21938,
1,
16034,
3084,
62,
17430,
1507,
33411,
366,
54,
296,
641,
21938,
1,
796,
705,
2025,
459,
23218,
19305,
7670,
461,
10071,
3570,
1437,
12300,
646,
297,
1437,
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
]
| [
8241,
318,
262,
285,
641,
21938,
618,
1116,
641,
21938,
318,
281,
459,
23218,
21382,
7670,
461,
10071,
9267,
1437,
308,
397,
646,
297,
1437,
30,
46506,
366,
44,
641,
21938,
1,
16034,
3084,
62,
17430,
1507,
33411,
366,
54,
296,
641,
21938,
1,
796,
705,
2025,
459,
23218,
19305,
7670,
461,
10071,
3570,
1437,
12300,
646,
297,
1437,
6
]
|
What are the id and address of the shops which have a happy hour in May? | SELECT t1.address, t1.shop_id FROM shop AS t1 JOIN happy_hour AS t2 ON t1.shop_id = t2.shop_id WHERE month = 'May' | [
2061,
389,
262,
4686,
290,
2209,
286,
262,
12437,
543,
423,
257,
3772,
1711,
287,
1737,
30,
46506,
256,
16,
13,
21975,
11,
256,
16,
13,
24643,
62,
312,
16034,
6128,
7054,
256,
16,
32357,
1268,
3772,
62,
9769,
7054,
256,
17,
6177,
256,
16,
13,
24643,
62,
312,
796,
256,
17,
13,
24643,
62,
312,
33411,
1227,
796,
705,
6747,
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
]
| [
2061,
389,
262,
4686,
290,
2209,
286,
262,
12437,
543,
423,
257,
3772,
1711,
287,
1737,
30,
46506,
256,
16,
13,
21975,
11,
256,
16,
13,
24643,
62,
312,
16034,
6128,
7054,
256,
16,
32357,
1268,
3772,
62,
9769,
7054,
256,
17,
6177,
256,
16,
13,
24643,
62,
312,
796,
256,
17,
13,
24643,
62,
312,
33411,
1227,
796,
705,
6747,
6
]
|
what's the minimum cost of a hospital with potassium, urine until 2103? | SELECT MIN(t1.c1) FROM (SELECT SUM(cost.cost) AS c1 FROM cost WHERE cost.hadm_id IN (SELECT labevents.hadm_id FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'potassium, urine')) AND STRFTIME('%y', cost.chargetime) <= '2103' GROUP BY cost.hadm_id) AS t1 | [
10919,
338,
262,
5288,
1575,
286,
257,
4436,
351,
33156,
11,
18922,
1566,
362,
15197,
30,
46506,
20625,
7,
83,
16,
13,
66,
16,
8,
16034,
357,
46506,
35683,
7,
15805,
13,
15805,
8,
7054,
269,
16,
16034,
1575,
33411,
1575,
13,
18108,
76,
62,
312,
3268,
357,
46506,
2248,
31534,
13,
18108,
76,
62,
312,
16034,
2248,
31534,
33411,
2248,
31534,
13,
9186,
312,
3268,
357,
46506,
288,
62,
23912,
23814,
13,
9186,
312,
16034,
288,
62,
23912,
23814,
33411,
288,
62,
23912,
23814,
13,
18242,
796,
705,
13059,
26663,
11,
18922,
6,
4008,
5357,
19269,
9792,
12789,
10786
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5288,
1575,
286,
257,
4436,
351,
33156,
11,
18922,
1566,
362,
15197,
30,
46506,
20625,
7,
83,
16,
13,
66,
16,
8,
16034,
357,
46506,
35683,
7,
15805,
13,
15805,
8,
7054,
269,
16,
16034,
1575,
33411,
1575,
13,
18108,
76,
62,
312,
3268,
357,
46506,
2248,
31534,
13,
18108,
76,
62,
312,
16034,
2248,
31534,
33411,
2248,
31534,
13,
9186,
312,
3268,
357,
46506,
288,
62,
23912,
23814,
13,
9186,
312,
16034,
288,
62,
23912,
23814,
33411,
288,
62,
23912,
23814,
13,
18242,
796,
705,
13059,
26663,
11,
18922,
6,
4008,
5357,
19269,
9792,
12789,
10786
]
|
How many party were listed for district oklahoma 5? | SELECT COUNT("Party") FROM table_18123 WHERE "District" = 'Oklahoma 5' | [
2437,
867,
2151,
547,
5610,
329,
4783,
12876,
9802,
642,
30,
46506,
327,
28270,
7203,
33553,
4943,
16034,
3084,
62,
1507,
10163,
33411,
366,
44857,
1,
796,
705,
18690,
9802,
642,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2437,
867,
2151,
547,
5610,
329,
4783,
12876,
9802,
642,
30,
46506,
327,
28270,
7203,
33553,
4943,
16034,
3084,
62,
1507,
10163,
33411,
366,
44857,
1,
796,
705,
18690,
9802,
642,
6
]
|
after ids tower what is the second tallest building in minneapolis ? | SELECT "name" FROM table_203_105 WHERE "name" <> 'ids tower' ORDER BY "height\nft (m)" DESC LIMIT 1 | [
8499,
220,
2340,
10580,
644,
318,
262,
1218,
38760,
2615,
287,
949,
19359,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
22416,
62,
13348,
33411,
366,
3672,
1,
1279,
29,
705,
2340,
10580,
6,
38678,
11050,
366,
17015,
59,
77,
701,
357,
76,
16725,
22196,
34,
27564,
2043,
352
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
8499,
220,
2340,
10580,
644,
318,
262,
1218,
38760,
2615,
287,
949,
19359,
5633,
46506,
366,
3672,
1,
16034,
3084,
62,
22416,
62,
13348,
33411,
366,
3672,
1,
1279,
29,
705,
2340,
10580,
6,
38678,
11050,
366,
17015,
59,
77,
701,
357,
76,
16725,
22196,
34,
27564,
2043,
352
]
|
What is the lowest Subject, when Plural is t der (their)? | SELECT MIN("Subject") FROM table_44073 WHERE "Plural" = 'tãder (their)' | [
2061,
318,
262,
9016,
15540,
11,
618,
1345,
1523,
318,
256,
4587,
357,
24571,
19427,
46506,
20625,
7203,
19776,
4943,
16034,
3084,
62,
25644,
4790,
33411,
366,
3646,
1523,
1,
796,
705,
83,
26102,
1082,
357,
24571,
33047
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
9016,
15540,
11,
618,
1345,
1523,
318,
256,
4587,
357,
24571,
19427,
46506,
20625,
7203,
19776,
4943,
16034,
3084,
62,
25644,
4790,
33411,
366,
3646,
1523,
1,
796,
705,
83,
26102,
1082,
357,
24571,
33047
]
|
what is the event when the result is loss and the record is 7-5? | SELECT "Event" FROM table_46873 WHERE "Result" = 'loss' AND "Record" = '7-5' | [
10919,
318,
262,
1785,
618,
262,
1255,
318,
2994,
290,
262,
1700,
318,
767,
12,
20,
30,
46506,
366,
9237,
1,
16034,
3084,
62,
38472,
4790,
33411,
366,
23004,
1,
796,
705,
22462,
6,
5357,
366,
23739,
1,
796,
705,
22,
12,
20,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
10919,
318,
262,
1785,
618,
262,
1255,
318,
2994,
290,
262,
1700,
318,
767,
12,
20,
30,
46506,
366,
9237,
1,
16034,
3084,
62,
38472,
4790,
33411,
366,
23004,
1,
796,
705,
22462,
6,
5357,
366,
23739,
1,
796,
705,
22,
12,
20,
6
]
|
Top Android Users in Munich && Barcelona. | WITH USER_BY_TAG AS (SELECT ROW_NUMBER() OVER (ORDER BY COUNT(*) DESC) AS Rank, u.Id AS "user_link", u.Location, COUNT(*) AS UpVotes FROM Tags AS t INNER JOIN PostTags AS pt ON pt.TagId = t.Id INNER JOIN Posts AS p ON p.ParentId = pt.PostId INNER JOIN Votes AS v ON v.PostId = p.Id AND VoteTypeId = 2 INNER JOIN Users AS u ON u.Id = p.OwnerUserId WHERE LOWER(Location) LIKE '%barcelona%' AND TagName = 'android' GROUP BY u.Id, TagName, Location) SELECT * FROM USER_BY_TAG WHERE rank <= 1000 ORDER BY UpVotes DESC | [
9126,
5565,
18987,
287,
22418,
11405,
15142,
13,
54,
10554,
1294,
1137,
62,
17513,
62,
42197,
7054,
357,
46506,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
327,
28270,
7,
28104,
22196,
34,
8,
7054,
10916,
11,
334,
13,
7390,
7054,
366,
7220,
62,
8726,
1600,
334,
13,
14749,
11,
327,
28270,
7,
28104,
7054,
3205,
53,
6421,
16034,
44789,
7054,
256,
3268,
21479,
32357,
1268,
2947,
36142,
7054,
42975,
6177,
42975,
13,
24835,
7390,
796,
256,
13,
7390,
3268,
21479,
32357,
1268,
12043,
7054,
279,
6177,
279,
13,
24546,
7390,
796,
42975,
13,
6307,
7390,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5565,
18987,
287,
22418,
11405,
15142,
13,
54,
10554,
1294,
1137,
62,
17513,
62,
42197,
7054,
357,
46506,
371,
3913,
62,
41359,
13246,
3419,
28729,
357,
12532,
1137,
11050,
327,
28270,
7,
28104,
22196,
34,
8,
7054,
10916,
11,
334,
13,
7390,
7054,
366,
7220,
62,
8726,
1600,
334,
13,
14749,
11,
327,
28270,
7,
28104,
7054,
3205,
53,
6421,
16034,
44789,
7054,
256,
3268,
21479,
32357,
1268,
2947,
36142,
7054,
42975,
6177,
42975,
13,
24835,
7390,
796,
256,
13,
7390,
3268,
21479,
32357,
1268,
12043,
7054,
279,
6177,
279,
13,
24546,
7390,
796,
42975,
13,
6307,
7390,
3268
]
|
basal rate < 0.01 units / hour | SELECT * FROM table_train_268 WHERE basal_rate < 0.01 | [
12093,
282,
2494,
1279,
657,
13,
486,
4991,
1220,
1711,
46506,
1635,
16034,
3084,
62,
27432,
62,
25022,
33411,
41202,
62,
4873,
1279,
657,
13,
486
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
12093,
282,
2494,
1279,
657,
13,
486,
4991,
1220,
1711,
46506,
1635,
16034,
3084,
62,
27432,
62,
25022,
33411,
41202,
62,
4873,
1279,
657,
13,
486
]
|
What Venue has a Date of 17/03/1990? | SELECT venue FROM table_name_46 WHERE date = "17/03/1990" | [
2061,
9932,
518,
468,
257,
7536,
286,
1596,
14,
3070,
14,
19891,
30,
46506,
14359,
16034,
3084,
62,
3672,
62,
3510,
33411,
3128,
796,
366,
1558,
14,
3070,
14,
19891,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
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,
9932,
518,
468,
257,
7536,
286,
1596,
14,
3070,
14,
19891,
30,
46506,
14359,
16034,
3084,
62,
3672,
62,
3510,
33411,
3128,
796,
366,
1558,
14,
3070,
14,
19891,
1
]
|
Number of daily first posts last week. | SELECT COUNT(*) / '##NumDays:int?7##' AS numberOfDailyFirstPostsLastWeek FROM (SELECT u.Id FROM Users AS u INNER JOIN (SELECT * FROM Posts WHERE CreationDate >= DATEADD(day, DATEDIFF(day, '##NumDays:int?7##' + 1, GETDATE()), 0) AND CreationDate < DATEADD(day, DATEDIFF(day, 1, GETDATE()), 0)) AS p ON p.OwnerUserId = u.Id GROUP BY u.Id) AS alias | [
15057,
286,
4445,
717,
6851,
938,
1285,
13,
46506,
327,
28270,
7,
28104,
1220,
705,
2235,
33111,
38770,
25,
600,
30,
22,
2235,
6,
7054,
1271,
5189,
28545,
5962,
21496,
5956,
20916,
16034,
357,
46506,
334,
13,
7390,
16034,
18987,
7054,
334,
3268,
21479,
32357,
1268,
357,
46506,
1635,
16034,
12043,
33411,
21582,
10430,
18189,
360,
6158,
29266,
7,
820,
11,
360,
11617,
29267,
7,
820,
11,
705,
2235,
33111,
38770,
25,
600,
30,
22,
2235,
6,
1343,
352,
11,
17151,
35,
6158,
3419,
828,
657,
8,
5357,
21582,
10430,
1279,
360,
6158,
29266,
7,
820,
11,
360,
11617,
29267
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
15057,
286,
4445,
717,
6851,
938,
1285,
13,
46506,
327,
28270,
7,
28104,
1220,
705,
2235,
33111,
38770,
25,
600,
30,
22,
2235,
6,
7054,
1271,
5189,
28545,
5962,
21496,
5956,
20916,
16034,
357,
46506,
334,
13,
7390,
16034,
18987,
7054,
334,
3268,
21479,
32357,
1268,
357,
46506,
1635,
16034,
12043,
33411,
21582,
10430,
18189,
360,
6158,
29266,
7,
820,
11,
360,
11617,
29267,
7,
820,
11,
705,
2235,
33111,
38770,
25,
600,
30,
22,
2235,
6,
1343,
352,
11,
17151,
35,
6158,
3419,
828,
657,
8,
5357,
21582,
10430,
1279,
360,
6158,
29266,
7,
820,
11,
360,
11617,
29267
]
|
Does a class about Chamber Music exist ? | SELECT DISTINCT department, name, number FROM course WHERE (description LIKE '%Chamber Music%' OR name LIKE '%Chamber Music%') AND department = 'EECS' | [
13921,
257,
1398,
546,
15840,
7849,
2152,
5633,
46506,
360,
8808,
1268,
4177,
5011,
11,
1438,
11,
1271,
16034,
1781,
33411,
357,
11213,
34178,
705,
4,
1925,
7789,
7849,
4,
6,
6375,
1438,
34178,
705,
4,
1925,
7789,
7849,
4,
11537,
5357,
5011,
796,
705,
36,
2943,
50,
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
]
| [
13921,
257,
1398,
546,
15840,
7849,
2152,
5633,
46506,
360,
8808,
1268,
4177,
5011,
11,
1438,
11,
1271,
16034,
1781,
33411,
357,
11213,
34178,
705,
4,
1925,
7789,
7849,
4,
6,
6375,
1438,
34178,
705,
4,
1925,
7789,
7849,
4,
11537,
5357,
5011,
796,
705,
36,
2943,
50,
6
]
|
what is the number of patients whose diagnoses short title is septic shock and lab test category is blood gas? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.short_title = "Septic shock" AND lab."CATEGORY" = "Blood Gas" | [
10919,
318,
262,
1271,
286,
3871,
3025,
40567,
1790,
3670,
318,
384,
17459,
6380,
290,
2248,
1332,
6536,
318,
2910,
3623,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18108,
76,
62,
312,
796,
2248,
13,
18108,
76,
62,
312,
33411,
40567,
13,
19509,
62,
7839,
796,
366,
14635,
291,
6380,
1,
5357,
2248,
526,
34,
6158,
38,
15513,
1,
796,
366,
21659,
14345
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
40567,
1790,
3670,
318,
384,
17459,
6380,
290,
2248,
1332,
6536,
318,
2910,
3623,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
13,
18108,
76,
62,
312,
796,
2248,
13,
18108,
76,
62,
312,
33411,
40567,
13,
19509,
62,
7839,
796,
366,
14635,
291,
6380,
1,
5357,
2248,
526,
34,
6158,
38,
15513,
1,
796,
366,
21659,
14345
]
|
In what year(s) did Raymond Floyd have a total of less than 291 and a To par of +10? | SELECT year_s__won FROM table_name_34 WHERE total < 291 AND to_par = "+10" AND player = "raymond floyd" | [
818,
644,
614,
7,
82,
8,
750,
24238,
21150,
423,
257,
2472,
286,
1342,
621,
43336,
290,
257,
1675,
1582,
286,
1343,
940,
30,
46506,
614,
62,
82,
834,
26502,
16034,
3084,
62,
3672,
62,
2682,
33411,
2472,
1279,
43336,
5357,
284,
62,
1845,
796,
43825,
940,
1,
5357,
2137,
796,
366,
2433,
6327,
781,
12192,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
614,
7,
82,
8,
750,
24238,
21150,
423,
257,
2472,
286,
1342,
621,
43336,
290,
257,
1675,
1582,
286,
1343,
940,
30,
46506,
614,
62,
82,
834,
26502,
16034,
3084,
62,
3672,
62,
2682,
33411,
2472,
1279,
43336,
5357,
284,
62,
1845,
796,
43825,
940,
1,
5357,
2137,
796,
366,
2433,
6327,
781,
12192,
1
]
|
in a game against st kilda, what was the away team's score? | SELECT "Away team" FROM table_52363 WHERE "Home team" = 'st kilda' | [
259,
257,
983,
1028,
336,
479,
27281,
11,
644,
373,
262,
1497,
1074,
338,
4776,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
49803,
5066,
33411,
366,
16060,
1074,
1,
796,
705,
301,
479,
27281,
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
]
| [
259,
257,
983,
1028,
336,
479,
27281,
11,
644,
373,
262,
1497,
1074,
338,
4776,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
49803,
5066,
33411,
366,
16060,
1074,
1,
796,
705,
301,
479,
27281,
6
]
|
how many patients guillain barre syndrome primary disease and have undergone the procedure with short title adm inhal nitric oxide? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.diagnosis = "GUILLAIN BARRE SYNDROME" AND procedures.short_title = "Adm inhal nitric oxide" | [
4919,
867,
3871,
915,
359,
391,
2318,
260,
14027,
4165,
4369,
290,
423,
29900,
262,
8771,
351,
1790,
3670,
6178,
40982,
13759,
1173,
30788,
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,
76,
62,
312,
796,
9021,
13,
18108,
76,
62,
312,
33411,
16728,
13,
47356,
5958,
796,
366,
38022,
8267,
29833,
31597,
2200,
19704,
45,
7707,
13649,
1,
5357,
9021,
13,
19509,
62,
7839,
796,
366,
2782,
76,
40982,
13759,
1173,
30788,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
915,
359,
391,
2318,
260,
14027,
4165,
4369,
290,
423,
29900,
262,
8771,
351,
1790,
3670,
6178,
40982,
13759,
1173,
30788,
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,
76,
62,
312,
796,
9021,
13,
18108,
76,
62,
312,
33411,
16728,
13,
47356,
5958,
796,
366,
38022,
8267,
29833,
31597,
2200,
19704,
45,
7707,
13649,
1,
5357,
9021,
13,
19509,
62,
7839,
796,
366,
2782,
76,
40982,
13759,
1173,
30788,
1
]
|
What is the position of the player with more than 11 assists and 219 rebounds? | SELECT "Pos." FROM table_11210 WHERE "Asts" > '11' AND "Rebs" = '219' | [
2061,
318,
262,
2292,
286,
262,
2137,
351,
517,
621,
1367,
13648,
290,
30453,
18841,
30,
46506,
366,
21604,
526,
16034,
3084,
62,
14686,
940,
33411,
366,
32,
6448,
1,
1875,
705,
1157,
6,
5357,
366,
3041,
1443,
1,
796,
705,
28896,
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
]
| [
2061,
318,
262,
2292,
286,
262,
2137,
351,
517,
621,
1367,
13648,
290,
30453,
18841,
30,
46506,
366,
21604,
526,
16034,
3084,
62,
14686,
940,
33411,
366,
32,
6448,
1,
1875,
705,
1157,
6,
5357,
366,
3041,
1443,
1,
796,
705,
28896,
6
]
|
What is the home team of the game with a price decision and the new jersey devils as the visitor team? | SELECT home FROM table_name_51 WHERE decision = "price" AND visitor = "new jersey devils" | [
2061,
318,
262,
1363,
1074,
286,
262,
983,
351,
257,
2756,
2551,
290,
262,
649,
22383,
42466,
355,
262,
21493,
1074,
30,
46506,
1363,
16034,
3084,
62,
3672,
62,
4349,
33411,
2551,
796,
366,
20888,
1,
5357,
21493,
796,
366,
3605,
22383,
42466,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1363,
1074,
286,
262,
983,
351,
257,
2756,
2551,
290,
262,
649,
22383,
42466,
355,
262,
21493,
1074,
30,
46506,
1363,
16034,
3084,
62,
3672,
62,
4349,
33411,
2551,
796,
366,
20888,
1,
5357,
21493,
796,
366,
3605,
22383,
42466,
1
]
|
How many points were scored by the player who played 363 games? | SELECT "Points" FROM table_59255 WHERE "Games" = '363' | [
2437,
867,
2173,
547,
7781,
416,
262,
2137,
508,
2826,
49327,
1830,
30,
46506,
366,
40710,
1,
16034,
3084,
62,
3270,
13381,
33411,
366,
24474,
1,
796,
705,
35447,
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
]
| [
2437,
867,
2173,
547,
7781,
416,
262,
2137,
508,
2826,
49327,
1830,
30,
46506,
366,
40710,
1,
16034,
3084,
62,
3270,
13381,
33411,
366,
24474,
1,
796,
705,
35447,
6
]
|
What's the total points that Scuderia Ferrari with a Ferrari V12 engine have before 1971? | SELECT SUM("Points") FROM table_42263 WHERE "Year" < '1971' AND "Entrant" = 'scuderia ferrari' AND "Engine" = 'ferrari v12' | [
2061,
338,
262,
2472,
2173,
326,
1446,
463,
5142,
23502,
351,
257,
23502,
569,
1065,
3113,
423,
878,
16382,
30,
46506,
35683,
7203,
40710,
4943,
16034,
3084,
62,
44361,
5066,
33411,
366,
17688,
1,
1279,
705,
41208,
6,
5357,
366,
14539,
5250,
1,
796,
705,
1416,
463,
5142,
277,
8056,
2743,
6,
5357,
366,
13798,
1,
796,
705,
2232,
81,
2743,
410,
1065,
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,
338,
262,
2472,
2173,
326,
1446,
463,
5142,
23502,
351,
257,
23502,
569,
1065,
3113,
423,
878,
16382,
30,
46506,
35683,
7203,
40710,
4943,
16034,
3084,
62,
44361,
5066,
33411,
366,
17688,
1,
1279,
705,
41208,
6,
5357,
366,
14539,
5250,
1,
796,
705,
1416,
463,
5142,
277,
8056,
2743,
6,
5357,
366,
13798,
1,
796,
705,
2232,
81,
2743,
410,
1065,
6
]
|
provide the number of romanian eastern orthodox christian patients who have been diagnosed with accidents occurring in other specific places. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.religion = "ROMANIAN EAST. ORTH" AND diagnoses.long_title = "Accidents occurring in other specified places" | [
15234,
485,
262,
1271,
286,
374,
5185,
666,
10183,
28299,
33826,
666,
3871,
508,
423,
587,
14641,
351,
17390,
14963,
287,
584,
2176,
4113,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
2411,
17035,
796,
366,
33676,
1565,
16868,
412,
11262,
13,
6375,
4221,
1,
5357,
40567,
13,
6511,
62,
7839,
796,
366,
17320,
3231,
14963,
287,
584,
7368,
4113,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
374,
5185,
666,
10183,
28299,
33826,
666,
3871,
508,
423,
587,
14641,
351,
17390,
14963,
287,
584,
2176,
4113,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
2411,
17035,
796,
366,
33676,
1565,
16868,
412,
11262,
13,
6375,
4221,
1,
5357,
40567,
13,
6511,
62,
7839,
796,
366,
17320,
3231,
14963,
287,
584,
7368,
4113,
1
]
|
How many goals are associated with over 97 caps and a Latest cap of april 24, 2013? | SELECT AVG(goals) FROM table_name_43 WHERE latest_cap = "april 24, 2013" AND caps > 97 | [
2437,
867,
4661,
389,
3917,
351,
625,
10111,
11022,
290,
257,
26603,
1451,
286,
46593,
346,
1987,
11,
2211,
30,
46506,
35224,
7,
2188,
874,
8,
16034,
3084,
62,
3672,
62,
3559,
33411,
3452,
62,
11128,
796,
366,
499,
22379,
1987,
11,
2211,
1,
5357,
11022,
1875,
10111
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2437,
867,
4661,
389,
3917,
351,
625,
10111,
11022,
290,
257,
26603,
1451,
286,
46593,
346,
1987,
11,
2211,
30,
46506,
35224,
7,
2188,
874,
8,
16034,
3084,
62,
3672,
62,
3559,
33411,
3452,
62,
11128,
796,
366,
499,
22379,
1987,
11,
2211,
1,
5357,
11022,
1875,
10111
]
|
who had the the lowest single game attendance ? | SELECT "team" FROM table_203_561 ORDER BY "total" LIMIT 1 | [
8727,
550,
262,
262,
9016,
2060,
983,
14858,
5633,
46506,
366,
15097,
1,
16034,
3084,
62,
22416,
62,
47915,
38678,
11050,
366,
23350,
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
]
| [
8727,
550,
262,
262,
9016,
2060,
983,
14858,
5633,
46506,
366,
15097,
1,
16034,
3084,
62,
22416,
62,
47915,
38678,
11050,
366,
23350,
1,
27564,
2043,
352
]
|
When Grand Rapids's fare was $377.29, what is the fare to Detroit? | SELECT detroit__dtw_ FROM table_1637981_7 WHERE grand_rapids__grr_ = "$377.29" | [
2215,
5675,
27466,
338,
14505,
373,
720,
26514,
13,
1959,
11,
644,
318,
262,
14505,
284,
8488,
30,
46506,
1062,
7775,
834,
67,
4246,
62,
16034,
3084,
62,
1433,
2718,
4089,
16,
62,
22,
33411,
4490,
62,
2416,
2340,
834,
2164,
81,
62,
796,
17971,
26514,
13,
1959,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5675,
27466,
338,
14505,
373,
720,
26514,
13,
1959,
11,
644,
318,
262,
14505,
284,
8488,
30,
46506,
1062,
7775,
834,
67,
4246,
62,
16034,
3084,
62,
1433,
2718,
4089,
16,
62,
22,
33411,
4490,
62,
2416,
2340,
834,
2164,
81,
62,
796,
17971,
26514,
13,
1959,
1
]
|
Name the game for june 7 | SELECT game FROM table_18894744_5 WHERE date = "June 7" | [
5376,
262,
983,
329,
474,
1726,
767,
46506,
983,
16034,
3084,
62,
1507,
4531,
2857,
2598,
62,
20,
33411,
3128,
796,
366,
15749,
767,
1
]
| [
1,
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,
983,
329,
474,
1726,
767,
46506,
983,
16034,
3084,
62,
1507,
4531,
2857,
2598,
62,
20,
33411,
3128,
796,
366,
15749,
767,
1
]
|
What's the total enrollment ofr Mcgill University that has a capacity less than 25,012? | SELECT COUNT(enrollment) FROM table_name_99 WHERE institution = "mcgill university" AND capacity < 25 OFFSET 012 | [
2061,
338,
262,
2472,
20753,
286,
81,
1982,
70,
359,
2059,
326,
468,
257,
5339,
1342,
621,
1679,
11,
30206,
30,
46506,
327,
28270,
7,
268,
48108,
8,
16034,
3084,
62,
3672,
62,
2079,
33411,
9901,
796,
366,
23209,
70,
359,
6403,
1,
5357,
5339,
1279,
1679,
3963,
10652,
2767,
5534,
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
]
| [
2061,
338,
262,
2472,
20753,
286,
81,
1982,
70,
359,
2059,
326,
468,
257,
5339,
1342,
621,
1679,
11,
30206,
30,
46506,
327,
28270,
7,
268,
48108,
8,
16034,
3084,
62,
3672,
62,
2079,
33411,
9901,
796,
366,
23209,
70,
359,
6403,
1,
5357,
5339,
1279,
1679,
3963,
10652,
2767,
5534,
17
]
|
what is the number of female patients who have procedure icd9 code 3799? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.gender = "F" AND procedures.icd9_code = "3799" | [
10919,
318,
262,
1271,
286,
4048,
3871,
508,
423,
8771,
14158,
67,
24,
2438,
5214,
2079,
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,
76,
62,
312,
796,
9021,
13,
18108,
76,
62,
312,
33411,
16728,
13,
8388,
796,
366,
37,
1,
5357,
9021,
13,
291,
67,
24,
62,
8189,
796,
366,
2718,
2079,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4048,
3871,
508,
423,
8771,
14158,
67,
24,
2438,
5214,
2079,
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,
76,
62,
312,
796,
9021,
13,
18108,
76,
62,
312,
33411,
16728,
13,
8388,
796,
366,
37,
1,
5357,
9021,
13,
291,
67,
24,
62,
8189,
796,
366,
2718,
2079,
1
]
|
What was the South Asian population in Nova Scotia in 2001? | SELECT south_asians_2001 FROM table_1717824_1 WHERE province = "Nova Scotia" | [
2061,
373,
262,
2520,
7740,
3265,
287,
17711,
32586,
287,
5878,
30,
46506,
5366,
62,
292,
1547,
62,
14585,
16034,
3084,
62,
1558,
23188,
1731,
62,
16,
33411,
8473,
796,
366,
45,
10071,
32586,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2520,
7740,
3265,
287,
17711,
32586,
287,
5878,
30,
46506,
5366,
62,
292,
1547,
62,
14585,
16034,
3084,
62,
1558,
23188,
1731,
62,
16,
33411,
8473,
796,
366,
45,
10071,
32586,
1
]
|
what opponent was the only game that resulted in a tie ? | SELECT "opponent#" FROM table_203_828 WHERE "result" = "result" | [
10919,
6125,
373,
262,
691,
983,
326,
8724,
287,
257,
9839,
5633,
46506,
366,
10365,
3471,
2,
1,
16034,
3084,
62,
22416,
62,
23,
2078,
33411,
366,
20274,
1,
796,
366,
20274,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6125,
373,
262,
691,
983,
326,
8724,
287,
257,
9839,
5633,
46506,
366,
10365,
3471,
2,
1,
16034,
3084,
62,
22416,
62,
23,
2078,
33411,
366,
20274,
1,
796,
366,
20274,
1
]
|
Average User Registrations Per Day. | SELECT Users."count" FROM (SELECT COUNT(*) AS "count", CreationDate FROM Users GROUP BY CreationDate) AS users | [
26287,
11787,
13811,
9143,
2448,
3596,
13,
46506,
18987,
526,
9127,
1,
16034,
357,
46506,
327,
28270,
7,
28104,
7054,
366,
9127,
1600,
21582,
10430,
16034,
18987,
44441,
11050,
21582,
10430,
8,
7054,
2985
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
26287,
11787,
13811,
9143,
2448,
3596,
13,
46506,
18987,
526,
9127,
1,
16034,
357,
46506,
327,
28270,
7,
28104,
7054,
366,
9127,
1600,
21582,
10430,
16034,
18987,
44441,
11050,
21582,
10430,
8,
7054,
2985
]
|
What are the names and account balances of customers with the letter a in their names, list by the x axis in asc. | SELECT cust_name, acc_bal FROM customer WHERE cust_name LIKE '%a%' ORDER BY cust_name | [
2061,
389,
262,
3891,
290,
1848,
25223,
286,
4297,
351,
262,
3850,
257,
287,
511,
3891,
11,
1351,
416,
262,
2124,
16488,
287,
10570,
13,
46506,
9378,
62,
3672,
11,
697,
62,
6893,
16034,
6491,
33411,
9378,
62,
3672,
34178,
705,
4,
64,
4,
6,
38678,
11050,
9378,
62,
3672
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
389,
262,
3891,
290,
1848,
25223,
286,
4297,
351,
262,
3850,
257,
287,
511,
3891,
11,
1351,
416,
262,
2124,
16488,
287,
10570,
13,
46506,
9378,
62,
3672,
11,
697,
62,
6893,
16034,
6491,
33411,
9378,
62,
3672,
34178,
705,
4,
64,
4,
6,
38678,
11050,
9378,
62,
3672
]
|
does AA fly from ATLANTA to PHILADELPHIA | SELECT DISTINCT airline.airline_code FROM airline, airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE ((flight.airline_code = 'AA') AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PHILADELPHIA' AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'ATLANTA' AND flight.airline_code = airline.airline_code AND flight.from_airport = AIRPORT_SERVICE_0.airport_code | [
22437,
15923,
6129,
422,
5161,
25697,
5603,
284,
9370,
4146,
2885,
3698,
11909,
40,
11159,
16779,
360,
8808,
1268,
4177,
18091,
13,
958,
1370,
62,
8189,
16034,
18091,
11,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
16,
11,
1748,
7054,
27993,
62,
15,
11,
1748,
7054,
27993,
62,
16,
11,
5474,
33411,
14808,
22560,
13,
958,
1370,
62,
8189,
796,
705,
3838,
11537,
5357,
27993,
62,
16,
13,
19205,
62,
8189,
796,
31600,
15490,
62,
35009,
27389,
62,
16,
13,
19205,
62,
8189,
5357,
27993
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
22437,
15923,
6129,
422,
5161,
25697,
5603,
284,
9370,
4146,
2885,
3698,
11909,
40,
11159,
16779,
360,
8808,
1268,
4177,
18091,
13,
958,
1370,
62,
8189,
16034,
18091,
11,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
16,
11,
1748,
7054,
27993,
62,
15,
11,
1748,
7054,
27993,
62,
16,
11,
5474,
33411,
14808,
22560,
13,
958,
1370,
62,
8189,
796,
705,
3838,
11537,
5357,
27993,
62,
16,
13,
19205,
62,
8189,
796,
31600,
15490,
62,
35009,
27389,
62,
16,
13,
19205,
62,
8189,
5357,
27993
]
|
How many directors have vietnamese titles of Gate, Gate, Paragate? | SELECT COUNT("Director") FROM table_24789 WHERE "Vietnamese title" = 'Gate, gate, paragate' | [
2437,
867,
13445,
423,
410,
1155,
22678,
8714,
286,
12816,
11,
12816,
11,
2547,
37861,
30,
46506,
327,
28270,
7203,
28702,
4943,
16034,
3084,
62,
1731,
40401,
33411,
366,
53,
1155,
22678,
3670,
1,
796,
705,
22628,
11,
8946,
11,
1582,
37861,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2437,
867,
13445,
423,
410,
1155,
22678,
8714,
286,
12816,
11,
12816,
11,
2547,
37861,
30,
46506,
327,
28270,
7203,
28702,
4943,
16034,
3084,
62,
1731,
40401,
33411,
366,
53,
1155,
22678,
3670,
1,
796,
705,
22628,
11,
8946,
11,
1582,
37861,
6
]
|
Who are all winning drivers if winning team is Carlin Motorsport and circuit is Croft? | SELECT "Winning driver" FROM table_73880 WHERE "Winning team" = 'Carlin Motorsport' AND "Circuit" = 'Croft' | [
8241,
389,
477,
5442,
6643,
611,
5442,
1074,
318,
1879,
2815,
49996,
290,
10349,
318,
9325,
701,
30,
46506,
366,
16643,
768,
4639,
1,
16034,
3084,
62,
22,
2548,
1795,
33411,
366,
16643,
768,
1074,
1,
796,
705,
9914,
2815,
49996,
6,
5357,
366,
31560,
5013,
1,
796,
705,
35403,
701,
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
]
| [
8241,
389,
477,
5442,
6643,
611,
5442,
1074,
318,
1879,
2815,
49996,
290,
10349,
318,
9325,
701,
30,
46506,
366,
16643,
768,
4639,
1,
16034,
3084,
62,
22,
2548,
1795,
33411,
366,
16643,
768,
1074,
1,
796,
705,
9914,
2815,
49996,
6,
5357,
366,
31560,
5013,
1,
796,
705,
35403,
701,
6
]
|
Search question related to mispelling. | SELECT Id, Title, Tags, CreationDate, Score, ViewCount, OwnerUserId, OwnerDisplayName, LastActivityDate, Tags, AnswerCount, CommentCount FROM Posts WHERE CreationDate BETWEEN '2019-04-01 00:00:00' AND '2019-06-01 00:00:00' AND (Title LIKE '%misspelling%') AND ViewCount <= 0 AND PostTypeId = 1 | [
18243,
1808,
3519,
284,
2984,
35025,
13,
46506,
5121,
11,
11851,
11,
44789,
11,
21582,
10430,
11,
15178,
11,
3582,
12332,
11,
23853,
12982,
7390,
11,
23853,
23114,
5376,
11,
4586,
16516,
10430,
11,
44789,
11,
23998,
12332,
11,
18957,
12332,
16034,
12043,
33411,
21582,
10430,
38651,
8845,
1677,
705,
23344,
12,
3023,
12,
486,
3571,
25,
405,
25,
405,
6,
5357,
705,
23344,
12,
3312,
12,
486,
3571,
25,
405,
25,
405,
6,
5357,
357,
19160,
34178,
705,
4,
3927,
35025,
4,
11537,
5357,
3582,
12332,
19841,
657,
5357,
2947,
6030,
7390,
796,
352
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
18243,
1808,
3519,
284,
2984,
35025,
13,
46506,
5121,
11,
11851,
11,
44789,
11,
21582,
10430,
11,
15178,
11,
3582,
12332,
11,
23853,
12982,
7390,
11,
23853,
23114,
5376,
11,
4586,
16516,
10430,
11,
44789,
11,
23998,
12332,
11,
18957,
12332,
16034,
12043,
33411,
21582,
10430,
38651,
8845,
1677,
705,
23344,
12,
3023,
12,
486,
3571,
25,
405,
25,
405,
6,
5357,
705,
23344,
12,
3312,
12,
486,
3571,
25,
405,
25,
405,
6,
5357,
357,
19160,
34178,
705,
4,
3927,
35025,
4,
11537,
5357,
3582,
12332,
19841,
657,
5357,
2947,
6030,
7390,
796,
352
]
|
which model was the tallest ? | SELECT "model name" FROM table_203_873 WHERE "height" = (SELECT MAX("height") FROM table_203_873) | [
4758,
2746,
373,
262,
38760,
5633,
46506,
366,
19849,
1438,
1,
16034,
3084,
62,
22416,
62,
23,
4790,
33411,
366,
17015,
1,
796,
357,
46506,
25882,
7203,
17015,
4943,
16034,
3084,
62,
22416,
62,
23,
4790,
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
]
| [
4758,
2746,
373,
262,
38760,
5633,
46506,
366,
19849,
1438,
1,
16034,
3084,
62,
22416,
62,
23,
4790,
33411,
366,
17015,
1,
796,
357,
46506,
25882,
7203,
17015,
4943,
16034,
3084,
62,
22416,
62,
23,
4790,
8
]
|
what is the average total when silver is more than 2, bronze is 12 and gold is less than 12? | SELECT AVG(total) FROM table_name_64 WHERE silver > 2 AND bronze = 12 AND gold < 12 | [
10919,
318,
262,
2811,
2472,
618,
8465,
318,
517,
621,
362,
11,
22101,
318,
1105,
290,
3869,
318,
1342,
621,
1105,
30,
46506,
35224,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
2414,
33411,
8465,
1875,
362,
5357,
22101,
796,
1105,
5357,
3869,
1279,
1105
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
10919,
318,
262,
2811,
2472,
618,
8465,
318,
517,
621,
362,
11,
22101,
318,
1105,
290,
3869,
318,
1342,
621,
1105,
30,
46506,
35224,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
2414,
33411,
8465,
1875,
362,
5357,
22101,
796,
1105,
5357,
3869,
1279,
1105
]
|
Which Venue has a Club of west bromwich albion? | SELECT "Venue" FROM table_8184 WHERE "Club" = 'west bromwich albion' | [
13828,
9932,
518,
468,
257,
6289,
286,
7421,
275,
398,
11451,
435,
65,
295,
30,
46506,
366,
37522,
518,
1,
16034,
3084,
62,
23,
22883,
33411,
366,
42350,
1,
796,
705,
7038,
275,
398,
11451,
435,
65,
295,
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
]
| [
13828,
9932,
518,
468,
257,
6289,
286,
7421,
275,
398,
11451,
435,
65,
295,
30,
46506,
366,
37522,
518,
1,
16034,
3084,
62,
23,
22883,
33411,
366,
42350,
1,
796,
705,
7038,
275,
398,
11451,
435,
65,
295,
6
]
|
Tell me the average of capacity of cinemas open for each year in a line chart, show x-axis from high to low order. | SELECT Openning_year, AVG(Capacity) FROM cinema ORDER BY Openning_year DESC | [
24446,
502,
262,
2811,
286,
5339,
286,
13483,
292,
1280,
329,
1123,
614,
287,
257,
1627,
8262,
11,
905,
2124,
12,
22704,
422,
1029,
284,
1877,
1502,
13,
46506,
4946,
768,
62,
1941,
11,
35224,
7,
15610,
4355,
8,
16034,
22041,
38678,
11050,
4946,
768,
62,
1941,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
24446,
502,
262,
2811,
286,
5339,
286,
13483,
292,
1280,
329,
1123,
614,
287,
257,
1627,
8262,
11,
905,
2124,
12,
22704,
422,
1029,
284,
1877,
1502,
13,
46506,
4946,
768,
62,
1941,
11,
35224,
7,
15610,
4355,
8,
16034,
22041,
38678,
11050,
4946,
768,
62,
1941,
22196,
34
]
|
How many flights with price higher than 300 for each destination city? Return a bar chart, and order in ascending by the total number. | SELECT destination, COUNT(destination) FROM flight WHERE price > 300 GROUP BY destination ORDER BY COUNT(destination) | [
2437,
867,
13956,
351,
2756,
2440,
621,
5867,
329,
1123,
10965,
1748,
30,
8229,
257,
2318,
8262,
11,
290,
1502,
287,
41988,
416,
262,
2472,
1271,
13,
46506,
10965,
11,
327,
28270,
7,
16520,
1883,
8,
16034,
5474,
33411,
2756,
1875,
5867,
44441,
11050,
10965,
38678,
11050,
327,
28270,
7,
16520,
1883,
8
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2437,
867,
13956,
351,
2756,
2440,
621,
5867,
329,
1123,
10965,
1748,
30,
8229,
257,
2318,
8262,
11,
290,
1502,
287,
41988,
416,
262,
2472,
1271,
13,
46506,
10965,
11,
327,
28270,
7,
16520,
1883,
8,
16034,
5474,
33411,
2756,
1875,
5867,
44441,
11050,
10965,
38678,
11050,
327,
28270,
7,
16520,
1883,
8
]
|
tell me the variation in arterial bp mean of patient 28443 last measured on the current intensive care unit visit compared to the value second to last measured on the current intensive care unit visit? | SELECT (SELECT chartevents.valuenum 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 = 28443) AND icustays.outtime IS NULL) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arterial bp mean' AND d_items.linksto = 'chartevents') ORDER BY chartevents.charttime DESC LIMIT 1) - (SELECT chartevents.valuenum 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 = 28443) AND icustays.outtime IS NULL) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arterial bp mean' AND d_items.linksto = 'chartevents') ORDER BY chartevents.charttime DESC LIMIT 1 OFFSET 1) | [
33331,
502,
262,
12291,
287,
30675,
498,
275,
79,
1612,
286,
5827,
2579,
34938,
938,
8630,
319,
262,
1459,
18590,
1337,
4326,
3187,
3688,
284,
262,
1988,
1218,
284,
938,
8630,
319,
262,
1459,
18590,
1337,
4326,
3187,
30,
46506,
357,
46506,
8262,
31534,
13,
2100,
84,
44709,
16034,
8262,
31534,
33411,
8262,
31534,
13,
291,
436,
323,
62,
312,
3268,
357,
46506,
14158,
436,
592,
13,
291,
436,
323,
62,
312,
16034,
14158,
436,
592,
33411,
14158,
436,
592,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
33411,
25349,
13,
32796
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
33331,
502,
262,
12291,
287,
30675,
498,
275,
79,
1612,
286,
5827,
2579,
34938,
938,
8630,
319,
262,
1459,
18590,
1337,
4326,
3187,
3688,
284,
262,
1988,
1218,
284,
938,
8630,
319,
262,
1459,
18590,
1337,
4326,
3187,
30,
46506,
357,
46506,
8262,
31534,
13,
2100,
84,
44709,
16034,
8262,
31534,
33411,
8262,
31534,
13,
291,
436,
323,
62,
312,
3268,
357,
46506,
14158,
436,
592,
13,
291,
436,
323,
62,
312,
16034,
14158,
436,
592,
33411,
14158,
436,
592,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
18108,
76,
62,
312,
16034,
25349,
33411,
25349,
13,
32796
]
|
What is the source for 7% DeSUS? | SELECT source FROM table_name_37 WHERE desus = "7%" | [
2061,
318,
262,
2723,
329,
767,
4,
1024,
50,
2937,
30,
46506,
2723,
16034,
3084,
62,
3672,
62,
2718,
33411,
748,
385,
796,
366,
22,
39658
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
2723,
329,
767,
4,
1024,
50,
2937,
30,
46506,
2723,
16034,
3084,
62,
3672,
62,
2718,
33411,
748,
385,
796,
366,
22,
39658
]
|
What is the name of the ship with pit props as Cargo sunk by u-48 *? | SELECT name FROM table_name_44 WHERE fate = "sunk by u-48 *" AND cargo = "pit props" | [
2061,
318,
262,
1438,
286,
262,
4074,
351,
6028,
25744,
355,
41061,
24790,
416,
334,
12,
2780,
1635,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
2598,
33411,
10030,
796,
366,
82,
2954,
416,
334,
12,
2780,
1635,
1,
5357,
15892,
796,
366,
15544,
25744,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
1438,
286,
262,
4074,
351,
6028,
25744,
355,
41061,
24790,
416,
334,
12,
2780,
1635,
30,
46506,
1438,
16034,
3084,
62,
3672,
62,
2598,
33411,
10030,
796,
366,
82,
2954,
416,
334,
12,
2780,
1635,
1,
5357,
15892,
796,
366,
15544,
25744,
1
]
|
What school is in Richmond? | SELECT "School" FROM table_23909 WHERE "Location(s)" = 'Richmond' | [
2061,
1524,
318,
287,
16940,
30,
46506,
366,
26130,
1,
16034,
3084,
62,
23516,
2931,
33411,
366,
14749,
7,
82,
16725,
796,
705,
14868,
6327,
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
]
| [
2061,
1524,
318,
287,
16940,
30,
46506,
366,
26130,
1,
16034,
3084,
62,
23516,
2931,
33411,
366,
14749,
7,
82,
16725,
796,
705,
14868,
6327,
6
]
|
Which Games is the lowest one that has a Position of wlb? | SELECT MIN("Games\u2191") FROM table_38025 WHERE "Position" = 'wlb' | [
13828,
5776,
318,
262,
9016,
530,
326,
468,
257,
23158,
286,
266,
23160,
30,
46506,
20625,
7203,
24474,
59,
84,
17,
26492,
4943,
16034,
3084,
62,
23734,
1495,
33411,
366,
26545,
1,
796,
705,
86,
23160,
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,
5776,
318,
262,
9016,
530,
326,
468,
257,
23158,
286,
266,
23160,
30,
46506,
20625,
7203,
24474,
59,
84,
17,
26492,
4943,
16034,
3084,
62,
23734,
1495,
33411,
366,
26545,
1,
796,
705,
86,
23160,
6
]
|
When nel rapiz is the name what is the status? | SELECT "Status" FROM table_1983 WHERE "Name" = 'Nel Rapiz' | [
2215,
299,
417,
4095,
528,
318,
262,
1438,
644,
318,
262,
3722,
30,
46506,
366,
19580,
1,
16034,
3084,
62,
29279,
33411,
366,
5376,
1,
796,
705,
45,
417,
12281,
528,
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
]
| [
2215,
299,
417,
4095,
528,
318,
262,
1438,
644,
318,
262,
3722,
30,
46506,
366,
19580,
1,
16034,
3084,
62,
29279,
33411,
366,
5376,
1,
796,
705,
45,
417,
12281,
528,
6
]
|
What's the total number of Win % with an Appearances of 4, and Losses that's larger than 3? | SELECT COUNT(win__percentage) FROM table_name_78 WHERE appearances = 4 AND losses > 3 | [
2061,
338,
262,
2472,
1271,
286,
7178,
4064,
351,
281,
2034,
35630,
286,
604,
11,
290,
22014,
274,
326,
338,
4025,
621,
513,
30,
46506,
327,
28270,
7,
5404,
834,
25067,
496,
8,
16034,
3084,
62,
3672,
62,
3695,
33411,
11057,
796,
604,
5357,
9089,
1875,
513
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2472,
1271,
286,
7178,
4064,
351,
281,
2034,
35630,
286,
604,
11,
290,
22014,
274,
326,
338,
4025,
621,
513,
30,
46506,
327,
28270,
7,
5404,
834,
25067,
496,
8,
16034,
3084,
62,
3672,
62,
3695,
33411,
11057,
796,
604,
5357,
9089,
1875,
513
]
|
Can you tell me the average Attendance rhat has the Opponent of dunfermline athletic? | SELECT AVG(attendance) FROM table_name_85 WHERE opponent = "dunfermline athletic" | [
6090,
345,
1560,
502,
262,
2811,
46502,
590,
374,
5183,
468,
262,
9385,
3471,
286,
12574,
2232,
76,
1370,
15177,
30,
46506,
35224,
7,
1078,
437,
590,
8,
16034,
3084,
62,
3672,
62,
5332,
33411,
6125,
796,
366,
67,
403,
2232,
76,
1370,
15177,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
6090,
345,
1560,
502,
262,
2811,
46502,
590,
374,
5183,
468,
262,
9385,
3471,
286,
12574,
2232,
76,
1370,
15177,
30,
46506,
35224,
7,
1078,
437,
590,
8,
16034,
3084,
62,
3672,
62,
5332,
33411,
6125,
796,
366,
67,
403,
2232,
76,
1370,
15177,
1
]
|
What type of ship was the Shinano? | SELECT "Ship type" FROM table_68772 WHERE "Name" = 'shinano' | [
2061,
2099,
286,
4074,
373,
262,
11466,
5733,
30,
46506,
366,
25586,
2099,
1,
16034,
3084,
62,
3104,
43571,
33411,
366,
5376,
1,
796,
705,
1477,
259,
5733,
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,
2099,
286,
4074,
373,
262,
11466,
5733,
30,
46506,
366,
25586,
2099,
1,
16034,
3084,
62,
3104,
43571,
33411,
366,
5376,
1,
796,
705,
1477,
259,
5733,
6
]
|
How many white patients are diagnosed with unspecified hypertensive chronic kidney disease with chronic kidney disease stage v or end stage renal disease? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "WHITE" AND diagnoses.long_title = "Hypertensive chronic kidney disease, unspecified, with chronic kidney disease stage V or end stage renal disease" | [
2437,
867,
2330,
3871,
389,
14641,
351,
29547,
32608,
2021,
10726,
21919,
4369,
351,
10726,
21919,
4369,
3800,
410,
393,
886,
3800,
44375,
4369,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
38546,
414,
796,
366,
12418,
12709,
1,
5357,
40567,
13,
6511,
62,
7839,
796,
366,
21217,
11766,
2021,
10726,
21919,
4369,
11,
29547,
11,
351,
10726,
21919,
4369,
3800,
569,
393,
886,
3800,
44375,
4369,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2330,
3871,
389,
14641,
351,
29547,
32608,
2021,
10726,
21919,
4369,
351,
10726,
21919,
4369,
3800,
410,
393,
886,
3800,
44375,
4369,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
38546,
414,
796,
366,
12418,
12709,
1,
5357,
40567,
13,
6511,
62,
7839,
796,
366,
21217,
11766,
2021,
10726,
21919,
4369,
11,
29547,
11,
351,
10726,
21919,
4369,
3800,
569,
393,
886,
3800,
44375,
4369,
1
]
|
what are the maximum f/laps? | SELECT MAX("F/Laps") FROM table_28374 | [
10919,
389,
262,
5415,
277,
14,
75,
1686,
30,
46506,
25882,
7203,
37,
14,
43,
1686,
4943,
16034,
3084,
62,
2078,
31020
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
10919,
389,
262,
5415,
277,
14,
75,
1686,
30,
46506,
25882,
7203,
37,
14,
43,
1686,
4943,
16034,
3084,
62,
2078,
31020
]
|
What is the Time/Retired value for Driver Johnny Herbert with Constructor Benetton - Renault | SELECT time_retired FROM table_name_38 WHERE constructor = "benetton - renault" AND driver = "johnny herbert" | [
2061,
318,
262,
3862,
14,
9781,
1202,
1988,
329,
12434,
15470,
28648,
351,
28407,
273,
3932,
316,
1122,
532,
44083,
46506,
640,
62,
1186,
1202,
16034,
3084,
62,
3672,
62,
2548,
33411,
23772,
796,
366,
11722,
316,
1122,
532,
8851,
1721,
1,
5357,
4639,
796,
366,
30686,
3281,
607,
4835,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3862,
14,
9781,
1202,
1988,
329,
12434,
15470,
28648,
351,
28407,
273,
3932,
316,
1122,
532,
44083,
46506,
640,
62,
1186,
1202,
16034,
3084,
62,
3672,
62,
2548,
33411,
23772,
796,
366,
11722,
316,
1122,
532,
8851,
1721,
1,
5357,
4639,
796,
366,
30686,
3281,
607,
4835,
1
]
|
How many rebounds did crystal ayers have? | SELECT COUNT("Rebounds") FROM table_25991 WHERE "Player" = 'Crystal Ayers' | [
2437,
867,
18841,
750,
15121,
257,
21200,
423,
30,
46506,
327,
28270,
7203,
28951,
3733,
4943,
16034,
3084,
62,
1495,
2079,
16,
33411,
366,
14140,
1,
796,
705,
43752,
13709,
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
]
| [
2437,
867,
18841,
750,
15121,
257,
21200,
423,
30,
46506,
327,
28270,
7203,
28951,
3733,
4943,
16034,
3084,
62,
1495,
2079,
16,
33411,
366,
14140,
1,
796,
705,
43752,
13709,
364,
6
]
|
How many long range shots did tonya edwards make. | SELECT COUNT("Field Goals") FROM table_27175 WHERE "Player" = 'Tonya Edwards' | [
2437,
867,
890,
2837,
6934,
750,
256,
1647,
64,
1225,
2017,
787,
13,
46506,
327,
28270,
7203,
15878,
28510,
4943,
16034,
3084,
62,
1983,
17430,
33411,
366,
14140,
1,
796,
705,
29387,
64,
17381,
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
]
| [
2437,
867,
890,
2837,
6934,
750,
256,
1647,
64,
1225,
2017,
787,
13,
46506,
327,
28270,
7203,
15878,
28510,
4943,
16034,
3084,
62,
1983,
17430,
33411,
366,
14140,
1,
796,
705,
29387,
64,
17381,
6
]
|
What is the total number of field goals of Denan Kemp, who has more than 4 tries, more than 32 points, and 0 goals? | SELECT COUNT(Field) AS goals FROM table_name_4 WHERE tries > 4 AND points > 32 AND goals = 0 AND player = "denan kemp" | [
2061,
318,
262,
2472,
1271,
286,
2214,
4661,
286,
5601,
272,
44198,
11,
508,
468,
517,
621,
604,
8404,
11,
517,
621,
3933,
2173,
11,
290,
657,
4661,
30,
46506,
327,
28270,
7,
15878,
8,
7054,
4661,
16034,
3084,
62,
3672,
62,
19,
33411,
8404,
1875,
604,
5357,
2173,
1875,
3933,
5357,
4661,
796,
657,
5357,
2137,
796,
366,
6559,
272,
885,
3149,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2214,
4661,
286,
5601,
272,
44198,
11,
508,
468,
517,
621,
604,
8404,
11,
517,
621,
3933,
2173,
11,
290,
657,
4661,
30,
46506,
327,
28270,
7,
15878,
8,
7054,
4661,
16034,
3084,
62,
3672,
62,
19,
33411,
8404,
1875,
604,
5357,
2173,
1875,
3933,
5357,
4661,
796,
657,
5357,
2137,
796,
366,
6559,
272,
885,
3149,
1
]
|
Show the country names and the corresponding number of players. Show bar chart. | SELECT Country_name, COUNT(*) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country GROUP BY T1.Country_name | [
15307,
262,
1499,
3891,
290,
262,
11188,
1271,
286,
1938,
13,
5438,
2318,
8262,
13,
46506,
12946,
62,
3672,
11,
327,
28270,
7,
28104,
16034,
1499,
7054,
309,
16,
32357,
1268,
2872,
62,
6230,
7054,
309,
17,
6177,
309,
16,
13,
33921,
62,
312,
796,
309,
17,
13,
33921,
44441,
11050,
309,
16,
13,
33921,
62,
3672
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1499,
3891,
290,
262,
11188,
1271,
286,
1938,
13,
5438,
2318,
8262,
13,
46506,
12946,
62,
3672,
11,
327,
28270,
7,
28104,
16034,
1499,
7054,
309,
16,
32357,
1268,
2872,
62,
6230,
7054,
309,
17,
6177,
309,
16,
13,
33921,
62,
312,
796,
309,
17,
13,
33921,
44441,
11050,
309,
16,
13,
33921,
62,
3672
]
|
For how many patients with icd9 code 42833 was the death status unspecified? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.expire_flag = "0" AND diagnoses.icd9_code = "42833" | [
1890,
703,
867,
3871,
351,
14158,
67,
24,
2438,
45063,
2091,
373,
262,
1918,
3722,
29547,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
1069,
5111,
62,
32109,
796,
366,
15,
1,
5357,
40567,
13,
291,
67,
24,
62,
8189,
796,
366,
40173,
2091,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
703,
867,
3871,
351,
14158,
67,
24,
2438,
45063,
2091,
373,
262,
1918,
3722,
29547,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
40567,
6177,
16728,
13,
18108,
76,
62,
312,
796,
40567,
13,
18108,
76,
62,
312,
33411,
16728,
13,
1069,
5111,
62,
32109,
796,
366,
15,
1,
5357,
40567,
13,
291,
67,
24,
62,
8189,
796,
366,
40173,
2091,
1
]
|
What year was Caroline Medina Miss Fire (3rd Runner-up)? | SELECT AVG("Year") FROM table_13713 WHERE "Miss Fire (3rd Runner-up)" = 'caroline medina' | [
2061,
614,
373,
29037,
41946,
4544,
3764,
357,
18,
4372,
21529,
12,
929,
19427,
46506,
35224,
7203,
17688,
4943,
16034,
3084,
62,
19708,
1485,
33411,
366,
17140,
3764,
357,
18,
4372,
21529,
12,
929,
16725,
796,
705,
7718,
14453,
1117,
1437,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
614,
373,
29037,
41946,
4544,
3764,
357,
18,
4372,
21529,
12,
929,
19427,
46506,
35224,
7203,
17688,
4943,
16034,
3084,
62,
19708,
1485,
33411,
366,
17140,
3764,
357,
18,
4372,
21529,
12,
929,
16725,
796,
705,
7718,
14453,
1117,
1437,
6
]
|
What is the name of the corporation with an area of 15.63 km? | SELECT corporate_name FROM table_28367242_1 WHERE area__km²_ = "15.63" | [
2061,
318,
262,
1438,
286,
262,
12017,
351,
281,
1989,
286,
1315,
13,
5066,
10571,
30,
46506,
6355,
62,
3672,
16034,
3084,
62,
2078,
27824,
27877,
62,
16,
33411,
1989,
834,
13276,
31185,
62,
796,
366,
1314,
13,
5066,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
318,
262,
1438,
286,
262,
12017,
351,
281,
1989,
286,
1315,
13,
5066,
10571,
30,
46506,
6355,
62,
3672,
16034,
3084,
62,
2078,
27824,
27877,
62,
16,
33411,
1989,
834,
13276,
31185,
62,
796,
366,
1314,
13,
5066,
1
]
|
Name the area km 2 for balmoral | SELECT "Area km 2" FROM table_1623 WHERE "Official Name" = 'Balmoral' | [
5376,
262,
1989,
10571,
362,
329,
3652,
41996,
46506,
366,
30547,
10571,
362,
1,
16034,
3084,
62,
1433,
1954,
33411,
366,
28529,
6530,
1,
796,
705,
24597,
41996,
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,
1989,
10571,
362,
329,
3652,
41996,
46506,
366,
30547,
10571,
362,
1,
16034,
3084,
62,
1433,
1954,
33411,
366,
28529,
6530,
1,
796,
705,
24597,
41996,
6
]
|
Step 5: Column Filtration from File5. | SELECT Score, ViewCount, Body, OwnerUserId FROM Posts WHERE Posts.ViewCount > 450000 | [
8600,
642,
25,
29201,
376,
36055,
422,
9220,
20,
13,
46506,
15178,
11,
3582,
12332,
11,
12290,
11,
23853,
12982,
7390,
16034,
12043,
33411,
12043,
13,
7680,
12332,
1875,
4153,
2388
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
8600,
642,
25,
29201,
376,
36055,
422,
9220,
20,
13,
46506,
15178,
11,
3582,
12332,
11,
12290,
11,
23853,
12982,
7390,
16034,
12043,
33411,
12043,
13,
7680,
12332,
1875,
4153,
2388
]
|
how many games during this period did the phillies not win ? | SELECT COUNT(*) FROM table_203_240 WHERE "score" < "score" | [
4919,
867,
1830,
1141,
428,
2278,
750,
262,
872,
359,
444,
407,
1592,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
16102,
33411,
366,
26675,
1,
1279,
366,
26675,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1830,
1141,
428,
2278,
750,
262,
872,
359,
444,
407,
1592,
5633,
46506,
327,
28270,
7,
28104,
16034,
3084,
62,
22416,
62,
16102,
33411,
366,
26675,
1,
1279,
366,
26675,
1
]
|
How many team numbers have john keane as the player? | SELECT COUNT(team_number) FROM table_name_93 WHERE player = "john keane" | [
2437,
867,
1074,
3146,
423,
45610,
885,
1531,
355,
262,
2137,
30,
46506,
327,
28270,
7,
15097,
62,
17618,
8,
16034,
3084,
62,
3672,
62,
6052,
33411,
2137,
796,
366,
30686,
885,
1531,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1074,
3146,
423,
45610,
885,
1531,
355,
262,
2137,
30,
46506,
327,
28270,
7,
15097,
62,
17618,
8,
16034,
3084,
62,
3672,
62,
6052,
33411,
2137,
796,
366,
30686,
885,
1531,
1
]
|
What country has sa/b as the notes, and a time of 5:51.30? | SELECT "Country" FROM table_79427 WHERE "Notes" = 'sa/b' AND "Time" = '5:51.30' | [
2061,
1499,
468,
473,
14,
65,
355,
262,
4710,
11,
290,
257,
640,
286,
642,
25,
4349,
13,
1270,
30,
46506,
366,
33921,
1,
16034,
3084,
62,
3720,
42363,
33411,
366,
16130,
1,
796,
705,
11400,
14,
65,
6,
5357,
366,
7575,
1,
796,
705,
20,
25,
4349,
13,
1270,
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
]
| [
2061,
1499,
468,
473,
14,
65,
355,
262,
4710,
11,
290,
257,
640,
286,
642,
25,
4349,
13,
1270,
30,
46506,
366,
33921,
1,
16034,
3084,
62,
3720,
42363,
33411,
366,
16130,
1,
796,
705,
11400,
14,
65,
6,
5357,
366,
7575,
1,
796,
705,
20,
25,
4349,
13,
1270,
6
]
|
Who built the under grid 6 car with under 49 laps? | SELECT constructor FROM table_name_94 WHERE grid < 6 AND laps < 49 | [
8241,
3170,
262,
739,
10706,
718,
1097,
351,
739,
5125,
24590,
30,
46506,
23772,
16034,
3084,
62,
3672,
62,
5824,
33411,
10706,
1279,
718,
5357,
24590,
1279,
5125
]
| [
1,
1,
1,
1,
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,
3170,
262,
739,
10706,
718,
1097,
351,
739,
5125,
24590,
30,
46506,
23772,
16034,
3084,
62,
3672,
62,
5824,
33411,
10706,
1279,
718,
5357,
24590,
1279,
5125
]
|
What was the 2nd leg score between Patronage Sainte-Anne and Asante Kotoko? | SELECT "2nd leg" FROM table_79786 WHERE "Team 1" = 'asante kotoko' | [
2061,
373,
262,
362,
358,
1232,
4776,
1022,
43315,
496,
311,
391,
660,
12,
43227,
290,
1081,
12427,
21702,
16044,
30,
46506,
366,
17,
358,
1232,
1,
16034,
3084,
62,
3720,
46302,
33411,
366,
15592,
352,
1,
796,
705,
8775,
68,
479,
313,
16044,
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
]
| [
2061,
373,
262,
362,
358,
1232,
4776,
1022,
43315,
496,
311,
391,
660,
12,
43227,
290,
1081,
12427,
21702,
16044,
30,
46506,
366,
17,
358,
1232,
1,
16034,
3084,
62,
3720,
46302,
33411,
366,
15592,
352,
1,
796,
705,
8775,
68,
479,
313,
16044,
6
]
|
give me the number of patients whose admission location is emergency room admit and primary disease is transient ischemic attack? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "EMERGENCY ROOM ADMIT" AND demographic.diagnosis = "TRANSIENT ISCHEMIC ATTACK" | [
26535,
502,
262,
1271,
286,
3871,
3025,
13938,
4067,
318,
6334,
2119,
9159,
290,
4165,
4369,
318,
32361,
318,
2395,
9383,
1368,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
62,
24886,
796,
366,
3620,
49837,
45155,
15107,
2662,
5984,
36393,
1,
5357,
16728,
13,
47356,
5958,
796,
366,
5446,
1565,
11584,
3525,
3180,
3398,
3620,
2149,
26195,
8120,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
26535,
502,
262,
1271,
286,
3871,
3025,
13938,
4067,
318,
6334,
2119,
9159,
290,
4165,
4369,
318,
32361,
318,
2395,
9383,
1368,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
62,
24886,
796,
366,
3620,
49837,
45155,
15107,
2662,
5984,
36393,
1,
5357,
16728,
13,
47356,
5958,
796,
366,
5446,
1565,
11584,
3525,
3180,
3398,
3620,
2149,
26195,
8120,
1
]
|
What were the scores of the Wimbledon final matches where Newcombe was the runner-up? | SELECT "Score in the final" FROM table_25823 WHERE "Outcome" = 'Runner-up' AND "Championship" = 'Wimbledon' | [
2061,
547,
262,
8198,
286,
262,
39999,
49258,
2457,
7466,
810,
968,
49325,
373,
262,
17490,
12,
929,
30,
46506,
366,
26595,
287,
262,
2457,
1,
16034,
3084,
62,
25600,
1954,
33411,
366,
7975,
2958,
1,
796,
705,
49493,
12,
929,
6,
5357,
366,
1925,
4350,
1056,
1,
796,
705,
54,
320,
49258,
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
]
| [
2061,
547,
262,
8198,
286,
262,
39999,
49258,
2457,
7466,
810,
968,
49325,
373,
262,
17490,
12,
929,
30,
46506,
366,
26595,
287,
262,
2457,
1,
16034,
3084,
62,
25600,
1954,
33411,
366,
7975,
2958,
1,
796,
705,
49493,
12,
929,
6,
5357,
366,
1925,
4350,
1056,
1,
796,
705,
54,
320,
49258,
6
]
|
whats the cost to get a hx-female genit malg nec diagnosis. | SELECT DISTINCT cost.cost FROM cost WHERE cost.event_type = 'diagnoses_icd' AND cost.event_id IN (SELECT diagnoses_icd.row_id FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'hx-female genit malg nec')) | [
1929,
1381,
262,
1575,
284,
651,
257,
289,
87,
12,
24724,
2429,
270,
6428,
70,
27576,
13669,
13,
46506,
360,
8808,
1268,
4177,
1575,
13,
15805,
16034,
1575,
33411,
1575,
13,
15596,
62,
4906,
796,
705,
47356,
4629,
62,
291,
67,
6,
5357,
1575,
13,
15596,
62,
312,
3268,
357,
46506,
40567,
62,
291,
67,
13,
808,
62,
312,
16034,
40567,
62,
291,
67,
33411,
40567,
62,
291,
67,
13,
291,
67,
24,
62,
8189,
796,
357,
46506,
288,
62,
291,
67,
62,
47356,
4629,
13,
291,
67,
24,
62,
8189,
16034,
288,
62,
291,
67,
62,
47356,
4629,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1575,
284,
651,
257,
289,
87,
12,
24724,
2429,
270,
6428,
70,
27576,
13669,
13,
46506,
360,
8808,
1268,
4177,
1575,
13,
15805,
16034,
1575,
33411,
1575,
13,
15596,
62,
4906,
796,
705,
47356,
4629,
62,
291,
67,
6,
5357,
1575,
13,
15596,
62,
312,
3268,
357,
46506,
40567,
62,
291,
67,
13,
808,
62,
312,
16034,
40567,
62,
291,
67,
33411,
40567,
62,
291,
67,
13,
291,
67,
24,
62,
8189,
796,
357,
46506,
288,
62,
291,
67,
62,
47356,
4629,
13,
291,
67,
24,
62,
8189,
16034,
288,
62,
291,
67,
62,
47356,
4629,
33411
]
|
What Class has a Quantity made of 5? | SELECT "Class" FROM table_68986 WHERE "Quantity made" = '5' | [
2061,
5016,
468,
257,
39789,
925,
286,
642,
30,
46506,
366,
9487,
1,
16034,
3084,
62,
3104,
49087,
33411,
366,
31208,
925,
1,
796,
705,
20,
6
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
2061,
5016,
468,
257,
39789,
925,
286,
642,
30,
46506,
366,
9487,
1,
16034,
3084,
62,
3104,
49087,
33411,
366,
31208,
925,
1,
796,
705,
20,
6
]
|
What was the Nominated Work earlier than 2003? | SELECT nominated_work FROM table_name_62 WHERE year < 2003 | [
2061,
373,
262,
21198,
3898,
5521,
2961,
621,
5816,
30,
46506,
19332,
62,
1818,
16034,
3084,
62,
3672,
62,
5237,
33411,
614,
1279,
5816
]
| [
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,
21198,
3898,
5521,
2961,
621,
5816,
30,
46506,
19332,
62,
1818,
16034,
3084,
62,
3672,
62,
5237,
33411,
614,
1279,
5816
]
|
What is the license for Rygel? | SELECT license FROM table_name_11 WHERE name = "rygel" | [
2061,
318,
262,
5964,
329,
11089,
25280,
30,
46506,
5964,
16034,
3084,
62,
3672,
62,
1157,
33411,
1438,
796,
366,
563,
25280,
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,
5964,
329,
11089,
25280,
30,
46506,
5964,
16034,
3084,
62,
3672,
62,
1157,
33411,
1438,
796,
366,
563,
25280,
1
]
|
Count of questions with tag over time. | SELECT DATEADD(week, DATEDIFF(day, '20000109', CreationDate) / 7, '20000109') AS "week", Tags.TagName, COUNT(DISTINCT Posts.Id) AS Posts, SUM(Posts.AnswerCount) AS Answers, SUM(Posts.CommentCount) AS Comments FROM Posts INNER JOIN PostTags ON PostTags.PostId = Posts.Id INNER JOIN Tags ON PostTags.TagId = Tags.Id WHERE Tags.TagName IN (@tag0, @tag1, @tag2) AND PostTypeId = 1 AND CreationDate > '2013-01-06' GROUP BY DATEADD(week, DATEDIFF(day, '20000109', CreationDate) / 7, '20000109'), Tags.TagName ORDER BY 'week' DESC | [
12332,
286,
2683,
351,
7621,
625,
640,
13,
46506,
360,
6158,
29266,
7,
10464,
11,
360,
11617,
29267,
7,
820,
11,
705,
2167,
405,
14454,
3256,
21582,
10430,
8,
1220,
767,
11,
705,
2167,
405,
14454,
11537,
7054,
366,
10464,
1600,
44789,
13,
24835,
5376,
11,
327,
28270,
7,
35,
8808,
1268,
4177,
12043,
13,
7390,
8,
7054,
12043,
11,
35683,
7,
21496,
13,
33706,
12332,
8,
7054,
42612,
11,
35683,
7,
21496,
13,
21357,
12332,
8,
7054,
19502,
16034,
12043,
3268,
21479,
32357,
1268,
2947,
36142,
6177,
2947,
36142,
13,
6307,
7390,
796,
12043,
13,
7390,
3268,
21479,
32357
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
286,
2683,
351,
7621,
625,
640,
13,
46506,
360,
6158,
29266,
7,
10464,
11,
360,
11617,
29267,
7,
820,
11,
705,
2167,
405,
14454,
3256,
21582,
10430,
8,
1220,
767,
11,
705,
2167,
405,
14454,
11537,
7054,
366,
10464,
1600,
44789,
13,
24835,
5376,
11,
327,
28270,
7,
35,
8808,
1268,
4177,
12043,
13,
7390,
8,
7054,
12043,
11,
35683,
7,
21496,
13,
33706,
12332,
8,
7054,
42612,
11,
35683,
7,
21496,
13,
21357,
12332,
8,
7054,
19502,
16034,
12043,
3268,
21479,
32357,
1268,
2947,
36142,
6177,
2947,
36142,
13,
6307,
7390,
796,
12043,
13,
7390,
3268,
21479,
32357
]
|
What were the San Francisco resident's years in assembly? | SELECT years_in_assembly FROM table_name_54 WHERE residence = "san francisco" | [
2061,
547,
262,
2986,
6033,
6623,
338,
812,
287,
10474,
30,
46506,
812,
62,
259,
62,
41873,
16034,
3084,
62,
3672,
62,
4051,
33411,
11566,
796,
366,
12807,
46754,
4861,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
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,
2986,
6033,
6623,
338,
812,
287,
10474,
30,
46506,
812,
62,
259,
62,
41873,
16034,
3084,
62,
3672,
62,
4051,
33411,
11566,
796,
366,
12807,
46754,
4861,
1
]
|
What are all the company names that have a book published by Alyson? | SELECT T1.company_name FROM culture_company AS T1 JOIN book_club AS T2 ON T1.book_club_id = T2.book_club_id WHERE T2.publisher = 'Alyson' | [
2061,
389,
477,
262,
1664,
3891,
326,
423,
257,
1492,
3199,
416,
47535,
1559,
30,
46506,
309,
16,
13,
39722,
62,
3672,
16034,
3968,
62,
39722,
7054,
309,
16,
32357,
1268,
1492,
62,
18664,
7054,
309,
17,
6177,
309,
16,
13,
2070,
62,
18664,
62,
312,
796,
309,
17,
13,
2070,
62,
18664,
62,
312,
33411,
309,
17,
13,
12984,
8191,
796,
705,
32,
306,
1559,
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,
1,
1,
1
]
| [
2061,
389,
477,
262,
1664,
3891,
326,
423,
257,
1492,
3199,
416,
47535,
1559,
30,
46506,
309,
16,
13,
39722,
62,
3672,
16034,
3968,
62,
39722,
7054,
309,
16,
32357,
1268,
1492,
62,
18664,
7054,
309,
17,
6177,
309,
16,
13,
2070,
62,
18664,
62,
312,
796,
309,
17,
13,
2070,
62,
18664,
62,
312,
33411,
309,
17,
13,
12984,
8191,
796,
705,
32,
306,
1559,
6
]
|
count the number of patients whose marital status is single and ethnicity is white? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "SINGLE" AND demographic.ethnicity = "WHITE" | [
9127,
262,
1271,
286,
3871,
3025,
29555,
3722,
318,
2060,
290,
26289,
318,
2330,
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,
16728,
13,
38546,
414,
796,
366,
12418,
12709,
1
]
| [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
| [
9127,
262,
1271,
286,
3871,
3025,
29555,
3722,
318,
2060,
290,
26289,
318,
2330,
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,
16728,
13,
38546,
414,
796,
366,
12418,
12709,
1
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.