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 |
|---|---|---|---|---|---|
การสูญเสีย 5 นัดคือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the losses for the 5 matches?It is not neccessary to use all the tables. | table_42342: "Year" [ text] "Matches" [ text] "Wins" [ text] "Losses" [ text] | SELECT "Losses" FROM table_42342 WHERE "Matches" = '5' | null | general |
รายชื่อรายวิชาที่ ศ.เยน ลิน สอน ไม่จำเป็นต้องใช้ตารางทั้งหมด | List the courses Prof. Yen Lin teaches .It is not neccessary to use all the tables. | student_record: student_id [ int] course_id [ int] semester [ int] grade [ varchar] how [ varchar] transfer_source [ varchar] earn_credit [ varchar] repeat_term [ varchar] test_id [ varchar] | SELECT DISTINCT course.department, course.name, course.number FROM course, course_offering, instructor, offering_instructor WHERE course.course_id = course_offering.course_id AND instructor.name LIKE '%Yen Lin%' AND offering_instructor.instructor_id = instructor.instructor_id AND offering_instructor.offering_id = cours... | null | general |
รหัสและชื่อของยาที่สามารถโต้ตอบกับเอนไซม์ตั้งแต่สองตัวขึ้นไปมีรหัสและชื่ออะไรบ้าง?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What are the ids and names of the medicine that can interact with two or more enzymes?It is not neccessary to use all the tables. | enzyme: id [ number] name [ text] location [ text] product [ text] chromosome [ text] omim [ number] porphyria [ text] | SELECT T1.id, T1.name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id HAVING COUNT(*) >= 2 | null | general |
ใครมีอันดับต่ำกว่า 125 และเวลา 00 56.30?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who has a rank below 125 and time of 00 56.30?It is not neccessary to use all the tables. | table_name_32: name [ VARCHAR] rank [ VARCHAR] time [ VARCHAR] | SELECT name FROM table_name_32 WHERE rank < 125 AND time = "00: 56.30" | null | general |
ชื่อขององค์ประกอบที่มีค่าจากการคำนวณ 56 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the name of the element with a calculated value of 56?It is not neccessary to use all the tables. | table_40354: "number" [ real] "symbol" [ text] "name" [ text] "Calculated" [ text] | SELECT "name" FROM table_40354 WHERE "Calculated" = '56' | null | general |
พื้นผิวใดมีคะแนนสุดท้าย 6 1, 6 7 (2 7) , 7 6 (7 5) , 7 6 (10 8) ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which surfaces have the final score of 6 1, 6 7 (2 7) , 7 6 (7 5) , 7 6 (10 8)?It is not neccessary to use all the tables. | table_25407: "Outcome" [ text] "Year" [ real] "Championship" [ text] "Surface" [ text] | SELECT "Surface" FROM table_25407 WHERE "Score in the final" = '6–1, 6–7 (2–7) , 7–6 (7–5) , 7–6 (10–8)' | null | general |
สถานที่ใดมีผลการแข่งขัน 2 2 และผู้เข้าร่วม 5,760 คน ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Venue has a Result of 2 2 and Attendances of 5,760?It is not neccessary to use all the tables. | table_name_58: venue [ VARCHAR] result [ VARCHAR] attendance [ VARCHAR] | SELECT venue FROM table_name_58 WHERE result = "2–2" AND attendance = "5,760" | null | general |
ใครคือผู้เล่นที่ได้รับ Pick # น้อยกว่า 61 และ College of texas? ไม่จำเป็นต้องใช้ตารางทั้งหมด | WHo is the Player got a Pick # smaller than 61, and a College of texas?It is not neccessary to use all the tables. | table_name_17: player [ VARCHAR] pick__number [ VARCHAR] college [ VARCHAR] | SELECT player FROM table_name_17 WHERE pick__number < 61 AND college = "texas" | null | general |
ในระหว่างรอบที่ 8 เมื่อตำแหน่งที่ถูกเลือกคือ rb อะไรคือตัวเลือกโดยรวมที่สูงที่สุด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | During round 8 when the Position being picked was rb, what was the highest overall pick?It is not neccessary to use all the tables. | table_50584: "Round" [ real] "Pick" [ real] "Overall" [ real] "Name" [ text] "Position" [ text] "College" [ text] | SELECT MAX("Overall") FROM table_50584 WHERE "Position" = 'rb' AND "Round" = '8' | null | general |
คะแนนในสัปดาห์ที่มากกว่า 13 และทีมผู้เข้าชม MONTREAL ALOUETTES คืออะไร? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | WHAT IS THE SCORE WITH A WEEK LARGER THAN 13, AND VISITOR TEAM MONTREAL ALOUETTES?It is not neccessary to use all the tables. | table_50800: "Week" [ real] "Date" [ text] "Visitor" [ text] "Score" [ text] "Home" [ text] "Attendance" [ text] "Record" [ text] | SELECT "Score" FROM table_50800 WHERE "Week" > '13' AND "Visitor" = 'montreal alouettes' | null | general |
มีกี่ลีกที่เกี่ยวข้องกับ Billy Meredith CategoryArticles กับ hCards?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many different Leagues are associated with Billy Meredith CategoryArticles with hCards?It is not neccessary to use all the tables. | table_19733: "Name" [ text] "Years" [ text] "League" [ real] "Europe" [ real] "Total" [ text] | SELECT COUNT("League") FROM table_19733 WHERE "Name" = 'Billy Meredith Category:Articles with hCards' | null | general |
Southbridge คืออะไรเมื่อ CPU รองรับ athlon, athlonxp, duron( socketa ), alpha21264?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Southbridge when the CPU support was athlon, athlonxp, duron( socketa ), alpha21264?It is not neccessary to use all the tables. | table_name_56: southbridge [ VARCHAR] cpu_support [ VARCHAR] | SELECT southbridge FROM table_name_56 WHERE cpu_support = "athlon, athlonxp, duron( socketa ), alpha21264" | null | general |
อะไรคือ 25 อันดับแรกที่ต่ำที่สุด เมื่อเหตุการณ์คือ 10 และเมื่อชนะมากกว่า 0? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the lowest Top-25, when Events is 10, and when Wins is greater than 0?It is not neccessary to use all the tables. | table_name_31: top_25 [ INTEGER] events [ VARCHAR] wins [ VARCHAR] | SELECT MIN(top_25) FROM table_name_31 WHERE events = 10 AND wins > 0 | null | general |
ซึ่งปิดทำการ (ต่อวัน ระหว่างวันที่) ไม่จำเป็นต้องใช้ทุกตาราง | s which get closed (per day, between dates).It is not neccessary to use all the tables. | Badges: Id [ number] UserId [ number] Name [ text] Date [ time] Class [ number] TagBased [ boolean] | SELECT DATE(p.CreationDate), ROUND((COUNT(p.ClosedDate)) * 100.0 / (COUNT(p.Id)), 2) AS percentage FROM Posts AS p WHERE p.CreationDate >= '##Date1##' AND p.CreationDate <= '##Date2##' AND p.PostTypeId = 1 GROUP BY DATE(p.CreationDate) ORDER BY DATE(p.CreationDate) | null | general |
ทัวร์นาเมนต์ปี 2004 ที่มีไตรมาสที่ 1 ปี 2011 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the 2004 tournament that has a Q1 of 2011?It is not neccessary to use all the tables. | table_name_10: Id [ VARCHAR] | SELECT 2004 FROM table_name_10 WHERE 2011 = "q1" | null | general |
น้ำหนักใดมีชะตากรรมของการจม และการเสียชีวิตน้อยกว่า 17 และวันที่ 16 พฤศจิกายน พ.ศ. 2483 ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | Which Tonnage has a Fate of sunk, and Deaths smaller than 17, and a Date of 16 november 1940?It is not neccessary to use all the tables. | table_name_11: tonnage___grt__ [ VARCHAR] date [ VARCHAR] fate [ VARCHAR] deaths [ VARCHAR] | SELECT tonnage___grt__ FROM table_name_11 WHERE fate = "sunk" AND deaths < 17 AND date = "16 november 1940" | null | general |
แสดงรายการรหัสผู้ป่วยที่ได้รับการวินิจฉัยว่าเป็น obst chr bronc โดยไม่มี exac จนถึงปี 2104 ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | list the id list of patients who have been diagnosed with obst chr bronc w/o exac until 2104.It is not neccessary to use all the tables. | prescriptions: row_id [ number] subject_id [ number] hadm_id [ number] startdate [ time] enddate [ time] drug [ text] dose_val_rx [ text] dose_unit_rx [ text] route [ text] | SELECT 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 = 'obst chr bronc w/o exac') AND STRFTIME('%y', diagnoses_icd.charttime) <= '... | null | general |
จำนวนรอบที่น้อยที่สุดที่จบด้วย 7 โดยเริ่มต้นที่ 6 คือเท่าไร? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | What's the smallest amount of Laps that had a finish of 7 with a start of 6?It is not neccessary to use all the tables. | table_name_49: laps [ INTEGER] finish [ VARCHAR] start [ VARCHAR] | SELECT MIN(laps) FROM table_name_49 WHERE finish = "7" AND start = "6" | null | general |
ปีล่าสุดคือเกม Call of Duty 4 Modern Warfare คือปีใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the latest year when Call of Duty 4 Modern Warfare was the game?It is not neccessary to use all the tables. | table_name_63: year [ INTEGER] game [ VARCHAR] | SELECT MAX(year) FROM table_name_63 WHERE game = "call of duty 4: modern warfare" | null | general |
สัปดาห์ไหนที่มีผู้เข้าร่วม 77,098 คน ไม่จำเป็นต้องใช้ตารางทั้งหมด | what's the week where attendance is 77,098It is not neccessary to use all the tables. | table_227: "Week" [ text] "Date" [ text] "Opponent" [ text] "Result" [ text] "TV" [ text] "Attendance" [ text] "Record" [ text] | SELECT "Week" FROM table_227 WHERE "Attendance" = '77,098' | null | general |
ผู้ทำประตูสูงสุดของเกมคืออะไรโดยมีผู้เข้าร่วม 14,096 คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the leading scorer of the game with an attendance of 14,096?It is not neccessary to use all the tables. | table_34071: "Date" [ text] "Visitor" [ text] "Score" [ text] "Home" [ text] "Attendance" [ text] "Record" [ text] | SELECT "Leading scorer" FROM table_34071 WHERE "Attendance" = '14,096' | null | general |
เมื่อถึงเวลาสิ้นสุดที่ศัตรูมาพบกันในชามเหล็กไม่จำเป็นต้องใช้โต๊ะทั้งหมด | when was the ending time where the enemy met in the iron bowlIt is not neccessary to use all the tables. | table_30524: "Rival" [ text] "Ties" [ real] "Streak" [ text] | SELECT "Last Meeting" FROM table_30524 WHERE "Name of Rivalry" = 'Iron Bowl' | null | general |
สินทรัพย์ (เป็นพันล้าน) ของบริษัทที่มีสำนักงานใหญ่ในประเทศจีนและมีกำไร 21.2 พันล้านคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What are the assets (in billions) of the company headquartered in China and whose profits are 21.2 billion?It is not neccessary to use all the tables. | table_21111: "Rank" [ real] "Company" [ text] "Headquarters" [ text] "Industry" [ text] | SELECT "Assets (billion $)" FROM table_21111 WHERE "Headquarters" = 'China' AND "Profits (billion $)" = '21.2' | null | general |
หาจำนวนผู้ป่วยที่เกิดก่อนปี พ.ศ. 2530 ที่ถูกส่งตัวไปยังสถานพยาบาลที่มีทักษะ ไม่จำเป็นต้องใช้ตารางทั้งหมด | find the number of patients born before 2087 who were discharged to skilled nursing facility.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 WHERE demographic.discharge_location = "SHORT TERM HOSPITAL" AND demographic.dob_year < "2087" | null | general |
แสดงแผนภูมิแท่งสำหรับชื่อประเทศและขนาดใบแจ้งหนี้โดยเฉลี่ยของประเทศอันดับต้นๆ ตามขนาดหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Show me a bar chart for what are the names of the countries and average invoice size of the top countries by size?It is not neccessary to use all the tables. | customers: id [ INTEGER] first_name [ VARCHAR(40)] last_name [ VARCHAR(20)] company [ VARCHAR(80)] address [ VARCHAR(70)] city [ VARCHAR(40)] state [ VARCHAR(40)] country [ VARCHAR(40)] postal_code [ VARCHAR(10)] phone [ VARCHAR(24)] fax [ VARCHAR(24)] email [ VARCHAR(60)] support_rep_id [ INTEGER] | SELECT billing_country, AVG(total) FROM invoices GROUP BY billing_country ORDER BY AVG(total) DESC LIMIT 10 | null | general |
เพลง 'Le Pop' ใช้เครื่องดนตรีกี่ชิ้น?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many instruments does the song 'Le Pop' use?It is not neccessary to use all the tables. | tracklists: albumid [ number] position [ number] songid [ number] | SELECT COUNT(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" | null | general |
กำไรระยะยาวสำหรับอาคารพาณิชย์จะเป็นอย่างไร เมื่อกำไรระยะยาวจากการรวบรวม 28% และอัตรารายได้ปกติคือ 35%?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is long-term gain for commercial buildings when long-term gain on collectible sis 28% and ordinary income rate is 35%?It is not neccessary to use all the tables. | table_55785: | SELECT "Long-term gain on commercial buildings*" FROM table_55785 WHERE "Long-term gain on collectibles" = '28%' AND "Ordinary income rate" = '35%' | null | general |
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตผลิตภัณฑ์แต่ละราย ให้เปรียบเทียบราคาเฉลี่ยในสำนักงานใหญ่ และจัดกลุ่มตามคุณลักษณะสำนักงานใหญ่ และแสดงใน asc ตามสำนักงานใหญ่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | For those records from the products and each product's manufacturer, give me the comparison about the average of price over the headquarter , and group by attribute headquarter, and show in asc by the Headquarter.It is not neccessary to use all the tables. | Manufacturers: Code [ INTEGER] Name [ VARCHAR(255)] Headquarter [ VARCHAR(255)] Founder [ VARCHAR(255)] Revenue [ REAL] | SELECT Headquarter, AVG(Price) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Headquarter ORDER BY Headquarter | null | general |
คู่ต่อสู้หลังรอบที่ 1 มีวิธีตัดสินอย่างไร (เป็นเอกฉันท์)?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the opponent after round number 1 with a method of decision (unanimous)?It is not neccessary to use all the tables. | table_name_30: opponent [ VARCHAR] round [ VARCHAR] method [ VARCHAR] | SELECT opponent FROM table_name_30 WHERE round > 1 AND method = "decision (unanimous)" | null | general |
คะแนนสุดท้ายของเกมที่เล่นเมื่อวันที่ 10 มกราคม พ.ศ. 2554 ร่วมกับคู่หูมาโชนา วอชิงตันคือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the final score for the game played on January 10, 2011 with partner Mashona Washington?It is not neccessary to use all the tables. | table_name_22: score [ VARCHAR] partner [ VARCHAR] date [ VARCHAR] | SELECT score FROM table_name_22 WHERE partner = "mashona washington" AND date = "january 10, 2011" | null | general |
อันดับในปี 1955 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What was the rank in 1955?It is not neccessary to use all the tables. | table_14817: "Year" [ text] "Start" [ text] "Qual" [ text] "Rank" [ text] "Finish" [ text] "Laps" [ real] | SELECT "Rank" FROM table_14817 WHERE "Year" = '1955' | null | general |
ตั้งชื่ออายุขัยชายมากที่สุดสำหรับปากีสถานไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the most male life expectancy for pakistanIt is not neccessary to use all the tables. | table_2701625_1: male_life_expectancy [ INTEGER] country [ VARCHAR] | SELECT MAX(male_life_expectancy) FROM table_2701625_1 WHERE country = "Pakistan" | null | general |
อะไรคือการสูญเสียเมื่อคู่ต่อสู้เป็นเรนเจอร์และมีผู้เข้าร่วมมากกว่า 43,211 คน?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | What was the Loss when the opponent was the Rangers and the attendance was greater than 43,211?It is not neccessary to use all the tables. | table_name_57: loss [ VARCHAR] opponent [ VARCHAR] attendance [ VARCHAR] | SELECT loss FROM table_name_57 WHERE opponent = "rangers" AND attendance > 43 OFFSET 211 | null | general |
มีการเปลี่ยนแปลงอะไรบ้าง (พ.ศ. 2553 ถึง 2554) ซึ่งมีจำนวนนักท่องเที่ยวขาเข้าระหว่างประเทศอยู่ที่ 1.7 ล้านคน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What are the changes (2010 to 2011) where the International Tourist Arrivals is 1.7 million?It is not neccessary to use all the tables. | table_14752049_2: change__2010_to_2011_ [ VARCHAR] international_tourist_arrivals__2011_ [ VARCHAR] | SELECT change__2010_to_2011_ FROM table_14752049_2 WHERE international_tourist_arrivals__2011_ = "1.7 million" | null | general |
แสดงราคาของผลิตภัณฑ์แต่ละรายการที่จัดหาโดยซัพพลายเออร์ ID 3 ในแผนภูมิวงกลม ไม่จำเป็นต้องใช้ตารางทั้งหมด | Show the price of each product supplied by supplier id 3 in a pie chart.It is not neccessary to use all the tables. | Staff: staff_id [ INTEGER] staff_gender [ VARCHAR(1)] staff_name [ VARCHAR(80)] | SELECT product_name, product_price FROM Product_Suppliers AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id WHERE T1.supplier_id = 3 | null | general |
ผลรวมต่ำสุดที่มีอันดับน้อยกว่า 8 เงินมากกว่า 6 และ 20 เป็นทองแดงคืออะไร ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the lowest total that has a rank less than 8, a silver greater than 6, and 20 as the bronze?It is not neccessary to use all the tables. | table_name_70: total [ INTEGER] bronze [ VARCHAR] rank [ VARCHAR] silver [ VARCHAR] | SELECT MIN(total) FROM table_name_70 WHERE rank < 8 AND silver > 6 AND bronze = 20 | null | general |
ผู้นำการแข่งขันมีระยะทางเท่าใดในหน่วย Km (ไมล์)?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What Distance had a Race Leader in Km (mi)?It is not neccessary to use all the tables. | table_68188: "Date" [ text] "Course" [ text] "Distance" [ text] "Winner" [ text] | SELECT "Distance" FROM table_68188 WHERE "Race Leader" = 'km (mi)' | null | general |
การแสดงครั้งแรกเมื่อสถานะที่ผ่านมาและรูปแบบเป็นบัลเล่ต์แตะคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the First Performance when the status is past and the style was ballet, tap?It is not neccessary to use all the tables. | table_67712: "Status" [ text] "Name" [ text] "Style" [ text] | SELECT "First Performance" FROM table_67712 WHERE "Status" = 'past' AND "Style" = 'ballet, tap' | null | general |
เพลงชื่อ Burning Love ยาวแค่ไหน ไม่จำเป็นต้องใช้ทุกตาราง | How long is the song titled burning love?It is not neccessary to use all the tables. | table_40061: "Track" [ real] "Recorded" [ text] "Catalogue" [ text] "Writer(s)" [ text] "Time" [ text] | SELECT "Time" FROM table_40061 WHERE "Song title" = 'burning love' | null | general |
ใครมีสถานที่ T7 และมาจากสหรัฐอเมริกา?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who has a place of T7 and is from the United States?It is not neccessary to use all the tables. | table_43702: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ real] | SELECT "Player" FROM table_43702 WHERE "Place" = 't7' AND "Country" = 'united states' | null | general |
การตัดสินใจของผู้ปกครองและบ้านของฟิลาเดลเฟียและบันทึก 20 16 7 จะเป็นวันที่ใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Decision of parent, and a Home of philadelphia, and a Record of 20 16 7 is on what date?It is not neccessary to use all the tables. | table_name_23: date [ VARCHAR] record [ VARCHAR] decision [ VARCHAR] home [ VARCHAR] | SELECT date FROM table_name_23 WHERE decision = "parent" AND home = "philadelphia" AND record = "20–16–7" | null | general |
สถานที่ใดที่มีทัตสึฮิโตะ ทาคาอิวะ เป็นนักมวยปล้ำ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What location has tatsuhito takaiwa as the wrestler?It is not neccessary to use all the tables. | table_37027: "Wrestler" [ text] "Reign" [ text] "Location" [ text] "Event" [ text] | SELECT "Location" FROM table_37027 WHERE "Wrestler" = 'tatsuhito takaiwa' | null | general |
คะแนนของทีมเหย้า เมน โร้ด คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is home team Maine Road's score?It is not neccessary to use all the tables. | table_12706: "Score" [ text] "Attendance" [ text] | SELECT "Score" FROM table_12706 WHERE "Home team" = 'maine road' | null | general |
Barry University เปิดรับนักศึกษาสูงสุดวิชาอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Barry University had a maximum enrollment of what?It is not neccessary to use all the tables. | table_17221: "Institution" [ text] "Location" [ text] "Founded" [ real] "Type" [ text] "Enrollment" [ real] "Nickname" [ text] "Joined" [ real] | SELECT MAX("Enrollment") FROM table_17221 WHERE "Institution" = 'Barry University' | null | general |
สถานที่ชื่ออะไร มีพื้นที่ 578.28 ตารางกิโลเมตร ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the name of the place where area is 578.28 square km?It is not neccessary to use all the tables. | table_176529_2: official_name [ VARCHAR] area_km_2 [ VARCHAR] | SELECT official_name FROM table_176529_2 WHERE area_km_2 = "578.28" | null | general |
สนามคืออะไร เมื่อคะแนนทีมเหย้าคือ 12.14 (86)? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is Ground, when Home Team Score is 12.14 (86)?It is not neccessary to use all the tables. | table_44951: "Ground" [ text] "Crowd" [ real] "Date" [ text] | SELECT "Ground" FROM table_44951 WHERE "Home team score" = '12.14 (86)' | null | general |
กราฟแท่งแสดงจำนวนวันที่สั่งซื้อจากวันที่สั่งซื้อที่แตกต่างกัน ไม่จำเป็นต้องใช้ตารางทั้งหมด | Bar graph to show how many order date from different order dateIt is not neccessary to use all the tables. | Bookings_Services: Order_ID [ INTEGER] Product_ID [ INTEGER] | SELECT Order_Date, COUNT(Order_Date) FROM Bookings | null | general |
จังหวัดไหนเป็นอ่าวของเกาะต่างๆ ไม่จำเป็นต้องใช้ทุกโต๊ะ | Which province is bay of islands inIt is not neccessary to use all the tables. | table_1024710_2: province [ VARCHAR] electorate [ VARCHAR] | SELECT province FROM table_1024710_2 WHERE electorate = "Bay of Islands" | null | general |
อะไรคือประตูที่ต่ำที่สุดที่เปิดตัวในยุโรปก่อนปี 1961?ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | What were the lowest goals with a debut before 1961 in Europe?It is not neccessary to use all the tables. | table_69474: "Rank" [ real] "Player" [ text] "Goals" [ real] "Games" [ real] | SELECT MIN("Goals") FROM table_69474 WHERE "Debut in Europe" < '1961' | null | general |
ซิงเกิลเดียวที่ไม่ติดอันดับท็อป 20 บนชาร์ตซิงเกิลของสหราชอาณาจักรมีชื่อว่าอะไร ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | what was the title of the only single to not receive top 20 on the uk singles chart ?It is not neccessary to use all the tables. | table_204_672: id [ number] "year" [ number] "title" [ text] "label" [ text] | SELECT "title" FROM table_204_672 WHERE "uk singles chart" > 20 | null | general |
ล็อคที่มี 10 แคปเกิดเมื่อใด?ไม่จำเป็นต้องใช้ทุกโต๊ะ | When was the lock with 10 caps born?It is not neccessary to use all the tables. | table_56517: "Player" [ text] "Position" [ text] "Caps" [ real] "Club/province" [ text] | SELECT "Date of Birth (Age)" FROM table_56517 WHERE "Position" = 'lock' AND "Caps" = '10' | null | general |
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตผลิตภัณฑ์แต่ละราย แสดงให้ฉันทราบเกี่ยวกับการกระจายชื่อและราคา และจัดกลุ่มตามคุณลักษณะสำนักงานใหญ่ในแผนภูมิแท่ง และคุณช่วยจัดเรียงตามชื่อจากต่ำไปสูงได้หรือไม่ ไม่จำเป็นต้องใช้ทั้งหมด โต๊ะ. | For those records from the products and each product's manufacturer, show me about the distribution of name and price , and group by attribute headquarter in a bar chart, and could you sort by the Name from low to high?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.Price FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Headquarter, T1.Name ORDER BY T1.Name | null | general |
ค่าเฉลี่ยของจำนวนเรติคูโลไซต์ โดยอัตโนมัติในร่างกายของผู้ป่วย 15794 ในช่วงเดือนนี้คือเท่าใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is the average value of reticulocyte count, automated in patient 15794's body during this month?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 AVG(labevents.valuenum) FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 15794) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'reticulocyte count, automated') AND DATETIME(labevents.charttime, 'start of... | null | general |
คำถามที่ไม่ปิดหรือถูกลบบ่งชี้ถึงแอปพลิเคชันที่ฝังไว้ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Questions neither closed nor deleted indicating embedded application.It is not neccessary to use all the tables. | Votes: Id [ number] PostId [ number] VoteTypeId [ number] UserId [ number] CreationDate [ time] BountyAmount [ number] | SELECT COUNT(q.Id) AS "count" FROM Posts AS q LEFT JOIN PostTags AS j ON j.PostId = q.Id INNER JOIN Tags AS t ON j.TagId = t.Id WHERE q.PostTypeId = 1 AND q.ClosedDate IS NULL AND q.DeletionDate IS NULL AND (q.Body LIKE '% embedded %' OR q.Body LIKE '% robot%' OR q.Body LIKE '%real time%' OR q.Title LIKE '% embedded %'... | null | general |
เมื่อให้แพ้ 4 ครั้ง จำนวนครั้งในการลองเป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | With the given loss of 4, what was the number of tries?It is not neccessary to use all the tables. | table_1751: "Club" [ text] "Played" [ text] "Won" [ text] "Drawn" [ text] "Lost" [ text] "Points" [ text] | SELECT COUNT("Tries for") FROM table_1751 WHERE "Lost" = '4' | null | general |
จำนวนบายน้อยที่สุดคือเท่าใดเมื่อมีการชนะมากกว่า 2 ครั้งและแพ้ 1946? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | What is the least amount of Byes when there are more than 2 wins and 1946 against?It is not neccessary to use all the tables. | table_62961: "Wins" [ real] "Byes" [ real] "Losses" [ real] "Draws" [ real] "Against" [ real] | SELECT MIN("Byes") FROM table_62961 WHERE "Against" = '1946' AND "Wins" > '2' | null | general |
โรคหลักของผู้ป่วยชื่อ jerry deberry คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is the primary disease of the patient name jerry deberry?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 demographic.diagnosis FROM demographic WHERE demographic.name = "Jerry Deberry" | null | general |
คู่ต่อสู้คนใดมี 44 แต้มในเกม?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What opponent got 44 points in their game?It is not neccessary to use all the tables. | table_23243769_4: opponent [ VARCHAR] opp_points [ VARCHAR] | SELECT opponent FROM table_23243769_4 WHERE opp_points = 44 | null | general |
สถิติของทีมวันที่ 19 มกราคม เป็นอย่างไรบ้าง?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the record for the team on January 19?It is not neccessary to use all the tables. | table_17288825_7: record [ VARCHAR] date [ VARCHAR] | SELECT record FROM table_17288825_7 WHERE date = "January 19" | null | general |
อายุขั้นต่ำของผู้ป่วยที่มีเพศเป็น M และเชื้อชาติเป็นคนผิวดำ/แอฟริกันอเมริกันคือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is minimum age of patients whose gender is m and ethnicity is black/african american?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 MIN(demographic.age) FROM demographic WHERE demographic.gender = "M" AND demographic.ethnicity = "BLACK/AFRICAN AMERICAN" | null | general |
AERO 410 สอนโดย Prof. Rudolph Ware หรือ Prof. Ryan Baxter เสมอหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Is AERO 410 always taught by either Prof. Rudolph Ware or Prof. Ryan Baxter ?It is not neccessary to use all the tables. | comment_instructor: instructor_id [ int] student_id [ int] score [ int] comment_text [ varchar] | SELECT COUNT(*) = 0 FROM course, course_offering, instructor, offering_instructor WHERE (NOT instructor.name LIKE '%Rudolph Ware%' AND NOT instructor.name LIKE '%Ryan Baxter%') AND course.course_id = course_offering.course_id AND course.department = 'AERO' AND course.number = 410 AND offering_instructor.instructor_id =... | null | general |
อาคารที่สูงที่สุดในแอสตันมีกี่ชั้น?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | How many floors did the tallest building in Aston have?It is not neccessary to use all the tables. | table_7881: "Name" [ text] "Location" [ text] "Floors" [ text] | SELECT "Floors" FROM table_7881 WHERE "Location" = 'aston' | null | general |
มีสิ่งมีชีวิตที่พบในบาดแผลสุดท้าย ผลตรวจจุลชีววิทยา decubitus ของผู้ป่วย 031-16123 ถึง 11/2105 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | did there exist any organism found in the last wound, decubitus microbiology test of patient 031-16123 until 11/2105?It is not neccessary to use all the tables. | allergy: allergyid [ number] patientunitstayid [ number] drugname [ text] allergyname [ text] allergytime [ time] | SELECT COUNT(*) > 0 FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-16123')) AND microlab.culturesite = 'wound, decubitus' AND STRFTIME('%y-%m... | null | general |
ไขมันอิ่มตัวที่มีไขมันรวม 100 กรัม และไขมันไม่อิ่มตัวเชิงซ้อน 11 กรัม คืออะไร?ไม่จำเป็นต้องใช้ทุกโต๊ะ | What is the saturated fat with a total fat of 100g and 11g of polyunsaturated fat?It is not neccessary to use all the tables. | table_name_94: saturated_fat [ VARCHAR] total_fat [ VARCHAR] polyunsaturated_fat [ VARCHAR] | SELECT saturated_fat FROM table_name_94 WHERE total_fat = "100g" AND polyunsaturated_fat = "11g" | null | general |
มีกี่ทีมที่มีแชนนิงฟราย, เจสัน ริชาร์ดสัน (8) รีบาวด์สูง? ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many teams have channing frye, jason richardson (8) as high rebounds?It is not neccessary to use all the tables. | table_2836: "Game" [ real] "Date" [ text] "Team" [ text] "Score" [ text] "Series" [ text] | SELECT COUNT("Team") FROM table_2836 WHERE "High rebounds" = 'Channing Frye, Jason Richardson (8)' | null | general |
เรตติ้งคืออะไร เมื่อวันที่ออกอากาศคือ '24 กรกฎาคม 2551*' และเมื่อผู้ชนะประจำสัปดาห์คือ 'ตัวแทนฝ่ายขาย Oscar Ledezma' ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | What is Rating, when Air Date is 'July 24, 2008*', and when Weekly Winner is 'Sales Rep. Oscar Ledezma'?It is not neccessary to use all the tables. | table_name_7: rating [ VARCHAR] air_date [ VARCHAR] weekly_winner [ VARCHAR] | SELECT rating FROM table_name_7 WHERE air_date = "july 24, 2008*" AND weekly_winner = "sales rep. oscar ledezma" | null | general |
DENTED 614 สอนโดย Prof. Virginia Murphy หรือ Prof. James Borders เสมอหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Is DENTED 614 always taught by Prof. Virginia Murphy or Prof. James Borders ?It is not neccessary to use all the tables. | comment_instructor: instructor_id [ int] student_id [ int] score [ int] comment_text [ varchar] | SELECT COUNT(*) = 0 FROM course, course_offering, instructor, offering_instructor WHERE (NOT instructor.name LIKE '%Virginia Murphy%' AND NOT instructor.name LIKE '%James Borders%') AND course.course_id = course_offering.course_id AND course.department = 'DENTED' AND course.number = 614 AND offering_instructor.instruct... | null | general |
ตั้งชื่อจำนวนสแต็คสำหรับ 1 & 2 235 mw 3 & 4 88.2 mw ไม่จำเป็นต้องใช้ทุกตาราง | Name the number of stacks for 1 & 2 235 mw 3 & 4 88.2 mwIt is not neccessary to use all the tables. | table_23958917_1: stacks [ VARCHAR] unit_capacity__2009_ [ VARCHAR] | SELECT COUNT(stacks) FROM table_23958917_1 WHERE unit_capacity__2009_ = "1 & 2 235 MW 3 & 4 88.2 MW" | null | general |
บอกจำนวนบิวทาไดอีนทั้งหมดเป็น 1.93 ไม่จำเป็นต้องใช้ทุกตาราง | Name the total number of butadiene for 1.93It is not neccessary to use all the tables. | table_2274: "-Butadiene" [ text] | SELECT COUNT("-Butadiene") FROM table_2274 WHERE "10 4 k /min \u22121 (30 \u00b0C) (\u00b1 1-2%) relative" = '1.93' | null | general |
จำนวนผู้ป่วยที่เสียชีวิตในหรือก่อนปี 2165 ที่มีภาวะช็อกไฟฟ้าหัวใจแบบอื่นคือเท่าใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the number of patients who died in or before 2165 who had other electric countershock of heart?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 INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.dod_year <= "2165.0" AND procedures.short_title = "Heart countershock NEC" | null | general |
แพลตฟอร์มซอฟต์แวร์ที่แตกต่างกันสำหรับอุปกรณ์คืออะไร และแต่ละอุปกรณ์มีกี่อุปกรณ์ เรียงลำดับตามจำนวนทั้งหมด ไม่จำเป็นต้องใช้ตารางทั้งหมด | What are the different software platforms for devices, and how many devices have each, sort in desc by the total number.It is not neccessary to use all the tables. | shop: Shop_ID [ int] Shop_Name [ text] Location [ text] Open_Date [ text] Open_Year [ int] | SELECT Software_Platform, COUNT(*) FROM device GROUP BY Software_Platform ORDER BY COUNT(*) DESC | null | general |
ทีมใดเป็นคู่ต่อสู้ในฤดูกาล 2551 09 ด้วยคะแนนสุดท้าย 2 3 ลิตร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What team was the opponent in the 2008 09 season, with a final score of 2 3 l?It is not neccessary to use all the tables. | table_name_43: opponent [ VARCHAR] season [ VARCHAR] final_score [ VARCHAR] | SELECT opponent FROM table_name_43 WHERE season = "2008–09" AND final_score = "2–3 l" | null | general |
คำนวณจำนวนผู้ป่วยที่ได้รับการส่องกล้องลำไส้เล็กแบบอื่นและเสียชีวิตในหรือก่อนปี พ.ศ. 2111 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Calculate the total number of patients who had other endoscopy of the small intestine and died in or before the year 2111It 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 INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.dod_year <= "2111.0" AND procedures.long_title = "Other endoscopy of small intestine" | null | general |
รางวัลก่อนปี 2544 คืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง | What was the award before 2001?It is not neccessary to use all the tables. | table_name_32: award [ VARCHAR] year [ INTEGER] | SELECT award FROM table_name_32 WHERE year < 2001 | null | general |
นับจำนวนคนไข้ที่มีประกันสุขภาพและวินิจฉัยชื่อสั้นว่าเป็นทางเบี่ยงหลอดเลือดหัวใจหรือไม่ไม่จำเป็นต้องใช้ตารางทั้งหมด | count the number of patients whose insurance is medicaid and diagnoses short title is aortocoronary bypass?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.insurance = "Medicaid" AND diagnoses.short_title = "Aortocoronary bypass" | null | general |
มีผลการทดสอบทางจุลชีววิทยาของผู้ป่วย 031-3355 ในการมาโรงพยาบาลครั้งนี้หรือไม่?ไม่จำเป็นต้องใช้ตารางทั้งหมด | were there any results of the microbiology tests for patient 031-3355 in this hospital visit?It is not neccessary to use all the tables. | microlab: microlabid [ number] patientunitstayid [ number] culturesite [ text] organism [ text] culturetakentime [ time] | SELECT COUNT(*) > 0 FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-3355' AND patient.hospitaldischargetime IS NULL)) | null | general |
สถานที่ใดที่มี Coast Mountains ที่มีอันดับต่ำกว่า 18 ใน Skihist Mountain? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Which location includes Coast Mountains with a rank less than 18 at Skihist Mountain?It is not neccessary to use all the tables. | table_71990: "Rank" [ real] "Province" [ text] "Location" [ text] | SELECT "Location" FROM table_71990 WHERE "Mountain Range" = 'coast mountains' AND "Rank" < '18' AND "Mountain Peak" = 'skihist mountain' | null | general |
จนถึง 6 เดือนที่แล้ว ปริมาณ po cl liqs ของผู้ป่วย 008-19005 สูงสุดต่อเดือนคือเท่าใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด | until 6 months ago, what was the monthly maximum intake of po cl liqs of patient 008-19005?It is not neccessary to use all the tables. | intakeoutput: intakeoutputid [ number] patientunitstayid [ number] cellpath [ text] celllabel [ text] cellvaluenumeric [ number] intakeoutputtime [ time] | SELECT MAX(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 = '008-19005')) AND intakeoutput.celllabel = 'po cl... | null | general |
อันดับ 3 ที่อันดับ 1 (m) น้อยกว่า 199.5 ชื่ออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What's the name of a Rank 3 with a 1st (m) smaller than 199.5?It is not neccessary to use all the tables. | table_35674: "Rank" [ real] "Name" [ text] "Nationality" [ text] "Points" [ real] | SELECT "Name" FROM table_35674 WHERE "1st (m)" < '199.5' AND "Rank" = '3' | null | general |
จำนวนบล็อกต่อเกมในตัวเลือกที่มีเปอร์เซ็นต์การยิงประตูอยู่ที่ .594 (อันดับ 2) คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What were the blocks per game in the selection where the field goal percentage was .594 (2nd)?It is not neccessary to use all the tables. | table_28103: "Selection" [ real] "Month" [ text] "Season" [ text] | SELECT "Blocks per game" FROM table_28103 WHERE "Field goal percentage" = '.594 (2nd)' | null | general |
มังกรซากุระมีชื่อโรมาจิกี่ตอน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many Episodes have a Romaji Title of dragon zakura?It is not neccessary to use all the tables. | table_64719: "Episodes" [ real] | SELECT COUNT("Episodes") FROM table_64719 WHERE "Romaji Title" = 'dragon zakura' | null | general |
ตอนที่ 4 คืออะไรเมื่อคลาสเป็น 5? ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is part 4 when the class is 5?It is not neccessary to use all the tables. | table_name_37: part_4 [ VARCHAR] class [ VARCHAR] | SELECT part_4 FROM table_name_37 WHERE class = "5" | null | general |
สนามใดที่มีคอลลิงวูดเป็นสนามเหย้า?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What venue features collingwood as the home side?It is not neccessary to use all the tables. | table_name_4: venue [ VARCHAR] home_team [ VARCHAR] | SELECT venue FROM table_name_4 WHERE home_team = "collingwood" | null | general |
ผ่านไปกี่วันแล้วนับตั้งแต่ผู้ป่วย 68280 เข้ารับการรักษาในโรงพยาบาล?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | how many days have it been since the time patient 68280 was admitted to hospital?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 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', admissions.admittime)) FROM admissions WHERE admissions.subject_id = 68280 AND admissions.dischtime IS NULL | null | general |
นับจำนวนผู้ป่วยที่มีสถานภาพสมรสเป็นโสดและเส้นทางยาหรือไม่ไม่จำเป็นต้องใช้ตารางทั้งหมด | count the number of patients whose marital status is single and drug route is po?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 prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.marital_status = "SINGLE" AND prescriptions.route = "PO" | null | general |
เที่ยวบินจากเดนเวอร์ไปพิตส์เบิร์กในวันพุธไม่จำเป็นต้องใช้ตารางทั้งหมด | flights from DENVER to PITTSBURGH on wednesdayIt is not neccessary to use all the tables. | time_zone: time_zone_code [ text] time_zone_name [ text] hours_from_gmt [ 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, date_day, days, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'PITTSBURGH' AND date_day.day_number = 23 AND date_day.month_number = 4 AN... | null | general |
มีอย่างน้อยหนึ่งค่า egfr < 60 มล. / นาที / 1.73 ม.2 หรือโซเดียมในเลือด <= 134 เมคคิว / ลิตร หรือปัสสาวะออก <= 125 มล. / ชม. ในช่วงเวลาใดก็ได้อย่างน้อย 2 ชั่วโมง หลังจากให้ยา iv furosemide อย่างน้อย 40 มก. ไม่จำเป็นต้องใช้ทุกโต๊ะ | have at least one of the following egfr < 60 ml / min / 1.73 m2, or serum sodium <= 134 meq / l, or urine output <= 125 ml / hr over anytime frame of at least 2 hours, following administration of iv furosemide of at least 40 mg.It is not neccessary to use all the tables. | table_test_30: "id" [ int] "ejection_fraction_ef" [ int] "multiple_long_bone_fractures" [ bool] "extracellular_volume_expansion" [ bool] "pregnancy_or_lactation" [ bool] "bleeding" [ int] "serum_potassium" [ float] "prosthetic_heart_valve" [ bool] "hbg" [ int] "anticoagulation" [ bool] "incomplete_spinal_co... | SELECT * FROM table_test_30 WHERE estimated_glomerular_filtration_rate_egfr < 60 OR serum_sodium_concentration <= 134 OR urine_output <= 125 OR iv_furosemide >= 40 | null | general |
คนไข้ 025-42115 เข้าโรงพยาบาลครั้งสุดท้ายเมื่อ 4 ปีที่แล้วเมื่อใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | when did patient 025-42115 enter the hospital for the last time until 4 years ago?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 patient.hospitaladmittime FROM patient WHERE patient.uniquepid = '025-42115' AND DATETIME(patient.hospitaladmittime) <= DATETIME(CURRENT_TIME(), '-4 year') ORDER BY patient.hospitaladmittime DESC LIMIT 1 | null | general |
เมื่อไล่ตามหมวดหมู่แฮร์ริสันบทความที่มีการ์ดคือชื่อปีอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | When chase harrison categoryarticles with hcards is the name what is the year?It is not neccessary to use all the tables. | table_29743928_4: years [ VARCHAR] name [ VARCHAR] | SELECT years FROM table_29743928_4 WHERE name = "Chase Harrison Category:Articles with hCards" | null | general |
ผู้เล่นเข้าเรียนที่โรงเรียนใดซึ่งมีบ้านเกิดคือ Montvale, NJ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What school did the player attend who's hometown was Montvale, NJ?It is not neccessary to use all the tables. | table_11677100_18: school [ VARCHAR] hometown [ VARCHAR] | SELECT school FROM table_11677100_18 WHERE hometown = "Montvale, NJ" | null | general |
ยีน sarazen และ denny Shute มาจากประเทศใด ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | gene sarazen and denny shute are both from which country ?It is not neccessary to use all the tables. | table_203_864: id [ number] "place" [ text] "player" [ text] "country" [ text] "score" [ text] | SELECT "country" FROM table_203_864 WHERE "player" = 'gene sarazen' | null | general |
ในเขตมาเกวมีกี่หมู่บ้าน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | How many villages are there in the Magway region?It is not neccessary to use all the tables. | table_19457_1: villages [ VARCHAR] state_region [ VARCHAR] | SELECT villages FROM table_19457_1 WHERE state_region = "Magway Region" | null | general |
เขาได้ที่ 3 ในการแข่งขัน World Race Walking Cup ในสถานที่ใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | In which venue did he place 3rd in the World Race Walking Cup?It is not neccessary to use all the tables. | table_name_7: venue [ VARCHAR] competition [ VARCHAR] position [ VARCHAR] | SELECT venue FROM table_name_7 WHERE competition = "world race walking cup" AND position = "3rd" | null | general |
ตำแหน่งของทีม AB ในตารางคืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง | What was the AB team's position in table?It is not neccessary to use all the tables. | table_27782699_3: position_in_table [ VARCHAR] team [ VARCHAR] | SELECT position_in_table FROM table_27782699_3 WHERE team = "AB" | null | general |
ฤดูกาลใดที่มีโค้ช โยนาส คาซลอสกัส ในการแข่งขันแชมเปี้ยนส์ คัพ รอบแบ่งกลุ่ม? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | WHAT SEASON HAD COACH JONAS KAZLAUSKAS AT champions cup group stage?It is not neccessary to use all the tables. | table_name_72: season [ VARCHAR] head_coach [ VARCHAR] europe [ VARCHAR] | SELECT season FROM table_name_72 WHERE head_coach = "jonas kazlauskas" AND europe = "champions cup group stage" | null | general |
หัวรถจักรใดที่สร้างขึ้นหลังปี พ.ศ. 2438 มีหมายเลข SLM สูงสุด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What locomotive built after 1895 has the highest SLM number?It is not neccessary to use all the tables. | table_41773: "Built" [ real] "Number" [ real] "Type" [ text] "Location" [ text] "Notes" [ text] | SELECT MAX("SLM Number") FROM table_41773 WHERE "Built" > '1895' | null | general |
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตแต่ละผลิตภัณฑ์ ให้วาดแผนภูมิแท่งเกี่ยวกับการกระจายของผู้ก่อตั้งและค่าเฉลี่ยของผู้ผลิต และจัดกลุ่มตามผู้ก่อตั้งแอตทริบิวต์ จัดอันดับตามแท่งใน asc ไม่จำเป็นต้องใช้ตารางทั้งหมด | For those records from the products and each product's manufacturer, draw a bar chart about the distribution of founder and the average of manufacturer , and group by attribute founder, rank by the bars in asc.It is not neccessary to use all the tables. | Products: Code [ INTEGER] Name [ VARCHAR(255)] Price [ DECIMAL] Manufacturer [ INTEGER] | SELECT Founder, AVG(Manufacturer) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Founder ORDER BY Founder | null | general |
คะแนนชนะสำหรับรองชนะเลิศ Greg Norman คืออะไรไม่จำเป็นต้องใช้ตารางทั้งหมด | What was the winning score for runnerup Greg NormanIt is not neccessary to use all the tables. | table_39484: "Date" [ text] "Tournament" [ text] "Runner(s)-up" [ text] | SELECT "Winning score" FROM table_39484 WHERE "Runner(s)-up" = 'greg norman' | null | general |
แค็ตตาล็อกใดที่ปล่อยออกมาจากฉลาก Sundazed?ไม่จำเป็นต้องใช้ตารางทั้งหมด | From what catalog was the release from Sundazed label?It is not neccessary to use all the tables. | table_name_33: catalog [ VARCHAR] label [ VARCHAR] | SELECT catalog FROM table_name_33 WHERE label = "sundazed" | null | general |
รายได้เฉลี่ยของครอบครัวคือเท่าใด เมื่อรายได้เฉลี่ยของครัวเรือนคือ 38,137 ดอลลาร์สหรัฐฯ ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | What is the Median family income when the Median household income is $38,137?It is not neccessary to use all the tables. | table_75626: "County" [ text] "Population" [ real] | SELECT "Median family income" FROM table_75626 WHERE "Median household income" = '$38,137' | null | general |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.