thai_instruction
stringlengths
8
429
eng_instruction
stringlengths
16
503
table
stringlengths
11
2.09k
sql
stringlengths
9
2.37k
pandas
stringlengths
1
635
real_table
stringclasses
2 values
ซ็อกเก็ตคืออะไร เมื่อหมายเลขชิ้นส่วนคือ au80610003495aa?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is Socket, when Part Number(s) is au80610003495aa?It is not neccessary to use all the tables.
table_9828: "Frequency" [ text] "Memory" [ text] "Voltage" [ text] "Socket" [ text]
SELECT "Socket" FROM table_9828 WHERE "Part number(s)" = 'au80610003495aa'
null
general
บอกเพศและประเภทยาที่ต้องสั่งโดยแพทย์สำหรับคนไข้ รหัสผู้ป่วย 2560 ไม่จำเป็นต้องใช้ทุกตาราง
tell me the gender and prescription drug type for patient with patient id 2560.It is not neccessary to use all the tables.
demographic: subject_id [ text] hadm_id [ text] name [ text] marital_status [ text] age [ text] dob [ text] gender [ text] language [ text] religion [ text] admission_type [ text] days_stay [ text] insurance [ text] ethnicity [ text] expire_flag [ text] admission_location [ text] discharge_location [ t...
SELECT demographic.gender, prescriptions.drug_type FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.subject_id = "2560"
null
general
สำหรับพนักงานที่ได้รับการว่าจ้างก่อนวันที่ 21-06-2545 แผนภูมิแท่งจะแสดงการกระจายของ Hire_date และค่าเฉลี่ยของ manager_id bin Hire_date ตามวันทำงาน ไม่จำเป็นต้องใช้ตารางทั้งหมด
For those employees who was hired before 2002-06-21, a bar chart shows the distribution of hire_date and the average of manager_id bin hire_date by weekday.It is not neccessary to use all the tables.
locations: LOCATION_ID [ decimal(40)] STREET_ADDRESS [ varchar(40)] POSTAL_CODE [ varchar(12)] CITY [ varchar(30)] STATE_PROVINCE [ varchar(25)] COUNTRY_ID [ varchar(2)]
SELECT HIRE_DATE, AVG(MANAGER_ID) FROM employees WHERE HIRE_DATE < '2002-06-21'
null
general
มีบริการแท็กซี่ที่สนามบิน ONT หรือไม่ ไม่จำเป็นต้องใช้ทุกตาราง
is there TAXI service at the ONT airportIt is not neccessary to use all the tables.
days: days_code [ varchar] day_name [ varchar]
SELECT DISTINCT ground_service.transport_type FROM airport, ground_service WHERE airport.airport_code = 'ONT' AND ground_service.airport_code = airport.airport_code AND ground_service.transport_type = 'TAXI'
null
general
ผลการแข่งขันที่เพนริธด้วยสกอร์ 48-12 เป็นอย่างไร? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the result of the match in Penrith that featured a score of 48-12?It is not neccessary to use all the tables.
table_name_81: result [ VARCHAR] score [ VARCHAR] city [ VARCHAR]
SELECT result FROM table_name_81 WHERE score = "48-12" AND city = "penrith"
null
general
แสดงรายชื่อสายการบินทั้งหมดที่ให้บริการชั้นธุรกิจ โดยไม่จำเป็นต้องใช้ตารางทั้งหมด
show me a list of all the airlines that offer BUSINESS class serviceIt is not neccessary to use all the tables.
flight_leg: flight_id [ int] leg_number [ int] leg_flight [ int]
SELECT DISTINCT airline.airline_code FROM airline, fare, fare_basis, flight, flight_fare WHERE fare_basis.class_type = 'BUSINESS' AND fare.fare_basis_code = fare_basis.fare_basis_code AND flight_fare.fare_id = fare.fare_id AND flight.airline_code = airline.airline_code AND flight.flight_id = flight_fare.flight_id
null
general
2008 คืออะไรเมื่อ 2012 เป็น 3r และ 2009 เป็น 2r? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is 2008 when 2012 is 3r and 2009 is 2r?It is not neccessary to use all the tables.
table_name_79: Id [ VARCHAR]
SELECT 2008 FROM table_name_79 WHERE 2012 = "3r" AND 2009 = "2r"
null
general
ปรมาจารย์คนไหนที่ต่อสู้ในสไตล์ฮับกิโด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which masters fought in hapkido style?It is not neccessary to use all the tables.
table_14937957_1: masters [ VARCHAR] martial_art_style [ VARCHAR]
SELECT masters FROM table_14937957_1 WHERE martial_art_style = "Hapkido"
null
general
ทีมคืออะไร เมื่อเกมคือ 77? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is Team, when Game is 77?It is not neccessary to use all the tables.
table_name_90: team [ VARCHAR] game [ VARCHAR]
SELECT team FROM table_name_90 WHERE game = 77
null
general
แสดงจำนวนเอกสารในวันที่เริ่มต้นที่แตกต่างกัน วันที่เริ่มต้นของถังตามช่วงปีและกลุ่มตามรหัสสถานที่พร้อมแผนภูมิเส้นกลุ่ม ไม่จำเป็นต้องใช้ตารางทั้งหมด
Show the number of documents in different starting date. Bin starting date by year interval and group by location code with a group line chart.It is not neccessary to use all the tables.
Document_Locations: Document_ID [ INTEGER] Location_Code [ CHAR(15)] Date_in_Location_From [ DATETIME] Date_in_Locaton_To [ DATETIME]
SELECT Date_in_Location_From, COUNT(Date_in_Location_From) FROM Document_Locations GROUP BY Location_Code
null
general
สัญลักษณ์เรียกของ Mom's Radio 101.9 Zamboanga คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What's the callsign of Mom's Radio 101.9 Zamboanga?It is not neccessary to use all the tables.
table_43554: "Branding" [ text] "Callsign" [ text] "Frequency" [ text] "Location" [ text]
SELECT "Callsign" FROM table_43554 WHERE "Branding" = 'mom''s radio 101.9 zamboanga'
null
general
ตั้งชื่อการจำแนกประเภทเยาวชนสำหรับ ไมเคิล แบร์รี่ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the youth classification for michael barryIt is not neccessary to use all the tables.
table_23944514_15: youth_classification [ VARCHAR] aggressive_rider [ VARCHAR]
SELECT youth_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
null
general
วันที่ลงทะเบียนของการทดสอบทั้งหมดที่มีผล 'ผ่าน' คือเมื่อใด และนับด้วยแผนภูมิแท่ง เรียงลำดับจากมากไปน้อยตามแกน y ไม่จำเป็นต้องใช้ตารางทั้งหมด
What are the enrollment dates of all the tests that have result 'Pass', and count them by a bar chart, sort in descending by the y-axis.It is not neccessary to use all the tables.
Student_Tests_Taken: registration_id [ INTEGER] date_test_taken [ DATETIME] test_result [ VARCHAR(255)]
SELECT date_of_enrolment, COUNT(date_of_enrolment) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Pass" ORDER BY COUNT(date_of_enrolment) DESC
null
general
ผลลัพธ์ของวันที่ 10/04/1947 เป็นอย่างไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the result for 10/04/1947?It is not neccessary to use all the tables.
table_name_75: result [ VARCHAR] date [ VARCHAR]
SELECT result FROM table_name_75 WHERE date = "10/04/1947"
null
general
ผู้ป่วย 013-28507 ได้รับการทดสอบ crp ในปีนี้หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
did patient 013-28507 receive any tests for crp in this year?It is not neccessary to use all the tables.
diagnosis: diagnosisid [ number] patientunitstayid [ number] diagnosisname [ text] diagnosistime [ time] icd9code [ text]
SELECT COUNT(*) > 0 FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '013-28507')) AND lab.labname = 'crp' AND DATETIME(lab.labresulttime, 'start of year') = ...
null
general
การประมาณจำนวนประชากรต่ำสุดในปี 2013 ของจังหวัดที่มีร้อยละ 23.7 คือเท่าใด ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What is the lowest 2013 population estimate of the province with a 23.7 percentage?It is not neccessary to use all the tables.
table_64746: "Rank" [ text] "Province" [ text] "Percentage" [ real]
SELECT MIN("Population Estimate (2013)") FROM table_64746 WHERE "Percentage" = '23.7'
null
general
ซีรีส์ใดมี 14 การแข่งขันและอันดับที่ 12?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What Series had 14 races and 12th position?It is not neccessary to use all the tables.
table_42416: "Season" [ text] "Series" [ text] "Team" [ text] "Races" [ real] "Wins" [ real] "Poles" [ real] "Podiums" [ real] "Points" [ text] "Position" [ text]
SELECT "Series" FROM table_42416 WHERE "Races" = '14' AND "Position" = '12th'
null
general
แสดงรายการสำนักงานใหญ่ทั้งหมดและจำนวนบริษัทในแต่ละสำนักงานใหญ่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
List all headquarters and the number of companies in each headquarter.It is not neccessary to use all the tables.
company: Company_ID [ int] Rank [ int] Company [ text] Headquarters [ text] Main_Industry [ text] Sales_billion [ real] Profits_billion [ real] Assets_billion [ real] Market_Value [ real]
SELECT Headquarters, COUNT(*) FROM company GROUP BY Headquarters
null
general
ปีใดมีหมวดหมู่ภาพยนตร์ที่ดีที่สุด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Year has a Category of best film?It is not neccessary to use all the tables.
table_name_66: year [ INTEGER] category [ VARCHAR]
SELECT MAX(year) FROM table_name_66 WHERE category = "best film"
null
general
ผู้ใช้อันดับต้นๆ ตามเมือง (Juiz de Fora)ไม่จำเป็นต้องใช้ตารางทั้งหมด
Top users by City (Juiz de Fora).It is not neccessary to use all the tables.
ReviewTaskResults: Id [ number] ReviewTaskId [ number] ReviewTaskResultTypeId [ number] CreationDate [ time] RejectionReasonId [ number] Comment [ text]
SELECT Id, Reputation, DisplayName, Location FROM Users WHERE UPPER(Location) LIKE '%BARDUFOSS, NORGE%' ORDER BY Reputation DESC
null
general
กี่เปอร์เซ็นต์ของผู้โหวตให้โอบามาในเบอร์ลิงตัน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What percentage of people voted for Obama in Burlington?It is not neccessary to use all the tables.
table_23637: "County" [ text]
SELECT "Obama %" FROM table_23637 WHERE "County" = 'Burlington'
null
general
เหตุการณ์อะไรในปี 2549?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What event was in 2006?It is not neccessary to use all the tables.
table_66606: "Year" [ real] "Championship" [ text] "Event" [ text] "Nation" [ text] "Result" [ text]
SELECT "Event" FROM table_66606 WHERE "Year" = '2006'
null
general
โพสต์ที่ประหยัดที่สุด 100 อันดับแรก (ทั่วทั้งไซต์) ไม่จำเป็นต้องใช้ตารางทั้งหมด
Top 100 most economical posts (site-wide).It is not neccessary to use all the tables.
PendingFlags: Id [ number] FlagTypeId [ number] PostId [ number] CreationDate [ time] CloseReasonTypeId [ number] CloseAsOffTopicReasonTypeId [ number] DuplicateOfQuestionId [ number] BelongsOnBaseHostAddress [ text]
SELECT Id AS "post_link", LENGTH(Body) AS Length, Score, (Score / CAST(NULLIF(LENGTH(Body), 0) AS FLOAT(9, 2))) AS Economy FROM Posts AS p ORDER BY Economy DESC LIMIT 100
null
general
ชื่อหนังสือ elf child มีผู้เขียนหรือบรรณาธิการกี่คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many authors or editors are there for the book title elf child?It is not neccessary to use all the tables.
table_20193855_2: author_s__or_editor_s_ [ VARCHAR] book_title [ VARCHAR]
SELECT COUNT(author_s__or_editor_s_) FROM table_20193855_2 WHERE book_title = "Elf Child"
null
general
รุ่นไหนมี 175 ที่นั่ง?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which model has 175 seats?It is not neccessary to use all the tables.
table_name_92: model [ VARCHAR] seats [ VARCHAR]
SELECT model FROM table_name_92 WHERE seats = 175
null
general
มีบริษัทสำรวจความคิดเห็นกี่แห่ง ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many different poll companies are represented ?It is not neccessary to use all the tables.
table_204_639: id [ number] "source" [ text] "psuv" [ number] "opposition" [ number] "undecided" [ number]
SELECT COUNT(DISTINCT "poll company") FROM table_204_639
null
general
มีผู้ชนะกี่คนในสงครามปี 1730 1736 ด่านแรก?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many victors where there in the War of 1730 1736 , first stage?It is not neccessary to use all the tables.
table_27063: "Victor" [ text]
SELECT COUNT("Victor") FROM table_27063 WHERE "Name of the war" = 'War of 1730–1736 , first stage'
null
general
รายการเดียวที่ชนะในเบลเยียมคืออะไร ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what was the only event won in belgium ?It is not neccessary to use all the tables.
table_203_299: id [ number] "year" [ number] "competition" [ text] "venue" [ text] "position" [ text] "notes" [ text]
SELECT "competition" FROM table_203_299 WHERE "venue" = 'belgium'
null
general
คนไข้ 027-106613 รับประทานครั้งสุดท้ายจนถึงวันที่ 17/07/2103 เมื่อใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด
when did the last intake of patient 027-106613 have been until 07/17/2103?It is not neccessary to use all the tables.
microlab: microlabid [ number] patientunitstayid [ number] culturesite [ text] organism [ text] culturetakentime [ time]
SELECT intakeoutput.intakeoutputtime FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '027-106613')) AND intakeoutput.cellpath LIKE '%intake...
null
general
ผู้ป่วย 006-80884 เคยทำขั้นตอนใดๆ ในปี 2105 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
has patient 006-80884 had any procedures undergone in 2105?It is not neccessary to use all the tables.
lab: labid [ number] patientunitstayid [ number] labname [ text] labresult [ number] labresulttime [ time]
SELECT COUNT(*) > 0 FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-80884')) AND STRFTIME('%y', treatment.treatmenttime) = '2105'
null
general
เมื่อวันที่ 17 กรกฎาคม 2551 มีลีดมาราจินทั้งหมดกี่ตัว?ไม่จำเป็นต้องใช้ทุกโต๊ะ
On July 17, 2008, what was the total number of lead maragin?It is not neccessary to use all the tables.
table_21046:
SELECT COUNT("Lead Maragin") FROM table_21046 WHERE "Dates administered" = 'July 17, 2008'
null
general
แชสซีใดที่ใหม่กว่าปี 1972 และมีมากกว่า 0 Pts ?ไม่จำเป็นต้องใช้ทุกตาราง
Which chassis is more recent than 1972 and has more than 0 Pts. ?It is not neccessary to use all the tables.
table_name_53: chassis [ VARCHAR] year [ VARCHAR] pts [ VARCHAR]
SELECT chassis FROM table_name_53 WHERE year > 1972 AND pts > 0
null
general
มีกี่เกมที่แข่งกันเมื่อทีมเล่นได้มากกว่า 22 เกม?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
How many games were played against when the team played more than 22 total?It is not neccessary to use all the tables.
table_name_97: against [ INTEGER] played [ INTEGER]
SELECT SUM(against) FROM table_name_97 WHERE played > 22
null
general
ขอฮิสโตแกรมสำหรับชื่อและระดับของโครงสร้างแค็ตตาล็อกที่มีหมายเลขระดับระหว่าง 5 ถึง 10 คืออะไร และจัดเรียงแกน y ตามลำดับ asc ไม่จำเป็นต้องใช้ตารางทั้งหมด
Give me a histogram for what are the name and level of catalog structure with level number between 5 and 10, and sort y-axis in asc order.It is not neccessary to use all the tables.
Catalog_Structure: catalog_level_number [ INTEGER] catalog_id [ INTEGER] catalog_level_name [ VARCHAR(50)]
SELECT catalog_level_name, catalog_level_number FROM Catalog_Structure WHERE catalog_level_number BETWEEN 5 AND 10 ORDER BY catalog_level_number
null
general
มีกี่ภูมิภาคที่มีแผงโซลาร์เซลล์ 0.5%?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many regions have 0.5% solar panels?It is not neccessary to use all the tables.
table_27330: "Region" [ text] "None" [ text]
SELECT COUNT("Public network") FROM table_27330 WHERE "Solar panel" = '0.5%'
null
general
ผู้ป่วย 031-9128 ได้รับการตรวจทางจุลชีววิทยาของสิ่งส่งตรวจเสมหะ หลอดลมครั้งแรกจนถึงวันที่ 12/2104 เมื่อใด? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
when did patient 031-9128 first get sputum, tracheal specimen microbiology test until 12/2104?It is not neccessary to use all the tables.
allergy: allergyid [ number] patientunitstayid [ number] drugname [ text] allergyname [ text] allergytime [ time]
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 = '031-9128')) AND microlab.culturesite = 'sputum, tracheal specimen...
null
general
ตำแหน่งเฉลี่ยของ Eesti P levkivi J hvi คืออะไรเมื่อพวกเขามีน้อยกว่า 13 แต้มและแย่กว่าผลต่างประตู -12? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What is the average position of Eesti P levkivi J hvi when they had less than 13 points and worse than a -12 goal differential?It is not neccessary to use all the tables.
table_71683: "Year" [ text] "League" [ text] "Position" [ real] "Points" [ real]
SELECT AVG("Position") FROM table_71683 WHERE "Points" < '13' AND "Goals +/-" > '-12'
null
general
อันดับของอิสราเอลคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the rank of Israel?It is not neccessary to use all the tables.
table_name_97: rank [ INTEGER] country [ VARCHAR]
SELECT MAX(rank) FROM table_name_97 WHERE country = "israel"
null
general
เครื่องยนต์ใดที่ใช้ระหว่างการแข่งขันที่ขับโดย Jan Lammers โดยใช้แชสซี d3 d4 ทำให้ยางเป็น g และรอบ 4-6?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What engine was used during the race driven by Jan Lammers using a chassis of d3 d4, making a tyre of g and rounds of 4-6?It is not neccessary to use all the tables.
table_52993: "Constructor" [ text] "Chassis" [ text] "Engine" [ text] "Tyres" [ text] "Driver" [ text] "Rounds" [ text]
SELECT "Engine" FROM table_52993 WHERE "Tyres" = 'g' AND "Chassis" = 'd3 d4' AND "Driver" = 'jan lammers' AND "Rounds" = '4-6'
null
general
รอบใดที่พบกับ Aleksander Emelianenko มีเวลา 500? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What Round against Aleksander Emelianenko had a time of 500?It is not neccessary to use all the tables.
table_40258: "Res." [ text] "Record" [ text] "Opponent" [ text] "Method" [ text] "Event" [ text] "Round" [ real] "Time" [ text] "Location" [ text]
SELECT "Round" FROM table_40258 WHERE "Time" = '5:00' AND "Opponent" = 'aleksander emelianenko'
null
general
คุณช่วยบอกฉันหน่อยได้ไหมว่าคุณมีเที่ยวบินใดบ้างที่วิ่งทุกวันจากบอสตันไปซานฟรานซิสโก ไม่จำเป็นต้องใช้ตารางทั้งหมด
could you tell me what flights you have that run DAILY from BOSTON to SAN FRANCISCO pleaseIt is not neccessary to use all the tables.
food_service: meal_code [ text] meal_number [ int] compartment [ text] meal_description [ varchar]
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 = 'BOSTON' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FR...
null
general
ปีแรกสุดที่ Paul Azinger ชนะโดยมีพาร์สูงกว่า 5 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the earliest year won Paul Azinger had with a to par higher than 5?It is not neccessary to use all the tables.
table_name_12: year_won [ INTEGER] player [ VARCHAR] to_par [ VARCHAR]
SELECT MIN(year_won) FROM table_name_12 WHERE player = "paul azinger" AND to_par > 5
null
general
ใช้เวลาเดินทางจาก แคนซัสซิตี ไป เซนต์ปีเตอร์สเบิร์ก นานแค่ไหน? PAULไม่จำเป็นต้องใช้ตารางทั้งหมด
how long does it take to get from KANSAS CITY to ST. PAULIt is not neccessary to use all the tables.
flight_stop: flight_id [ int] stop_number [ int] stop_days [ text] stop_airport [ text] arrival_time [ int] arrival_airline [ text] arrival_flight_number [ int] departure_time [ int] departure_airline [ text] departure_flight_number [ int] stop_time [ int]
SELECT DISTINCT flight.time_elapsed 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 = 'KANSAS CITY' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = ...
null
general
คะแนนของทัวร์นาเมนต์ที่เวลลิงตันเป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the score of the tournament in Wellington?It is not neccessary to use all the tables.
table_45442: "Outcome" [ text] "Date" [ text] "Tournament" [ text] "Surface" [ text] "Opponent" [ text] "Score" [ text]
SELECT "Score" FROM table_45442 WHERE "Tournament" = 'wellington'
null
general
ราคาสินค้าสูงสุด แบ่งตามประเภทสินค้าคือเท่าไร? แสดงแผนภูมิแท่ง โดยแสดงรายการตามราคาผลิตภัณฑ์สูงสุดตามลำดับ ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the highest price of product, grouped by product type? Show a bar chart, list by the maximal product price in desc.It is not neccessary to use all the tables.
Suppliers: supplier_id [ INTEGER] supplier_name [ VARCHAR(80)] supplier_phone [ VARCHAR(80)]
SELECT product_type_code, MAX(product_price) FROM Products GROUP BY product_type_code ORDER BY MAX(product_price) DESC
null
general
นับจำนวนคนไข้ที่วินิจฉัยชื่อยาวเป็นภาวะน้ำตาลในเลือดสูงบริสุทธิ์และประเภทยาเป็นฐานหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
count the number of patients whose diagnoses long title is pure hyperglyceridemia and drug type is base?It is not neccessary to use all the tables.
demographic: subject_id [ text] hadm_id [ text] name [ text] marital_status [ text] age [ text] dob [ text] gender [ text] language [ text] religion [ text] admission_type [ text] days_stay [ text] insurance [ text] ethnicity [ text] expire_flag [ text] admission_location [ text] discharge_location [ t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE diagnoses.long_title = "Pure hyperglyceridemia" AND prescriptions.drug_type = "BASE"
null
general
สำหรับพนักงานที่ไม่ได้ทำงานในแผนกที่มีผู้จัดการที่มีรหัสระหว่าง 100 ถึง 200 ให้การเปรียบเทียบเกี่ยวกับ department_id ทางอีเมล ไม่จำเป็นต้องใช้ตารางทั้งหมด
For those employees who do not work in departments with managers that have ids between 100 and 200, give me the comparison about department_id over the email .It is not neccessary to use all the tables.
countries: COUNTRY_ID [ varchar(2)] COUNTRY_NAME [ varchar(40)] REGION_ID [ decimal(100)]
SELECT EMAIL, DEPARTMENT_ID FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200)
null
general
แผนภูมิแท่ง x ตำแหน่งแกน y แกนค่าเฉลี่ยของจำนวนแพลตฟอร์ม และจัดอันดับจำนวนทั้งหมดตามลำดับจากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด
Bar chart x axis location y axis the average of number of platforms, and rank total number in descending order.It is not neccessary to use all the tables.
station: Station_ID [ int] Name [ text] Annual_entry_exit [ real] Annual_interchanges [ real] Total_Passengers [ real] Location [ text] Main_Services [ text] Number_of_Platforms [ int]
SELECT Location, AVG(Number_of_Platforms) FROM station GROUP BY Location ORDER BY AVG(Number_of_Platforms) DESC
null
general
CSV เป็นแถวและแถวเป็น CSV ไม่จำเป็นต้องใช้ตารางทั้งหมด
CSV to rows and rows to CSV.It is not neccessary to use all the tables.
PostsWithDeleted: Id [ number] PostTypeId [ number] AcceptedAnswerId [ number] ParentId [ number] CreationDate [ time] DeletionDate [ time] Score [ number] ViewCount [ number] Body [ text] OwnerUserId [ number] OwnerDisplayName [ text] LastEditorUserId [ number] LastEditorDisplayName [ text] LastEditDate...
WITH data AS (SELECT o = 1, * FROM STRING_SPLIT('1,2,3', ',')) SELECT r = ROW_NUMBER() OVER (ORDER BY o), value FROM data
null
general
พื้นที่ธีมใดมีชื่อของรถไฟเหาะตีลังการถบรรทุกเจ้าปัญหา?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which Themed Area has a Name of troublesome trucks runaway coaster?It is not neccessary to use all the tables.
table_37578: "Name" [ text] "Style" [ text] "Opened" [ real] "Manufacturer" [ text]
SELECT "Themed Area" FROM table_37578 WHERE "Name" = 'troublesome trucks runaway coaster'
null
general
อนุสัญญาเหล่านี้จัดนอกประเทศสหรัฐอเมริกาจำนวนเท่าใด ? -lrb- hawaii อยู่ในสหรัฐอเมริกา -rrb-ไม่จำเป็นต้องใช้ตารางทั้งหมด
what number of these conventions are held outside of the usa ? -lrb- hawaii is in the usa -rrb-It is not neccessary to use all the tables.
table_204_991: id [ number] "name" [ text] "first\nheld" [ number] "country" [ text]
SELECT COUNT("name") FROM table_204_991 WHERE "country" <> 'usa' AND "country" <> 'hawaii'
null
general
เว็บไซต์อย่างเป็นทางการของ Burning Flame จำนวน 22 ตอนคือเว็บไหน?ไม่จำเป็นต้องใช้ทุกตาราง
What's the official website of Burning Flame with 22 episodes?It is not neccessary to use all the tables.
table_name_33: official_website [ VARCHAR] number_of_episodes [ VARCHAR] english_title__chinese_title_ [ VARCHAR]
SELECT official_website FROM table_name_33 WHERE number_of_episodes > 22 AND english_title__chinese_title_ = "burning flame 烈火雄心"
null
general
ใครคือนักแข่งที่ชนะและมีตำแหน่งโพลแบบ bryan herta?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who's the Winning driver with a Pole position of bryan herta?It is not neccessary to use all the tables.
table_49886: "Circuit" [ text] "City/Location" [ text] "Date" [ text] "Report" [ text]
SELECT "Winning driver" FROM table_49886 WHERE "Pole position" = 'bryan herta'
null
general
จำนวนการแพ้เกมต่ำสุดที่มีคะแนนต่างกัน 40 - 17 และมากกว่า 6 เกมคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the lowest number of games loss with a Points difference of 40 - 17, and over 6 games?It is not neccessary to use all the tables.
table_name_3: lost [ INTEGER] points_difference [ VARCHAR] games [ VARCHAR]
SELECT MIN(lost) FROM table_name_3 WHERE points_difference = "40 - 17" AND games > 6
null
general
แสดงจำนวนหลักสูตรในปี 2551 สำหรับผู้สอนทุกคนด้วยแผนภูมิแท่ง ไม่จำเป็นต้องใช้ตารางทั้งหมด
Show how many courses in 2008 for every instructor with a bar chart.It is not neccessary to use all the tables.
classroom: building [ varchar(15)] room_number [ varchar(7)] capacity [ numeric(40)]
SELECT name, COUNT(name) FROM course AS T1 JOIN teaches AS T2 ON T1.course_id = T2.course_id JOIN instructor AS T3 ON T2.ID = T3.ID WHERE year = 2008 GROUP BY name
null
general
ตอนที่ 02x02 ออกอากาศครั้งแรกเมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When was episode 02x02 first broadcast?It is not neccessary to use all the tables.
table_29141354_2: first_broadcast [ VARCHAR] episode [ VARCHAR]
SELECT first_broadcast FROM table_29141354_2 WHERE episode = "02x02"
null
general
ประเทศที่มีร้านค้า 282 แห่งทำเงินได้เท่าไหร่?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How much money did the country with 282 stores make in sales?It is not neccessary to use all the tables.
table_4412: "Country" [ text]
SELECT "Sales (X1000)" FROM table_4412 WHERE "No. of stores" = '282'
null
general
มีผู้เข้ารอบสุดท้ายกี่คนในฤดูกาล af3 ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many finalist were in season af3 ?It is not neccessary to use all the tables.
table_203_288: id [ number] "season" [ text] "runner-up" [ text] "finalists" [ text]
SELECT "finalists" FROM table_203_288 WHERE "season" = 'af3'
null
general
ผ่านไปกี่วันแล้วนับตั้งแต่ผู้ป่วย 027-188709 เข้าพักเป็นครั้งแรกระหว่างการเยี่ยมโรงพยาบาลปัจจุบันในวอร์ด 961?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
how many days has it been since patient 027-188709 stayed for the first time during their current hospital visit in ward 961?It is not neccessary to use all the tables.
treatment: treatmentid [ number] patientunitstayid [ number] treatmentname [ text] treatmenttime [ time]
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', patient.unitadmittime)) FROM patient WHERE patient.uniquepid = '027-188709' AND patient.wardid = 961 AND patient.hospitaldischargetime IS NULL ORDER BY patient.unitadmittime LIMIT 1
null
general
ผลลัพธ์คืออะไรเมื่อผู้ดำรงตำแหน่งเดิมถูกรับ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the results when the incumbent was ernest istook?It is not neccessary to use all the tables.
table_1341423_36: results [ VARCHAR] incumbent [ VARCHAR]
SELECT results FROM table_1341423_36 WHERE incumbent = "Ernest Istook"
null
general
มีใครสอน Professional Communication Strategies นอกเหนือจาก Prof. Figuero บ้างไหม ?ไม่จำเป็นต้องใช้ทุกตาราง
Does anyone teach Professional Communication Strategies besides Prof. Figuero ?It is not neccessary to use all the tables.
comment_instructor: instructor_id [ int] student_id [ int] score [ int] comment_text [ varchar]
SELECT DISTINCT course.department, course.name, course.number, instructor.name FROM course, course_offering, instructor, offering_instructor WHERE course.course_id = course_offering.course_id AND course.name LIKE '%Professional Communication Strategies%' AND NOT instructor.name LIKE '%Figuero%' AND offering_instructor....
null
general
แผนภูมิแท่งเกี่ยวกับราคาเฉลี่ยของผลิตภัณฑ์ซึ่งจัดกลุ่มตามชื่อผู้ผลิต ฉันต้องการแสดงรายการตามแกน y จากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด
A bar chart about what are the average prices of products, grouped by manufacturer name?, I want to list by the y-axis in descending.It is not neccessary to use all the tables.
Manufacturers: Code [ INTEGER] Name [ VARCHAR(255)] Headquarter [ VARCHAR(255)] Founder [ VARCHAR(255)] Revenue [ REAL]
SELECT T2.Name, AVG(T1.Price) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Name ORDER BY AVG(T1.Price) DESC
null
general
ช่องสัญญาณดิจิทัลใดที่สอดคล้องกับช่องเสมือน 23.2?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What digital channel corresponds to virtual channel 23.2?It is not neccessary to use all the tables.
table_2857352_3: digital_channel [ VARCHAR] virtual_channel [ VARCHAR]
SELECT digital_channel FROM table_2857352_3 WHERE virtual_channel = "23.2"
null
general
George Broderick มีบทบาทในโรงละครคาสิโนปี 1888 กี่บทบาท?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many roles include George Broderick in the casino 1888 theater?It is not neccessary to use all the tables.
table_1122: "Role" [ text]
SELECT "Role" FROM table_1122 WHERE "Casino Theatre 1888" = 'George Broderick'
null
general
เป้าหมายสูงสุดที่มี 15 ตำแหน่งคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the highest goals against that has 15 as position?It is not neccessary to use all the tables.
table_name_4: goals_against [ INTEGER] position [ VARCHAR]
SELECT MAX(goals_against) FROM table_name_4 WHERE position = 15
null
general
ทีมเหย้าที่เล่นคอลลิงวูดคือทีมใด? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the home team that played Collingwood?It is not neccessary to use all the tables.
table_33490: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Home team" FROM table_33490 WHERE "Away team" = 'collingwood'
null
general
วาดแผนภูมิแท่งสำหรับอายุเฉลี่ยของผู้ชายสำหรับตำแหน่งงานต่างๆ ตามลำดับงานใน asc ไม่จำเป็นต้องใช้ตารางทั้งหมด
Draw a bar chart for what is average age of male for different job title?, order by the job in asc.It is not neccessary to use all the tables.
PersonFriend: name [ varchar(20)] friend [ varchar(20)] year [ INTEGER]
SELECT job, AVG(age) FROM Person WHERE gender = 'male' GROUP BY job ORDER BY job
null
general
ชื่อผู้วิจารณ์ ชื่อภาพยนตร์ และดาวที่แตกต่างกันในแต่ละเรตติ้งโดยผู้วิจารณ์มีชื่อเดียวกับผู้กำกับคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What are the different reviewer names, movie titles, and stars for every rating where the reviewer had the same name as the director?It is not neccessary to use all the tables.
reviewer: rid [ number] name [ text]
SELECT DISTINCT T3.name, T2.title, T1.stars FROM rating AS T1 JOIN movie AS T2 ON T1.mid = T2.mid JOIN reviewer AS T3 ON T1.rid = T3.rid WHERE T2.director = T3.name
null
general
รายชื่อคู่ต่อสู้ทั้งหมดในเกมวันที่ 23 กันยายน พ.ศ. 2527 หรือไม่ไม่จำเป็นต้องใช้ตารางทั้งหมด
List all opponents in the September 23, 1984 game?It is not neccessary to use all the tables.
table_14863869_1: opponent [ VARCHAR] date [ VARCHAR]
SELECT opponent FROM table_14863869_1 WHERE date = "September 23, 1984"
null
general
จำนวนมณฑลที่สอดคล้องกับกองกำลังตำรวจแต่ละแห่ง เรียงลำดับจากน้อยไปหามากตามแกน y ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many counties correspond to each police force, sort in ascending by the y-axis.It is not neccessary to use all the tables.
county_public_safety: County_ID [ int] Name [ text] Population [ int] Police_officers [ int] Residents_per_officer [ int] Case_burden [ int] Crime_rate [ real] Police_force [ text] Location [ text]
SELECT Police_force, COUNT(*) FROM county_public_safety GROUP BY Police_force ORDER BY COUNT(*)
null
general
ค่าคะแนนสูงสุดที่เสมอต่ำกว่า 2 และ 2 แพ้คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the greatest points value that have draws under 2 and 2 losses?It is not neccessary to use all the tables.
table_name_67: points [ INTEGER] drawn [ VARCHAR] lost [ VARCHAR]
SELECT MAX(points) FROM table_name_67 WHERE drawn < 2 AND lost = 2
null
general
ใครมี Series 2 3 บ้าง ไม่จำเป็นต้องใช้ทุกตารางครับ
Who has Series of 2 3?It is not neccessary to use all the tables.
table_name_77: visitor [ VARCHAR] series [ VARCHAR]
SELECT visitor FROM table_name_77 WHERE series = "2 – 3"
null
general
จำนวนผู้เข้าร่วมเกมกับนิวยอร์กไจแอนต์หลังสัปดาห์ที่ 13 เป็นเท่าใด? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What's the total attendance of games against the New York Giants after week 13?It is not neccessary to use all the tables.
table_9305: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ real]
SELECT COUNT("Attendance") FROM table_9305 WHERE "Week" > '13' AND "Opponent" = 'new york giants'
null
general
ผู้เล่นวีเจย์ ซิงห์ มีกี่หลุม?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How many holes does Player Vijay Singh have?It is not neccessary to use all the tables.
table_name_79: hole [ VARCHAR] player [ VARCHAR]
SELECT COUNT(hole) FROM table_name_79 WHERE player = "vijay singh"
null
general
ผลรวมของปีที่มีประเภทไม่เป็นทางการ และสถานที่ที่มีอาคาร justus lipius บรัสเซลส์ และวันที่ 23 พฤษภาคมเป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the sum of Year with a Type of informal, and a Location with justus lipsius building, brussels, and a Date with 23 may?It is not neccessary to use all the tables.
table_54598: "Year" [ real] "Date" [ text] "Type" [ text] "President" [ text] "Location" [ text]
SELECT SUM("Year") FROM table_54598 WHERE "Type" = 'informal' AND "Location" = 'justus lipsius building, brussels' AND "Date" = '23 may'
null
general
เขตที่มีหน้าที่คือจอห์น อี. มิลเลอร์ไม่จำเป็นต้องใช้ตารางทั้งหมด
what's the district with incumbent being john e. millerIt is not neccessary to use all the tables.
table_1342331_5: district [ VARCHAR] incumbent [ VARCHAR]
SELECT district FROM table_1342331_5 WHERE incumbent = "John E. Miller"
null
general
ระบุจำนวนผู้ป่วยที่เข้ารับการรักษาน้อยกว่า 2,148 ปี และวินิจฉัยชื่อยาวเป็นแผลกดทับ สะโพก ไม่จำเป็นต้องใช้ทุกตาราง
provide the number of patients whose admission year is less than 2148 and diagnoses long title is pressure ulcer, buttock?It is not neccessary to use all the tables.
demographic: subject_id [ text] hadm_id [ text] name [ text] marital_status [ text] age [ text] dob [ text] gender [ text] language [ text] religion [ text] admission_type [ text] days_stay [ text] insurance [ text] ethnicity [ text] expire_flag [ text] admission_location [ text] discharge_location [ t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admityear < "2148" AND diagnoses.long_title = "Pressure ulcer, buttock"
null
general
หมายเลขฝูงบินของรุ่น Gillig Phantom 3096TB คืออะไร?ไม่จำเป็นต้องใช้ทุกโต๊ะ
What is the fleet number for the model of Gillig Phantom 3096TB?It is not neccessary to use all the tables.
table_name_95: fleet_number [ VARCHAR] model [ VARCHAR]
SELECT fleet_number FROM table_name_95 WHERE model = "gillig phantom 3096tb"
null
general
CO บินจากเดนเวอร์ไปยังซานฟรานซิสโกหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
does CO fly from DENVER to SAN FRANCISCOIt is not neccessary to use all the tables.
restriction: restriction_code [ text] advance_purchase [ int] stopovers [ text] saturday_stay_required [ text] minimum_stay [ int] maximum_stay [ int] application [ text] no_discounts [ text]
SELECT DISTINCT airline.airline_code FROM airline, airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE ((flight.airline_code = 'CO') AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND flight.to_airport = AIRP...
null
general
เกมที่ต่ำที่สุดคืออะไร เมื่อฝ่ายตรงข้ามคือ 'บอสตัน บรูอินส์'? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the lowest Game, when Opponent is 'Boston Bruins'?It is not neccessary to use all the tables.
table_9971: "Game" [ real] "March" [ real] "Opponent" [ text] "Score" [ text] "Record" [ text]
SELECT MIN("Game") FROM table_9971 WHERE "Opponent" = 'boston bruins'
null
general
กลับชื่อของผู้ประกอบการที่หนักที่สุด ไม่จำเป็นต้องใช้ตารางทั้งหมด
Return the name of the heaviest entrepreneur.It is not neccessary to use all the tables.
entrepreneur: entrepreneur_id [ number] people_id [ number] company [ text] money_requested [ number] investor [ text]
SELECT T2.name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.people_id = T2.people_id ORDER BY T2.weight DESC LIMIT 1
null
general
ใครคือผู้ดำรงตำแหน่งในระบอบประชาธิปไตยที่ได้รับการเลือกตั้งใหม่?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who is the democratic incumbent that was re-elected?It is not neccessary to use all the tables.
table_name_55: incumbent [ VARCHAR] status [ VARCHAR] party [ VARCHAR]
SELECT incumbent FROM table_name_55 WHERE status = "re-elected" AND party = "democratic"
null
general
ประเทศใดได้เหรียญทองมากกว่าประเทศอื่น ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what country won more gold medals than any other ?It is not neccessary to use all the tables.
table_204_595: id [ number] "rank" [ number] "nation" [ text] "gold" [ number] "silver" [ number] "bronze" [ number] "total" [ number]
SELECT "nation" FROM table_204_595 ORDER BY "gold" DESC LIMIT 1
null
general
ใครมีคะแนน 68-71-70=208?ไม่จำเป็นต้องใช้ทุกตาราง
Who has a Score of 68-71-70=208?It is not neccessary to use all the tables.
table_59620: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ text]
SELECT "Player" FROM table_59620 WHERE "Score" = '68-71-70=208'
null
general
งานเปิดวันไหนเมื่อ bogi evi ออกไปข้างนอก?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What day did the job open up when bogi evi was outgoing?It is not neccessary to use all the tables.
table_22008: "Team" [ text] "Manner" [ text]
SELECT "Date of vacancy" FROM table_22008 WHERE "Outgoing manage" = 'Bogićević'
null
general
มีผู้ป่วยกี่รายที่มีชื่อการทดสอบในห้องปฏิบัติการเป็นมาโครฟาจ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many patients whose lab test name is macrophage?It is not neccessary to use all the tables.
prescriptions: subject_id [ text] hadm_id [ text] icustay_id [ text] drug_type [ text] drug [ text] formulary_drug_cd [ text] route [ text] drug_dose [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE lab.label = "Macrophage"
null
general
เวอร์ชันรีลีส 1.0.9 มีจำนวนเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What's the number of the 1.0.9 release version?It is not neccessary to use all the tables.
table_30593: "Version" [ text] "Release" [ text] "Requirement" [ text]
SELECT COUNT("Version") FROM table_30593 WHERE "Release" = '1.0.9'
null
general
ระบุจำนวนผู้ป่วยที่ชื่อการวินิจฉัยเป็น abn react-procedure nos ไม่จำเป็นต้องใช้ตารางทั้งหมด
give the number of patients whose diagnoses title is abn react-procedure nos.It is not neccessary to use all the tables.
procedures: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE diagnoses.short_title = "Abn react-procedure NOS"
null
general
ขอแผนภูมิแท่งสำหรับ Budget_in_billions ของแต่ละชื่อ โดยแสดงจากน้อยไปมากตามชื่อ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Give me a bar chart for budget_in_billions of each name, show in ascending by the Name.It is not neccessary to use all the tables.
management: department_ID [ int] head_ID [ int] temporary_acting [ text]
SELECT Name, Budget_in_Billions FROM department ORDER BY Name
null
general
วันที่ตำแหน่งว่างเมื่อลักษณะการเดินทางถูกไล่ออกและทีมถูกเนจาปาคือเมื่อใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the date of vacancy when the manner of departure is sacked and the team is nejapa?It is not neccessary to use all the tables.
table_64525: "Team" [ text]
SELECT "Date of vacancy" FROM table_64525 WHERE "Manner of departure" = 'sacked' AND "Team" = 'nejapa'
null
general
ตั๋ว Prohibition ใดที่มีตั๋ว Socialist Labour ของ joseph smith?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Prohibition ticket has a Socialist Labor ticket of joseph smith?It is not neccessary to use all the tables.
table_40138: "Office" [ text]
SELECT "Prohibition ticket" FROM table_40138 WHERE "Socialist Labor ticket" = 'joseph smith'
null
general
ทีมไหนเรียกวีเอฟแอลพาร์คเป็นบ้านของพวกเขา?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which team calls VFL Park their home?It is not neccessary to use all the tables.
table_name_96: home_team [ VARCHAR] venue [ VARCHAR]
SELECT home_team FROM table_name_96 WHERE venue = "vfl park"
null
general
ฉันขอดูการเดินทางภาคพื้นดินจากสนามบินลองบีชไปยังตัวเมืองได้ไหม ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
can i see ground transportation from LONG BEACH airport to downtownIt is not neccessary to use all the tables.
fare_basis: fare_basis_code [ text] booking_class [ text] class_type [ text] premium [ text] economy [ text] discounted [ text] night [ text] season [ text] basis_days [ text]
SELECT DISTINCT ground_service.transport_type FROM airport, airport_service, city AS CITY_0, city AS CITY_1, ground_service WHERE airport.airport_code = airport_service.airport_code AND CITY_0.city_code = airport_service.city_code AND CITY_0.city_name = 'LONG BEACH' AND CITY_1.city_name = 'LONG BEACH' AND ground_servic...
null
general
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตผลิตภัณฑ์แต่ละราย ให้วาดแผนภูมิแท่งเกี่ยวกับการแจกแจงชื่อและรหัส และจัดกลุ่มตามผู้ก่อตั้งแอตทริบิวต์ จัดอันดับจากต่ำไปสูงตามแกน x ไม่จำเป็นต้องใช้ตารางทั้งหมด
For those records from the products and each product's manufacturer, draw a bar chart about the distribution of name and code , and group by attribute founder, rank from low to high by the x axis.It is not neccessary to use all the tables.
Manufacturers: Code [ INTEGER] Name [ VARCHAR(255)] Headquarter [ VARCHAR(255)] Founder [ VARCHAR(255)] Revenue [ REAL]
SELECT T1.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Founder, T1.Name ORDER BY T1.Name
null
general
วันที่ของเกมที่ MCG คือวันที่เท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the date of the game at MCG?It is not neccessary to use all the tables.
table_name_85: date [ VARCHAR] venue [ VARCHAR]
SELECT date FROM table_name_85 WHERE venue = "mcg"
null
general
ในแต่ละปีมีกี่หลักสูตรในภาควิชาจิตวิทยา? ส่งกลับแผนภูมิเส้น และเรียงลำดับ X จากสูงไปต่ำ ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many courses are in the Psychology department for each year? Return a line chart, and sort X from high to low order.It is not neccessary to use all the tables.
student: ID [ varchar(5)] name [ varchar(20)] dept_name [ varchar(20)] tot_cred [ numeric(30)]
SELECT year, COUNT(year) FROM course AS T1 JOIN section AS T2 ON T1.course_id = T2.course_id WHERE T1.dept_name = 'Psychology' GROUP BY year ORDER BY year DESC
null
general
เมื่อปริมาณการปล่อยก๊าซคาร์บอนไดออกไซด์ต่อปี (เป็นพันเมตริกตัน) คือปี 1811 อยู่ที่ประเทศอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
when the annual co2 emissions (in thousands of metric tons) is 1811, what is the country?It is not neccessary to use all the tables.
table_2508175_1: country [ VARCHAR] annual_co2_emissions__in_thousands_of_metric_tons_ [ VARCHAR]
SELECT country FROM table_2508175_1 WHERE annual_co2_emissions__in_thousands_of_metric_tons_ = 1811
null
general
สนามใดมีการแข่งขันที่เรียกว่า ii cape south easter trophy ไม่จำเป็นต้องใช้ตารางทั้งหมด
What circuit has a race called ii cape south easter trophy.It is not neccessary to use all the tables.
table_213: "Circuit" [ text] "Date" [ text] "Constructor" [ text] "Report" [ text]
SELECT "Circuit" FROM table_213 WHERE "Race Name" = 'II Cape South Easter Trophy'
null
general
สมาชิกตามอายุและชื่อเสียง สมาชิก StackOverflow จากอายุน้อยที่สุดไปหาอายุมากที่สุดด้วยชื่อเสียงมากกว่า 1,000 คน ไม่จำเป็นต้องใช้ตารางทั้งหมด
Members by Age and Reputation. StackOverflow members from youngest to oldest, by reputation over 1000.It is not neccessary to use all the tables.
PostLinks: Id [ number] CreationDate [ time] PostId [ number] RelatedPostId [ number] LinkTypeId [ number]
SELECT TOP(150) AS Id, DisplayName, Age, Reputation, CreationDate, LastAccessDate, 'http://stackoverflow.com/users/' + CAST(Id AS VARCHAR) AS Url FROM Users WHERE NOT Age IS NULL AND Age <= 17 AND Reputation > 1000 ORDER BY Age, Reputation DESC
null
general
วันเกิดและโรคหลักของเฮคเตอร์แบลร์คือวันที่เท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the date of birth and primary disease of Hector Blair?It is not neccessary to use all the tables.
procedures: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT demographic.dob, demographic.diagnosis FROM demographic WHERE demographic.name = "Hector Blair"
null
general