instruction stringlengths 0 1.06k | response stringlengths 2 3.61k | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|
was v. vaithilingam a member of the indian national congress or the janata party ? | SELECT "party affiliation" FROM table_204_54 WHERE "name of m.l.a." = 'v. vaithilingam' | [
9776,
410,
13,
410,
3921,
4386,
321,
257,
2888,
286,
262,
773,
666,
2260,
8681,
393,
262,
42897,
1045,
2151,
5633,
46506,
366,
10608,
26218,
1,
16034,
3084,
62,
18638,
62,
4051,
33411,
366,
3672,
286,
285,
13,
75,
13,
64,
526,
796,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
9776,
410,
13,
410,
3921,
4386,
321,
257,
2888,
286,
262,
773,
666,
2260,
8681,
393,
262,
42897,
1045,
2151,
5633,
46506,
366,
10608,
26218,
1,
16034,
3084,
62,
18638,
62,
4051,
33411,
366,
3672,
286,
285,
13,
75,
13,
64,
526,
796,
... |
For those records from the products and each product's manufacturer, give me the comparison about the average of code over the name , and group by attribute name by a bar chart, I want to order in ascending by the X. | SELECT T2.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Name ORDER BY T2.Name | [
1890,
883,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
1577,
502,
262,
7208,
546,
262,
2811,
286,
2438,
625,
262,
1438,
837,
290,
1448,
416,
11688,
1438,
416,
257,
2318,
8262,
11,
314,
765,
284,
1502,
287,
41988,
416,
262... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
1577,
502,
262,
7208,
546,
262,
2811,
286,
2438,
625,
262,
1438,
837,
290,
1448,
416,
11688,
1438,
416,
257,
2318,
8262,
11,
314,
765,
284,
1502,
287,
41988,
416,
262... |
Find all the policy types that are used by more than 2 customers. | SELECT policy_type_code FROM policies GROUP BY policy_type_code HAVING COUNT(*) > 2 | [
16742,
477,
262,
2450,
3858,
326,
389,
973,
416,
517,
621,
362,
4297,
13,
46506,
2450,
62,
4906,
62,
8189,
16034,
4788,
44441,
11050,
2450,
62,
4906,
62,
8189,
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,
1,
1,
1,
1,
1
] | [
16742,
477,
262,
2450,
3858,
326,
389,
973,
416,
517,
621,
362,
4297,
13,
46506,
2450,
62,
4906,
62,
8189,
16034,
4788,
44441,
11050,
2450,
62,
4906,
62,
8189,
367,
10116,
2751,
327,
28270,
7,
28104,
1875,
362
] |
What is the average number of gold medals won by Brazil for entries with more than 1 bronze medal but a total smaller than 4? | SELECT AVG("Gold") FROM table_58831 WHERE "Total" < '4' AND "Nation" = 'brazil' AND "Bronze" > '1' | [
2061,
318,
262,
2811,
1271,
286,
3869,
28057,
1839,
416,
7595,
329,
12784,
351,
517,
621,
352,
22101,
18279,
475,
257,
2472,
4833,
621,
604,
30,
46506,
35224,
7203,
13306,
4943,
16034,
3084,
62,
39118,
3132,
33411,
366,
14957,
1,
1279,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2811,
1271,
286,
3869,
28057,
1839,
416,
7595,
329,
12784,
351,
517,
621,
352,
22101,
18279,
475,
257,
2472,
4833,
621,
604,
30,
46506,
35224,
7203,
13306,
4943,
16034,
3084,
62,
39118,
3132,
33411,
366,
14957,
1,
1279,
... |
count the number of elective hospital admission patients who have lab test item id 51259. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_type = "ELECTIVE" AND lab.itemid = "51259" | [
9127,
262,
1271,
286,
1742,
425,
4436,
13938,
3871,
508,
423,
2248,
1332,
2378,
4686,
22243,
3270,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1742,
425,
4436,
13938,
3871,
508,
423,
2248,
1332,
2378,
4686,
22243,
3270,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
32357,
1268,
2248,
6177,
16728,
... |
For those records from the products and each product's manufacturer, visualize a bar chart about the distribution of name and the sum of manufacturer , and group by attribute name, and display in descending by the total number. | SELECT T1.Name, T1.Manufacturer FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Manufacturer DESC | [
1890,
883,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
38350,
257,
2318,
8262,
546,
262,
6082,
286,
1438,
290,
262,
2160,
286,
11554,
837,
290,
1448,
416,
11688,
1438,
11,
290,
3359,
287,
31491,
416,
262,
2472,
1271,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
38350,
257,
2318,
8262,
546,
262,
6082,
286,
1438,
290,
262,
2160,
286,
11554,
837,
290,
1448,
416,
11688,
1438,
11,
290,
3359,
287,
31491,
416,
262,
2472,
1271,
13,
... |
Which Team that has a Position in table of 15th (a) and a Outgoing manager of claudio borghi? | SELECT team FROM table_name_55 WHERE position_in_table = "15th (a)" AND outgoing_manager = "claudio borghi" | [
13828,
4816,
326,
468,
257,
23158,
287,
3084,
286,
1315,
400,
357,
64,
8,
290,
257,
3806,
5146,
4706,
286,
537,
24051,
275,
273,
456,
72,
30,
46506,
1074,
16034,
3084,
62,
3672,
62,
2816,
33411,
2292,
62,
259,
62,
11487,
796,
366,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
4816,
326,
468,
257,
23158,
287,
3084,
286,
1315,
400,
357,
64,
8,
290,
257,
3806,
5146,
4706,
286,
537,
24051,
275,
273,
456,
72,
30,
46506,
1074,
16034,
3084,
62,
3672,
62,
2816,
33411,
2292,
62,
259,
62,
11487,
796,
366,
... |
What seat does hold? | SELECT "Seat" FROM table_16923 WHERE "Name in Russian" = 'Плоцкая губерния' | [
2061,
5852,
857,
1745,
30,
46506,
366,
50,
4098,
1,
16034,
3084,
62,
22172,
1954,
33411,
366,
5376,
287,
3394,
1,
796,
705,
140,
253,
30143,
15166,
141,
228,
31583,
16142,
40623,
12466,
111,
35072,
140,
109,
16843,
21169,
22177,
18849,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5852,
857,
1745,
30,
46506,
366,
50,
4098,
1,
16034,
3084,
62,
22172,
1954,
33411,
366,
5376,
287,
3394,
1,
796,
705,
140,
253,
30143,
15166,
141,
228,
31583,
16142,
40623,
12466,
111,
35072,
140,
109,
16843,
21169,
22177,
18849,
... |
What was the total number of TD's for Player Lashaun Ward while also having a Long of 2? | SELECT COUNT("TD's") FROM table_53512 WHERE "Long" = '2' AND "Player" = 'lashaun ward' | [
2061,
373,
262,
2472,
1271,
286,
13320,
338,
329,
7853,
47137,
1942,
12150,
981,
635,
1719,
257,
5882,
286,
362,
30,
46506,
327,
28270,
7203,
21016,
338,
4943,
16034,
3084,
62,
44465,
1065,
33411,
366,
14617,
1,
796,
705,
17,
6,
5357,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
2472,
1271,
286,
13320,
338,
329,
7853,
47137,
1942,
12150,
981,
635,
1719,
257,
5882,
286,
362,
30,
46506,
327,
28270,
7203,
21016,
338,
4943,
16034,
3084,
62,
44465,
1065,
33411,
366,
14617,
1,
796,
705,
17,
6,
5357,... |
How many series premieres did the season 'All-stars' have? | SELECT COUNT(series_premiere) FROM table_2311410_1 WHERE season = "All-Stars" | [
2437,
867,
2168,
33050,
411,
750,
262,
1622,
705,
3237,
12,
30783,
6,
423,
30,
46506,
327,
28270,
7,
25076,
62,
31605,
13235,
8,
16034,
3084,
62,
1954,
16562,
940,
62,
16,
33411,
1622,
796,
366,
3237,
12,
29366,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2168,
33050,
411,
750,
262,
1622,
705,
3237,
12,
30783,
6,
423,
30,
46506,
327,
28270,
7,
25076,
62,
31605,
13235,
8,
16034,
3084,
62,
1954,
16562,
940,
62,
16,
33411,
1622,
796,
366,
3237,
12,
29366,
1
] |
how many patients who received cpap/peep therapy - 5-10 cm h2o procedure during the same hospital visit after receiving a laxatives - doss (colace) procedure in this year? | SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'laxatives - doss (colace)' AND DATETIME(treatment.treatmenttime, 'start o... | [
4919,
867,
3871,
508,
2722,
31396,
499,
14,
431,
538,
9102,
532,
642,
12,
940,
12067,
289,
17,
78,
8771,
1141,
262,
976,
4436,
3187,
706,
6464,
257,
36919,
2929,
532,
288,
793,
357,
4033,
558,
8,
8771,
287,
428,
614,
30,
46506,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
4919,
867,
3871,
508,
2722,
31396,
499,
14,
431,
538,
9102,
532,
642,
12,
940,
12067,
289,
17,
78,
8771,
1141,
262,
976,
4436,
3187,
706,
6464,
257,
36919,
2929,
532,
288,
793,
357,
4033,
558,
8,
8771,
287,
428,
614,
30,
46506,
32... |
when was the last time patient 030-52327 was having less than 80.0 sao2 yesterday? | SELECT vitalperiodic.observationtime FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-52327')) AND vitalperiodic.sao2 < 80.0 AND NOT ... | [
12518,
373,
262,
938,
640,
5827,
657,
1270,
12,
49803,
1983,
373,
1719,
1342,
621,
4019,
13,
15,
473,
78,
17,
7415,
30,
46506,
9204,
41007,
291,
13,
672,
3168,
341,
2435,
16034,
9204,
41007,
291,
33411,
9204,
41007,
291,
13,
26029,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
12518,
373,
262,
938,
640,
5827,
657,
1270,
12,
49803,
1983,
373,
1719,
1342,
621,
4019,
13,
15,
473,
78,
17,
7415,
30,
46506,
9204,
41007,
291,
13,
672,
3168,
341,
2435,
16034,
9204,
41007,
291,
33411,
9204,
41007,
291,
13,
26029,
... |
Find names of all colleges whose enrollment is greater than that of all colleges in the FL state. | SELECT cname FROM college WHERE enr > (SELECT MAX(enr) FROM college WHERE state = 'FL') | [
16742,
3891,
286,
477,
15273,
3025,
20753,
318,
3744,
621,
326,
286,
477,
15273,
287,
262,
9977,
1181,
13,
46506,
269,
3672,
16034,
4152,
33411,
551,
81,
1875,
357,
46506,
25882,
7,
268,
81,
8,
16034,
4152,
33411,
1181,
796,
705,
3697... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16742,
3891,
286,
477,
15273,
3025,
20753,
318,
3744,
621,
326,
286,
477,
15273,
287,
262,
9977,
1181,
13,
46506,
269,
3672,
16034,
4152,
33411,
551,
81,
1875,
357,
46506,
25882,
7,
268,
81,
8,
16034,
4152,
33411,
1181,
796,
705,
3697... |
For those employees who was hired before 2002-06-21, find hire_date and the sum of department_id bin hire_date by weekday, and visualize them by a bar chart. | SELECT HIRE_DATE, SUM(DEPARTMENT_ID) FROM employees WHERE HIRE_DATE < '2002-06-21' | [
1890,
883,
4409,
508,
373,
9657,
878,
6244,
12,
3312,
12,
2481,
11,
1064,
11078,
62,
4475,
290,
262,
2160,
286,
5011,
62,
312,
9874,
11078,
62,
4475,
416,
28269,
11,
290,
38350,
606,
416,
257,
2318,
8262,
13,
46506,
36210,
2200,
62,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1890,
883,
4409,
508,
373,
9657,
878,
6244,
12,
3312,
12,
2481,
11,
1064,
11078,
62,
4475,
290,
262,
2160,
286,
5011,
62,
312,
9874,
11078,
62,
4475,
416,
28269,
11,
290,
38350,
606,
416,
257,
2318,
8262,
13,
46506,
36210,
2200,
62,... |
Which Time has an Event of 200 m butterfly? | SELECT time FROM table_name_7 WHERE event = "200 m butterfly" | [
13828,
3862,
468,
281,
8558,
286,
939,
285,
35113,
30,
46506,
640,
16034,
3084,
62,
3672,
62,
22,
33411,
1785,
796,
366,
2167,
285,
35113,
1
] | [
1,
1,
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,
3862,
468,
281,
8558,
286,
939,
285,
35113,
30,
46506,
640,
16034,
3084,
62,
3672,
62,
22,
33411,
1785,
796,
366,
2167,
285,
35113,
1
] |
PostId and # of Participants - 2week of May 2011. | SELECT Id, UserId, COUNT(1) AS cnt FROM (SELECT q.Id, q.OwnerUserId AS userid FROM Posts AS q UNION ALL SELECT q.Id, a.OwnerUserId AS userid FROM Posts AS q LEFT JOIN Posts AS a ON (q.Id = a.ParentId) UNION ALL SELECT q.Id, qc.UserId AS userid FROM Posts AS q LEFT JOIN Posts AS a ON (q.Id = a.ParentId) LEFT JOIN Commen... | [
6307,
7390,
290,
1303,
286,
26122,
532,
362,
10464,
286,
1737,
2813,
13,
46506,
5121,
11,
11787,
7390,
11,
327,
28270,
7,
16,
8,
7054,
269,
429,
16034,
357,
46506,
10662,
13,
7390,
11,
10662,
13,
42419,
12982,
7390,
7054,
2836,
312,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
6307,
7390,
290,
1303,
286,
26122,
532,
362,
10464,
286,
1737,
2813,
13,
46506,
5121,
11,
11787,
7390,
11,
327,
28270,
7,
16,
8,
7054,
269,
429,
16034,
357,
46506,
10662,
13,
7390,
11,
10662,
13,
42419,
12982,
7390,
7054,
2836,
312,
... |
Bar chart of the number of years played from each years played | SELECT Years_Played, COUNT(Years_Played) FROM player GROUP BY Years_Played | [
10374,
8262,
286,
262,
1271,
286,
812,
2826,
422,
1123,
812,
2826,
46506,
13212,
62,
11002,
276,
11,
327,
28270,
7,
40630,
62,
11002,
276,
8,
16034,
2137,
44441,
11050,
13212,
62,
11002,
276
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
10374,
8262,
286,
262,
1271,
286,
812,
2826,
422,
1123,
812,
2826,
46506,
13212,
62,
11002,
276,
11,
327,
28270,
7,
40630,
62,
11002,
276,
8,
16034,
2137,
44441,
11050,
13212,
62,
11002,
276
] |
What is the abbreviation of the enzyme involved in carbamoyl phosphate synthetase i deficiency? | SELECT abb FROM table_name_30 WHERE disorder = "carbamoyl phosphate synthetase i deficiency" | [
2061,
318,
262,
28873,
47625,
286,
262,
27679,
2950,
287,
13265,
321,
726,
75,
46926,
7419,
3202,
589,
1312,
23580,
30,
46506,
450,
65,
16034,
3084,
62,
3672,
62,
1270,
33411,
8967,
796,
366,
35684,
321,
726,
75,
46926,
7419,
3202,
58... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
28873,
47625,
286,
262,
27679,
2950,
287,
13265,
321,
726,
75,
46926,
7419,
3202,
589,
1312,
23580,
30,
46506,
450,
65,
16034,
3084,
62,
3672,
62,
1270,
33411,
8967,
796,
366,
35684,
321,
726,
75,
46926,
7419,
3202,
58... |
What is the home team score at princes park? | SELECT "Home team score" FROM table_52517 WHERE "Venue" = 'princes park' | [
2061,
318,
262,
1363,
1074,
4776,
379,
42676,
3952,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
39088,
1558,
33411,
366,
37522,
518,
1,
796,
705,
1050,
17386,
3952,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1363,
1074,
4776,
379,
42676,
3952,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
39088,
1558,
33411,
366,
37522,
518,
1,
796,
705,
1050,
17386,
3952,
6
] |
What's the highest silver and 1 gold that the nation of djibouti received with a total less than 3? | SELECT MAX(silver) FROM table_name_25 WHERE gold = 1 AND nation = "djibouti" AND total < 3 | [
2061,
338,
262,
4511,
8465,
290,
352,
3869,
326,
262,
3277,
286,
42625,
571,
448,
72,
2722,
351,
257,
2472,
1342,
621,
513,
30,
46506,
25882,
7,
40503,
8,
16034,
3084,
62,
3672,
62,
1495,
33411,
3869,
796,
352,
5357,
3277,
796,
366,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
338,
262,
4511,
8465,
290,
352,
3869,
326,
262,
3277,
286,
42625,
571,
448,
72,
2722,
351,
257,
2472,
1342,
621,
513,
30,
46506,
25882,
7,
40503,
8,
16034,
3084,
62,
3672,
62,
1495,
33411,
3869,
796,
352,
5357,
3277,
796,
366,... |
Which Poll Source has a Date administered of october 30 november 2, 2008? | SELECT poll_source FROM table_name_18 WHERE date_administered = "october 30 – november 2, 2008" | [
13828,
12868,
8090,
468,
257,
7536,
17169,
286,
19318,
2023,
1542,
645,
303,
1916,
362,
11,
3648,
30,
46506,
3278,
62,
10459,
16034,
3084,
62,
3672,
62,
1507,
33411,
3128,
62,
39081,
1068,
796,
366,
38441,
2023,
1542,
784,
645,
303,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12868,
8090,
468,
257,
7536,
17169,
286,
19318,
2023,
1542,
645,
303,
1916,
362,
11,
3648,
30,
46506,
3278,
62,
10459,
16034,
3084,
62,
3672,
62,
1507,
33411,
3128,
62,
39081,
1068,
796,
366,
38441,
2023,
1542,
784,
645,
303,
1... |
what is the type when the bie recognised is yes, festival name is floriade and the year(s) is 2002? | SELECT "Type" FROM table_10834 WHERE "BIE recognised" = 'yes' AND "Festival name" = 'floriade' AND "Year(s)" = '2002' | [
10919,
318,
262,
2099,
618,
262,
275,
494,
20915,
318,
3763,
11,
10876,
1438,
318,
781,
10145,
671,
290,
262,
614,
7,
82,
8,
318,
6244,
30,
46506,
366,
6030,
1,
16034,
3084,
62,
15711,
2682,
33411,
366,
3483,
36,
20915,
1,
796,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
318,
262,
2099,
618,
262,
275,
494,
20915,
318,
3763,
11,
10876,
1438,
318,
781,
10145,
671,
290,
262,
614,
7,
82,
8,
318,
6244,
30,
46506,
366,
6030,
1,
16034,
3084,
62,
15711,
2682,
33411,
366,
3483,
36,
20915,
1,
796,
70... |
What was the original air date for season 11? | SELECT original_air_date FROM table_20704243_6 WHERE season__number = 11 | [
2061,
373,
262,
2656,
1633,
3128,
329,
1622,
1367,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
1238,
32869,
26660,
62,
21,
33411,
1622,
834,
17618,
796,
1367
] | [
1,
1,
1,
1,
1,
1,
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,
2656,
1633,
3128,
329,
1622,
1367,
30,
46506,
2656,
62,
958,
62,
4475,
16034,
3084,
62,
1238,
32869,
26660,
62,
21,
33411,
1622,
834,
17618,
796,
1367
] |
give me a good restaurant in alameda ? | SELECT location.house_number, restaurant.name FROM location, restaurant WHERE location.city_name = 'alameda' AND restaurant.id = location.restaurant_id AND restaurant.rating > 2.5 | [
26535,
502,
257,
922,
7072,
287,
435,
49637,
5633,
46506,
4067,
13,
4803,
62,
17618,
11,
7072,
13,
3672,
16034,
4067,
11,
7072,
33411,
4067,
13,
19205,
62,
3672,
796,
705,
282,
49637,
6,
5357,
7072,
13,
312,
796,
4067,
13,
2118,
289... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
257,
922,
7072,
287,
435,
49637,
5633,
46506,
4067,
13,
4803,
62,
17618,
11,
7072,
13,
3672,
16034,
4067,
11,
7072,
33411,
4067,
13,
19205,
62,
3672,
796,
705,
282,
49637,
6,
5357,
7072,
13,
312,
796,
4067,
13,
2118,
289... |
How many tries did the player have which ended with 20 Points? | SELECT tries FROM table_name_13 WHERE points = 20 | [
2437,
867,
8404,
750,
262,
2137,
423,
543,
4444,
351,
1160,
11045,
30,
46506,
8404,
16034,
3084,
62,
3672,
62,
1485,
33411,
2173,
796,
1160
] | [
1,
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,
8404,
750,
262,
2137,
423,
543,
4444,
351,
1160,
11045,
30,
46506,
8404,
16034,
3084,
62,
3672,
62,
1485,
33411,
2173,
796,
1160
] |
What is the Tie no listed for the Away team of Barnet? | SELECT tie_no FROM table_name_13 WHERE away_team = "barnet" | [
2061,
318,
262,
36286,
645,
5610,
329,
262,
21986,
1074,
286,
11842,
316,
30,
46506,
9839,
62,
3919,
16034,
3084,
62,
3672,
62,
1485,
33411,
1497,
62,
15097,
796,
366,
65,
1501,
316,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
36286,
645,
5610,
329,
262,
21986,
1074,
286,
11842,
316,
30,
46506,
9839,
62,
3919,
16034,
3084,
62,
3672,
62,
1485,
33411,
1497,
62,
15097,
796,
366,
65,
1501,
316,
1
] |
What is the away team that features a home team of south melbourne? | SELECT "Away team score" FROM table_4871 WHERE "Home team" = 'south melbourne' | [
2061,
318,
262,
1497,
1074,
326,
3033,
257,
1363,
1074,
286,
5366,
7758,
12544,
30,
46506,
366,
32,
1014,
1074,
4776,
1,
16034,
3084,
62,
2780,
4869,
33411,
366,
16060,
1074,
1,
796,
705,
35782,
7758,
12544,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1497,
1074,
326,
3033,
257,
1363,
1074,
286,
5366,
7758,
12544,
30,
46506,
366,
32,
1014,
1074,
4776,
1,
16034,
3084,
62,
2780,
4869,
33411,
366,
16060,
1074,
1,
796,
705,
35782,
7758,
12544,
6
] |
What was the total To Par for Craig Wood? | SELECT SUM(to_par) FROM table_name_16 WHERE player = "craig wood" | [
2061,
373,
262,
2472,
1675,
2547,
329,
13854,
5326,
30,
46506,
35683,
7,
1462,
62,
1845,
8,
16034,
3084,
62,
3672,
62,
1433,
33411,
2137,
796,
366,
66,
430,
328,
4898,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
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,
2472,
1675,
2547,
329,
13854,
5326,
30,
46506,
35683,
7,
1462,
62,
1845,
8,
16034,
3084,
62,
3672,
62,
1433,
33411,
2137,
796,
366,
66,
430,
328,
4898,
1
] |
WHAT IS THE AWAY TEAM WITH HOME OF LEICESTER CITY? | SELECT away_team FROM table_name_33 WHERE home_team = "leicester city" | [
32971,
3180,
3336,
14356,
4792,
33536,
13315,
41779,
3963,
12509,
34444,
5781,
27993,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
2091,
33411,
1363,
62,
15097,
796,
366,
293,
26382,
1748,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
32971,
3180,
3336,
14356,
4792,
33536,
13315,
41779,
3963,
12509,
34444,
5781,
27993,
30,
46506,
1497,
62,
15097,
16034,
3084,
62,
3672,
62,
2091,
33411,
1363,
62,
15097,
796,
366,
293,
26382,
1748,
1
] |
Which Decile has Years of , and a Gender of coed? | SELECT "Decile" FROM table_69720 WHERE "Years" = '–' AND "Gender" = 'coed' | [
13828,
4280,
576,
468,
13212,
286,
837,
290,
257,
20247,
286,
763,
276,
30,
46506,
366,
10707,
576,
1,
16034,
3084,
62,
3388,
23906,
33411,
366,
40630,
1,
796,
705,
1906,
6,
5357,
366,
41394,
1,
796,
705,
1073,
276,
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
] | [
13828,
4280,
576,
468,
13212,
286,
837,
290,
257,
20247,
286,
763,
276,
30,
46506,
366,
10707,
576,
1,
16034,
3084,
62,
3388,
23906,
33411,
366,
40630,
1,
796,
705,
1906,
6,
5357,
366,
41394,
1,
796,
705,
1073,
276,
6
] |
What 's the number of DESCI classes being offered next semester ? | SELECT COUNT(DISTINCT course_offering.course_id) FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'DESCI' AND semester.semester = 'FA' AND semester.semester_id = course_offering.semester AND semester.year = 2016 | [
2061,
705,
82,
262,
1271,
286,
22196,
25690,
6097,
852,
4438,
1306,
24878,
5633,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
1781,
62,
2364,
1586,
13,
17319,
62,
312,
8,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
24878,
33411,
1781,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
705,
82,
262,
1271,
286,
22196,
25690,
6097,
852,
4438,
1306,
24878,
5633,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
1781,
62,
2364,
1586,
13,
17319,
62,
312,
8,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
24878,
33411,
1781,
... |
What is the Rank of the Athlete with a Time of 1:47.65 and in Lane 3 or larger? | SELECT MAX(rank) FROM table_name_35 WHERE time = "1:47.65" AND lane > 3 | [
2061,
318,
262,
10916,
286,
262,
13548,
5807,
351,
257,
3862,
286,
352,
25,
2857,
13,
2996,
290,
287,
15016,
513,
393,
4025,
30,
46506,
25882,
7,
43027,
8,
16034,
3084,
62,
3672,
62,
2327,
33411,
640,
796,
366,
16,
25,
2857,
13,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
10916,
286,
262,
13548,
5807,
351,
257,
3862,
286,
352,
25,
2857,
13,
2996,
290,
287,
15016,
513,
393,
4025,
30,
46506,
25882,
7,
43027,
8,
16034,
3084,
62,
3672,
62,
2327,
33411,
640,
796,
366,
16,
25,
2857,
13,
2... |
What was the largest index the year/s forcible rapes numbered 1084? | SELECT MAX("Index") FROM table_27495 WHERE "Forcible rape" = '1084' | [
2061,
373,
262,
4387,
6376,
262,
614,
14,
82,
24686,
856,
37459,
25840,
838,
5705,
30,
46506,
25882,
7203,
15732,
4943,
16034,
3084,
62,
1983,
33781,
33411,
366,
1890,
37369,
7262,
1,
796,
705,
940,
5705,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
4387,
6376,
262,
614,
14,
82,
24686,
856,
37459,
25840,
838,
5705,
30,
46506,
25882,
7203,
15732,
4943,
16034,
3084,
62,
1983,
33781,
33411,
366,
1890,
37369,
7262,
1,
796,
705,
940,
5705,
6
] |
What is the fewest loses for the club that is below 8 in position, and had played less than 30 games? | SELECT MIN("Loses") FROM table_62692 WHERE "Position" < '8' AND "Games played" < '30' | [
2061,
318,
262,
1178,
395,
14754,
329,
262,
3430,
326,
318,
2174,
807,
287,
2292,
11,
290,
550,
2826,
1342,
621,
1542,
1830,
30,
46506,
20625,
7203,
43,
4629,
4943,
16034,
3084,
62,
45191,
5892,
33411,
366,
26545,
1,
1279,
705,
23,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1178,
395,
14754,
329,
262,
3430,
326,
318,
2174,
807,
287,
2292,
11,
290,
550,
2826,
1342,
621,
1542,
1830,
30,
46506,
20625,
7203,
43,
4629,
4943,
16034,
3084,
62,
45191,
5892,
33411,
366,
26545,
1,
1279,
705,
23,
... |
Who was 'The Magic Necklace' written by? | SELECT "Written by:" FROM table_72725 WHERE "Title" = 'The Magic Necklace' | [
8241,
373,
705,
464,
6139,
34726,
27077,
6,
3194,
416,
30,
46506,
366,
25354,
416,
11097,
16034,
3084,
62,
47760,
1495,
33411,
366,
19160,
1,
796,
705,
464,
6139,
34726,
27077,
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
] | [
8241,
373,
705,
464,
6139,
34726,
27077,
6,
3194,
416,
30,
46506,
366,
25354,
416,
11097,
16034,
3084,
62,
47760,
1495,
33411,
366,
19160,
1,
796,
705,
464,
6139,
34726,
27077,
6
] |
On what date did Fitzroy have a home team score of 8.13 (61)? | SELECT "Date" FROM table_54974 WHERE "Home team score" = '8.13 (61)' | [
2202,
644,
3128,
750,
16703,
3287,
423,
257,
1363,
1074,
4776,
286,
807,
13,
1485,
357,
5333,
19427,
46506,
366,
10430,
1,
16034,
3084,
62,
44966,
4524,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
23,
13,
1485,
357,
5333,
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
] | [
2202,
644,
3128,
750,
16703,
3287,
423,
257,
1363,
1074,
4776,
286,
807,
13,
1485,
357,
5333,
19427,
46506,
366,
10430,
1,
16034,
3084,
62,
44966,
4524,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
23,
13,
1485,
357,
5333,
33047
] |
can you show me the flights from DALLAS to BALTIMORE with economy fares | SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, fare_basis, flight, flight_fare WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BALTIMORE' AND fare_basis.economy = 'YES' AND fare.fare_ba... | [
5171,
345,
905,
502,
262,
13956,
422,
360,
7036,
1921,
284,
347,
31429,
3955,
6965,
351,
3773,
33164,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
90... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
5171,
345,
905,
502,
262,
13956,
422,
360,
7036,
1921,
284,
347,
31429,
3955,
6965,
351,
3773,
33164,
46506,
360,
8808,
1268,
4177,
5474,
13,
22560,
62,
312,
16034,
9003,
62,
15271,
7054,
31600,
15490,
62,
35009,
27389,
62,
15,
11,
90... |
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, draw a bar chart about the distribution of hire_date and the sum of manager_id bin hire_date by time, list Y-axis from high to low order. | SELECT HIRE_DATE, SUM(MANAGER_ID) FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 ORDER BY SUM(MANAGER_ID) DESC | [
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,
3197,
257,
2318,
8262,
546,
262,
6082,
286,
11078,
62,
4475,
290,
262,
2160,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3197,
257,
2318,
8262,
546,
262,
6082,
286,
11078,
62,
4475,
290,
262,
2160,
28... |
Find questions with a given user's comments. | SELECT c.Id AS "Comment ID", c.CreationDate AS "Comment Date", u.Id AS "User ID", u.DisplayName AS "User Name", a.Id AS "Answer ID", q.Id AS "Question ID", q.Title AS "Question Title" FROM Posts AS a JOIN Posts AS q ON q.Id = a.ParentId JOIN Comments AS c ON c.PostId = a.Id JOIN Users AS u ON u.Id = a.OwnerUserId WHERE... | [
16742,
2683,
351,
257,
1813,
2836,
338,
3651,
13,
46506,
269,
13,
7390,
7054,
366,
21357,
4522,
1600,
269,
13,
12443,
341,
10430,
7054,
366,
21357,
7536,
1600,
334,
13,
7390,
7054,
366,
12982,
4522,
1600,
334,
13,
23114,
5376,
7054,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
16742,
2683,
351,
257,
1813,
2836,
338,
3651,
13,
46506,
269,
13,
7390,
7054,
366,
21357,
4522,
1600,
269,
13,
12443,
341,
10430,
7054,
366,
21357,
7536,
1600,
334,
13,
7390,
7054,
366,
12982,
4522,
1600,
334,
13,
23114,
5376,
7054,
3... |
What country has a finish of 59? | SELECT country FROM table_name_34 WHERE finish = "59" | [
2061,
1499,
468,
257,
5461,
286,
7863,
30,
46506,
1499,
16034,
3084,
62,
3672,
62,
2682,
33411,
5461,
796,
366,
3270,
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,
257,
5461,
286,
7863,
30,
46506,
1499,
16034,
3084,
62,
3672,
62,
2682,
33411,
5461,
796,
366,
3270,
1
] |
Name the 1811 for 1801 of 1801 | SELECT "1811" FROM table_38872 WHERE "1801" = '1801' | [
5376,
262,
1248,
1157,
329,
1248,
486,
286,
1248,
486,
46506,
366,
1507,
1157,
1,
16034,
3084,
62,
30460,
4761,
33411,
366,
1507,
486,
1,
796,
705,
1507,
486,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
1248,
1157,
329,
1248,
486,
286,
1248,
486,
46506,
366,
1507,
1157,
1,
16034,
3084,
62,
30460,
4761,
33411,
366,
1507,
486,
1,
796,
705,
1507,
486,
6
] |
What is the 140lbs for 130lbs Jake Evans (Mojave)? | SELECT "140lbs" FROM table_13209 WHERE "130lbs" = 'jake evans (mojave)' | [
2061,
318,
262,
12713,
32133,
329,
11323,
32133,
14757,
13922,
357,
44,
13210,
1015,
19427,
46506,
366,
15187,
32133,
1,
16034,
3084,
62,
1485,
22567,
33411,
366,
12952,
32133,
1,
796,
705,
73,
539,
819,
504,
357,
5908,
73,
1015,
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
] | [
2061,
318,
262,
12713,
32133,
329,
11323,
32133,
14757,
13922,
357,
44,
13210,
1015,
19427,
46506,
366,
15187,
32133,
1,
16034,
3084,
62,
1485,
22567,
33411,
366,
12952,
32133,
1,
796,
705,
73,
539,
819,
504,
357,
5908,
73,
1015,
33047
... |
Which Away team has a Home team of Collingwood? | SELECT "Away team" FROM table_32361 WHERE "Home team" = 'collingwood' | [
13828,
21986,
1074,
468,
257,
5995,
1074,
286,
7778,
278,
3822,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
32637,
5333,
33411,
366,
16060,
1074,
1,
796,
705,
26000,
278,
3822,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
21986,
1074,
468,
257,
5995,
1074,
286,
7778,
278,
3822,
30,
46506,
366,
32,
1014,
1074,
1,
16034,
3084,
62,
32637,
5333,
33411,
366,
16060,
1074,
1,
796,
705,
26000,
278,
3822,
6
] |
get me the number of patients with celo-vessicle fistula primary disease who died on or before 2179. | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "CELO-VESSICLE FISTULA" AND demographic.dod_year <= "2179.0" | [
1136,
502,
262,
1271,
286,
3871,
351,
18725,
78,
12,
85,
408,
1548,
18606,
4712,
4165,
4369,
508,
3724,
319,
393,
878,
362,
21738,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1136,
502,
262,
1271,
286,
3871,
351,
18725,
78,
12,
85,
408,
1548,
18606,
4712,
4165,
4369,
508,
3724,
319,
393,
878,
362,
21738,
13,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16... |
count the number of patients whose ethnicity is hispanic/latino - puerto rican and diagnoses long title is other specified procedures as the cause of abnormal reaction of patient, or of later complication, without mention of misadventure at time of procedure? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "HISPANIC/LATINO - PUERTO RICAN" AND diagnoses.long_title = "Other specified procedures as the cause of abnormal reaction of patient, or of later complication, wit... | [
9127,
262,
1271,
286,
3871,
3025,
26289,
318,
465,
35843,
14,
15460,
2879,
532,
47574,
13806,
374,
7490,
290,
40567,
890,
3670,
318,
584,
7368,
9021,
355,
262,
2728,
286,
18801,
6317,
286,
5827,
11,
393,
286,
1568,
45185,
11,
1231,
30... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26289,
318,
465,
35843,
14,
15460,
2879,
532,
47574,
13806,
374,
7490,
290,
40567,
890,
3670,
318,
584,
7368,
9021,
355,
262,
2728,
286,
18801,
6317,
286,
5827,
11,
393,
286,
1568,
45185,
11,
1231,
30... |
Show the zip code of the county with name 'Howard'. | SELECT Zip_code FROM county WHERE County_name = "Howard" | [
15307,
262,
19974,
2438,
286,
262,
7968,
351,
1438,
705,
32434,
4458,
46506,
38636,
62,
8189,
16034,
7968,
33411,
3418,
62,
3672,
796,
366,
32434,
1
] | [
1,
1,
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,
19974,
2438,
286,
262,
7968,
351,
1438,
705,
32434,
4458,
46506,
38636,
62,
8189,
16034,
7968,
33411,
3418,
62,
3672,
796,
366,
32434,
1
] |
what was the name of the specimen test that patient 85895 has gotten the first the last month? | SELECT microbiologyevents.spec_type_desc FROM microbiologyevents WHERE microbiologyevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 85895) AND DATETIME(microbiologyevents.charttime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-1 month') ORDER BY microbiology... | [
10919,
373,
262,
1438,
286,
262,
31674,
1332,
326,
5827,
807,
3365,
3865,
468,
7891,
262,
717,
262,
938,
1227,
30,
46506,
24559,
1435,
31534,
13,
16684,
62,
4906,
62,
20147,
16034,
24559,
1435,
31534,
33411,
24559,
1435,
31534,
13,
1810... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
373,
262,
1438,
286,
262,
31674,
1332,
326,
5827,
807,
3365,
3865,
468,
7891,
262,
717,
262,
938,
1227,
30,
46506,
24559,
1435,
31534,
13,
16684,
62,
4906,
62,
20147,
16034,
24559,
1435,
31534,
33411,
24559,
1435,
31534,
13,
1810... |
What are the majors only less than three students are studying? | SELECT major FROM student GROUP BY major HAVING COUNT(*) < 3 | [
2061,
389,
262,
26353,
691,
1342,
621,
1115,
2444,
389,
11065,
30,
46506,
1688,
16034,
3710,
44441,
11050,
1688,
367,
10116,
2751,
327,
28270,
7,
28104,
1279,
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
] | [
2061,
389,
262,
26353,
691,
1342,
621,
1115,
2444,
389,
11065,
30,
46506,
1688,
16034,
3710,
44441,
11050,
1688,
367,
10116,
2751,
327,
28270,
7,
28104,
1279,
513
] |
Find the oldest age for students with different sex in a bar chart, and I want to sort by the total number from low to high please. | SELECT Sex, MAX(Age) FROM Student GROUP BY Sex ORDER BY MAX(Age) | [
16742,
262,
13325,
2479,
329,
2444,
351,
1180,
1714,
287,
257,
2318,
8262,
11,
290,
314,
765,
284,
3297,
416,
262,
2472,
1271,
422,
1877,
284,
1029,
3387,
13,
46506,
14419,
11,
25882,
7,
23396,
8,
16034,
13613,
44441,
11050,
14419,
38... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
16742,
262,
13325,
2479,
329,
2444,
351,
1180,
1714,
287,
257,
2318,
8262,
11,
290,
314,
765,
284,
3297,
416,
262,
2472,
1271,
422,
1877,
284,
1029,
3387,
13,
46506,
14419,
11,
25882,
7,
23396,
8,
16034,
13613,
44441,
11050,
14419,
38... |
Are there PIBS 14 -credit courses ? | SELECT DISTINCT name, number FROM course WHERE department = 'PIBS' AND credits = 14 | [
8491,
612,
30434,
4462,
1478,
532,
43082,
10902,
5633,
46506,
360,
8808,
1268,
4177,
1438,
11,
1271,
16034,
1781,
33411,
5011,
796,
705,
11901,
4462,
6,
5357,
10824,
796,
1478
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8491,
612,
30434,
4462,
1478,
532,
43082,
10902,
5633,
46506,
360,
8808,
1268,
4177,
1438,
11,
1271,
16034,
1781,
33411,
5011,
796,
705,
11901,
4462,
6,
5357,
10824,
796,
1478
] |
keywords used by Luke Zettlemoyer | SELECT DISTINCT keyphrase.keyphraseid FROM author, keyphrase, paper, paperkeyphrase, writes WHERE author.authorname = 'Luke Zettlemoyer' AND paperkeyphrase.keyphraseid = keyphrase.keyphraseid AND paper.paperid = paperkeyphrase.paperid AND writes.authorid = author.authorid AND writes.paperid = paper.paperid | [
2539,
10879,
973,
416,
11336,
1168,
3087,
10671,
35301,
46506,
360,
8808,
1268,
4177,
1994,
34675,
13,
2539,
34675,
312,
16034,
1772,
11,
1994,
34675,
11,
3348,
11,
3348,
2539,
34675,
11,
6797,
33411,
1772,
13,
18439,
1211,
480,
796,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2539,
10879,
973,
416,
11336,
1168,
3087,
10671,
35301,
46506,
360,
8808,
1268,
4177,
1994,
34675,
13,
2539,
34675,
312,
16034,
1772,
11,
1994,
34675,
11,
3348,
11,
3348,
2539,
34675,
11,
6797,
33411,
1772,
13,
18439,
1211,
480,
796,
70... |
Which Total has a Name of alex mcleish category:articles with hcards, and a League smaller than 494? | SELECT AVG(total) FROM table_name_25 WHERE name = "alex mcleish category:articles with hcards" AND league < 494 | [
13828,
7472,
468,
257,
6530,
286,
257,
2588,
285,
2375,
680,
6536,
25,
26845,
351,
289,
27761,
11,
290,
257,
4041,
4833,
621,
5125,
19,
30,
46506,
35224,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
1495,
33411,
1438,
796,
366,
1000,
87,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7472,
468,
257,
6530,
286,
257,
2588,
285,
2375,
680,
6536,
25,
26845,
351,
289,
27761,
11,
290,
257,
4041,
4833,
621,
5125,
19,
30,
46506,
35224,
7,
23350,
8,
16034,
3084,
62,
3672,
62,
1495,
33411,
1438,
796,
366,
1000,
87,... |
What is the Capacity in use with an Annual change that is 21.8%? | SELECT "Capacity in use" FROM table_42077 WHERE "Annual change" = '21.8%' | [
2061,
318,
262,
29765,
287,
779,
351,
281,
16328,
1487,
326,
318,
2310,
13,
23,
4,
30,
46506,
366,
15610,
4355,
287,
779,
1,
16034,
3084,
62,
27211,
3324,
33411,
366,
18858,
723,
1487,
1,
796,
705,
2481,
13,
23,
4,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
29765,
287,
779,
351,
281,
16328,
1487,
326,
318,
2310,
13,
23,
4,
30,
46506,
366,
15610,
4355,
287,
779,
1,
16034,
3084,
62,
27211,
3324,
33411,
366,
18858,
723,
1487,
1,
796,
705,
2481,
13,
23,
4,
6
] |
The school nicknamed the wildcats has what sum of enrollment? | SELECT SUM(enrollment) FROM table_name_5 WHERE team_nickname = "wildcats" | [
464,
1524,
35786,
262,
4295,
24619,
468,
644,
2160,
286,
20753,
30,
46506,
35683,
7,
268,
48108,
8,
16034,
3084,
62,
3672,
62,
20,
33411,
1074,
62,
17172,
3672,
796,
366,
21992,
24619,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
464,
1524,
35786,
262,
4295,
24619,
468,
644,
2160,
286,
20753,
30,
46506,
35683,
7,
268,
48108,
8,
16034,
3084,
62,
3672,
62,
20,
33411,
1074,
62,
17172,
3672,
796,
366,
21992,
24619,
1
] |
What's the term start date for Meretz? | SELECT term_start FROM table_name_94 WHERE party = "meretz" | [
2061,
338,
262,
3381,
923,
3128,
329,
337,
567,
22877,
30,
46506,
3381,
62,
9688,
16034,
3084,
62,
3672,
62,
5824,
33411,
2151,
796,
366,
34671,
22877,
1
] | [
1,
1,
1,
1,
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,
3381,
923,
3128,
329,
337,
567,
22877,
30,
46506,
3381,
62,
9688,
16034,
3084,
62,
3672,
62,
5824,
33411,
2151,
796,
366,
34671,
22877,
1
] |
List the name of products in ascending order of price. | SELECT Product_Name FROM Products ORDER BY Product_Price | [
8053,
262,
1438,
286,
3186,
287,
41988,
1502,
286,
2756,
13,
46506,
8721,
62,
5376,
16034,
18675,
38678,
11050,
8721,
62,
18124
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8053,
262,
1438,
286,
3186,
287,
41988,
1502,
286,
2756,
13,
46506,
8721,
62,
5376,
16034,
18675,
38678,
11050,
8721,
62,
18124
] |
What was the highest win when there were more than 64 goals scored and a position smaller than 2? | SELECT MAX("Wins") FROM table_62386 WHERE "Goals scored" > '64' AND "Position" < '2' | [
2061,
373,
262,
4511,
1592,
618,
612,
547,
517,
621,
5598,
4661,
7781,
290,
257,
2292,
4833,
621,
362,
30,
46506,
25882,
7203,
54,
1040,
4943,
16034,
3084,
62,
46872,
4521,
33411,
366,
5247,
874,
7781,
1,
1875,
705,
2414,
6,
5357,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
4511,
1592,
618,
612,
547,
517,
621,
5598,
4661,
7781,
290,
257,
2292,
4833,
621,
362,
30,
46506,
25882,
7203,
54,
1040,
4943,
16034,
3084,
62,
46872,
4521,
33411,
366,
5247,
874,
7781,
1,
1875,
705,
2414,
6,
5357,
3... |
Name the others for cons of 21% and lead of 24% | SELECT "Others" FROM table_78208 WHERE "Cons" = '21%' AND "Lead" = '24%' | [
5376,
262,
1854,
329,
762,
286,
2310,
4,
290,
1085,
286,
1987,
4,
46506,
366,
25599,
1,
16034,
3084,
62,
3695,
21315,
33411,
366,
9444,
1,
796,
705,
2481,
4,
6,
5357,
366,
20451,
1,
796,
705,
1731,
4,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
1854,
329,
762,
286,
2310,
4,
290,
1085,
286,
1987,
4,
46506,
366,
25599,
1,
16034,
3084,
62,
3695,
21315,
33411,
366,
9444,
1,
796,
705,
2481,
4,
6,
5357,
366,
20451,
1,
796,
705,
1731,
4,
6
] |
which medication is prescribed to patient with patient id 74345? | SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.subject_id = "74345" | [
4758,
14103,
318,
14798,
284,
5827,
351,
5827,
4686,
767,
3559,
2231,
30,
46506,
34092,
13,
30349,
16034,
34092,
33411,
34092,
13,
32796,
62,
312,
796,
366,
22,
3559,
2231,
1
] | [
1,
1,
1,
1,
1,
1,
1,
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,
14103,
318,
14798,
284,
5827,
351,
5827,
4686,
767,
3559,
2231,
30,
46506,
34092,
13,
30349,
16034,
34092,
33411,
34092,
13,
32796,
62,
312,
796,
366,
22,
3559,
2231,
1
] |
Return a pie chart on what are the job titles, and range of salaries for jobs with maximum salary between 12000 and 18000? | SELECT JOB_TITLE, MAX_SALARY - MIN_SALARY FROM jobs WHERE MAX_SALARY BETWEEN 12000 AND 18000 | [
13615,
257,
2508,
8262,
319,
644,
389,
262,
1693,
8714,
11,
290,
2837,
286,
17058,
329,
3946,
351,
5415,
9588,
1022,
1105,
830,
290,
1248,
830,
30,
46506,
449,
9864,
62,
49560,
2538,
11,
25882,
62,
50,
1847,
13153,
532,
20625,
62,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13615,
257,
2508,
8262,
319,
644,
389,
262,
1693,
8714,
11,
290,
2837,
286,
17058,
329,
3946,
351,
5415,
9588,
1022,
1105,
830,
290,
1248,
830,
30,
46506,
449,
9864,
62,
49560,
2538,
11,
25882,
62,
50,
1847,
13153,
532,
20625,
62,
5... |
How much tonnage Tonnage (GRT) has a Nationality of united kingdom, and a Date of 27 june 1941? | SELECT COUNT("Tonnage (GRT)") FROM table_61038 WHERE "Nationality" = 'united kingdom' AND "Date" = '27 june 1941' | [
2437,
881,
5680,
77,
496,
16859,
77,
496,
357,
10761,
51,
8,
468,
257,
2351,
414,
286,
16503,
13239,
11,
290,
257,
7536,
286,
2681,
474,
1726,
23234,
30,
46506,
327,
28270,
7203,
35416,
77,
496,
357,
10761,
51,
8,
4943,
16034,
3084,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2437,
881,
5680,
77,
496,
16859,
77,
496,
357,
10761,
51,
8,
468,
257,
2351,
414,
286,
16503,
13239,
11,
290,
257,
7536,
286,
2681,
474,
1726,
23234,
30,
46506,
327,
28270,
7203,
35416,
77,
496,
357,
10761,
51,
8,
4943,
16034,
3084,... |
count the number of patients whose ethnicity is black/haitian and procedure short title is dx ultrasound-heart? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.ethnicity = "BLACK/HAITIAN" AND procedures.short_title = "Dx ultrasound-heart" | [
9127,
262,
1271,
286,
3871,
3025,
26289,
318,
2042,
14,
3099,
270,
666,
290,
8771,
1790,
3670,
318,
44332,
37721,
12,
11499,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
3235... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
26289,
318,
2042,
14,
3099,
270,
666,
290,
8771,
1790,
3670,
318,
44332,
37721,
12,
11499,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
3268,
21479,
3235... |
count the number of patients whose admission type is urgent and ethnicity is black/haitian? | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "URGENT" AND demographic.ethnicity = "BLACK/HAITIAN" | [
9127,
262,
1271,
286,
3871,
3025,
13938,
2099,
318,
18039,
290,
26289,
318,
2042,
14,
3099,
270,
666,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
9127,
262,
1271,
286,
3871,
3025,
13938,
2099,
318,
18039,
290,
26289,
318,
2042,
14,
3099,
270,
666,
30,
46506,
327,
28270,
7,
35,
8808,
1268,
4177,
16728,
13,
32796,
62,
312,
8,
16034,
16728,
33411,
16728,
13,
324,
3411,
62,
4906,
... |
Give me a pie to show the total number from different origin. | SELECT origin, COUNT(*) FROM flight GROUP BY origin | [
23318,
502,
257,
2508,
284,
905,
262,
2472,
1271,
422,
1180,
8159,
13,
46506,
8159,
11,
327,
28270,
7,
28104,
16034,
5474,
44441,
11050,
8159
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
23318,
502,
257,
2508,
284,
905,
262,
2472,
1271,
422,
1180,
8159,
13,
46506,
8159,
11,
327,
28270,
7,
28104,
16034,
5474,
44441,
11050,
8159
] |
what are the five most commonly prescribed drugs in a year before for patients who had antiarrhythmics - class iv antiarrhythmic before in the same hospital encounter? | SELECT t3.drugname FROM (SELECT t2.drugname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'antiarrhythmics... | [
10919,
389,
262,
1936,
749,
8811,
14798,
5010,
287,
257,
614,
878,
329,
3871,
508,
550,
3098,
3258,
71,
34853,
873,
532,
1398,
21628,
3098,
3258,
71,
5272,
9383,
878,
287,
262,
976,
4436,
8791,
30,
46506,
256,
18,
13,
30349,
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,
1,
1,
1,
1,
1,
1,
1,
1... | [
10919,
389,
262,
1936,
749,
8811,
14798,
5010,
287,
257,
614,
878,
329,
3871,
508,
550,
3098,
3258,
71,
34853,
873,
532,
1398,
21628,
3098,
3258,
71,
5272,
9383,
878,
287,
262,
976,
4436,
8791,
30,
46506,
256,
18,
13,
30349,
3672,
1... |
For those records from the products and each product's manufacturer, a bar chart shows the distribution of headquarter and the sum of manufacturer , and group by attribute headquarter, and list by the names from high to low. | SELECT Headquarter, SUM(Manufacturer) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Headquarter ORDER BY Headquarter DESC | [
1890,
883,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
257,
2318,
8262,
2523,
262,
6082,
286,
1182,
24385,
290,
262,
2160,
286,
11554,
837,
290,
1448,
416,
11688,
1182,
24385,
11,
290,
1351,
416,
262,
3891,
422,
1029,
284,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4406,
422,
262,
3186,
290,
1123,
1720,
338,
11554,
11,
257,
2318,
8262,
2523,
262,
6082,
286,
1182,
24385,
290,
262,
2160,
286,
11554,
837,
290,
1448,
416,
11688,
1182,
24385,
11,
290,
1351,
416,
262,
3891,
422,
1029,
284,
... |
What is the Order and Title with a Nationality with roman, and an Elector with matteo orsini rosso? | SELECT order_and_title FROM table_name_6 WHERE nationality = "roman" AND elector = "matteo orsini rosso" | [
2061,
318,
262,
8284,
290,
11851,
351,
257,
2351,
414,
351,
374,
5185,
11,
290,
281,
5903,
273,
351,
36908,
78,
393,
82,
5362,
686,
82,
568,
30,
46506,
1502,
62,
392,
62,
7839,
16034,
3084,
62,
3672,
62,
21,
33411,
29835,
796,
366... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
8284,
290,
11851,
351,
257,
2351,
414,
351,
374,
5185,
11,
290,
281,
5903,
273,
351,
36908,
78,
393,
82,
5362,
686,
82,
568,
30,
46506,
1502,
62,
392,
62,
7839,
16034,
3084,
62,
3672,
62,
21,
33411,
29835,
796,
366... |
Name the number of gn divisions for mannar | SELECT COUNT(gn_divisions) FROM table_24574438_1 WHERE ds_division = "Mannar" | [
5376,
262,
1271,
286,
19967,
17397,
329,
582,
23955,
46506,
327,
28270,
7,
4593,
62,
7146,
3279,
8,
16034,
3084,
62,
1731,
3553,
2598,
2548,
62,
16,
33411,
288,
82,
62,
21426,
796,
366,
44,
1236,
283,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1271,
286,
19967,
17397,
329,
582,
23955,
46506,
327,
28270,
7,
4593,
62,
7146,
3279,
8,
16034,
3084,
62,
1731,
3553,
2598,
2548,
62,
16,
33411,
288,
82,
62,
21426,
796,
366,
44,
1236,
283,
1
] |
For those employees who do not work in departments with managers that have ids between 100 and 200, find last_name and salary , and visualize them by a bar chart. | SELECT LAST_NAME, SALARY FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) | [
1890,
883,
4409,
508,
466,
407,
670,
287,
13346,
351,
11663,
326,
423,
220,
2340,
1022,
1802,
290,
939,
11,
1064,
938,
62,
3672,
290,
9588,
837,
290,
38350,
606,
416,
257,
2318,
8262,
13,
46506,
41894,
62,
20608,
11,
42475,
13153,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
1890,
883,
4409,
508,
466,
407,
670,
287,
13346,
351,
11663,
326,
423,
220,
2340,
1022,
1802,
290,
939,
11,
1064,
938,
62,
3672,
290,
9588,
837,
290,
38350,
606,
416,
257,
2318,
8262,
13,
46506,
41894,
62,
20608,
11,
42475,
13153,
1... |
What is the highest 2009 value with a 2006 value smaller than 280.4, a 2007 less than 2.2, and a 2011 less than 3.5? | SELECT MAX(2009) FROM table_name_10 WHERE 2006 < 280.4 AND 2007 < 2.2 AND 2010 < 3.5 | [
2061,
318,
262,
4511,
3717,
1988,
351,
257,
4793,
1988,
4833,
621,
21355,
13,
19,
11,
257,
4343,
1342,
621,
362,
13,
17,
11,
290,
257,
2813,
1342,
621,
513,
13,
20,
30,
46506,
25882,
7,
10531,
8,
16034,
3084,
62,
3672,
62,
940,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3717,
1988,
351,
257,
4793,
1988,
4833,
621,
21355,
13,
19,
11,
257,
4343,
1342,
621,
362,
13,
17,
11,
290,
257,
2813,
1342,
621,
513,
13,
20,
30,
46506,
25882,
7,
10531,
8,
16034,
3084,
62,
3672,
62,
940,
... |
Name the most game for record 4-0 | SELECT MAX(game) FROM table_22815259_1 WHERE record = "4-0" | [
5376,
262,
749,
983,
329,
1700,
604,
12,
15,
46506,
25882,
7,
6057,
8,
16034,
3084,
62,
23815,
1314,
25191,
62,
16,
33411,
1700,
796,
366,
19,
12,
15,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
5376,
262,
749,
983,
329,
1700,
604,
12,
15,
46506,
25882,
7,
6057,
8,
16034,
3084,
62,
23815,
1314,
25191,
62,
16,
33411,
1700,
796,
366,
19,
12,
15,
1
] |
Who played bass in 1994 for the Atlantic label? | SELECT "Bass" FROM table_46844 WHERE "Label" = 'atlantic' AND "Year" = '1994' | [
8241,
2826,
12702,
287,
9162,
329,
262,
10596,
6167,
30,
46506,
366,
33,
562,
1,
16034,
3084,
62,
38472,
2598,
33411,
366,
33986,
1,
796,
705,
43342,
6,
5357,
366,
17688,
1,
796,
705,
22666,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
8241,
2826,
12702,
287,
9162,
329,
262,
10596,
6167,
30,
46506,
366,
33,
562,
1,
16034,
3084,
62,
38472,
2598,
33411,
366,
33986,
1,
796,
705,
43342,
6,
5357,
366,
17688,
1,
796,
705,
22666,
6
] |
What metal has one rupee as the denomination? | SELECT "Metal" FROM table_33903 WHERE "Denomination" = 'one rupee' | [
2061,
6147,
468,
530,
7422,
39463,
355,
262,
47491,
30,
46506,
366,
36790,
1,
16034,
3084,
62,
29626,
3070,
33411,
366,
21306,
27744,
1,
796,
705,
505,
7422,
39463,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
6147,
468,
530,
7422,
39463,
355,
262,
47491,
30,
46506,
366,
36790,
1,
16034,
3084,
62,
29626,
3070,
33411,
366,
21306,
27744,
1,
796,
705,
505,
7422,
39463,
6
] |
Which Silver is the lowest one that has a Bronze smaller than 1, and a Gold larger than 0? | SELECT MIN("Silver") FROM table_34117 WHERE "Bronze" < '1' AND "Gold" > '0' | [
13828,
7698,
318,
262,
9016,
530,
326,
468,
257,
19461,
4833,
621,
352,
11,
290,
257,
3561,
4025,
621,
657,
30,
46506,
20625,
7203,
26766,
4943,
16034,
3084,
62,
2682,
17657,
33411,
366,
18760,
2736,
1,
1279,
705,
16,
6,
5357,
366,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
7698,
318,
262,
9016,
530,
326,
468,
257,
19461,
4833,
621,
352,
11,
290,
257,
3561,
4025,
621,
657,
30,
46506,
20625,
7203,
26766,
4943,
16034,
3084,
62,
2682,
17657,
33411,
366,
18760,
2736,
1,
1279,
705,
16,
6,
5357,
366,
... |
Name the maximum enrollment for st. andrews university | SELECT MAX(enrollment) FROM table_16168849_1 WHERE institution = "St. Andrews University" | [
5376,
262,
5415,
20753,
329,
336,
13,
290,
1809,
82,
6403,
46506,
25882,
7,
268,
48108,
8,
16034,
3084,
62,
1433,
1433,
3459,
2920,
62,
16,
33411,
9901,
796,
366,
1273,
13,
26414,
2059,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5415,
20753,
329,
336,
13,
290,
1809,
82,
6403,
46506,
25882,
7,
268,
48108,
8,
16034,
3084,
62,
1433,
1433,
3459,
2920,
62,
16,
33411,
9901,
796,
366,
1273,
13,
26414,
2059,
1
] |
A major third of C has what listed for the Minor seventh? | SELECT minor_seventh FROM table_name_29 WHERE major_third = "c" | [
32,
1688,
2368,
286,
327,
468,
644,
5610,
329,
262,
15367,
14024,
30,
46506,
4159,
62,
325,
20987,
16034,
3084,
62,
3672,
62,
1959,
33411,
1688,
62,
17089,
796,
366,
66,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
32,
1688,
2368,
286,
327,
468,
644,
5610,
329,
262,
15367,
14024,
30,
46506,
4159,
62,
325,
20987,
16034,
3084,
62,
3672,
62,
1959,
33411,
1688,
62,
17089,
796,
366,
66,
1
] |
does grand junction or montrose have more stations ? | SELECT "city of license" FROM table_203_657 WHERE "city of license" IN ('grand junction', 'montrose') GROUP BY "city of license" ORDER BY COUNT(*) DESC LIMIT 1 | [
22437,
4490,
35037,
393,
40689,
13698,
423,
517,
8985,
5633,
46506,
366,
19205,
286,
5964,
1,
16034,
3084,
62,
22416,
62,
37680,
33411,
366,
19205,
286,
5964,
1,
3268,
19203,
23936,
35037,
3256,
705,
8691,
13698,
11537,
44441,
11050,
366,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
22437,
4490,
35037,
393,
40689,
13698,
423,
517,
8985,
5633,
46506,
366,
19205,
286,
5964,
1,
16034,
3084,
62,
22416,
62,
37680,
33411,
366,
19205,
286,
5964,
1,
3268,
19203,
23936,
35037,
3256,
705,
8691,
13698,
11537,
44441,
11050,
366,... |
Give me a list of cities whose temperature in Mar is lower than that in Dec and which have never been host cities. | SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Dec EXCEPT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city | [
23318,
502,
257,
1351,
286,
4736,
3025,
5951,
287,
1526,
318,
2793,
621,
326,
287,
4280,
290,
543,
423,
1239,
587,
2583,
4736,
13,
46506,
309,
16,
13,
19205,
16034,
1748,
7054,
309,
16,
32357,
1268,
5951,
7054,
309,
17,
6177,
309,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
23318,
502,
257,
1351,
286,
4736,
3025,
5951,
287,
1526,
318,
2793,
621,
326,
287,
4280,
290,
543,
423,
1239,
587,
2583,
4736,
13,
46506,
309,
16,
13,
19205,
16034,
1748,
7054,
309,
16,
32357,
1268,
5951,
7054,
309,
17,
6177,
309,
1... |
Which upper level electives are offered before noon ? | SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, program_course, semester WHERE course_offering.end_time <= '12:00:00' AND course.course_id = course_offering.course_id AND program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id AND semester.semest... | [
13828,
6727,
1241,
1742,
1083,
389,
4438,
878,
19613,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
1430,
62,
17319,
11,
24878,
33411,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
13828,
6727,
1241,
1742,
1083,
389,
4438,
878,
19613,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
11,
1781,
62,
2364,
1586,
11,
1430,
62,
17319,
11,
24878,
33411,
17... |
what is the minimum value of lymphocytes in patient 10765's body? | SELECT MIN(labevents.valuenum) FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 10765) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'lymphocytes') | [
10919,
318,
262,
5288,
1988,
286,
28837,
30309,
287,
5827,
16226,
2996,
338,
1767,
30,
46506,
20625,
7,
23912,
31534,
13,
2100,
84,
44709,
8,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5288,
1988,
286,
28837,
30309,
287,
5827,
16226,
2996,
338,
1767,
30,
46506,
20625,
7,
23912,
31534,
13,
2100,
84,
44709,
8,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
... |
What is the home teams score at Victoria Park? | SELECT "Home team score" FROM table_78276 WHERE "Venue" = 'victoria park' | [
2061,
318,
262,
1363,
3466,
4776,
379,
12313,
3250,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
3695,
27988,
33411,
366,
37522,
518,
1,
796,
705,
32433,
7661,
3952,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
1363,
3466,
4776,
379,
12313,
3250,
30,
46506,
366,
16060,
1074,
4776,
1,
16034,
3084,
62,
3695,
27988,
33411,
366,
37522,
518,
1,
796,
705,
32433,
7661,
3952,
6
] |
Who appointed the conservative from Ontario on June 18, 1993? | SELECT "Appointed by" FROM table_32599 WHERE "Party" = 'conservative' AND "Province (Division)" = 'ontario' AND "Date appointed" = 'june 18, 1993' | [
8241,
9899,
262,
5940,
422,
10553,
319,
2795,
1248,
11,
9656,
30,
46506,
366,
4677,
20909,
416,
1,
16034,
3084,
62,
26582,
2079,
33411,
366,
33553,
1,
796,
705,
43218,
6,
5357,
366,
15946,
924,
357,
24095,
1166,
16725,
796,
705,
756,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9899,
262,
5940,
422,
10553,
319,
2795,
1248,
11,
9656,
30,
46506,
366,
4677,
20909,
416,
1,
16034,
3084,
62,
26582,
2079,
33411,
366,
33553,
1,
796,
705,
43218,
6,
5357,
366,
15946,
924,
357,
24095,
1166,
16725,
796,
705,
756,
... |
What District has a Location of tharamani? | SELECT "District" FROM table_78825 WHERE "Location" = 'tharamani' | [
2061,
5665,
468,
257,
13397,
286,
294,
41158,
3216,
30,
46506,
366,
44857,
1,
16034,
3084,
62,
22,
3459,
1495,
33411,
366,
14749,
1,
796,
705,
400,
41158,
3216,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
5665,
468,
257,
13397,
286,
294,
41158,
3216,
30,
46506,
366,
44857,
1,
16034,
3084,
62,
22,
3459,
1495,
33411,
366,
14749,
1,
796,
705,
400,
41158,
3216,
6
] |
What is the average round of a player with an overall of 138? | SELECT AVG(round) FROM table_name_23 WHERE overall = "138" | [
2061,
318,
262,
2811,
2835,
286,
257,
2137,
351,
281,
4045,
286,
21503,
30,
46506,
35224,
7,
744,
8,
16034,
3084,
62,
3672,
62,
1954,
33411,
4045,
796,
366,
20107,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
318,
262,
2811,
2835,
286,
257,
2137,
351,
281,
4045,
286,
21503,
30,
46506,
35224,
7,
744,
8,
16034,
3084,
62,
3672,
62,
1954,
33411,
4045,
796,
366,
20107,
1
] |
What is Sum of Round, when College/Junior/Club Team is Brandon Wheat Kings ( WHL ), when Player is Mike Perovich (D), and when Pick is less than 23? | SELECT SUM("Round") FROM table_47916 WHERE "College/Junior/Club Team" = 'brandon wheat kings ( whl )' AND "Player" = 'mike perovich (d)' AND "Pick" < '23' | [
2061,
318,
5060,
286,
10485,
11,
618,
5535,
14,
22396,
1504,
14,
42350,
4816,
318,
14328,
34744,
10578,
357,
370,
6581,
10612,
618,
7853,
318,
4995,
2448,
18198,
357,
35,
828,
290,
618,
12346,
318,
1342,
621,
2242,
30,
46506,
35683,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2061,
318,
5060,
286,
10485,
11,
618,
5535,
14,
22396,
1504,
14,
42350,
4816,
318,
14328,
34744,
10578,
357,
370,
6581,
10612,
618,
7853,
318,
4995,
2448,
18198,
357,
35,
828,
290,
618,
12346,
318,
1342,
621,
2242,
30,
46506,
35683,
7... |
when did patient 97330 first had the maximum value of sodium since 03/2102? | SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 97330) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'sodium') AND STRFTIME('%y-%m', labevents.charttime) >= '2102-03' ORDER BY labev... | [
12518,
750,
5827,
860,
4790,
1270,
717,
550,
262,
5415,
1988,
286,
21072,
1201,
7643,
14,
17,
15377,
30,
46506,
2248,
31534,
13,
40926,
2435,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
12518,
750,
5827,
860,
4790,
1270,
717,
550,
262,
5415,
1988,
286,
21072,
1201,
7643,
14,
17,
15377,
30,
46506,
2248,
31534,
13,
40926,
2435,
16034,
2248,
31534,
33411,
2248,
31534,
13,
18108,
76,
62,
312,
3268,
357,
46506,
25349,
13,
... |
what changes are patient 5252 experiencing in heart rate last measured on the first icu visit compared to the value second to last measured on the first icu 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 = 5252) AND NOT icustays.outtime IS NULL ORDER BY icustays.intime LIMIT 1) AND chartevents.itemi... | [
10919,
2458,
389,
5827,
642,
22800,
13456,
287,
2612,
2494,
938,
8630,
319,
262,
717,
14158,
84,
3187,
3688,
284,
262,
1988,
1218,
284,
938,
8630,
319,
262,
717,
14158,
84,
3187,
30,
46506,
357,
46506,
8262,
31534,
13,
2100,
84,
44709... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2458,
389,
5827,
642,
22800,
13456,
287,
2612,
2494,
938,
8630,
319,
262,
717,
14158,
84,
3187,
3688,
284,
262,
1988,
1218,
284,
938,
8630,
319,
262,
717,
14158,
84,
3187,
30,
46506,
357,
46506,
8262,
31534,
13,
2100,
84,
44709... |
Is there a 17 -credit course that is a 400 -level LING course ? | SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN program_course ON program_course.course_id = course.course_id INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester WHERE program_course.catego... | [
3792,
612,
257,
1596,
532,
43082,
1781,
326,
318,
257,
7337,
532,
5715,
406,
2751,
1781,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
3268,
21479,
32357,
1268,
1430,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3792,
612,
257,
1596,
532,
43082,
1781,
326,
318,
257,
7337,
532,
5715,
406,
2751,
1781,
5633,
46506,
360,
8808,
1268,
4177,
1781,
13,
10378,
1823,
11,
1781,
13,
3672,
11,
1781,
13,
17618,
16034,
1781,
3268,
21479,
32357,
1268,
1430,
... |
Name the builder for date built is january 1910 | SELECT builder FROM table_1748444_1 WHERE date_built = "January 1910" | [
5376,
262,
27098,
329,
3128,
3170,
318,
42897,
2838,
31953,
46506,
27098,
16034,
3084,
62,
1558,
2780,
30272,
62,
16,
33411,
3128,
62,
18780,
796,
366,
21339,
31953,
1
] | [
1,
1,
1,
1,
1,
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,
27098,
329,
3128,
3170,
318,
42897,
2838,
31953,
46506,
27098,
16034,
3084,
62,
1558,
2780,
30272,
62,
16,
33411,
3128,
62,
18780,
796,
366,
21339,
31953,
1
] |
What was the date of week 3? | SELECT "Date" FROM table_8743 WHERE "Week" = '3' | [
2061,
373,
262,
3128,
286,
1285,
513,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
5774,
3559,
33411,
366,
20916,
1,
796,
705,
18,
6
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
2061,
373,
262,
3128,
286,
1285,
513,
30,
46506,
366,
10430,
1,
16034,
3084,
62,
5774,
3559,
33411,
366,
20916,
1,
796,
705,
18,
6
] |
what is the difference in land area between alta and newton ? | SELECT (SELECT "land area\nkm2 (sq mi)" FROM table_204_322 WHERE "township" = 'alta') - (SELECT "land area\nkm2 (sq mi)" FROM table_204_322 WHERE "township" = 'newton') | [
10919,
318,
262,
3580,
287,
1956,
1989,
1022,
5988,
64,
290,
649,
1122,
5633,
46506,
357,
46506,
366,
1044,
1989,
59,
77,
13276,
17,
357,
31166,
21504,
16725,
16034,
3084,
62,
18638,
62,
37283,
33411,
366,
12735,
6720,
1,
796,
705,
25... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3580,
287,
1956,
1989,
1022,
5988,
64,
290,
649,
1122,
5633,
46506,
357,
46506,
366,
1044,
1989,
59,
77,
13276,
17,
357,
31166,
21504,
16725,
16034,
3084,
62,
18638,
62,
37283,
33411,
366,
12735,
6720,
1,
796,
705,
25... |
How may women doubles winner were there when Philippe Aulner was mens singles winner? | SELECT COUNT(womens_doubles) FROM table_15001957_1 WHERE mens_singles = "Philippe Aulner" | [
2437,
743,
1466,
21938,
8464,
547,
612,
618,
39393,
317,
5697,
373,
285,
641,
25287,
8464,
30,
46506,
327,
28270,
7,
86,
296,
641,
62,
67,
280,
7689,
8,
16034,
3084,
62,
33698,
1129,
3553,
62,
16,
33411,
285,
641,
62,
12215,
829,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
743,
1466,
21938,
8464,
547,
612,
618,
39393,
317,
5697,
373,
285,
641,
25287,
8464,
30,
46506,
327,
28270,
7,
86,
296,
641,
62,
67,
280,
7689,
8,
16034,
3084,
62,
33698,
1129,
3553,
62,
16,
33411,
285,
641,
62,
12215,
829,
... |
I want the sum of number of seasons in top division for position in 2012-13 of 009 9th and number of seasons in premier league less than 3 | SELECT SUM(number_of_seasons_in_top_division) FROM table_name_48 WHERE position_in_2012_13 = "009 9th" AND number_of_seasons_in_the_premier_league < 3 | [
40,
765,
262,
2160,
286,
1271,
286,
7028,
287,
1353,
7297,
329,
2292,
287,
2321,
12,
1485,
286,
3571,
24,
860,
400,
290,
1271,
286,
7028,
287,
18256,
4652,
1342,
621,
513,
46506,
35683,
7,
17618,
62,
1659,
62,
325,
2812,
62,
259,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
40,
765,
262,
2160,
286,
1271,
286,
7028,
287,
1353,
7297,
329,
2292,
287,
2321,
12,
1485,
286,
3571,
24,
860,
400,
290,
1271,
286,
7028,
287,
18256,
4652,
1342,
621,
513,
46506,
35683,
7,
17618,
62,
1659,
62,
325,
2812,
62,
259,
... |
Which Affiliation has an Enrollement larger than 502? | SELECT "Affiliation" FROM table_71164 WHERE "Enrollment" > '502' | [
13828,
6708,
15547,
468,
281,
2039,
3225,
1732,
4025,
621,
47233,
30,
46506,
366,
35191,
15547,
1,
16034,
3084,
62,
22,
1157,
2414,
33411,
366,
4834,
48108,
1,
1875,
705,
35126,
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
] | [
13828,
6708,
15547,
468,
281,
2039,
3225,
1732,
4025,
621,
47233,
30,
46506,
366,
35191,
15547,
1,
16034,
3084,
62,
22,
1157,
2414,
33411,
366,
4834,
48108,
1,
1875,
705,
35126,
6
] |
Show the number of documents for different budget type description in a bar chart, sort by the total number in descending please. | SELECT Budget_Type_Description, COUNT(Budget_Type_Description) FROM Documents_with_Expenses AS T1 JOIN Ref_Budget_Codes AS T2 ON T1.Budget_Type_Code = T2.Budget_Type_Code GROUP BY Budget_Type_Description ORDER BY COUNT(Budget_Type_Description) DESC | [
15307,
262,
1271,
286,
4963,
329,
1180,
4466,
2099,
6764,
287,
257,
2318,
8262,
11,
3297,
416,
262,
2472,
1271,
287,
31491,
3387,
13,
46506,
15401,
62,
6030,
62,
11828,
11,
327,
28270,
7,
33,
29427,
62,
6030,
62,
11828,
8,
16034,
33... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1271,
286,
4963,
329,
1180,
4466,
2099,
6764,
287,
257,
2318,
8262,
11,
3297,
416,
262,
2472,
1271,
287,
31491,
3387,
13,
46506,
15401,
62,
6030,
62,
11828,
11,
327,
28270,
7,
33,
29427,
62,
6030,
62,
11828,
8,
16034,
33... |
Which Away team score has a Venue of kardinia park? | SELECT away_team AS score FROM table_name_42 WHERE venue = "kardinia park" | [
13828,
21986,
1074,
4776,
468,
257,
9932,
518,
286,
479,
446,
43168,
3952,
30,
46506,
1497,
62,
15097,
7054,
4776,
16034,
3084,
62,
3672,
62,
3682,
33411,
14359,
796,
366,
74,
446,
43168,
3952,
1
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
13828,
21986,
1074,
4776,
468,
257,
9932,
518,
286,
479,
446,
43168,
3952,
30,
46506,
1497,
62,
15097,
7054,
4776,
16034,
3084,
62,
3672,
62,
3682,
33411,
14359,
796,
366,
74,
446,
43168,
3952,
1
] |
How often does the course POLSCI 659 meet ? | SELECT DISTINCT course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_i... | [
2437,
1690,
857,
262,
1781,
20634,
6173,
40,
718,
3270,
1826,
5633,
46506,
360,
8808,
1268,
4177,
1781,
62,
2364,
1586,
13,
8310,
2567,
11,
1781,
62,
2364,
1586,
13,
76,
3204,
11,
1781,
62,
2364,
1586,
13,
82,
3658,
11,
1781,
62,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2437,
1690,
857,
262,
1781,
20634,
6173,
40,
718,
3270,
1826,
5633,
46506,
360,
8808,
1268,
4177,
1781,
62,
2364,
1586,
13,
8310,
2567,
11,
1781,
62,
2364,
1586,
13,
76,
3204,
11,
1781,
62,
2364,
1586,
13,
82,
3658,
11,
1781,
62,
... |
How many years does coach Jim Berryman have? | SELECT years FROM table_name_69 WHERE coach = "jim berryman" | [
2437,
867,
812,
857,
3985,
5395,
20165,
805,
423,
30,
46506,
812,
16034,
3084,
62,
3672,
62,
3388,
33411,
3985,
796,
366,
73,
320,
275,
6996,
805,
1
] | [
1,
1,
1,
1,
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,
812,
857,
3985,
5395,
20165,
805,
423,
30,
46506,
812,
16034,
3084,
62,
3672,
62,
3388,
33411,
3985,
796,
366,
73,
320,
275,
6996,
805,
1
] |
What date did the home team have a score of 9.18 (72)? | SELECT "Date" FROM table_33592 WHERE "Home team score" = '9.18 (72)' | [
2061,
3128,
750,
262,
1363,
1074,
423,
257,
4776,
286,
860,
13,
1507,
357,
4761,
19427,
46506,
366,
10430,
1,
16034,
3084,
62,
2091,
45839,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
24,
13,
1507,
357,
4761,
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
] | [
2061,
3128,
750,
262,
1363,
1074,
423,
257,
4776,
286,
860,
13,
1507,
357,
4761,
19427,
46506,
366,
10430,
1,
16034,
3084,
62,
2091,
45839,
33411,
366,
16060,
1074,
4776,
1,
796,
705,
24,
13,
1507,
357,
4761,
33047
] |
Name the most evening gown for average less than 8.793 with interview of 8.51 and swimsuit less than 8.12 | SELECT MAX("Evening Gown") FROM table_52720 WHERE "Average" < '8.793' AND "Swimsuit" < '8.12' AND "Interview" = '8.51' | [
5376,
262,
749,
6180,
33323,
329,
2811,
1342,
621,
807,
13,
44750,
351,
2720,
286,
807,
13,
4349,
290,
9422,
6063,
1342,
621,
807,
13,
1065,
46506,
25882,
7203,
6104,
278,
402,
593,
4943,
16034,
3084,
62,
20,
1983,
1238,
33411,
366,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
5376,
262,
749,
6180,
33323,
329,
2811,
1342,
621,
807,
13,
44750,
351,
2720,
286,
807,
13,
4349,
290,
9422,
6063,
1342,
621,
807,
13,
1065,
46506,
25882,
7203,
6104,
278,
402,
593,
4943,
16034,
3084,
62,
20,
1983,
1238,
33411,
366,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.