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
ถนน Coombe ซึ่งเวลา Woodside เป็น 0723 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Coombe Road with a Woodside time of 0723?It is not neccessary to use all the tables.
table_40595: "Sanderstead" [ text] "Selsdon" [ text] "Woodside" [ text]
SELECT "Coombe Road" FROM table_40595 WHERE "Woodside" = '07:23'
null
general
สนามใดที่ผลเป็น 2-0 และสกอร์คือ 1 ประตู และการแข่งขันคือ เอเอฟซี เอเชียนคัพ 1980?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What is the venue when the result is 2-0, and the score is 1 goal, and the competition is 1980 afc asian cup?It is not neccessary to use all the tables.
table_68393: "Date" [ text] "Venue" [ text] "Score" [ text] "Result" [ text] "Competition" [ text]
SELECT "Venue" FROM table_68393 WHERE "Result" = '2-0' AND "Score" = '1 goal' AND "Competition" = '1980 afc asian cup'
null
general
การเปลี่ยนแปลงประจำปีของ GDP โดยมี GDP 20.5% ของสหภาพยุโรปในปี 2555 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the annual change of GDP with a 20.5% GDP of EU in 2012?It is not neccessary to use all the tables.
table_1598533_8: annual_change__percentage_of_gdp__2012_ [ VARCHAR] gdp__percentage_of_eu__2012_ [ VARCHAR]
SELECT annual_change__percentage_of_gdp__2012_ FROM table_1598533_8 WHERE gdp__percentage_of_eu__2012_ = "20.5%"
null
general
คะแนนของทีมตรงข้ามในการแข่งขันที่เล่นที่ Victoria Park เป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the opposing team's score at the match that was played at Victoria Park?It is not neccessary to use all the tables.
table_4804: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Away team score" FROM table_4804 WHERE "Venue" = 'victoria park'
null
general
ตั้งชื่อพื้นผิวเมื่อพันธมิตรคือ carlos berlocqไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the surface when the partner is carlos berlocqIt is not neccessary to use all the tables.
table_51313: "Outcome" [ text] "Date" [ text] "Tournament" [ text] "Surface" [ text] "Partner" [ text] "Opponents" [ text] "Score" [ text]
SELECT "Surface" FROM table_51313 WHERE "Partner" = 'carlos berlocq'
null
general
ในวันที่ 17 กันยายน ช่างทำน้ำมันมีดาวน์ครั้งแรกกี่ครั้ง?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
On Sept. 17, how many first downs did the oilers have?It is not neccessary to use all the tables.
table_15984957_2: oilers_first_downs [ VARCHAR] date [ VARCHAR]
SELECT COUNT(oilers_first_downs) FROM table_15984957_2 WHERE date = "Sept. 17"
null
general
มีสถานที่กี่แห่งที่มี #12 รัฐมิชิแกนเป็นทีมใหญ่สิบทีม?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many locations have #12 Michigan State as the big ten team?It is not neccessary to use all the tables.
table_24292: "Date" [ text] "Time" [ text] "Location" [ text] "Television" [ text] "Attendance" [ real] "Winner" [ text]
SELECT COUNT("Location") FROM table_24292 WHERE "Big Ten Team" = '#12 Michigan State'
null
general
ตำแหน่งใดมีความจุ 101,119?ไม่จำเป็นต้องใช้ทุกตาราง
Which location has 101,119 as the capacity?It is not neccessary to use all the tables.
table_66043: "Rank" [ real] "Stadium" [ text] "Capacity" [ text] "Location" [ text]
SELECT "Location" FROM table_66043 WHERE "Capacity" = '101,119'
null
general
ผู้เข้าร่วมในเกมเยือน Footscray เป็นอย่างไรบ้าง? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the attendance at the Footscray away game?It is not neccessary to use all the tables.
table_51769: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Crowd" FROM table_51769 WHERE "Away team" = 'footscray'
null
general
เปรียบเทียบจำนวนกัปตันทั้งหมดกับคลาสต่างๆ โดยใช้กราฟแท่ง และแสดงจำนวนทั้งหมดจากต่ำไปสูง ไม่จำเป็นต้องใช้ตารางทั้งหมด
Compare the total number of captains with different classes using a bar graph, and display total number from low to high order.It is not neccessary to use all the tables.
Ship: Ship_ID [ int] Name [ text] Type [ text] Built_Year [ real] Class [ text] Flag [ text]
SELECT Class, COUNT(Class) FROM captain GROUP BY Class ORDER BY COUNT(Class)
null
general
ปริมาณอินซูลินปกติของมนุษย์ถูกกำหนดให้กับผู้ป่วย 40435 ตั้งแต่วันที่ 03/2104 เป็นครั้งแรกหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
how much insulin human regular was prescribed to patient 40435 since 03/2104, for the first time?It is not neccessary to use all the tables.
d_labitems: row_id [ number] itemid [ number] label [ text]
SELECT prescriptions.dose_val_rx FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 40435) AND prescriptions.drug = 'insulin human regular' AND STRFTIME('%y-%m', prescriptions.startdate) >= '2104-03' ORDER BY prescriptions.startdate LIMIT 1
null
general
Insight Bowl ได้คะแนนเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the score of the Insight Bowl?It is not neccessary to use all the tables.
table_name_53: score [ VARCHAR] bowl_game [ VARCHAR]
SELECT score FROM table_name_53 WHERE bowl_game = "insight bowl"
null
general
ใครได้รับคะแนนมากกว่า alex debon หรือ toni elias ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
who received more points , alex debon or toni elias ?It is not neccessary to use all the tables.
table_204_114: id [ number] "pos" [ text] "rider" [ text] "manufacturer" [ text] "time/retired" [ text] "grid" [ number] "points" [ number]
SELECT "rider" FROM table_204_114 WHERE "rider" IN ('alex debon', 'toni elias') ORDER BY "points" DESC LIMIT 1
null
general
สำหรับโรงเรียนเดลมาร์ บันทึกการแบ่งคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
For the Delmar school what is the division record?It is not neccessary to use all the tables.
table_14902: "School" [ text] "Team" [ text]
SELECT "Division Record" FROM table_14902 WHERE "School" = 'delmar'
null
general
บอกฉันหน่อยว่างานที่ได้รับการเสนอชื่อเข้าชิงใหญ่กว่าปี 2554 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Tell me the nominated work larger than 2011It is not neccessary to use all the tables.
table_name_54: nominated_work [ VARCHAR] year [ INTEGER]
SELECT nominated_work FROM table_name_54 WHERE year > 2011
null
general
ชื่อบนตั๋วพรรครีพับลิกันเมื่อตั๋วสังคมนิยมคือ louis waldman คืออะไร? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the name on the Republican ticket when the Socialist ticket was louis waldman?It is not neccessary to use all the tables.
table_39754: "Office" [ text]
SELECT "Republican ticket" FROM table_39754 WHERE "Socialist ticket" = 'louis waldman'
null
general
มีรหัส ILO กี่ฉบับที่มีการแก้ไขอนุสัญญา "อนุสัญญานี้ว่าด้วยการประมง" ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'?It is not neccessary to use all the tables.
table_2208: "Field" [ text]
SELECT COUNT("ILO code") FROM table_2208 WHERE "revising convention(s)" = 'this convention, Work in Fishing Convention'
null
general
การตัดสินใจใดมีผู้เข้าชมจากคาลการี คะแนน 2 1 และซีรีส์ 4 3 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Decision has a Visitor of calgary, a Score of 2 1, and a Series of 4 3?It is not neccessary to use all the tables.
table_name_5: decision [ VARCHAR] series [ VARCHAR] visitor [ VARCHAR] score [ VARCHAR]
SELECT decision FROM table_name_5 WHERE visitor = "calgary" AND score = "2 – 1" AND series = "4 – 3"
null
general
แสดงชื่อและความสูงของอาคารที่มีสถาบันอย่างน้อยสองแห่งที่ก่อตั้งหลังปี พ.ศ. 2423 เขียนเป็นแผนภูมิแท่งและเรียงลำดับตามแถบจากต่ำไปสูง ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
Show the names and heights of buildings with at least two institutions founded after 1880 Plot them as bar chart, and order by the bar from low to high.It is not neccessary to use all the tables.
Institution: Institution_id [ text] Institution [ text] Location [ text] Founded [ real] Type [ text] Enrollment [ int] Team [ text] Primary_Conference [ text] building_id [ text]
SELECT Name, Height_feet FROM building AS T1 JOIN Institution AS T2 ON T1.building_id = T2.building_id WHERE T2.Founded > 1880 ORDER BY Name
null
general
คลาสใดที่ชนะ 2 สเตจและมีตำแหน่ง DNF?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the class that that won 2 stages and has a position of DNF?It is not neccessary to use all the tables.
table_name_20: class [ VARCHAR] stages_won [ VARCHAR] position [ VARCHAR]
SELECT class FROM table_name_20 WHERE stages_won = "2" AND position = "dnf"
null
general
ผู้ป่วย 86786 ได้รับใบสั่งยาสำหรับไฮโดรคลอโรไทอาไซด์ครั้งสุดท้ายเมื่อใดจนถึง 8 เดือนที่แล้ว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
when did patient 86786 last receive until 8 months ago a prescription for hydrochlorothiazide?It is not neccessary to use all the tables.
chartevents: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] itemid [ number] charttime [ time] valuenum [ number] valueuom [ text]
SELECT prescriptions.startdate FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 86786) AND prescriptions.drug = 'hydrochlorothiazide' AND DATETIME(prescriptions.startdate) <= DATETIME(CURRENT_TIME(), '-8 month') ORDER BY prescriptions.startdate D...
null
general
หากเปอร์เซ็นต์ของเทศบาลซานอันโตนิโอ เด โลเมริโอคือ 5.480 เปอร์เซ็นต์รวมของเทศบาลซานจูเลียนคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
If the San Antonio de Lomerio municipality percentage is 5.480, what is the total percentage for the San Julian municipality?It is not neccessary to use all the tables.
table_19998428_3: san_julián_municipality___percentage_ [ VARCHAR] san_antonio_de_lomerío_municipality___percentage_ [ VARCHAR]
SELECT COUNT(san_julián_municipality___percentage_) FROM table_19998428_3 WHERE san_antonio_de_lomerío_municipality___percentage_ = "5.480"
null
general
นับจำนวนผู้คนในปีที่แล้วที่ได้รับการวินิจฉัยว่าเป็นลำไส้ใหญ่ dvrtcli โดยไม่มี hmrhg ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
count the number of people in the previous year diagnosed with dvrtcli colon w/o hmrhg.It is not neccessary to use all the tables.
diagnoses_icd: row_id [ number] subject_id [ number] hadm_id [ number] icd9_code [ text] charttime [ time]
SELECT COUNT(DISTINCT admissions.subject_id) FROM admissions WHERE admissions.hadm_id IN (SELECT diagnoses_icd.hadm_id FROM diagnoses_icd WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'dvrtcli colon w/o hmrhg') AND DATETIME(diagnoses_icd.chart...
null
general
ถ้าทีมมีตารางมากกว่า 8 แต่น้อยกว่า 4 คะแนน ทีมชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
If a team has a grid of over 8 with less than 4 points, what's the team name?It is not neccessary to use all the tables.
table_48727: "Driver" [ text] "Team" [ text] "Laps" [ real] "Time/Retired" [ text] "Grid" [ real] "Points" [ real]
SELECT "Team" FROM table_48727 WHERE "Grid" > '8' AND "Points" < '4'
null
general
การเลือกตั้งทั่วไปครั้งใดมีคะแนนเสียงแกว่ง 1.84?ไม่จำเป็นต้องใช้ทุกตาราง
Which general election had a vote swing of 1.84?It is not neccessary to use all the tables.
table_149330_1: general_election [ VARCHAR] votes_swing [ VARCHAR]
SELECT general_election FROM table_149330_1 WHERE votes_swing = "1.84"
null
general
วันที่ใดมีผลลัพธ์เป็น 86-87 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Date has Result of 86-87?It is not neccessary to use all the tables.
table_name_58: date [ VARCHAR] result [ VARCHAR]
SELECT date FROM table_name_58 WHERE result = "86-87"
null
general
ปาเลาเป็นคู่ต่อสู้มากี่ครั้งแล้ว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many times has palau been an opponent ?It is not neccessary to use all the tables.
table_204_376: id [ number] "date" [ text] "venue" [ text] "opponents" [ text] "score" [ text] "competition" [ text]
SELECT COUNT(*) FROM table_204_376 WHERE "opponents" = 'palau'
null
general
ใครเป็นผู้ชนะหลังจากปี 1999 โดยมี Changwon lg Sakers เป็นรองแชมป์?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who won after 1999 with changwon lg sakers as runners-up?It is not neccessary to use all the tables.
table_name_47: champions [ VARCHAR] year [ VARCHAR] runners_up [ VARCHAR]
SELECT champions FROM table_name_47 WHERE year > 1999 AND runners_up = "changwon lg sakers"
null
general
คะแนน Televote ใดมีคะแนนสุดท้ายที่ 2?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What Televote Points had a Final Points score of 2?It is not neccessary to use all the tables.
table_63799: "Draw" [ real] "Total" [ text]
SELECT "Televote Points" FROM table_63799 WHERE "Final Points" = '2'
null
general
ผลลัพธ์ของวันที่ 25 กันยายน 2509 คืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง
What is the result on September 25, 1966?It is not neccessary to use all the tables.
table_name_80: result [ VARCHAR] date [ VARCHAR]
SELECT result FROM table_name_80 WHERE date = "september 25, 1966"
null
general
ทีมเยือนคือใครเมื่อสถานที่คือวินดี้ฮิลล์?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who was the away team when the venue was Windy Hill?It is not neccessary to use all the tables.
table_54354: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Away team" FROM table_54354 WHERE "Venue" = 'windy hill'
null
general
สถานที่ใดมีมากกว่าปี 2549?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which location had a year over 2006?It is not neccessary to use all the tables.
table_name_68: location [ VARCHAR] year [ INTEGER]
SELECT location FROM table_name_68 WHERE year > 2006
null
general
ปริมาณเฮปารินโซเดียมที่จ่ายให้กับผู้ป่วย 14621 ในการไปโรงพยาบาลครั้งสุดท้ายเป็นครั้งสุดท้าย?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how much heparin sodium was prescribed on the last hospital visit for the last time to patient 14621?It is not neccessary to use all the tables.
d_labitems: row_id [ number] itemid [ number] label [ text]
SELECT prescriptions.dose_val_rx FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 14621 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AND prescriptions.drug = 'heparin sodium' ORDER BY prescriptions.startdate DE...
null
general
ค่าสูงสุดในปี 1995 โดยปี 1990 น้อยกว่า 36, ปี 1987 น้อยกว่าปี 1987 และปี 2007 มีค่ามากกว่า 107 คืออะไร ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the highest 1995 with a 1990 less than 36, a 1987 less than 1987, and a 2007 value greater than 107?It is not neccessary to use all the tables.
table_name_4: Id [ VARCHAR]
SELECT MAX(1995) FROM table_name_4 WHERE 1990 > 36 AND 1987 < 1987 AND 2007 > 107
null
general
คนไข้ปีเกิดน้อยกว่าปี 2565 มีกี่ราย ไม่จำเป็นต้องใช้ทุกตาราง
what is the number of patients whose year of birth is less than 2065?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 WHERE demographic.dob_year < "2065"
null
general
มีกี่เกมที่เล่นโดย 25 ขาชนะด้วย 35 100+? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How many games were played with 25 legs won with 35 100+?It is not neccessary to use all the tables.
table_26926: "Player" [ text] "Played" [ real] "LWAT" [ real] "100+" [ real] "140+" [ real] "180s" [ real]
SELECT "Played" FROM table_26926 WHERE "Legs Won" = '25' AND "100+" = '35'
null
general
ตั้งชื่อผู้ได้รับรางวัลสำหรับการแก้ไขที่ดีที่สุดไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the awardee for best editingIt is not neccessary to use all the tables.
table_26857: "Language" [ text] "Awardee(s)" [ text]
SELECT "Awardee(s)" FROM table_26857 WHERE "Name of Award" = 'Best Editing'
null
general
bp ( ความดันโลหิต ) > 180/100 mmhg (ในการวัดครั้งเดียว) ไม่จำเป็นต้องใช้ทุกตาราง
bp ( blood pressure ) > 180 / 100 mmhg ( on one measurement )It is not neccessary to use all the tables.
table_test_22: "id" [ int] "ejection_fraction_ef" [ int] "pregnancy_or_lactation" [ bool] "child_pugh_class" [ string] "hbv" [ bool] "systolic_blood_pressure_sbp" [ int] "active_infection" [ bool] "leukocyte_count" [ int] "hiv_infection" [ bool] "left_ventricular_dysfunction" [ bool] "active_inflammatory_di...
SELECT * FROM table_test_22 WHERE systolic_blood_pressure_sbp >= 180 OR diastolic_blood_pressure_dbp >= 100
null
general
อัลเลน แกมโบอา อยู่ตำแหน่งไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the position of Allen Gamboa?It is not neccessary to use all the tables.
table_name_50: position [ VARCHAR] name [ VARCHAR]
SELECT position FROM table_name_50 WHERE name = "allen gamboa"
null
general
ทีมไหนชนะมากที่สุด ?ไม่จำเป็นต้องใช้ทุกโต๊ะ
which team had the most wins ?It is not neccessary to use all the tables.
table_203_30: id [ number] "place" [ number] "team" [ text] "played" [ number] "won" [ number] "draw" [ number] "lost" [ number] "goals\nscored" [ number] "goals\nconceded" [ number] "+/-" [ number] "points" [ number]
SELECT "team" FROM table_203_30 ORDER BY "won" DESC LIMIT 1
null
general
ขั้นตอนดำเนินการเคลมใดที่มีการเคลมมากที่สุด? แสดงชื่อสถานะการเคลม ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which claim processing stage has the most claims? Show the claim status name.It is not neccessary to use all the tables.
claim_headers: claim_header_id [ number] claim_status_code [ text] claim_type_code [ text] policy_id [ number] date_of_claim [ time] date_of_settlement [ time] amount_claimed [ number] amount_piad [ number]
SELECT t2.claim_status_name FROM claims_processing AS t1 JOIN claims_processing_stages AS t2 ON t1.claim_stage_id = t2.claim_stage_id GROUP BY t1.claim_stage_id ORDER BY COUNT(*) DESC LIMIT 1
null
general
ผลลัพธ์ของเกมหลังจากสัปดาห์ที่ 9 มีผู้เข้าร่วม 69,714 คนเป็นอย่างไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the Result of the game after Week 9 with an Attendance of 69,714?It is not neccessary to use all the tables.
table_48615: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ text]
SELECT "Result" FROM table_48615 WHERE "Week" > '9' AND "Attendance" = '69,714'
null
general
Shahar Pe'er ได้คะแนนกี่คะแนน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points did shahar pe'er score?It is not neccessary to use all the tables.
table_2357: "Sd" [ real] "Player" [ text] "Points" [ real] "Status" [ text]
SELECT "Points won" FROM table_2357 WHERE "Player" = 'Shahar Pe''er'
null
general
น้ำหนักของสโมสร Victorian Tigers ปี 2012 เป็นเท่าใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the Weight for the 2012 club, Victorian Tigers?It is not neccessary to use all the tables.
table_33382: "Name" [ text] "Pos." [ text] "Height" [ text] "Weight" [ text]
SELECT "Weight" FROM table_33382 WHERE "2012 club" = 'victorian tigers'
null
general
ระดับความสูง (หรือระดับความสูง) ของสนามบินในเมืองนิวยอร์กคือเท่าใด แสดงแผนภูมิแท่งให้ฉันดู โดยเรียงลำดับจากน้อยไปมากตามระดับความสูง ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the altitude (or elevation) of the airports in the city of New York? Show me a bar chart, order in ascending by the elevation.It is not neccessary to use all the tables.
airports: apid [ integer] name [ text] city [ text] country [ text] x [ real] y [ real] elevation [ bigint]
SELECT name, elevation FROM airports WHERE city = 'New York' ORDER BY elevation
null
general
ฉันต้องการจัดเที่ยวบินจากเดนเวอร์ไปพิตต์สเบิร์ก ไม่จำเป็นต้องใช้ตารางทั้งหมด
i would like to arrange a flight from DENVER to PITTSBURGHIt is not neccessary to use all the tables.
aircraft: aircraft_code [ varchar] aircraft_description [ varchar] manufacturer [ varchar] basic_type [ varchar] engines [ int] propulsion [ varchar] wide_body [ varchar] wing_span [ int] length [ int] weight [ int] capacity [ int] pay_load [ int] cruising_speed [ int] range_miles [ int] pressurized [ v...
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 = 'DENVER' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PITTSBU...
null
general
ระบุจำนวนค่าเฉลี่ย bp หลอดเลือดแดงสูงสุดรายวันสำหรับผู้ป่วย 26772 ตั้งแต่วันที่ 24/06/2103 ไม่จำเป็นต้องใช้ตารางทั้งหมด
indicate the daily maximum amount of arterial bp mean for patient 26772 since 06/24/2103.It is not neccessary to use all the tables.
d_icd_procedures: row_id [ number] icd9_code [ text] short_title [ text] long_title [ text]
SELECT MAX(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 = 26772)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arte...
null
general
สถานที่และการเข้าร่วมของเกมที่ 1 คืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the location and attendance of game 1?It is not neccessary to use all the tables.
table_48454: "Game" [ real] "Date" [ text] "Team" [ text] "Score" [ text] "Record" [ text]
SELECT "Location Attendance" FROM table_48454 WHERE "Game" = '1'
null
general
วาเลอรีมีกี่ตอน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many episodes have Valerie?It is not neccessary to use all the tables.
table_73283: "Season" [ real] "Episode" [ real] "Coach" [ text]
SELECT COUNT("Episode Summary") FROM table_73283 WHERE "Coach" = 'Valerie'
null
general
ช่องสัญญาณดิจิทัลใดบ้างที่สอดคล้องกับช่องสัญญาณเสมือน 5.2?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What digital channel corresponds to virtual channel 5.2?It is not neccessary to use all the tables.
table_30608: "Callsign" [ text] "Network" [ text]
SELECT "Digital channel" FROM table_30608 WHERE "Virtual channel" = '5.2'
null
general
แสดงรายการจำนวนวิศวกรและกลุ่มตามนามสกุลในแผนภูมิแท่ง ไม่จำเป็นต้องใช้ตารางทั้งหมด
List the number of enginners and group by last name in a bar chart.It is not neccessary to use all the tables.
Skills_Required_To_Fix: part_fault_id [ INTEGER] skill_id [ INTEGER]
SELECT last_name, COUNT(last_name) FROM Maintenance_Engineers AS T1 JOIN Engineer_Skills AS T2 ON T1.engineer_id = T2.engineer_id JOIN Skills AS T3 ON T2.skill_id = T3.skill_id GROUP BY last_name
null
general
เที่ยวบินจากแอตแลนต้าไปเซนต์ปีเตอร์สเบิร์ก หลุยส์ในวันอังคารจะมาถึงประมาณ 23.00 น. ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
what flights from ATLANTA to ST. LOUIS on tuesday arriving around 230pmIt is not neccessary to use all the tables.
code_description: code [ varchar] description [ text]
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, days, flight WHERE (((flight.arrival_time <= 1500 AND flight.arrival_time >= 1400) AND date_day.day_number = 22 AND date_day.month_number = 3 AND date_day.year = 19...
null
general
ในการแข่งขันที่มีบิลลี่ ลี อีแวนส์ เป็นตัวแทนที่นั่ง เขาได้รับเลือกอีกครั้งหรือไม่ ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
In the race involving Billy Lee Evans as the seated Representative, was he elected again?It is not neccessary to use all the tables.
table_18314: "District" [ text] "Incumbent" [ text] "Party" [ text] "Result" [ text] "Candidates" [ text]
SELECT "Result" FROM table_18314 WHERE "Incumbent" = 'Billy Lee Evans'
null
general
เมื่อเกลือแห่งทะเลนี้มีชื่อภาษาอังกฤษว่าใครเป็นผู้กำกับ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When salt of this sea is the english title who is the director?It is not neccessary to use all the tables.
table_26555737_1: director [ VARCHAR] english_title [ VARCHAR]
SELECT director FROM table_26555737_1 WHERE english_title = "Salt of this Sea"
null
general
อายุสูงสุดของผู้ป่วยที่มีสถานภาพสมรสแล้วและมีโรคประจำตัวคือ กระดูกโคนขาหัก คือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is maximum age of patients whose marital status is married and primary disease is left femur fracture?It is not neccessary to use all the tables.
diagnoses: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT MAX(demographic.age) FROM demographic WHERE demographic.marital_status = "MARRIED" AND demographic.diagnosis = "LEFT FEMUR FRACTURE"
null
general
ใครคือผู้สมัครเมื่อผลลัพธ์ - % เท่ากับ 0.4%?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who was the candidate when the result - % was 0.4%?It is not neccessary to use all the tables.
table_25818630_2: candidate [ VARCHAR] result____percentage [ VARCHAR]
SELECT candidate FROM table_25818630_2 WHERE result____percentage = "0.4%"
null
general
โอบามามีผู้ลงคะแนนเสียง 29.9% บันทึกไว้กี่หมายเลข?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many numbers were recorded under Obama when he had 29.9% voters?It is not neccessary to use all the tables.
table_73221: "County" [ text] "Obama%" [ text] "Obama#" [ real] "McCain%" [ text] "McCain#" [ real] "Others%" [ text] "Others#" [ real]
SELECT COUNT("Obama#") FROM table_73221 WHERE "Obama%" = '29.9%'
null
general
วอร์ดแรกสำหรับผู้ป่วย 162 เมื่อ 2 ปีที่แล้วคืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง
what is the first ward for patient 162 since 2 years ago?It is not neccessary to use all the tables.
chartevents: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] itemid [ number] charttime [ time] valuenum [ number] valueuom [ text]
SELECT transfers.wardid FROM transfers WHERE transfers.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 162) AND NOT transfers.wardid IS NULL AND DATETIME(transfers.intime) >= DATETIME(CURRENT_TIME(), '-2 year') ORDER BY transfers.intime LIMIT 1
null
general
ผลิตภัณฑ์ชื่อ 'ลอเรล' มีคุณสมบัติกี่ประการ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many characteristics does the product named 'laurel' have?It is not neccessary to use all the tables.
product_characteristics: product_id [ VARCHAR] characteristic_id [ VARCHAR]
SELECT COUNT(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "laurel"
null
general
ในเว็บไซต์มีกี่โพสต์?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many posts are there on the website?.It is not neccessary to use all the tables.
SuggestedEdits: Id [ number] PostId [ number] CreationDate [ time] ApprovalDate [ time] RejectionDate [ time] OwnerUserId [ number] Comment [ text] Text [ text] Title [ text] Tags [ text] RevisionGUID [ other]
SELECT * FROM Posts
null
general
มีผู้ป่วยโรคหลอดเลือดหัวใจตีบ/sda ที่หมดอายุในหรือก่อนปี พ.ศ. 2558 จำนวนกี่ราย? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
how many patients having coronary artery disease\coronary artery bypass graft /sda expired in or before the year 2115?It is not neccessary to use all the tables.
lab: subject_id [ text] hadm_id [ text] itemid [ text] charttime [ text] flag [ text] value_unit [ text] label [ text] fluid [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "CORONARY ARTERY DISEASE\CORONARY ARTERY BYPASS GRAFT /SDA" AND demographic.dod_year <= "2115.0"
null
general
ก่อนปี 2552 ก่อนปี 2552 ได้รับรางวัลแอนนี่กี่รางวัล ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many annie awards were won before 2009 ?It is not neccessary to use all the tables.
table_203_782: id [ number] "year" [ number] "actor" [ text] "award" [ text] "category" [ text] "role" [ text] "episode" [ text] "result" [ text]
SELECT COUNT(*) FROM table_203_782 WHERE "award" = 'annie award' AND "year" < 2009
null
general
หาอายุเฉลี่ยของนักเรียนหญิง (เพศ F) ที่มีคะแนนเสียงเป็นเลขานุการในรอบการเลือกตั้งฤดูใบไม้ผลิ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Find the average age of female (sex is F) students who have secretary votes in the spring election cycle.It is not neccessary to use all the tables.
STUDENT: Age [ INTEGER] StuID [ VARCHAR] Sex [ VARCHAR]
SELECT AVG(T1.Age) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = SECRETARY_Vote WHERE T1.Sex = "F" AND T2.Election_Cycle = "Spring"
null
general
ยาที่ผู้ป่วย 033-12085 จ่ายสองครั้งขึ้นไปคือยาอะไร?ไม่จำเป็นต้องใช้ทุกตาราง
what is the drug that patient 033-12085 was prescribed two or more times?It is not neccessary to use all the tables.
cost: costid [ number] uniquepid [ text] patienthealthsystemstayid [ number] eventtype [ text] eventid [ number] chargetime [ time] cost [ number]
SELECT t1.drugname FROM (SELECT medication.drugname, COUNT(medication.drugstarttime) AS c1 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '033...
null
general
ที่คุณตอบ (และไม่ว่าจะมีการแก้ไขหลังจากปิดหรือไม่) ไม่จำเป็นต้องใช้ตารางทั้งหมด
s which you ANSWERED (and whether they were edited after close).It is not neccessary to use all the tables.
ReviewTasks: Id [ number] ReviewTaskTypeId [ number] CreationDate [ time] DeletionDate [ time] ReviewTaskStateId [ number] PostId [ number] SuggestedEditId [ number] CompletedByReviewTaskId [ number]
SELECT Id AS "post_link", Score, ViewCount AS "views", OwnerUserId AS "asker", CreationDate AS "asked", ClosedDate AS "closed", LastEditDate AS "edited", CASE WHEN LastEditDate > ClosedDate THEN 'yes' ELSE 'no' END AS "edited_after_close" FROM Posts WHERE NOT ClosedDate IS NULL AND Id IN (SELECT DISTINCT ParentId FROM ...
null
general
ที่ 830 คืออะไร เมื่ออยู่ที่ 930 เป็นกฎการมีส่วนร่วม (การฉายซ้ำ)?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is at 830 when at 930 it is rules of engagement (reruns)?It is not neccessary to use all the tables.
table_53930: "8:00" [ text] "8:30" [ text] "9:00" [ text] "9:30" [ text] "10:00" [ text]
SELECT "8:30" FROM table_53930 WHERE "9:30" = 'rules of engagement (reruns)'
null
general
สิ่งมีชีวิตที่พบในการทดสอบทางจุลชีววิทยาอุจจาระครั้งแรกของผู้ป่วย 031-3507 ชื่ออะไรนับตั้งแต่ 91 เดือนที่ผ่านมา? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
what was the name of the organism found in patient 031-3507's first stool microbiology test since 91 months ago?It is not neccessary to use all the tables.
microlab: microlabid [ number] patientunitstayid [ number] culturesite [ text] organism [ text] culturetakentime [ time]
SELECT microlab.organism FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-3507')) AND microlab.culturesite = 'stool' AND DATETIME(microlab.cult...
null
general
งานปาร์ตี้ที่มีผู้ดำรงตำแหน่ง jim demint คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the party with the incumbent jim demint?It is not neccessary to use all the tables.
table_1341423_40: party [ VARCHAR] incumbent [ VARCHAR]
SELECT party FROM table_1341423_40 WHERE incumbent = "Jim DeMint"
null
general
แสดงราคาเที่ยวบินจากบัลติมอร์ไปดัลลาซี ไม่จำเป็นต้องใช้ตารางทั้งหมด
show me prices of flights from BALTIMORE to DALLASIt is not neccessary to use all the tables.
code_description: code [ varchar] description [ text]
SELECT DISTINCT fare.fare_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BALTIMORE' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.ci...
null
general
ฉันต้องการข้อมูลเที่ยวบินสำหรับเที่ยวบินที่ออกเดินทางจากคลีฟแลนด์ไปมิลวอกีในวันพุธหลัง 17.00 น. ไม่จำเป็นต้องใช้ตารางทั้งหมด
i need flight information for flights departing from CLEVELAND to MILWAUKEE on wednesday after 1700It is not neccessary to use all the tables.
date_day: month_number [ int] day_number [ int] year [ int] day_name [ varchar]
SELECT DISTINCT flight_id FROM flight WHERE (((departure_time > 1700 AND flight_days IN (SELECT DAYSalias0.days_code FROM days AS DAYSalias0 WHERE DAYSalias0.day_name IN (SELECT DATE_DAYalias0.day_name FROM date_day AS DATE_DAYalias0 WHERE DATE_DAYalias0.day_number = 23 AND DATE_DAYalias0.month_number = 4 AND DATE_DAYa...
null
general
บันทึกหลังเกมที่ 45 เป็นอย่างไรบ้าง?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the record after game 45?It is not neccessary to use all the tables.
table_name_13: record [ VARCHAR] game [ VARCHAR]
SELECT record FROM table_name_13 WHERE game = "45"
null
general
ประเทศใดมีปีมากกว่าปี 1978 และคะแนน 295 และสถานที่ของสโมสรกอล์ฟลินดริก? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which Country has a Year larger than 1978, and a Score of 295, and a Venue of lindrick golf club?It is not neccessary to use all the tables.
table_name_16: country [ VARCHAR] venue [ VARCHAR] year [ VARCHAR] score [ VARCHAR]
SELECT country FROM table_name_16 WHERE year > 1978 AND score = "295" AND venue = "lindrick golf club"
null
general
ประกันผู้ป่วย 3929 ขณะเข้ารับการรักษาในโรงพยาบาลปัจจุบันชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the name of the insurance of patient 3929 during their current hospital encounter?It is not neccessary to use all the tables.
diagnoses_icd: row_id [ number] subject_id [ number] hadm_id [ number] icd9_code [ text] charttime [ time]
SELECT admissions.insurance FROM admissions WHERE admissions.subject_id = 3929 AND admissions.dischtime IS NULL
null
general
เสมอใดที่แพ้มากกว่า 0 และแต้มน้อยกว่า 11 และเกมน้อยกว่า 7 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Drawn has a Lost larger than 0, and Points smaller than 11, and Games smaller than 7?It is not neccessary to use all the tables.
table_name_98: drawn [ INTEGER] games [ VARCHAR] lost [ VARCHAR] points [ VARCHAR]
SELECT AVG(drawn) FROM table_name_98 WHERE lost > 0 AND points < 11 AND games < 7
null
general
เมื่อใดคือเกมที่มีเซนต์หลุยส์ แรมส์เป็นทีมเยือนและสกอร์ 26-0 คือเมื่อใด?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
When was the game that had the St. Louis Rams as visiting team and resulted in a score of 26-0?It is not neccessary to use all the tables.
table_name_49: date [ VARCHAR] visiting_team [ VARCHAR] result [ VARCHAR]
SELECT date FROM table_name_49 WHERE visiting_team = "st. louis rams" AND result = "26-0"
null
general
ปีก่อตั้งที่ใหญ่ที่สุดสำหรับโรงเรียนที่มีจำนวนผู้ลงทะเบียนเรียน 696 คนพอดีคือปีใด ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What was the largest founded year for schools having enrollment of exactly 696?It is not neccessary to use all the tables.
table_23911: "School" [ text] "Location(s)" [ text] "Control" [ text] "Type" [ text] "Accreditation" [ text] "Founded" [ real] "Enrollment" [ text]
SELECT MAX("Founded") FROM table_23911 WHERE "Enrollment" = '696'
null
general
พื้นผิวที่ผลการแข่งขันเป็นผู้ชนะในวันที่ 12 มีนาคม พ.ศ. 2532 เป็นอย่างไรบ้าง? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the surface where the outcome was winner on 12 march 1989?It is not neccessary to use all the tables.
table_name_19: surface [ VARCHAR] outcome [ VARCHAR] date [ VARCHAR]
SELECT surface FROM table_name_19 WHERE outcome = "winner" AND date = "12 march 1989"
null
general
ปีใดที่ชนะจะมีคะแนนรวมมากกว่า 148 และค่า To par น้อยกว่า 17 และประเทศของนิวซีแลนด์ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Year(s) won has a Total larger than 148, and a To par smaller than 17, and a Country of new zealand?It is not neccessary to use all the tables.
table_62585: "Player" [ text] "Country" [ text] "Total" [ real]
SELECT "Year(s) won" FROM table_62585 WHERE "Total" > '148' AND "To par" < '17' AND "Country" = 'new zealand'
null
general
มีหลักสูตร LATINOAM 16 หน่วยกิตหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Are there 16 -credit LATINOAM courses ?It is not neccessary to use all the tables.
requirement: requirement_id [ int] requirement [ varchar] college [ varchar]
SELECT DISTINCT name, number FROM course WHERE department = 'LATINOAM' AND credits = 16
null
general
ขั้นตอนที่ใช้กันทั่วไปสามอันดับแรกที่ผู้ป่วยได้รับในเดือนเดียวกันหลังจากได้รับการรักษาด้วยยาต้านไวรัส - ขั้นตอนแกนซิโคลเวียร์ตั้งแต่ปี 2104 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what were the top three commonly used procedures that patients received during the same month after having received a antiviral therapy - ganciclovir procedure since 2104?It is not neccessary to use all the tables.
microlab: microlabid [ number] patientunitstayid [ number] culturesite [ text] organism [ text] culturetakentime [ time]
SELECT t3.treatmentname FROM (SELECT t2.treatmentname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'antiviral therapy - ganciclovir' AND STR...
null
general
รายการเที่ยวบินไปกลับที่เป็นไปได้ทุกวันระหว่างบอสตันและโอ๊คแลนด์ ไม่จำเป็นต้องใช้ตารางทั้งหมด
list possible round trip DAILY flights between BOSTON and OAKLANDIt 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.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'OAKLAND' AND NOT fare.round_trip_cost IS NULL AND flight_fare.fare_id...
null
general
ปิดโดย mods และ community ไม่จำเป็นต้องใช้ตารางทั้งหมด
s closed by mods vs community.It is not neccessary to use all the tables.
ReviewTaskTypes: Id [ number] Name [ text] Description [ text]
SELECT UserId, UserId AS "user_link", COUNT(PostId) FROM PostHistory WHERE PostHistoryTypeId = 10 GROUP BY UserId
null
general
ไม่มีการลงคะแนนเสียง ไม่จำเป็นต้องใช้ทุกตาราง
s with no votes.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...
SELECT * FROM Posts WHERE ViewCount >= 100 AND Score = 0 ORDER BY ViewCount DESC
null
general
ปริมาณสารอาหารทั้งหมดที่ผู้ป่วย 035-4428 ได้รับในวันที่ 01/58/ปีที่แล้วเป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the amount of nutrition total that patient 035-4428 received on 01/15/last year?It is not neccessary to use all the tables.
vitalperiodic: vitalperiodicid [ number] patientunitstayid [ number] temperature [ number] sao2 [ number] heartrate [ number] respiration [ number] systemicsystolic [ number] systemicdiastolic [ number] systemicmean [ number] observationtime [ time]
SELECT SUM(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '035-4428')) AND intakeoutput.celllabel = 'nutrit...
null
general
ใครคือนักกอล์ฟที่เล่นกอล์ฟให้กับไอร์แลนด์เหนือ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who is the golfer that golfs for Northern Ireland?It is not neccessary to use all the tables.
table_name_54: player [ VARCHAR] country [ VARCHAR]
SELECT player FROM table_name_54 WHERE country = "northern ireland"
null
general
เปรียบเทียบความถี่ของชื่อผลิตภัณฑ์โดยใช้แผนภูมิแท่ง และแสดงตามลำดับตามแกน X ไม่จำเป็นต้องใช้ตารางทั้งหมด
Compare the frequency of product names using a bar chart, and display in desc by the X-axis.It is not neccessary to use all the tables.
Addresses: address_id [ INTEGER] line_1_number_building [ VARCHAR(80)] city [ VARCHAR(50)] zip_postcode [ VARCHAR(20)] state_province_county [ VARCHAR(50)] country [ VARCHAR(50)]
SELECT product_name, COUNT(product_name) FROM Products GROUP BY product_name ORDER BY product_name DESC
null
general
มีใบอนุญาตซอฟต์แวร์ Mind Workstation กี่ใบ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many licenses have mind workstation software?It is not neccessary to use all the tables.
table_15038373_1: license [ VARCHAR] software [ VARCHAR]
SELECT COUNT(license) FROM table_15038373_1 WHERE software = "Mind WorkStation"
null
general
สำหรับภาพยนตร์แต่ละเรื่อง ให้ส่งคืนจำนวนโรงภาพยนตร์ที่แสดงภาพยนตร์ในแผนภูมิวงกลม ไม่จำเป็นต้องใช้ตารางทั้งหมด
For each film, return the number of cinemas showing the fim in a pie chart.It is not neccessary to use all the tables.
schedule: Cinema_ID [ int] Film_ID [ int] Date [ text] Show_times_per_day [ int] Price [ float]
SELECT Title, COUNT(Title) FROM schedule AS T1 JOIN film AS T2 ON T1.Film_ID = T2.Film_ID JOIN cinema AS T3 ON T1.Cinema_ID = T3.Cinema_ID GROUP BY Title
null
general
แสดงหมายเลขการเลือกร่างและคลาสร่างของผู้เล่นที่มีตำแหน่งเป็นกองหลัง ไม่จำเป็นต้องใช้ตารางทั้งหมด
Show the draft pick numbers and draft classes of players whose positions are defenders.It is not neccessary to use all the tables.
match_season: Draft_Pick_Number [ VARCHAR] Draft_Class [ VARCHAR] POSITION [ VARCHAR]
SELECT Draft_Pick_Number, Draft_Class FROM match_season WHERE POSITION = "Defender"
null
general
ครั้งแรกที่ผู้ป่วย 013-27480 ได้รับการทดสอบในห้องปฏิบัติการในวันที่ 05/2105 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what was the first time patient 013-27480 had been tested for lab tests in 05/2105?It is not neccessary to use all the tables.
allergy: allergyid [ number] patientunitstayid [ number] drugname [ text] allergyname [ text] allergytime [ time]
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 = '013-27480')) AND STRFTIME('%y-%m', lab.labresulttime) = '2105-05' ORDER BY lab.labr...
null
general
ตั้งชื่อที่ 3 สำหรับฤดูกาลที่น้อยกว่า 4 และแพ้ 61 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the 3rd for season less than 4 and lost of 61It is not neccessary to use all the tables.
table_69758: "Team" [ text] "Season" [ real] "Played" [ real] "Lost" [ real] "Debut" [ text] "Best" [ real]
SELECT "3 rd" FROM table_69758 WHERE "Season" < '4' AND "Lost" = '61'
null
general
ก่อนปี 1990 ได้อันดับที่ 2 กี่อันดับ ไม่จำเป็นต้องใช้ตารางทั้งหมด
before 1990 , how many second places were obtained ?It is not neccessary to use all the tables.
table_203_763: id [ number] "year" [ number] "competition" [ text] "venue" [ text] "position" [ text] "notes" [ text]
SELECT COUNT(*) FROM table_203_763 WHERE "year" < 1990 AND "position" = 2
null
general
รอบ 1 ปี 71 มีเงินสูงสุดกี่โต๊ะไม่จำเป็นต้องใช้ทุกโต๊ะ
Round 1 of 71 has how many highest money?It is not neccessary to use all the tables.
table_69470: "Year" [ real] "Place" [ real]
SELECT MAX("Money ($)") FROM table_69470 WHERE "Round 1" = '71'
null
general
ก้านสั้นสำหรับคำที่มีก้านที่สมบูรณ์แบบของ poztu คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the short stem for the word that has a perfect stem of poztu?It is not neccessary to use all the tables.
table_name_56: short_stem [ VARCHAR] perfect_stem [ VARCHAR]
SELECT short_stem FROM table_name_56 WHERE perfect_stem = "poztu"
null
general
เกมเล่นที่ไหนในวันที่ 20 พฤษภาคม?ไม่จำเป็นต้องใช้ทุกโต๊ะ
Where was the game played on 20 may?It is not neccessary to use all the tables.
table_name_19: venue [ VARCHAR] date [ VARCHAR]
SELECT venue FROM table_name_19 WHERE date = "20 may"
null
general
องค์ประกอบใดที่ก่อตั้งขึ้นในปี พ.ศ. 2519?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What composition was founded in 1976?It is not neccessary to use all the tables.
table_name_37: composition [ VARCHAR] founded [ VARCHAR]
SELECT composition FROM table_name_37 WHERE founded = 1976
null
general
เส้นผ่านศูนย์กลางรวม 450 มม. มีความยาวเท่าไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the length for a diameter totaling 450 mm?It is not neccessary to use all the tables.
table_22000: "Owner/operator" [ text] "Length" [ text] "From/to" [ text]
SELECT "Length" FROM table_22000 WHERE "Maximum diameter" = '450 mm'
null
general
Central Blues แพ้ไปกี่ครั้ง?ไม่จำเป็นต้องใช้ทุกโต๊ะ
How many losses does Central Blues have?It is not neccessary to use all the tables.
table_28429: "Club" [ text] "Wins" [ real] "Losses" [ real] "Percentage" [ text] "Points" [ real]
SELECT MAX("Losses") FROM table_28429 WHERE "Club" = 'Central Blues'
null
general
โอเค คุณช่วยบอกฉันหน่อยได้ไหมว่าเที่ยวบินใดออกจากดัลลาสไปซานฟรานซิสโกโดย UA ไม่จำเป็นต้องใช้ตารางทั้งหมด
okay could you tell me what flight leaves DALLAS to SAN FRANCISCO by UAIt is not neccessary to use all the tables.
date_day: month_number [ int] day_number [ int] year [ int] day_name [ 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 = 'SAN FRANCISCO' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = ...
null
general
Drawn ตัวไหนมีทีม internacional-sp?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Drawn has a Team of internacional-sp?It is not neccessary to use all the tables.
table_38553: "Position" [ real] "Team" [ text] "Points" [ real] "Played" [ real] "Drawn" [ real] "Lost" [ real] "Against" [ real] "Difference" [ text]
SELECT SUM("Drawn") FROM table_38553 WHERE "Team" = 'internacional-sp'
null
general