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 |
|---|---|---|---|---|---|
18 อยู่ได้นานแค่ไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how long did 18 last ?It is not neccessary to use all the tables. | table_204_206: id [ number] "saros" [ number] "member" [ number] "date" [ text] "time\n(greatest)\nutc" [ text] "type" [ text] "location\nlatlong" [ text] "gamma" [ number] "mag." [ number] "width\n(km)" [ number] "duration\n(min:sec)" [ text] "ref" [ number] | SELECT "saros" FROM table_204_206 WHERE "member" = 18 | null | general |
องค์กรประเภทใดที่มีบุคลากรวิจัยมากที่สุด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the type of the organization with the most research staff?It is not neccessary to use all the tables. | project_staff: staff_id [ number] project_id [ number] role_code [ text] date_from [ time] date_to [ time] other_details [ text] | SELECT T1.organisation_type FROM organisations AS T1 JOIN research_staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_type ORDER BY COUNT(*) DESC LIMIT 1 | null | general |
ผู้ป่วยที่มีอาการออกฤทธิ์หรือมีนัยสำคัญทางคลินิกที่ส่งผลต่อการดูดซึม การกระจายตัว หรือเมแทบอลิซึมของยาในการศึกษา (เช่น โรคลำไส้อักเสบ แผลในกระเพาะอาหารหรือลำไส้เล็กส่วนต้น หรือการแพ้แลคโตสอย่างรุนแรง) ไม่จำเป็นต้องใช้ตารางทั้งหมด | patients with active or clinically significant conditions affecting absorption, distribution or metabolism of the study medication ( e.g., inflammatory bowel disease, gastric or duodenal ulcers or severe lactose intolerance ) .It is not neccessary to use all the tables. | table_train_131: "id" [ int] "thyroid_disease" [ bool] "pulmonary_disease" [ bool] "right_bundle_branch_block" [ bool] "allergy_to_piperidine_derivatives" [ bool] "obstructive_pulmonary_disease" [ bool] "inflammatory_bowel_disease" [ bool] "renal_disease" [ bool] "hepatic_disease" [ bool] "cardiovascular_dis... | SELECT * FROM table_train_131 WHERE absorption = 1 OR distribution = 1 OR metabolism = 1 OR (inflammatory_bowel_disease = 1 OR gastric = 1 OR duodenal_ulcers = 1 OR lactose_intolerance = 1) | null | general |
จำนวนวันที่ต้องพักรักษาตัวในโรงพยาบาลโดยเฉลี่ยของผู้ป่วยซึ่งมีสถานที่รับเข้ารักษาคือ trsf ภายในสถานที่นี้ คือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is average days of hospital stay of patients whose admission location is trsf within this facility?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 AVG(demographic.days_stay) FROM demographic WHERE demographic.admission_location = "TRSF WITHIN THIS FACILITY" | null | general |
สำหรับพนักงานที่ไม่ได้ทำงานในแผนกที่มีผู้จัดการที่มีรหัสระหว่าง 100 ถึง 200 ให้ส่งคืนแผนภูมิแท่งเกี่ยวกับการแจกแจงของ Hire_date และผลรวมของ manager_id bin Hire_date ตามเวลา แสดงตามแกน Y จากต่ำไปสูง ไม่จำเป็นต้องใช้ทุกตาราง | For those employees who do not work in departments with managers that have ids between 100 and 200, return a bar chart about the distribution of hire_date and the sum of manager_id bin hire_date by time, show by the Y-axis from low to high.It is not neccessary to use all the tables. | regions: REGION_ID [ decimal(50)] REGION_NAME [ varchar(25)] | SELECT HIRE_DATE, SUM(MANAGER_ID) FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY SUM(MANAGER_ID) | null | general |
การใช้ซอลท์ทรานสมิตเตอร์หลักในฮังการีคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Main use of transmitter solt in Hungary?It is not neccessary to use all the tables. | table_name_75: main_use [ VARCHAR] country [ VARCHAR] name [ VARCHAR] | SELECT main_use FROM table_name_75 WHERE country = "hungary" AND name = "transmitter solt" | null | general |
ผู้ป่วย 022-151182 เคยมี sao2 มากกว่า 97.0 ในการเข้ารับการรักษาในห้องไอซียูครั้งแรกหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | has patient 022-151182 ever had a sao2 of greater than 97.0 on the first icu visit?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 COUNT(*) > 0 FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '022-151182') AND NOT patient.unitdischargetime IS NULL ORDER BY pati... | null | general |
ผ่านไปกี่ชั่วโมงแล้วนับตั้งแต่การรักษาครั้งสุดท้ายของผู้ป่วย 017-16041 ในการเข้ารับการรักษาในโรงพยาบาลในปัจจุบัน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many hours have passed since the last procedure of patient 017-16041 in their current hospital encounter?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 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', treatment.treatmenttime)) FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '017-16041... | null | general |
ตัวแทนจัดส่งของเอกสาร ID 2 ชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the name of the shipping agent of the document with id 2?It is not neccessary to use all the tables. | Documents: Id [ VARCHAR] | SELECT Ref_Shipping_Agents.shipping_agent_name FROM Ref_Shipping_Agents JOIN Documents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Documents.document_id = 2 | null | general |
ตั้งชื่อจำนวน EBIT (ล้านเหรียญสหรัฐ) ในปี 2554 และกำไรต่อหุ้น ( ) มากกว่า 47 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the total number of EBIT (US $m) in 2011 and a Earnings per share ( ) larger than 47?It is not neccessary to use all the tables. | table_name_46: ebit__us_ [ VARCHAR] year_to_april [ VARCHAR] earnings_per_share__¢_ [ VARCHAR] | SELECT COUNT(ebit__us_) AS $m_ FROM table_name_46 WHERE year_to_april = 2011 AND earnings_per_share__¢_ > 47 | null | general |
เมื่อ (v kha) เป็นชาวเบลารุสมีสโลวักกี่ตัว?ไม่จำเป็นต้องใช้ตารางทั้งหมด | When (v kha) is the belarusian how many slovaks are there?It is not neccessary to use all the tables. | table_26757_4: slovak [ VARCHAR] belarusian [ VARCHAR] | SELECT COUNT(slovak) FROM table_26757_4 WHERE belarusian = "вуха (vúkha)" | null | general |
แชสซีของ alfieri maserati รุ่นปี 1952 กับผู้เข้าร่วมคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the chassis for a 1952 officine alfieri maserati with an entrant?It is not neccessary to use all the tables. | table_70203: "Year" [ real] "Entrant" [ text] "Chassis" [ text] "Engine" [ text] "Points" [ real] | SELECT "Chassis" FROM table_70203 WHERE "Entrant" = 'officine alfieri maserati' AND "Year" = '1952' | null | general |
ปีของฉลากใดคือ 1993?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which label's year is 1993?It is not neccessary to use all the tables. | table_42519: "Year" [ text] "Title" [ text] "Genre" [ text] "Label" [ text] "Result" [ text] | SELECT "Label" FROM table_42519 WHERE "Year" = '1993' | null | general |
ผู้ป่วย 031-11804 กินอะไรครั้งสุดท้ายในวันที่ 09/60/ปีนี้? ไม่จำเป็นต้องใช้ตารางทั้งหมด | what did patient 031-11804 last have as an intake on 09/17/this year?It is not neccessary to use all the tables. | intakeoutput: intakeoutputid [ number] patientunitstayid [ number] cellpath [ text] celllabel [ text] cellvaluenumeric [ number] intakeoutputtime [ time] | SELECT intakeoutput.celllabel FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-11804')) AND intakeoutput.cellpath LIKE '%intake%' AND D... | null | general |
ตั้งชื่อจุดจบที่แพ้สูงสุดซึ่งมี % การยิงมากกว่า 78 และจุดสิ้นสุดที่ชนะน้อยกว่า 38 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the highest Ends Lost which has an Shot % larger than 78, and a Ends Won smaller than 38?It is not neccessary to use all the tables. | table_45659: "Country" [ text] "Skip" [ text] | SELECT MAX("Ends Lost") FROM table_45659 WHERE "Shot %" > '78' AND "Ends Won" < '38' | null | general |
มีรถ Yamaha เป็นเครื่องจักรกี่แห่ง และมีความเร็ว 89.85 ไมล์ต่อชั่วโมง?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | How many places have yamaha as the machine, and 89.85mph as the speed?It is not neccessary to use all the tables. | table_name_30: place [ INTEGER] machine [ VARCHAR] speed [ VARCHAR] | SELECT SUM(place) FROM table_name_30 WHERE machine = "yamaha" AND speed = "89.85mph" | null | general |
ผู้เล่นที่ลงเล่นตั้งแต่ปี 2549 มีเป้าหมายกี่ประตู?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many goals did a player active since 2006 have?It is not neccessary to use all the tables. | table_name_4: goals [ VARCHAR] years_active [ VARCHAR] | SELECT goals FROM table_name_4 WHERE years_active = "2006" | null | general |
Daryl Hecht จะหมดอายุเมื่อผู้ว่าการรัฐที่แต่งตั้งคือ Tom Vilsack คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the expiring term for Daryl Hecht when the appointing governor is Tom Vilsack?It is not neccessary to use all the tables. | table_11789: "Name" [ text] "Appointed/Elected" [ text] | SELECT "Term expires" FROM table_11789 WHERE "Appointing Governor" = 'tom vilsack' AND "Name" = 'daryl hecht' | null | general |
ในระหว่างปีนี้ ขั้นตอนห้าอันดับแรกที่พบบ่อยที่สุดที่ผู้ป่วยได้รับในเดือนเดียวกันหลังจากได้รับยาต้านแบคทีเรีย - linezolid (zyvox) คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | during this year, what were the top five most frequent procedures that patients received during the same month after receiving a antibacterials - linezolid (zyvox)?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 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 = 'antibacterials - linezolid (zyvox)' AND ... | null | general |
ใครคือรองชนะเลิศในงานที่จบลงด้วยคะแนนชนะ 15 (66-67-70-70=273)?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | Who was the runner-up for the event that ended with a winning score of 15 (66-67-70-70=273)?It is not neccessary to use all the tables. | table_name_27: runner_s__up [ VARCHAR] winning_score [ VARCHAR] | SELECT runner_s__up FROM table_name_27 WHERE winning_score = –15(66 - 67 - 70 - 70 = 273) | null | general |
บันทึกเมื่อมีผู้เข้าร่วม 41,573 คนคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What's the record when the attendance was 41,573?It is not neccessary to use all the tables. | table_77731: "Date" [ text] "Opponent" [ text] "Score" [ text] "Loss" [ text] "Attendance" [ text] "Record" [ text] | SELECT "Record" FROM table_77731 WHERE "Attendance" = '41,573' | null | general |
เงิน ($) ของเกมที่มีคะแนน 69-74-70-73=286 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Money ($) of the game with a score of 69-74-70-73=286?It is not neccessary to use all the tables. | table_name_57: money___ [ INTEGER] score [ VARCHAR] | SELECT MAX(money___) AS $__ FROM table_name_57 WHERE score = 69 - 74 - 70 - 73 = 286 | null | general |
วันที่สำหรับแหล่งที่มาของผลลัพธ์และสถานที่ของ iffendic คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the date for a source of result and a place of iffendic?It is not neccessary to use all the tables. | table_49575: "Date" [ text] "Place" [ text] "Source" [ text] | SELECT "Date" FROM table_49575 WHERE "Source" = 'result' AND "Place" = 'iffendic' | null | general |
คุณให้สิ่งที่คุณได้รับหรือไม่?. การเปรียบเทียบ (% ของการลงคะแนนเสียงที่เห็นด้วย) สำหรับผู้ลงคะแนนเสียงกับคะแนนเสียงที่ได้รับสำหรับผู้ใช้เฉพาะ ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | DO YOU GIVE WHAT YOU GET?. Comparison of (% of votes that are upvotes) for VOTES CAST versus VOTES RECEIVED for the specific user(s).It is not neccessary to use all the tables. | ReviewTaskResults: Id [ number] ReviewTaskId [ number] ReviewTaskResultTypeId [ number] CreationDate [ time] RejectionReasonId [ number] Comment [ text] | SELECT a.OwnerUserId AS "user_link", SUM(CASE WHEN v.VoteTypeId = 2 THEN 1 ELSE 0 END) AS "upvotes", SUM(CASE WHEN v.VoteTypeId = 3 THEN 1 ELSE 0 END) AS "downvotes" FROM Posts AS a LEFT OUTER JOIN Votes AS v ON v.PostId = a.Id WHERE a.OwnerUserId IN ('##UserID##') AND v.VoteTypeId IN (2, 3) AND a.PostTypeId = 2 GROUP ... | null | general |
ตั้งชื่อเมื่อโอเวอร์โบว์ลิ่งคือ 31.2 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the name for when overs bowled is 31.2It is not neccessary to use all the tables. | table_72705: "Name" [ text] "Maidens" [ real] "Wickets" [ real] "Extras" [ real] "E.R." [ text] | SELECT "Name" FROM table_72705 WHERE "Overs Bowled" = '31.2' | null | general |
Marisa Ferretti Barth มีรายละเอียดอะไรบ้าง?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What are the details for Marisa Ferretti Barth?It is not neccessary to use all the tables. | table_name_55: details [ VARCHAR] name [ VARCHAR] | SELECT details FROM table_name_55 WHERE name = "marisa ferretti barth" | null | general |
หากผู้เล่นคือ Jasmine Wynne จำนวนการขโมยขั้นต่ำคือเท่าใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | If the player is Jasmine Wynne, what is the minimum number of steals?It is not neccessary to use all the tables. | table_23346303_5: steals [ INTEGER] player [ VARCHAR] | SELECT MIN(steals) FROM table_23346303_5 WHERE player = "Jasmine Wynne" | null | general |
จำนวนชัยชนะน้อยที่สุดคือเท่าใด?ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | What was the least amount of wins?It is not neccessary to use all the tables. | table_24937583_1: wins [ INTEGER] | SELECT MIN(wins) FROM table_24937583_1 | null | general |
ASTRO 255 มีให้บริการในส่วนใดส่วนหนึ่งระหว่างเวลา 900 ถึง 100 น. ?ไม่จำเป็นต้องใช้ทุกโต๊ะ | IS ASTRO 255 offered in any section between the hours of 900 and 100 ?It is not neccessary to use all the tables. | course_offering: offering_id [ int] course_id [ int] semester [ int] section_number [ int] start_time [ time] end_time [ time] monday [ varchar] tuesday [ varchar] wednesday [ varchar] thursday [ varchar] friday [ varchar] saturday [ varchar] sunday [ varchar] has_final_project [ varchar] has_final_exam... | SELECT DISTINCT course_offering.end_time, course_offering.section_number, course_offering.start_time FROM course, course_offering, semester WHERE course_offering.end_time <= '1:00' AND course_offering.start_time >= '9:00' AND course.course_id = course_offering.course_id AND course.department = 'ASTRO' AND course.number... | null | general |
กี่ชั่วโมงผ่านไปนับตั้งแต่การวินิจฉัยครั้งแรกของผู้ป่วยความดันเลือดต่ำ 006-47576 ระหว่างการเข้ารับการรักษาในโรงพยาบาลปัจจุบัน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many hours have passed since the first diagnosis of hypotension patient 006-47576 during the current hospital encounter?It is not neccessary to use all the tables. | patient: uniquepid [ text] patienthealthsystemstayid [ number] patientunitstayid [ number] gender [ text] age [ text] ethnicity [ text] hospitalid [ number] wardid [ number] admissionheight [ number] admissionweight [ number] dischargeweight [ number] hospitaladmittime [ time] hospitaladmitsource [ text] ... | SELECT 24 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', diagnosis.diagnosistime)) FROM diagnosis WHERE diagnosis.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-47576... | null | general |
ในปี 1988 มีพันธมิตรกี่คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many partners were there in 1988?It is not neccessary to use all the tables. | table_1399994_5: partner [ VARCHAR] year [ VARCHAR] | SELECT COUNT(partner) FROM table_1399994_5 WHERE year = "1988" | null | general |
ผลลัพธ์ของฟิล์มทะเลสาบน้ำตาคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | WHAT IS THE RESULT WITH FILM LAKE OF TEARS?It is not neccessary to use all the tables. | table_name_28: result [ VARCHAR] film_title_used_in_nomination [ VARCHAR] | SELECT result FROM table_name_28 WHERE film_title_used_in_nomination = "lake of tears" | null | general |
ผู้ป่วย 011-5503 ได้รับการตรวจในห้องปฏิบัติการ hct ในการเข้ารับการรักษาในโรงพยาบาลครั้งสุดท้ายหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | did patient 011-5503 receive the hct lab test in their last hospital encounter?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 = '011-5503' AND NOT patient.hospitaldischargetime IS NULL ORDER BY patient.hospitaladmitti... | null | general |
ใครคือแขกเมื่อเลเกอร์สอยู่ที่บ้านด้วยคะแนน 85 106?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Who was the visitor when the lakers were at home with a Score of 85 106?It is not neccessary to use all the tables. | table_name_39: visitor [ VARCHAR] home [ VARCHAR] score [ VARCHAR] | SELECT visitor FROM table_name_39 WHERE home = "lakers" AND score = "85–106" | null | general |
บอกจำนวนที่นั่งจาก nsw หน่อย ?ไม่จำเป็นต้องใช้ทุกโต๊ะ | tell me the number of seats from nsw ?It is not neccessary to use all the tables. | table_204_659: id [ number] "seat" [ text] "state" [ text] "majority" [ number] "member" [ text] "party" [ text] | SELECT COUNT("seat") FROM table_204_659 WHERE "state" = 'nsw' | null | general |
ผู้เล่นคนไหนไปมหาวิทยาลัย DePaul?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What player went to DePaul University?It is not neccessary to use all the tables. | table_name_80: player [ VARCHAR] college [ VARCHAR] | SELECT player FROM table_name_80 WHERE college = "depaul" | null | general |
ค้นหาจำนวนผู้ป่วยที่นับถือพยานพระยะโฮวาในศาสนา ไม่จำเป็นต้องใช้ตารางทั้งหมด | find the number of patients who follow the religion jehovah's witness.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 WHERE demographic.religion = "JEHOVAH'S WITNESS" | null | general |
การแข่งขันใช้เวลานานเท่าใดในกิจกรรม Rings Final Capture?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How long did the match last in the Rings Final Capture event?It is not neccessary to use all the tables. | table_name_80: time [ VARCHAR] event [ VARCHAR] | SELECT time FROM table_name_80 WHERE event = "rings: final capture" | null | general |
เวลาบันทึกของ Nascar Camping World Truck Series คืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the record time at the Nascar Camping World Truck Series?It is not neccessary to use all the tables. | table_name_20: time [ VARCHAR] record [ VARCHAR] | SELECT time FROM table_name_20 WHERE record = "nascar camping world truck series" | null | general |
ค่าโดยสารไปกลับบน CO 1291 จากเดนเวอร์ไปซานฟรานซิสโกและไปกลับคือเท่าไร ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is the round trip fare on CO 1291 from DENVER to SAN FRANCISCO and returnIt is not neccessary to use all the tables. | airport_service: city_code [ varchar] airport_code [ varchar] miles_distant [ int] direction [ varchar] minutes_distant [ int] | 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 = 'DENVER' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.cit... | null | general |
ส่งกลับแผนภูมิแท่งเกี่ยวกับการแจกแจง date_address_from และจำนวน date_address_from และจัดกลุ่มตามแอตทริบิวต์ other_details และ bin date_address_from ตามวันทำงาน ไม่จำเป็นต้องใช้ตารางทั้งหมด | Return a bar chart about the distribution of date_address_from and the amount of date_address_from , and group by attribute other_details and bin date_address_from by weekday.It is not neccessary to use all the tables. | Addresses: address_id [ INTEGER] line_1 [ VARCHAR(120)] line_2 [ VARCHAR(120)] line_3 [ VARCHAR(120)] city [ VARCHAR(80)] zip_postcode [ VARCHAR(20)] state_province_county [ VARCHAR(50)] country [ VARCHAR(50)] other_address_details [ VARCHAR(255)] | SELECT date_address_from, COUNT(date_address_from) FROM Student_Addresses GROUP BY other_details ORDER BY monthly_rental DESC | null | general |
มีผู้ป่วยกี่รายที่เป็นโรคหลักคือภาวะขาดเลือดชั่วคราวและปีเกิดน้อยกว่า 2,134 ราย ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | how many patients whose primary disease is transient ischemic attack and year of birth is less than 2134?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 COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "TRANSIENT ISCHEMIC ATTACK" AND demographic.dob_year < "2134" | null | general |
มีผู้เล่นกี่คนที่เล่นมากกว่า 10 นัด ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | how many players played more than 10 matches ?It is not neccessary to use all the tables. | table_204_154: id [ number] "player" [ text] "matches" [ number] "innings" [ number] "runs" [ number] "average" [ number] "100s" [ number] "50s" [ number] | SELECT COUNT("player") FROM table_204_154 WHERE "matches" > 10 | null | general |
ซึ่งเป็นหมายเลขของตอน 'โกงให้' 'r ku d o' ( ) ซึ่งออกอากาศเมื่อวันที่ 14 กรกฎาคม พ.ศ. 2546 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which is the number of the episode 'rook gave' 'r ku d o' ( ) which aired on July 14, 2003It is not neccessary to use all the tables. | table_1704: "Title" [ text] "Director" [ text] "Screenwriter" [ text] | SELECT MIN("Episode #") FROM table_1704 WHERE "Original airdate" = 'July 14, 2003' | null | general |
อะไรคือ qual 1 ที่มี 109.567 ที่ดีที่สุด? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the qual 1 with a 109.567 best?It is not neccessary to use all the tables. | table_name_70: qual_1 [ VARCHAR] best [ VARCHAR] | SELECT qual_1 FROM table_name_70 WHERE best = "1:09.567" | null | general |
บอกฉันหน่อยว่าช่วงหินแดงไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Tell me the period for red rockIt is not neccessary to use all the tables. | table_31584: "Camp" [ text] "Place" [ text] "Province" [ text] "Location" [ text] "Period" [ text] | SELECT "Period" FROM table_31584 WHERE "Place" = 'red rock' | null | general |
หมายเลขกริดของทรอยคอร์เซอร์ที่มีรอบต่ำกว่า 22 รอบคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the grid number for troy corser with under 22 laps?It is not neccessary to use all the tables. | table_name_48: grid [ INTEGER] rider [ VARCHAR] laps [ VARCHAR] | SELECT SUM(grid) FROM table_name_48 WHERE rider = "troy corser" AND laps < 22 | null | general |
คณะลูกขุนโหวตให้ผู้ลงคะแนนเสียงทั้ง 7 คนได้กี่คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many jury votes for the televote of 7?It is not neccessary to use all the tables. | table_23290: "Draw" [ real] "Artist" [ text] "Song" [ text] "Televotes" [ real] "Result" [ text] | SELECT "Jury votes" FROM table_23290 WHERE "Televotes" = '7' | null | general |
โปรแกรมคืออะไร โดยมีระยะเวลา (ปี) คือ 1.5 และภาษาที่สอนเป็นภาษาเยอรมัน/อังกฤษ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | WHat is the program where duration (years) is 1.5 and teaching language is german/english?It is not neccessary to use all the tables. | table_12591022_2: program [ VARCHAR] duration__years_ [ VARCHAR] teaching_language [ VARCHAR] | SELECT program FROM table_12591022_2 WHERE duration__years_ = "1.5" AND teaching_language = "German/English" | null | general |
ฟิตซ์รอยเล่นเป็นเจ้าบ้านวันไหน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | On what date did Fitzroy play as the home team?It is not neccessary to use all the tables. | table_name_74: date [ VARCHAR] home_team [ VARCHAR] | SELECT date FROM table_name_74 WHERE home_team = "fitzroy" | null | general |
ตั้งชื่อกีฬาสำหรับเปอร์โตริโกและปี 2000 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the sport for puerto rico and year of 2000It is not neccessary to use all the tables. | table_57283: "Last" [ text] "First" [ text] "Year" [ real] "Sport" [ text] "Country" [ text] | SELECT "Sport" FROM table_57283 WHERE "Country" = 'puerto rico' AND "Year" = '2000' | null | general |
จำนวนคะแนนโหวตที่แตกต่างกันจากความคิดเห็นที่โพสต์ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Counts of different votes from post feedback.It is not neccessary to use all the tables. | PostTypes: Id [ number] Name [ text] | SELECT VoteTypeId, COUNT(*) FROM PostFeedback GROUP BY VoteTypeId | null | general |
ค่าใช้จ่ายของ 972 Min Press ทำให้มีผู้เสียชีวิต 52 รายเป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the cost of 972 Min Press caused 52 death?It is not neccessary to use all the tables. | table_name_36: damage__millions_usd__ [ VARCHAR] min_press___mbar__ [ VARCHAR] deaths [ VARCHAR] | SELECT damage__millions_usd__ FROM table_name_36 WHERE min_press___mbar__ = "972" AND deaths = "52" | null | general |
บทในลับบ็อกคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the chapter in Lubbock?It is not neccessary to use all the tables. | table_name_65: chapter [ VARCHAR] city [ VARCHAR] | SELECT chapter FROM table_name_65 WHERE city = "lubbock" | null | general |
สัปดาห์ที่ 9 มีผู้เข้าชมเกมมากที่สุดคือเท่าใด ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the highest attendance of the game on week 9?It is not neccessary to use all the tables. | table_35648: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ real] | SELECT MAX("Attendance") FROM table_35648 WHERE "Week" = '9' | null | general |
คะแนนชนะของ Olazabal ใน German Masters คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What was Olazabal's winning score in the German Masters?It is not neccessary to use all the tables. | table_name_62: winning_score [ VARCHAR] tournament [ VARCHAR] | SELECT winning_score FROM table_name_62 WHERE tournament = "german masters" | null | general |
สวาราใดครองตำแหน่งสุดท้าย ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | which swara holds the last position ?It is not neccessary to use all the tables. | table_203_352: id [ number] "position" [ number] "swara" [ text] "notation" [ text] "mnemonic" [ text] | SELECT "swara" FROM table_203_352 ORDER BY "position" DESC LIMIT 1 | null | general |
ระบุสถานที่ตั้งของโรงเรียนโดยเรียงตามปีที่ก่อตั้งจากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด | List the locations of schools in descending order of founded year.It is not neccessary to use all the tables. | player: player_id [ number] player [ text] team [ text] age [ number] position [ text] school_id [ number] | SELECT location FROM school ORDER BY founded DESC | null | general |
อะไรคือจำนวนม้ารวมต่ำสุดที่มีวัวทั้งหมดน้อยกว่า 6,274.1 ตัว และวัวตัวหนึ่งน้อยกว่า 156.5 ตัว และวัวตัวผู้ 40.0 ตัว และวัวน้อยกว่า 3,377 ตัว? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | What was the lowest total number of horses that has a total cattle smaller than 6274.1, and a oxen smaller than 156.5, and a bulls of 40.0, and fewer than 3377 cows?It is not neccessary to use all the tables. | table_60644: "Year" [ real] "Oxen" [ real] "Bulls" [ text] "Cows" [ real] "Pigs" [ real] | SELECT MIN("Total Horses") FROM table_60644 WHERE "Total Cattle" < '6274.1' AND "Oxen" < '156.5' AND "Bulls" = '40.0' AND "Cows" < '3377' | null | general |
การเข้ารหัสสำหรับ hq021442 genbankid คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the coding for hq021442 genbankid?It is not neccessary to use all the tables. | table_14332822_1: coding [ VARCHAR] genbank_id [ VARCHAR] | SELECT coding FROM table_14332822_1 WHERE genbank_id = "HQ021442" | null | general |
มีกี่อัลบั้มที่รวบรวมตำแหน่งชาร์ต ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many albums garnered chart positions ?It is not neccessary to use all the tables. | table_203_77: id [ number] "format" [ text] "year" [ number] | SELECT COUNT("album title") FROM table_203_77 WHERE NOT "chart positions" IS NULL | null | general |
Damani Ralph เชื่อมโยงกับตัวเลือกต่ำสุด #?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Damani Ralph is associated with which lowest pick #?It is not neccessary to use all the tables. | table_31916: "Player" [ text] "Position" [ text] "Affiliation" [ text] | SELECT MIN("Pick #") FROM table_31916 WHERE "Player" = 'damani ralph' | null | general |
คุณช่วยบอกฉันหน่อยได้ไหมว่าแชสซีที่มีคะแนน 13 และปี 1975 และผู้เข้าร่วม scuderia citta del mille? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Can you tell me the Chassis that has the Points of 13, and the Year of 1975, and the Entrant of scuderia citta del mille?It is not neccessary to use all the tables. | table_name_5: chassis [ VARCHAR] entrant [ VARCHAR] points [ VARCHAR] year [ VARCHAR] | SELECT chassis FROM table_name_5 WHERE points = 13 AND year = 1975 AND entrant = "scuderia citta del mille" | null | general |
ชั้นเรียนใดมีหมายเลขต่ำกว่า 4 และสร้างขึ้นในปี 1988 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which class had a number under 4 and was built in 1988?It is not neccessary to use all the tables. | table_name_52: class [ VARCHAR] number [ VARCHAR] built [ VARCHAR] | SELECT class FROM table_name_52 WHERE number < 4 AND built = "1988" | null | general |
คะแนนของ Partner Tomas Behrend ในรอบชิงชนะเลิศเป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is Partner Tomas Behrend's Score in the final?It is not neccessary to use all the tables. | table_name_48: score_in_the_final [ VARCHAR] partner [ VARCHAR] | SELECT score_in_the_final FROM table_name_48 WHERE partner = "tomas behrend" | null | general |
แสดงจำนวนรวมจากแต่ละแฟล็ก ไม่จำเป็นต้องใช้ตารางทั้งหมด | Show the total number from each flagIt is not neccessary to use all the tables. | Ship: Ship_ID [ int] Name [ text] Type [ text] Built_Year [ real] Class [ text] Flag [ text] | SELECT Flag, COUNT(*) FROM Ship GROUP BY Flag | null | general |
นับจำนวนผู้ป่วยที่ได้รับการวินิจฉัยว่าเป็นโรคไตเรื้อรังแต่ไม่ได้กลับมารักษาในโรงพยาบาลภายใน 2 เดือน จนถึง 1 ปีที่แล้ว ไม่จำเป็นต้องใช้ตารางทั้งหมด | count the number of patients who were diagnosed with chronic kidney disease but did not come back to hospital within 2 months until 1 year ago.It is not neccessary to use all the tables. | intakeoutput: intakeoutputid [ number] patientunitstayid [ number] cellpath [ text] celllabel [ text] cellvaluenumeric [ number] intakeoutputtime [ time] | SELECT (SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'chronic kidney disease' AND DATETIME(diagnosis.diagnosistime) <= DATETIME(CURRENT_TIME(), '-1 year')... | null | general |
แผนภูมิแท่งแบบเรียงซ้อนแสดงจำนวนสัญชาติของแต่ละประเภทในแต่ละสัญชาติ และแสดงตามชื่อในรายละเอียดได้หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Stacked bar chart of how many nationality for with each Type in each nationality, and could you show by the names in desc?It is not neccessary to use all the tables. | ship: Ship_ID [ int] Name [ text] Type [ text] Nationality [ text] Tonnage [ int] | SELECT Nationality, COUNT(Nationality) FROM ship GROUP BY Type, Nationality ORDER BY Nationality DESC | null | general |
การแสดงใดมีวันเปิดเร็วที่สุด ?ไม่จำเป็นต้องใช้ทุกโต๊ะ | which show had the earliest opening date ?It is not neccessary to use all the tables. | table_204_592: id [ number] "#" [ number] "title" [ text] "type" [ text] "opening\ndate" [ text] "closing\ndate" [ text] "performances" [ number] "comment" [ text] | SELECT "title" FROM table_204_592 ORDER BY "opening\ndate" LIMIT 1 | null | general |
ตั้งชื่อผู้สมัครสำหรับ l. แม่น้ำเมนเดลไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the candidates for l. mendel riversIt is not neccessary to use all the tables. | table_1341930_40: candidates [ VARCHAR] incumbent [ VARCHAR] | SELECT COUNT(candidates) FROM table_1341930_40 WHERE incumbent = "L. Mendel Rivers" | null | general |
ระบุจำนวนผู้ป่วยที่มีการวินิจฉัยรหัส icd9 คือ 34291 และของเหลวทดสอบในห้องปฏิบัติการเป็นน้ำในช่องท้องหรือไม่ไม่จำเป็นต้องใช้ตารางทั้งหมด | provide the number of patients whose diagnoses icd9 code is 34291 and lab test fluid is ascites?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 COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.icd9_code = "34291" AND lab.fluid = "Ascites" | null | general |
มียาที่สั่งจ่ายให้กับผู้ป่วย 32160 ในปี 2105 จำนวนเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many prescribed drugs were prescribed to patient 32160 in 2105?It is not neccessary to use all the tables. | d_labitems: row_id [ number] itemid [ number] label [ text] | SELECT COUNT(*) FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 32160) AND STRFTIME('%y', prescriptions.startdate) = '2105' | null | general |
เมื่อ 556 เป็นจำนวนแต้มจะมีอุปกรณ์เท่าไรไม่จำเป็นต้องใช้ทุกโต๊ะ | When 556 is the amount of points how much equipment is there?It is not neccessary to use all the tables. | table_24898185_4: equipment [ VARCHAR] points [ VARCHAR] | SELECT COUNT(equipment) FROM table_24898185_4 WHERE points = 556 | null | general |
ไม่มีแท็ก R ในแท็กที่เกี่ยวข้องกับ R ค้นหาโพสต์ที่ไม่มีแท็ก R แต่มีแท็กที่เกี่ยวข้องกันอย่างใกล้ชิด ไม่จำเป็นต้องใช้ตารางทั้งหมด | Missing R tag in R related tag. Find posts without R tag, but with one of closely related tagIt is not neccessary to use all the tables. | CloseReasonTypes: Id [ number] Name [ text] Description [ text] | SELECT Id AS "post_link", Tags, LastActivityDate FROM Posts WHERE Posts.Id IN (SELECT PostTags.PostId FROM PostTags INNER JOIN Tags ON Tags.Id = PostTags.TagId WHERE Tags.TagName IN ('ggplot2', 'lattice', 'plyr', 'data.frame', 'sweave', 'lapply', 'sapply', 'r') GROUP BY PostTags.PostId HAVING COUNT(CASE WHEN Tags.TagNa... | null | general |
ตารางเฉลี่ยของ Oriol Servia ในการแข่งขันที่มีรอบมากกว่า 43 รอบเป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is Oriol Servia's average Grid on races with more than 43 laps?It is not neccessary to use all the tables. | table_name_10: grid [ INTEGER] laps [ VARCHAR] driver [ VARCHAR] | SELECT AVG(grid) FROM table_name_10 WHERE laps > 43 AND driver = "oriol servia" | null | general |
ใครบ้างที่อยู่ในการแข่งขันปาเป้าสามลูกที่ออกอากาศเมื่อวันที่ 10 พฤษภาคม พ.ศ. 2553 ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Who was in the three darts challenge that aired on 10 may 2010?It is not neccessary to use all the tables. | table_26733129_1: three_darts_challenge [ VARCHAR] air_date [ VARCHAR] | SELECT three_darts_challenge FROM table_26733129_1 WHERE air_date = "10 May 2010" | null | general |
อะไรคือ [3 H] พารอกซีทีนที่มี [3 H] CFT น้อยกว่า 3.93, SD มากกว่า 1891 และ [3H] นิโซซีทีนเท่ากับ 299 (180)? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the [3 H] paroxetine with a [3 H] CFT less than 3.93, an S D greater than 1891, and a [3H] nizoxetine of 299 (180)?It is not neccessary to use all the tables. | table_65227: | SELECT "[ 3 H]Paroxetine" FROM table_65227 WHERE "[ 3 H]CFT" < '3.93' AND "S \u00f7 D" > '1891' AND "[ 3 H]Nisoxetine" = '299 (180)' | null | general |
คำนวณจำนวนผู้ป่วยที่รับประทานยาทาง sl ที่เกิดก่อนปี 2584 ไม่จำเป็นต้องใช้ทุกตาราง | calculate the number of patients taking drug via sl route who were born before 2041.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 prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dob_year < "2041" AND prescriptions.route = "SL" | null | general |
ผู้เล่นคนไหนมาจากดิวิชั่นตะวันตกและทีมพิเศษและมาจากโรงเรียนโทเลโดเวสเทิร์นมิชิแกน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What Player is from the west Division and the Team of special teams and is from the School Toledo Western Michigan?It is not neccessary to use all the tables. | table_name_21: player [ VARCHAR] school [ VARCHAR] division [ VARCHAR] team [ VARCHAR] | SELECT player FROM table_name_21 WHERE division = "west" AND team = "special teams" AND school = "toledo western michigan" | null | general |
ร้านที่ไม่มีอุปกรณ์มีชื่อร้านว่าอะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What are the names of shops that do not have any devices in stock?It is not neccessary to use all the tables. | stock: shop_id [ number] device_id [ number] quantity [ number] | SELECT shop_name FROM shop WHERE NOT shop_id IN (SELECT shop_id FROM stock) | null | general |
ใครคือผู้อำนวยการของชื่อดั้งเดิมของ The Crying Game? ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who is the Director of the Original title of The Crying Game?It is not neccessary to use all the tables. | table_name_59: director [ VARCHAR] original_title [ VARCHAR] | SELECT director FROM table_name_59 WHERE original_title = "the crying game" | null | general |
รับโพสต์ตามแท็ก (ค้นหาคำพ้องความหมาย ddd) ไม่จำเป็นต้องใช้ตารางทั้งหมด | Get Posts by Tags (searching ddd synonimous).It is not neccessary to use all the tables. | ReviewTaskResults: Id [ number] ReviewTaskId [ number] ReviewTaskResultTypeId [ number] CreationDate [ time] RejectionReasonId [ number] Comment [ text] | SELECT * FROM Tags WHERE TagName = 'domain-driven-design' | null | general |
รูปแบบสำหรับการสร้างแบรนด์ของ 1290 wkbk w281au 104.1 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Format for Branding of 1290 wkbk w281au 104.1?It is not neccessary to use all the tables. | table_10333757_1: format [ VARCHAR] branding [ VARCHAR] | SELECT format FROM table_10333757_1 WHERE branding = "1290 WKBK W281AU 104.1" | null | general |
ภูมิภาคใดมีหมายเลขแค็ตตาล็อก 9362482872?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which region had a catalogue number of 9362482872?It is not neccessary to use all the tables. | table_52355: "Region" [ text] "Date" [ text] "Label" [ text] "Format" [ text] "Catalogue" [ text] | SELECT "Region" FROM table_52355 WHERE "Catalogue" = '9362482872' | null | general |
ค่า 2012 โดยมี 1r ในปี 2554, 2550 ของ A, 2010 ของ 1r และ 2009 ของ A คืออะไร ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the 2012 value with 1r in 2011, 2007 of A, 2010 of 1r, and 2009 of A?It is not neccessary to use all the tables. | table_11461: "Tournament" [ text] "2006" [ text] "2007" [ text] "2008" [ text] "2009" [ text] "2010" [ text] "2011" [ text] "2012" [ text] | SELECT "2012" FROM table_11461 WHERE "2011" = '1r' AND "2007" = 'a' AND "2010" = '1r' AND "2009" = 'a' | null | general |
ใครเป็นคนเล่นหญิงเดี่ยวเมื่อ xiong guobao เล่นชายเดี่ยว และ tian bingyi li yongbo เล่นชายคู่? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | Who played Women's singles when xiong guobao played men's singles, and tian bingyi li yongbo played Men's doubles?It is not neccessary to use all the tables. | table_31622: "Year" [ text] | SELECT "Women's singles" FROM table_31622 WHERE "Men's singles" = 'xiong guobao' AND "Men's doubles" = 'tian bingyi li yongbo' | null | general |
เที่ยวบินไปบัลติมอร์ไม่จำเป็นต้องใช้ตารางทั้งหมด | flights to BALTIMOREIt is not neccessary to use all the tables. | airport: airport_code [ varchar] airport_name [ text] airport_location [ text] state_code [ varchar] country_name [ varchar] time_zone_code [ varchar] minimum_connect_time [ int] | SELECT DISTINCT flight.flight_id FROM airport_service, city, flight WHERE city.city_code = airport_service.city_code AND city.city_name = 'BALTIMORE' AND flight.to_airport = airport_service.airport_code | null | general |
รอบที่ 3 มีกี่วัน ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many dates are there in round 3?It is not neccessary to use all the tables. | table_26267607_2: date [ VARCHAR] round [ VARCHAR] | SELECT COUNT(date) FROM table_26267607_2 WHERE round = "3" | null | general |
เจ้าบ้านจะเป็นอย่างไรเมื่อเสมอเลข 1? ไม่จำเป็นต้องใช้ทุกโต๊ะ | What is the home team when the Tie no is 1?It is not neccessary to use all the tables. | table_name_32: home_team [ VARCHAR] tie_no [ VARCHAR] | SELECT home_team FROM table_name_32 WHERE tie_no = "1" | null | general |
เดือนละกี่คำตอบ?ไม่จำเป็นต้องใช้ทุกตาราง | How many answers per month?.It is not neccessary to use all the tables. | Tags: Id [ number] TagName [ text] Count [ number] ExcerptPostId [ number] WikiPostId [ number] | SELECT u.DisplayName, MONTH(p.CreationDate) + YEAR(p.CreationDate) * 100 AS "mdate", COUNT(u.DisplayName) AS "num" FROM Posts AS p, Users AS u WHERE p.PostTypeId = 2 AND p.OwnerUserId IN ('##uid##') AND p.OwnerUserId = u.Id GROUP BY MONTH(p.CreationDate) + YEAR(p.CreationDate) * 100, u.DisplayName ORDER BY Num DESC | null | general |
ชนิดยาและเส้นทางการให้ยา ชื่อยา ไดอะซีแพม คืออะไร ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is drug type and drug route of drug name diazepam?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 prescriptions.drug_type, prescriptions.route FROM prescriptions WHERE prescriptions.drug = "Diazepam" | null | general |
ใครมีมูลค่าม้วน 422 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who has a roll value of 422?It is not neccessary to use all the tables. | table_name_35: name [ VARCHAR] roll [ VARCHAR] | SELECT name FROM table_name_35 WHERE roll = 422 | null | general |
มีคนไข้กี่คนที่ได้รับการถอนฟันตั้งแต่สองครั้งขึ้นไปจนถึงปี 2103?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many patients got tooth extraction nec two or more times until 2103?It is not neccessary to use all the tables. | d_items: row_id [ number] itemid [ number] label [ text] linksto [ text] | SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, COUNT(*) AS c1 FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'tooth extraction nec'... | null | general |
คนไข้ที่เข้ารับการรักษาน้อยกว่า 2,145 ปี และตรวจพบรหัส icd9 คือ 591 มีจำนวนเท่าใด ไม่จำเป็นต้องใช้ทุกตาราง | what is the number of patients whose admission year is less than 2145 and diagnoses icd9 code is 591?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 diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admityear < "2145" AND diagnoses.icd9_code = "591" | null | general |
บอกฉันถึงความแตกต่างในระดับเม็ดเลือดแดงของผู้ป่วย 269 ที่วัดครั้งที่สองในการมาโรงพยาบาลครั้งสุดท้าย เทียบกับค่าแรกที่วัดในการมาโรงพยาบาลครั้งล่าสุด? ไม่จำเป็นต้องใช้ตารางทั้งหมด | tell me the difference in patient 269's red blood cells levels second measured on the last hospital visit compared to the first value measured on the last hospital visit?It is not neccessary to use all the tables. | d_labitems: row_id [ number] itemid [ number] label [ text] | SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 269 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.lab... | null | general |
ใครคือนักแข่งคนสุดท้ายที่ขับจากัวร์ได้สำเร็จ ?ไม่จำเป็นต้องใช้ทุกโต๊ะ | who was the last driver to finish driving a jaguar ?It is not neccessary to use all the tables. | table_204_511: id [ number] "number" [ number] "driver" [ text] "entrant" [ text] "chassis" [ text] "engine" [ text] "tyre" [ text] | SELECT "driver" FROM table_204_511 WHERE "engine" = 'jaguar' ORDER BY "number" DESC LIMIT 1 | null | general |
ระบุจำนวนผู้ป่วยที่อายุน้อยกว่า 61 ปี และรหัสขั้นตอน icd9 คือ 3727 ไม่จำเป็นต้องใช้ตารางทั้งหมด | provide the number of patients whose age is less than 61 and procedure icd9 code is 3727?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 procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.age < "61" AND procedures.icd9_code = "3727" | null | general |
ตั้งชื่อสถานที่สุดท้ายสำหรับวันที่ 25 กรกฎาคม 2552 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the final place for july 25, 2009It is not neccessary to use all the tables. | table_2954: "Competition" [ text] | SELECT "Final Place" FROM table_2954 WHERE "Last match" = 'July 25, 2009' | null | general |
เล่นเกม 0-5 ที่ไหน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Where was a 0-5 game played?It is not neccessary to use all the tables. | table_name_7: venue [ VARCHAR] result [ VARCHAR] | SELECT venue FROM table_name_7 WHERE result = "0-5" | null | general |
แผนภูมิแท่ง x ตำแหน่งแกน y แกน ว่ามีกี่ตำแหน่ง ผมขอแสดงชื่อจากมากไปน้อยนะครับ ไม่จำเป็นต้องใช้ทุกตารางครับ | Bar chart x axis location y axis how many location, I want to display names from high to low order please.It is not neccessary to use all the tables. | performance: Performance_ID [ real] Date [ text] Host [ text] Location [ text] Attendance [ int] | SELECT Location, COUNT(Location) FROM performance GROUP BY Location ORDER BY Location DESC | null | general |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.