Unnamed: 0
int64 0
3k
| text
stringlengths 74
2.32k
|
---|---|
1,100 | ###HUMAN: What year was the player with the height 2.04 born?, ###ASSISTANT: SELECT MIN(year_born) FROM table_12962773_12 WHERE height = "2.04" |
1,101 | ###HUMAN: What number pick was the player with the hometown school of concordia college?, ###ASSISTANT: SELECT pick FROM table_name_96 WHERE hometown_school = "concordia college" |
1,102 | ###HUMAN: Which rank has a more than 0 silver, 4 bronze, and a total smaller than 10?, ###ASSISTANT: SELECT SUM(rank) FROM table_name_34 WHERE silver > 0 AND bronze = 4 AND total < 10 |
1,103 | ###HUMAN: Which FCC info has an ERP W of 100 watts?, ###ASSISTANT: SELECT "FCC info" FROM table_75667 WHERE "ERP W" = '100 watts' |
1,104 | ###HUMAN: What position does the saint louis player play?, ###ASSISTANT: SELECT position FROM table_name_39 WHERE college = "saint louis" |
1,105 | ###HUMAN: Name the total points for 2, ###ASSISTANT: SELECT total_points FROM table_27496841_3 WHERE place = 2 |
1,106 | ###HUMAN: What medal was awarded in the men's freestyle 52 kg?, ###ASSISTANT: SELECT "Medal" FROM table_35155 WHERE "Event" = 'men''s freestyle 52 kg' |
1,107 | ###HUMAN: When the away team was geelong, what was the away team score?, ###ASSISTANT: SELECT "Away team score" FROM table_10951 WHERE "Away team" = 'geelong' |
1,108 | ###HUMAN: Name the number of events for 3031, ###ASSISTANT: SELECT COUNT("Events") FROM table_26589 WHERE "Points" = '3031' |
1,109 | ###HUMAN: for how long did the patient id 8323 remain admitted in hospital? also specify death status, ###ASSISTANT: SELECT demographic.days_stay, demographic.expire_flag FROM demographic WHERE demographic.subject_id = "8323" |
1,110 | ###HUMAN: Which venue had an opponent of Sunderland and a result of a 1-1 draw?, ###ASSISTANT: SELECT "Venue" FROM table_63248 WHERE "Opponent" = 'sunderland' AND "Result" = '1-1' |
1,111 | ###HUMAN: name the player for number 5, ###ASSISTANT: SELECT "Player" FROM table_26229 WHERE "No" = '5' |
1,112 | ###HUMAN: What is the country of Palmers Shipbuilding and Iron Company?, ###ASSISTANT: SELECT "Country" FROM table_13011 WHERE "Builder" = 'palmers shipbuilding and iron company' |
1,113 | ###HUMAN: What is the Pick # with an Overall of 19?, ###ASSISTANT: SELECT MAX("Pick #") FROM table_36615 WHERE "Overall" = '19' |
1,114 | ###HUMAN: Who is the perpetrator in Bait Al-Aqari?, ###ASSISTANT: SELECT "Perpetrator" FROM table_12652 WHERE "Location" = 'bait al-aqari' |
1,115 | ###HUMAN: What's the Uni# of Timms, who has bats of R?, ###ASSISTANT: SELECT uni_number FROM table_name_22 WHERE bats = "r" AND surname = "timms" |
1,116 | ###HUMAN: What is Score, when Place is 'T8', and when Player is 'Orville Moody'?, ###ASSISTANT: SELECT score FROM table_name_40 WHERE place = "t8" AND player = "orville moody" |
1,117 | ###HUMAN: What are the descriptions for the aircrafts, and count them by a bar chart, ###ASSISTANT: SELECT Description, COUNT(Description) FROM aircraft GROUP BY Description |
1,118 | ###HUMAN: What is the Name with an Opened (closing date if defunct) of 1995 and has a Length of miles (m), in Illinois?, ###ASSISTANT: SELECT "Name" FROM table_35745 WHERE "Opened (closing date if defunct)" = '1995' AND "Length" = 'miles (m)' AND "State" = 'illinois' |
1,119 | ###HUMAN: Find the number of patients who were transferred within this facility and were born before the year 2150., ###ASSISTANT: SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "TRSF WITHIN THIS FACILITY" AND demographic.dob_year < "2150" |
1,120 | ###HUMAN: Name the nation when bronze is less than 4 and the total is more than 4, ###ASSISTANT: SELECT nation FROM table_name_46 WHERE total > 4 AND bronze < 4 |
1,121 | ###HUMAN: On what date was Mike Jackson a handler at the Indianapolis Boat, Sport & Travel Show?, ###ASSISTANT: SELECT "Date" FROM table_51074 WHERE "Handler" = 'mike jackson' AND "Event" = 'indianapolis boat, sport & travel show' |
1,122 | ###HUMAN: For the Venue of western oval, what's the Away team playing?, ###ASSISTANT: SELECT "Away team" FROM table_54575 WHERE "Venue" = 'western oval' |
1,123 | ###HUMAN: what are the top four common diagnoses that patients were diagnosed with within the same hospital visit after having been diagnosed with thrombocytopenia - alcohol-related since 2105?, ###ASSISTANT: SELECT t3.diagnosisname FROM (SELECT t2.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, diagnosis.diagnosistime, patient.patienthealthsystemstayid FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'thrombocytopenia - alcohol-related' AND STRFTIME('%y', diagnosis.diagnosistime) >= '2105') AS t1 JOIN (SELECT patient.uniquepid, diagnosis.diagnosisname, diagnosis.diagnosistime, patient.patienthealthsystemstayid FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE STRFTIME('%y', diagnosis.diagnosistime) >= '2105') AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.diagnosistime < t2.diagnosistime AND t1.patienthealthsystemstayid = t2.patienthealthsystemstayid GROUP BY t2.diagnosisname) AS t3 WHERE t3.c1 <= 4 |
1,124 | ###HUMAN: Name the number of direction for debrecen, ###ASSISTANT: SELECT COUNT("Direction") FROM table_23211 WHERE "Further Cities" = 'Debrecen' |
1,125 | ###HUMAN: when does the train departuring at 11.35 arrive, ###ASSISTANT: SELECT arrival FROM table_18333678_2 WHERE departure = "11.35" |
1,126 | ###HUMAN: what is the minimum stage where mountains classification is aitor osa and aitor gonz lez won?, ###ASSISTANT: SELECT MIN("Stage") FROM table_19858 WHERE "Mountains classification" = 'Aitor Osa' AND "Winner" = 'Aitor González' |
1,127 | ###HUMAN: What was the time of the games that took place at the cassell coliseum blacksburg, va?, ###ASSISTANT: SELECT "Time" FROM table_74398 WHERE "Location" = 'Cassell Coliseum • Blacksburg, VA' |
1,128 | ###HUMAN: Who was the writer in the episode directed by Jesse Peretz?, ###ASSISTANT: SELECT "Written by" FROM table_3683 WHERE "Directed by" = 'Jesse Peretz' |
1,129 | ###HUMAN: What time span is listed under years for the 96th congres?, ###ASSISTANT: SELECT "Years" FROM table_4022 WHERE "Congress" = '96th' |
1,130 | ###HUMAN: compared to last measured on the first hospital visit is chloride of patient 97121 less than second to last measured on the first hospital visit?, ###ASSISTANT: SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 97121 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'chloride') ORDER BY labevents.charttime DESC LIMIT 1) < (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 97121 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'chloride') ORDER BY labevents.charttime DESC LIMIT 1 OFFSET 1) |
1,131 | ###HUMAN: how many patients stayed in hospital for more than 34 days and were procedured with icd9 code 3931?, ###ASSISTANT: SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.days_stay > "34" AND procedures.icd9_code = "3931" |
1,132 | ###HUMAN: Take the average of the school enrollment., ###ASSISTANT: SELECT AVG(enrollment) FROM school |
1,133 | ###HUMAN: what was patient 025-44495's first sputum, tracheal specimen microbiology test time since 09/2105., ###ASSISTANT: SELECT microlab.culturetakentime FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '025-44495')) AND microlab.culturesite = 'sputum, tracheal specimen' AND STRFTIME('%y-%m', microlab.culturetakentime) >= '2105-09' ORDER BY microlab.culturetakentime LIMIT 1 |
1,134 | ###HUMAN: Which home team played against the away team Carlton?, ###ASSISTANT: SELECT "Home team" FROM table_56902 WHERE "Away team" = 'carlton' |
1,135 | ###HUMAN: What TV network is the series aistr em aired on?, ###ASSISTANT: SELECT tv_network_s_ FROM table_name_21 WHERE alternate_title_translation = "aistrų žemė" |
1,136 | ###HUMAN: what is november 3 when june 10-11 is june 10, 1964?, ###ASSISTANT: SELECT november_3 FROM table_25355392_2 WHERE june_10_11 = "June 10, 1964" |
1,137 | ###HUMAN: when did patient 027-149724 get for the last time a lab test since 29 months ago?, ###ASSISTANT: SELECT lab.labresulttime FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '027-149724')) AND DATETIME(lab.labresulttime) >= DATETIME(CURRENT_TIME(), '-29 month') ORDER BY lab.labresulttime DESC LIMIT 1 |
1,138 | ###HUMAN: What is the title for the Korean progran on KBS2?, ###ASSISTANT: SELECT "Title" FROM table_47993 WHERE "Language" = 'korean' AND "Network" = 'kbs2' |
1,139 | ###HUMAN: Who is the professional partner of celebrity ma gorzata foremniak with a season less than 7, an average greater than 34.66, and a rank less than 10?, ###ASSISTANT: SELECT professional_partner FROM table_name_52 WHERE season < 7 AND average > 34.66 AND rank < 10 AND celebrity = "małgorzata foremniak" |
1,140 | ###HUMAN: Bin the hire date of employees into the day of week interval and count them for visualizing a bar chart, and rank in asc by the total number., ###ASSISTANT: SELECT HIRE_DATE, COUNT(HIRE_DATE) FROM employees ORDER BY COUNT(HIRE_DATE) |
1,141 | ###HUMAN: Which Result has a Score of 4-1, and a Competition of world cup qualifying?, ###ASSISTANT: SELECT "Result" FROM table_34793 WHERE "Score" = '4-1' AND "Competition" = 'world cup qualifying' |
1,142 | ###HUMAN: now i need flight information leaving ATLANTA and arriving in BALTIMORE in the afternoon, ###ASSISTANT: SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE (CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'ATLANTA' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BALTIMORE' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND flight.departure_time BETWEEN 1200 AND 1800 |
1,143 | ###HUMAN: What was the To par of Jack Nicklaus?, ###ASSISTANT: SELECT "To par" FROM table_45304 WHERE "Player" = 'jack nicklaus' |
1,144 | ###HUMAN: what is the most draw when the competition is soviet league and dynamo is more than 34?, ###ASSISTANT: SELECT MAX(draw) FROM table_name_19 WHERE competition = "soviet league" AND dynamo > 34 |
1,145 | ###HUMAN: COunt the Founded which has a Venue of villa park?, ###ASSISTANT: SELECT SUM("Founded") FROM table_8187 WHERE "Venue" = 'villa park' |
1,146 | ###HUMAN: In Ghent in 2011, what was the rank-qualifying value when the score-qualifying value was 14.850, ###ASSISTANT: SELECT MAX(rank_qualifying) FROM table_26681728_1 WHERE location = "Ghent" AND year = 2011 AND score_qualifying = "14.850" |
1,147 | ###HUMAN: Find the details for all chip models., ###ASSISTANT: SELECT * FROM chip_model |
1,148 | ###HUMAN: Show the number of documents created in each day and bin document date by weekday with a bar chart, and I want to show by the the number of document date in ascending please., ###ASSISTANT: SELECT Document_Date, COUNT(Document_Date) FROM Ref_Document_Types AS T1 JOIN Documents AS T2 ON T1.Document_Type_Code = T2.Document_Type_Code ORDER BY COUNT(Document_Date) |
1,149 | ###HUMAN: what is the number of patients whose days of hospital stay is greater than 15 and diagnoses short title is respiratory distress syn?, ###ASSISTANT: SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.days_stay > "15" AND diagnoses.short_title = "Respiratory distress syn" |
1,150 | ###HUMAN: How many million U.S. viewers watched episode number 6 in the series?, ###ASSISTANT: SELECT us_viewers__million_ FROM table_25668962_1 WHERE no_in_series = 6 |
1,151 | ###HUMAN: Which Game is the highest one that has High rebounds of pau gasol (11)?, ###ASSISTANT: SELECT MAX(game) FROM table_name_12 WHERE high_rebounds = "pau gasol (11)" |
1,152 | ###HUMAN: What was the second qualification time with a first qualification time of 1:02.813?, ###ASSISTANT: SELECT qual_2 FROM table_name_29 WHERE qual_1 = "1:02.813" |
1,153 | ###HUMAN: What position was the player who was drafted by the Washington Capitals?, ###ASSISTANT: SELECT position FROM table_2850912_10 WHERE nhl_team = "Washington Capitals" |
1,154 | ###HUMAN: For those employees who was hired before 2002-06-21, return a bar chart about the distribution of job_id and the sum of employee_id , and group by attribute job_id, and I want to sort by the y-axis in desc., ###ASSISTANT: SELECT JOB_ID, SUM(EMPLOYEE_ID) FROM employees WHERE HIRE_DATE < '2002-06-21' GROUP BY JOB_ID ORDER BY SUM(EMPLOYEE_ID) DESC |
1,155 | ###HUMAN: Name the literature for pradit prasarttong, ###ASSISTANT: SELECT "Literature" FROM table_67645 WHERE "Performing arts" = 'pradit prasarttong' |
1,156 | ###HUMAN: What is the years coached by the person with a win percentage of 0.667 and 380 losses?, ###ASSISTANT: SELECT "Years" FROM table_34993 WHERE "Pct." = '0.667' AND "Lost" = '380' |
1,157 | ###HUMAN: which project had greatest number of platforms ?, ###ASSISTANT: SELECT "title" FROM table_204_398 ORDER BY "platforms" DESC LIMIT 1 |
1,158 | ###HUMAN: provide the number of patients whose insurance is government and procedure icd9 code is 92?, ###ASSISTANT: SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.insurance = "Government" AND procedures.icd9_code = "92" |
1,159 | ###HUMAN: What is College of Ohio State's pick number with an overall lower than 145?, ###ASSISTANT: SELECT pick__number FROM table_name_42 WHERE overall < 145 AND college = "ohio state" |
1,160 | ###HUMAN: What was the date when the opponent was Sheffield Scimitars and the venue was Home?, ###ASSISTANT: SELECT date FROM table_name_4 WHERE opponent = "sheffield scimitars" AND venue = "home" |
1,161 | ###HUMAN: Which Rank has a Silver of 1, and a Gold of 0, and a Nation of austria?, ###ASSISTANT: SELECT "Rank" FROM table_65989 WHERE "Silver" = '1' AND "Gold" = '0' AND "Nation" = 'austria' |
1,162 | ###HUMAN: What is the highest amount of points for rank 95?, ###ASSISTANT: SELECT highest_point FROM table_name_49 WHERE rank = 95 |
1,163 | ###HUMAN: Show the customer name, customer address city, date from, and date to for each customer address history., ###ASSISTANT: SELECT T2.customer_name, T3.city, T1.date_from, T1.date_to FROM customer_address_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id JOIN addresses AS T3 ON T1.address_id = T3.address_id |
1,164 | ###HUMAN: What is the maximum t20 on green lane?, ###ASSISTANT: SELECT MAX(t20_matches) FROM table_1176371_1 WHERE name_of_ground = "Green Lane" |
1,165 | ###HUMAN: Most questions with upvoted self-answers., ###ASSISTANT: SELECT q.OwnerUserId AS "user_link", COUNT(DISTINCT q.Id) AS "count" FROM Posts AS q INNER JOIN Posts AS a ON q.Id = a.ParentId WHERE q.OwnerUserId = a.OwnerUserId AND a.Score > 0 GROUP BY q.OwnerUserId ORDER BY 'count' DESC |
1,166 | ###HUMAN: What is the largest number of episodes for a 1989 season dvd release?, ###ASSISTANT: SELECT MAX("No. of Episodes") FROM table_1753 WHERE "Year" = '1989' |
1,167 | ###HUMAN: How many millions of U.S. viewers watched the episode titled 'New Beginnings'?, ###ASSISTANT: SELECT "U.S. viewers (million)" FROM table_30683 WHERE "Title" = 'New Beginnings' |
1,168 | ###HUMAN: Bar chart, the-axis is the state, and the Y axis is each state's the smallest enrollment., ###ASSISTANT: SELECT state, MIN(enr) FROM College GROUP BY state |
1,169 | ###HUMAN: When dwhr-tv is the call sign how many station types are there?, ###ASSISTANT: SELECT COUNT(station_type) FROM table_23394920_1 WHERE callsign = "DWHR-TV" |
1,170 | ###HUMAN: What is the average Wins, when Points is less than '19'?, ###ASSISTANT: SELECT AVG(wins) FROM table_name_32 WHERE points < 19 |
1,171 | ###HUMAN: how many mayors were in office for a total of 9 years ?, ###ASSISTANT: SELECT COUNT("name") FROM table_201_10 WHERE "office" - "office" = 9 |
1,172 | ###HUMAN: Who got the loss for the game ending in a record of 55-41?, ###ASSISTANT: SELECT loss FROM table_name_74 WHERE record = "55-41" |
1,173 | ###HUMAN: Which venue has 1st as the result?, ###ASSISTANT: SELECT venue FROM table_name_45 WHERE result = "1st" |
1,174 | ###HUMAN: What was the average year for a coin that had a mintage smaller than 10,000?, ###ASSISTANT: SELECT AVG(year) FROM table_name_13 WHERE mintage < 10 OFFSET 000 |
1,175 | ###HUMAN: Name the south american rank for venezuela, ###ASSISTANT: SELECT MIN(south_american_rank) FROM table_2249087_1 WHERE nation = "Venezuela" |
1,176 | ###HUMAN: Show me about the distribution of All_Road and All_Games_Percent in a bar chart, and I want to show by the names in desc please., ###ASSISTANT: SELECT All_Road, All_Games_Percent FROM basketball_match ORDER BY All_Road DESC |
1,177 | ###HUMAN: For the game on 13 December 1975 with Halifax Town as the away team what was the score?, ###ASSISTANT: SELECT score FROM table_name_4 WHERE date = "13 december 1975" AND away_team = "halifax town" |
1,178 | ###HUMAN: what flight goes from DENVER to BALTIMORE FIRST class on UA arriving on 5 7, ###ASSISTANT: SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day AS DATE_DAY_0, date_day AS DATE_DAY_1, days AS DAYS_0, days AS DAYS_1, fare AS FARE_0, fare AS FARE_1, fare_basis AS FARE_BASIS_0, fare_basis AS FARE_BASIS_1, fare_basis AS FARE_BASIS_2, flight, flight_fare AS FLIGHT_FARE_0, flight_fare AS FLIGHT_FARE_1 WHERE (((((((flight.departure_time > flight.arrival_time) AND DATE_DAY_1.day_number = 6 AND DATE_DAY_1.month_number = 5 AND DATE_DAY_1.year = 1991 AND DAYS_1.day_name = DATE_DAY_1.day_name AND flight.flight_days = DAYS_1.days_code) AND DATE_DAY_0.day_number = 6 AND DATE_DAY_0.month_number = 5 AND DATE_DAY_0.year = 1991 AND DAYS_0.day_name = DATE_DAY_0.day_name AND FARE_BASIS_0.class_type = 'FIRST' AND FARE_BASIS_1.basis_days = DAYS_0.days_code AND FARE_0.fare_basis_code = FARE_BASIS_0.fare_basis_code AND FARE_0.fare_basis_code = FARE_BASIS_1.fare_basis_code AND FLIGHT_FARE_0.fare_id = FARE_0.fare_id AND flight.flight_id = FLIGHT_FARE_0.flight_id) OR ((DATE_DAY_1.day_number = 7 AND DATE_DAY_1.month_number = 5 AND DATE_DAY_1.year = 1991 AND DAYS_1.day_name = DATE_DAY_1.day_name AND flight.flight_days = DAYS_1.days_code AND NOT (flight.departure_time > flight.arrival_time)) AND DATE_DAY_0.day_number = 7 AND DATE_DAY_0.month_number = 5 AND DATE_DAY_0.year = 1991 AND DAYS_0.day_name = DATE_DAY_0.day_name AND FARE_BASIS_0.class_type = 'FIRST' AND FARE_BASIS_1.basis_days = DAYS_0.days_code AND FARE_0.fare_basis_code = FARE_BASIS_0.fare_basis_code AND FARE_0.fare_basis_code = FARE_BASIS_1.fare_basis_code AND FLIGHT_FARE_0.fare_id = FARE_0.fare_id AND flight.flight_id = FLIGHT_FARE_0.flight_id)) AND FARE_BASIS_2.class_type = 'FIRST' AND FARE_1.fare_basis_code = FARE_BASIS_2.fare_basis_code AND FLIGHT_FARE_1.fare_id = FARE_1.fare_id AND flight.flight_id = FLIGHT_FARE_1.flight_id) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BALTIMORE' AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'DENVER' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code) AND flight.airline_code = 'UA' |
1,179 | ###HUMAN: What is the lowest number of participants in 2010 when there were 0 participants in 2012?, ###ASSISTANT: SELECT MIN("2010") FROM table_7828 WHERE "2012" < '0' |
1,180 | ###HUMAN: When was the date of appointment for the manager replacing Wim Jansen?, ###ASSISTANT: SELECT "Date of appointment" FROM table_20539 WHERE "Outgoing manager" = 'Wim Jansen' |
1,181 | ###HUMAN: What was Barreto's song choice when the theme was samba?, ###ASSISTANT: SELECT song_choice FROM table_27614571_1 WHERE theme = "Samba" |
1,182 | ###HUMAN: Give me a histogram for what are the total number of credits offered by each department?, could you rank by the names from low to high?, ###ASSISTANT: SELECT DEPT_CODE, SUM(T1.CRS_CREDIT) FROM COURSE AS T1 JOIN CLASS AS T2 ON T1.CRS_CODE = T2.CRS_CODE GROUP BY T1.DEPT_CODE ORDER BY DEPT_CODE |
1,183 | ###HUMAN: What was the max points you when when you place 9th?, ###ASSISTANT: SELECT MAX("Points") FROM table_1653 WHERE "Final Placing" = '9th' |
1,184 | ###HUMAN: What was the finish for Lanny Wadkins of the United States?, ###ASSISTANT: SELECT "Finish" FROM table_59667 WHERE "Country" = 'united states' AND "Player" = 'lanny wadkins' |
1,185 | ###HUMAN: List the scores of all games when Miami were listed as the first Semi finalist, ###ASSISTANT: SELECT "Score" FROM table_72167 WHERE "Semi-Finalist #1" = 'Miami' |
1,186 | ###HUMAN: What category was the nominated in after 2008?, ###ASSISTANT: SELECT category FROM table_name_31 WHERE outcome = "nominated" AND year > 2008 |
1,187 | ###HUMAN: what are the number of patients who had received a open reduct mandible fx procedure since 3 years ago?, ###ASSISTANT: SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT procedures_icd.hadm_id FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'open reduct mandible fx') AND DATETIME(procedures_icd.charttime) >= DATETIME(CURRENT_TIME(), '-3 year')) |
1,188 | ###HUMAN: How many times does November 3rd occur when January 15, 1991 does?, ###ASSISTANT: SELECT COUNT("November 3") FROM table_27465 WHERE "January 15-16" = 'January 15, 1991' |
1,189 | ###HUMAN: Which date has a week larger than 14?, ###ASSISTANT: SELECT "Date" FROM table_31800 WHERE "Week" > '14' |
1,190 | ###HUMAN: count the number of times patient 006-76924 has had an urinary catheter output: indwelling/continuous ure output since 12/02/2100., ###ASSISTANT: SELECT COUNT(*) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-76924')) AND intakeoutput.cellpath LIKE '%output%' AND intakeoutput.celllabel = 'urinary catheter output: indwelling/continuous ure' AND STRFTIME('%y-%m-%d', intakeoutput.intakeoutputtime) >= '2100-12-02' |
1,191 | ###HUMAN: What is the overall number of the player from Utah with a pick # higher than 7?, ###ASSISTANT: SELECT SUM(overall) FROM table_name_54 WHERE college = "utah" AND pick__number < 7 |
1,192 | ###HUMAN: What is the score for the Dec 11 game?, ###ASSISTANT: SELECT score FROM table_name_83 WHERE december = 11 |
1,193 | ###HUMAN: What is the total when bronze has a silver larger than 2?, ###ASSISTANT: SELECT COUNT("Bronze") FROM table_6350 WHERE "Silver" > '2' |
1,194 | ###HUMAN: How many seasons have a production code of 204?, ###ASSISTANT: SELECT COUNT(no_in_season) FROM table_16581695_3 WHERE production_code = 204 |
1,195 | ###HUMAN: What is Petersville's census ranking?, ###ASSISTANT: SELECT "Census Ranking" FROM table_21378 WHERE "Official Name" = 'Petersville' |
1,196 | ###HUMAN: Which Club or province has a caps larger than 15 and has Chris Cusiter playing for them?, ###ASSISTANT: SELECT "Club/province" FROM table_37217 WHERE "Caps" > '15' AND "Player" = 'chris cusiter' |
1,197 | ###HUMAN: Which Byes have an Against larger than 1018, and a Wimmera FL of horsham diggers?, ###ASSISTANT: SELECT MIN("Byes") FROM table_65614 WHERE "Against" > '1018' AND "Wimmera FL" = 'horsham diggers' |
1,198 | ###HUMAN: how many tons does the te class displace ?, ###ASSISTANT: SELECT "displacement" FROM table_203_764 WHERE "name" = 'te-class' |
1,199 | ###HUMAN: When the Home team score was 15.18 (108), what's the lowest Crowd turnout?, ###ASSISTANT: SELECT MIN("Crowd") FROM table_77874 WHERE "Home team score" = '15.18 (108)' |
Subsets and Splits