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 |
---|---|---|---|---|---|
ไทเกอร์ วูดส์ที่มีสกอร์รวมน้อยกว่า 293 พาร์ได้เท่าไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Tiger Woods with a total less than 293 had what To par?It is not neccessary to use all the tables. | table_48094: "Player" [ text] "Country" [ text] "Total" [ real] "Finish" [ text] | SELECT "To par" FROM table_48094 WHERE "Total" < '293' AND "Player" = 'tiger woods' | null | general |
ปีที่เฮล เออร์วิน ชนะด้วยคะแนน 285 แต้มคือปีไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the year that Hale Irwin won with 285 points?It is not neccessary to use all the tables. | table_76427: "Player" [ text] "Country" [ text] "Total" [ real] "Finish" [ text] | SELECT "Year(s) won" FROM table_76427 WHERE "Total" = '285' AND "Player" = 'hale irwin' | null | general |
ใน Winterberg ใครเป็นอันดับ 3 ในปีที่ Monique Riekewald เป็นอันดับ 2?ไม่จำเป็นต้องใช้ตารางทั้งหมด | In Winterberg, who was 3rd the year that Monique Riekewald was 2nd?It is not neccessary to use all the tables. | table_name_83: third [ VARCHAR] location [ VARCHAR] second [ VARCHAR] | SELECT third FROM table_name_83 WHERE location = "winterberg" AND second = "monique riekewald" | null | general |
ผู้กำกับ Dariush Mehrjui มาจากไหน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Where is the director Dariush Mehrjui from?It is not neccessary to use all the tables. | table_80038: "Country" [ text] "Language" [ text] "Director" [ text] | SELECT "Country" FROM table_80038 WHERE "Director" = 'dariush mehrjui' | null | general |
สัปดาห์ที่มีวันที่ 5 ธันวาคม 2502 มีสัปดาห์อะไร ไม่จำเป็นต้องใช้ตารางทั้งหมด | Week that has a Date of december 5, 1959 had what week?It is not neccessary to use all the tables. | table_37531: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Record" [ text] "Attendance" [ real] | SELECT "Week" FROM table_37531 WHERE "Date" = 'december 5, 1959' | null | general |
ส่งกลับผลรวมและค่าเฉลี่ยของจำนวนเงินที่ชำระทั้งหมด ไม่จำเป็นต้องใช้ตารางทั้งหมด | Return the sum and average of all settlement amounts.It is not neccessary to use all the tables. | available_policies: policy_id [ number] policy_type_code [ text] customer_phone [ text] | SELECT SUM(settlement_amount), AVG(settlement_amount) FROM settlements | null | general |
สถานที่ใดที่มีประเทศออสเตรเลีย และคะแนน 70-70-72=212?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Place has a Country of australia, and a Score of 70-70-72=212?It is not neccessary to use all the tables. | table_60366: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ text] | SELECT "Place" FROM table_60366 WHERE "Country" = 'australia' AND "Score" = '70-70-72=212' | null | general |
สำหรับพนักงานทุกคนที่มีตัวอักษร D หรือ S ในชื่อ ให้เปรียบเทียบผลรวมของ Employee_id ส่วน job_id และจัดกลุ่มตามแอตทริบิวต์ job_id ด้วยแผนภูมิแท่ง ฉันต้องการแสดง X ตามลำดับ มันไม่ใช่ จำเป็นต้องใช้ทุกตาราง | For all employees who have the letters D or S in their first name, give me the comparison about the sum of employee_id over the job_id , and group by attribute job_id by a bar chart, I want to show X in desc order.It is not neccessary to use all the tables. | locations: LOCATION_ID [ decimal(40)] STREET_ADDRESS [ varchar(40)] POSTAL_CODE [ varchar(12)] CITY [ varchar(30)] STATE_PROVINCE [ varchar(25)] COUNTRY_ID [ varchar(2)] | SELECT JOB_ID, SUM(EMPLOYEE_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY JOB_ID DESC | null | general |
Brand คืออะไร เมื่อความถี่เป็น '640'?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is Brand, when Frequency is '640'?It is not neccessary to use all the tables. | table_name_68: brand [ VARCHAR] frequency [ VARCHAR] | SELECT brand FROM table_name_68 WHERE frequency = 640 | null | general |
สถานที่ใดที่มีการแสดง 60.73 ม. ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the place when the performance is 60.73m?It is not neccessary to use all the tables. | table_54893: "Year" [ real] "Place" [ text] "Event" [ text] "Performance" [ text] | SELECT "Place" FROM table_54893 WHERE "Performance" = '60.73m' | null | general |
จำนวนผู้ชมของเรา (ล้าน) มี 6 เป็น #? ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many u.s. viewers (million) have 6 as the #?It is not neccessary to use all the tables. | table_2866456_1: us_viewers__million_ [ VARCHAR] _number [ VARCHAR] | SELECT us_viewers__million_ FROM table_2866456_1 WHERE _number = 6 | null | general |
อาจารย์ผู้สอนที่ได้รับเงินเดือนสูงสุดคือใคร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who is the instructor with the highest salary?It is not neccessary to use all the tables. | instructor: name [ VARCHAR] salary [ VARCHAR] | SELECT name FROM instructor ORDER BY salary DESC LIMIT 1 | null | general |
เช้านี้ชื่ออะไรมาโดยตรง?ไม่จำเป็นต้องใช้ตารางทั้งหมด | what title came directly after this morning ?It is not neccessary to use all the tables. | table_204_208: id [ number] "year" [ text] "title" [ text] "role" [ text] "episodes" [ text] | SELECT "title" FROM table_204_208 WHERE id = (SELECT id FROM table_204_208 WHERE "title" = 'this morning') + 1 | null | general |
ตั้งชื่อจำนวนอันดับทั้งหมดสำหรับเปอร์เซ็นต์การเปลี่ยนแปลง yoy 13.1%ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the total number of rank for percentage change yoy 13.1%It is not neccessary to use all the tables. | table_27956_3: national_rank [ VARCHAR] percentage_change_yoy [ VARCHAR] | SELECT COUNT(national_rank) FROM table_27956_3 WHERE percentage_change_yoy = "13.1%" | null | general |
ส่งกลับแผนภูมิแท่งเกี่ยวกับการแจกแจงของ meter_400 และ meter_100 โดยแสดง meter_100 ตามลำดับจากน้อยไปหามาก ไม่จำเป็นต้องใช้ตารางทั้งหมด | Return a bar chart about the distribution of meter_400 and meter_100 , display meter_100 in ascending order.It is not neccessary to use all the tables. | record: ID [ int] Result [ text] Swimmer_ID [ int] Event_ID [ int] | SELECT meter_400, meter_100 FROM swimmer ORDER BY meter_100 | null | general |
ในบรรดาผู้เล่นที่เป็นผู้นำในการแข่งขันชิงแชมป์ออสเตรเลีย ช่วงปีที่สั้นที่สุดที่นำคือเท่าใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | Of the players whose lead began at the australian championships, what was the shortest span of years led?It is not neccessary to use all the tables. | table_26047: "Player" [ text] | SELECT MIN("Span of years led") FROM table_26047 WHERE "Tournament at which lead began" = 'Australian Championships' | null | general |
อันดับสูงสุดคืออะไรเมื่อบรอนซ์น้อยกว่า 1 และผลรวมน้อยกว่า 1 ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is the highest rank when the bronze is less than 1 and the total is less than 1?It is not neccessary to use all the tables. | table_name_83: rank [ INTEGER] bronze [ VARCHAR] total [ VARCHAR] | SELECT MAX(rank) FROM table_name_83 WHERE bronze < 1 AND total < 1 | null | general |
ตั้งชื่อแหล่งที่มาของการสำรวจความคิดเห็นสำหรับพรรครีพับลิกัน joe kenney เป็น 28%ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the poll source for republican joe kenney being 28%It is not neccessary to use all the tables. | table_21787: | SELECT "Poll Source" FROM table_21787 WHERE "Republican: Joe Kenney" = '28%' | null | general |
ตั้งชื่อพินอินสำหรับ k kyar k ir iz yezisiไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the pinyin for k kyar k ir iz yezisiIt is not neccessary to use all the tables. | table_73177: "Conventional" [ text] "Chinese" [ text] "Pinyin" [ text] | SELECT "Pinyin" FROM table_73177 WHERE "Uyghur ( Yen\u0261i Yezik\u0322 )" = 'Kɵkyar K̡irƣiz yezisi' | null | general |
ตั้งชื่อแชมป์ให้กับ London Hunt and Country Club ( London , On ) ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the champion for london hunt and country club ( london , on )It is not neccessary to use all the tables. | table_20670: "Year" [ real] "Dates" [ text] "Champion" [ text] "Country" [ text] "Score" [ real] | SELECT "Champion" FROM table_20670 WHERE "Tournament location" = 'London Hunt and Country Club ( London , ON )' | null | general |
ซึ่ง Against มีฤดูกาล 1987/88 และ # 100 มากกว่า 13 และคะแนน 139? ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Against has a Season of 1987/88, and a # 100 larger than 13, and a Score of 139?It is not neccessary to use all the tables. | table_5483: "Season" [ text] "Against" [ text] "Score" [ text] | SELECT "Against" FROM table_5483 WHERE "Season" = '1987/88' AND "# 100" > '13' AND "Score" = '139' | null | general |
จำนวนซีซั่นทั้งหมดเมื่อแอร์เดทแรกคือวันที่ 24 มกราคม 1999 และเมื่อไรน้อยกว่าปี 1999 ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the total number of Season(s), when Original Airdate is January 24, 1999, and when Year is less than 1999?It is not neccessary to use all the tables. | table_name_67: season [ VARCHAR] original_airdate [ VARCHAR] year [ VARCHAR] | SELECT COUNT(season) FROM table_name_67 WHERE original_airdate = "january 24, 1999" AND year < 1999 | null | general |
คะแนนพาร์ของทิม เฮอรอน ซึ่งมีคะแนนพาร์ 69-72=141 เป็นเท่าใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What was the to par score for Tim Herron, who had a score of 69-72=141?It is not neccessary to use all the tables. | table_name_92: to_par [ VARCHAR] player [ VARCHAR] score [ VARCHAR] | SELECT to_par FROM table_name_92 WHERE score = 69 - 72 = 141 AND player = "tim herron" | null | general |
ขอทราบจำนวนผู้ป่วยที่มีสถานภาพสมรสและผลตรวจทางห้องปฏิบัติการเป็นบิลิรูบินทางอ้อมหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | give me the number of patients whose marital status is married and lab test name is bilirubin, indirect?It is not neccessary to use all the tables. | prescriptions: subject_id [ text] hadm_id [ text] icustay_id [ text] drug_type [ text] drug [ text] formulary_drug_cd [ text] route [ text] drug_dose [ text] | SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.marital_status = "MARRIED" AND lab.label = "Bilirubin, Indirect" | null | general |
ชื่อของเอาต์พุตที่ผู้ป่วย 27172 มีครั้งแรกในวันที่ 09/12/ปีนี้คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | what were the names of the output that patient 27172 had first on 09/12/this year?It is not neccessary to use all the tables. | inputevents_cv: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] charttime [ time] itemid [ number] amount [ number] | SELECT d_items.label FROM d_items WHERE d_items.itemid IN (SELECT outputevents.itemid FROM outputevents WHERE outputevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 27172)) AND DATETIME(outputevents.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') AND STRFTIME('%m-%d', outputevents.charttime) = '09-12' ORDER BY outputevents.charttime LIMIT 1) | null | general |
รหัสประเภทไพ่ที่มีตั้งแต่ 5 ใบขึ้นไปมีรหัสอะไรบ้าง ไม่จำเป็นต้องใช้ทุกตาราง | What are the codes of card types that have 5 or more cards?It is not neccessary to use all the tables. | customers: customer_id [ number] customer_first_name [ text] customer_last_name [ text] customer_address [ text] customer_phone [ text] customer_email [ text] other_customer_details [ text] | SELECT card_type_code FROM customers_cards GROUP BY card_type_code HAVING COUNT(*) >= 5 | null | general |
ตั้งชื่อคะแนนสำหรับ thomas morgensternไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the points for thomas morgensternIt is not neccessary to use all the tables. | table_24489942_10: points [ VARCHAR] name [ VARCHAR] | SELECT points FROM table_24489942_10 WHERE name = "Thomas Morgenstern" | null | general |
พรรครีพับลิกันมีผลลัพธ์เช่นไรกับผู้ดำรงตำแหน่ง Billy Tauzin?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which result did the Republican have with the incumbent, Billy Tauzin?It is not neccessary to use all the tables. | table_18178: "District" [ text] "Incumbent" [ text] "Party" [ text] "Result" [ text] "Candidates" [ text] | SELECT "Result" FROM table_18178 WHERE "Party" = 'Republican' AND "Incumbent" = 'Billy Tauzin' | null | general |
วันที่จัดส่งเรือครั้งแรกของ 6 วิธีคือเมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the 1st ship delivery date of 6 ways?It is not neccessary to use all the tables. | table_54400: | SELECT "1st Ship Delivery Date" FROM table_54400 WHERE "Total Number of Ways" = '6 ways' | null | general |
คะแนนใดที่มีตำแหน่งมากกว่า 6 และแพ้น้อยกว่า 13? ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Points have a Position larger than 6, and a Lost smaller than 13?It is not neccessary to use all the tables. | table_76751: "Position" [ real] "Name" [ text] "Played" [ real] "Drawn" [ real] "Lost" [ real] "Points" [ real] | SELECT AVG("Points") FROM table_76751 WHERE "Position" > '6' AND "Lost" < '13' | null | general |
ใครจะสอนหลักสูตรโครงสร้างพื้นฐานด้านคอมพิวเตอร์ ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who will be teaching computing infrastructure courses ?It is not neccessary to use all the tables. | jobs: job_id [ int] job_title [ varchar] description [ varchar] requirement [ varchar] city [ varchar] state [ varchar] country [ varchar] zip [ int] | SELECT DISTINCT instructor.name FROM instructor INNER JOIN offering_instructor ON offering_instructor.instructor_id = instructor.instructor_id INNER JOIN course_offering ON offering_instructor.offering_id = course_offering.offering_id INNER JOIN area ON course_offering.course_id = area.course_id WHERE area.area LIKE '%computing infrastructure%' | null | general |
ข้อสังเกตเมื่อปริมาตรกระบอกสูบอยู่ที่ 220cid (3,604cc) คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the notes when the displacement is 220cid (3,604cc)?It is not neccessary to use all the tables. | table_57860: "Years" [ text] "Engine" [ text] "Displacement" [ text] "Power" [ text] "Torque" [ text] "Notes" [ text] | SELECT "Notes" FROM table_57860 WHERE "Displacement" = '220cid (3,604cc)' | null | general |
ตั้งชื่อกำลังไฟที่กำหนดให้สำหรับความเร็วการถ่ายโอน mb/s คือ 1250 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the power provided for transfer speed mb/s is 1250It is not neccessary to use all the tables. | table_21674: "Name" [ text] | SELECT "Power provided" FROM table_21674 WHERE "Transfer speed (MB/s)" = '1250' | null | general |
ดึงรหัสผู้ป่วยของผู้ป่วยที่ได้รับการวินิจฉัยว่ามีภาวะแคลเซียมในเลือดสูงในระหว่างปีนี้ ไม่จำเป็นต้องใช้ตารางทั้งหมด | retrieve patient ids of patients who are diagnosed with hypercalcemia during this year.It is not neccessary to use all the tables. | diagnosis: diagnosisid [ number] patientunitstayid [ number] diagnosisname [ text] diagnosistime [ time] icd9code [ text] | SELECT patient.uniquepid FROM patient WHERE patient.patientunitstayid IN (SELECT diagnosis.patientunitstayid FROM diagnosis WHERE diagnosis.diagnosisname = 'hypercalcemia' AND DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year')) | null | general |
หมวดหมู่ Batram suri ลงเล่นไปกี่ครั้งบทความที่มีการ์ดทำคะแนนได้น้อยกว่า 2 ประตู?ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many appearances did batram suri categoryarticles with hcards have scoring less than 2 goals?It is not neccessary to use all the tables. | table_name_41: appearances [ VARCHAR] name [ VARCHAR] goals [ VARCHAR] | SELECT COUNT(appearances) FROM table_name_41 WHERE name = "batram suri category:articles with hcards" AND goals < 2 | null | general |
ใครคือผู้ชนะในการขับรถที่ชนะในเดือนมีนาคม - Honda 86j กับทีมที่ชนะ Team Nova?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who was the winning driver driving the winning car March - Honda 86j, with the winning team Team Nova?It is not neccessary to use all the tables. | table_4915: "Date" [ text] "Round" [ text] "Circuit" [ text] | SELECT "Winning driver" FROM table_4915 WHERE "Winning car" = 'march - honda 86j' AND "Winning team" = 'team nova' | null | general |
การสูญเสียฟรานซิส (4 9) มีจำนวนผู้เข้าร่วมสูงสุดคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | Loss of francis (4 9) has what highest attendance figure?It is not neccessary to use all the tables. | table_name_45: attendance [ INTEGER] loss [ VARCHAR] | SELECT MAX(attendance) FROM table_name_45 WHERE loss = "francis (4–9)" | null | general |
Canterbury แห่งใดมีเขตศูนย์กลางอยู่ที่ 276* MD Crowe และ PS Briasco V (C) 1986/87?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which of the Canterbury has a Central District of 276* M.D. Crowe & P.S. Briasco V (C) 1986/87?It is not neccessary to use all the tables. | table_name_67: canterbury [ VARCHAR] central_districts [ VARCHAR] | SELECT canterbury FROM table_name_67 WHERE central_districts = "276* m.d. crowe & p.s. briasco v (c) 1986/87" | null | general |
โดยรวมแล้ว George Archer ผู้เล่นจากสหรัฐอเมริกาได้รับชัยชนะต่ำกว่า 24 และอันดับที่สูงกว่า 5 ได้เท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด | In total, how much did the United States player George Archer earn with Wins lower than 24 and a rank that was higher than 5?It is not neccessary to use all the tables. | table_name_28: earnings__ [ VARCHAR] rank [ VARCHAR] player [ VARCHAR] country [ VARCHAR] wins [ VARCHAR] | SELECT COUNT(earnings__) AS $__ FROM table_name_28 WHERE country = "united states" AND wins < 24 AND player = "george archer" AND rank > 5 | null | general |
นัดสุดท้ายที่เล่นกับ Evie Dominikovic เล่นบนพื้นผิวใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | The final match played against Evie Dominikovic was played on what surface?It is not neccessary to use all the tables. | table_name_54: surface [ VARCHAR] opponent_in_the_final [ VARCHAR] | SELECT surface FROM table_name_54 WHERE opponent_in_the_final = "evie dominikovic" | null | general |
คะแนนสัมภาษณ์เฉลี่ยของผู้เข้าแข่งขันจากหลุยเซียน่ากับชุดราตรีน้อยกว่า 8.82 เป็นเท่าใด ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the average interview score of a contestant from Louisiana with an evening gown smaller than 8.82?It is not neccessary to use all the tables. | table_name_29: interview [ INTEGER] evening_gown [ VARCHAR] state [ VARCHAR] | SELECT AVG(interview) FROM table_name_29 WHERE evening_gown < 8.82 AND state = "louisiana" | null | general |
ตั้งชื่ออุปกรณ์สำหรับจักรยานหมายเลข 3 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the equipment for bike number being 3It is not neccessary to use all the tables. | table_21165: "Position" [ real] "Equipment" [ text] "Points" [ real] | SELECT "Equipment" FROM table_21165 WHERE "Bike No" = '3' | null | general |
เกมที่ Indianapolis Colts แพ้ 24-14 อยู่ที่ไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Where was the game that the Indianapolis Colts lost 24-14?It is not neccessary to use all the tables. | table_69801: "Year" [ real] "Date" [ text] "Winner" [ text] "Result" [ text] "Loser" [ text] "Location" [ text] | SELECT "Location" FROM table_69801 WHERE "Loser" = 'indianapolis colts' AND "Result" = '24-14' | null | general |
ขณะที่ดันแคน ทอมป์สันเล่น เขามีกี่แต้มโดยที่มี 0 ประตู, 0 แต้มพิเศษ และมากกว่า 9 ทัชดาวน์?ไม่จำเป็นต้องใช้ตารางทั้งหมด | While Duncan Thompson played, how many points did he have where there were 0 field goals, 0 extra points, and more than 9 touchdowns?It is not neccessary to use all the tables. | table_5011: "Player" [ text] "Touchdowns" [ real] "Points" [ real] | SELECT AVG("Points") FROM table_5011 WHERE "Field goals" = '0' AND "Touchdowns" > '9' AND "Extra points" = '0' AND "Player" = 'duncan thompson' | null | general |
ค่าคลาสถึงปี 1928 ใดที่มีปีการผลิตปี 1921/23 และคลาสตั้งแต่ปี 1928 ของ BCi-21?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which class to 1928 value had years of manufacture of 1921/23 and class from 1928 of BCi-21?It is not neccessary to use all the tables. | table_name_21: class_to_1928 [ VARCHAR] year_s__of_manufacture [ VARCHAR] class_from_1928 [ VARCHAR] | SELECT class_to_1928 FROM table_name_21 WHERE year_s__of_manufacture = "1921/23" AND class_from_1928 = "bci-21" | null | general |
ผู้ใช้ 150 อันดับแรกจาก Rajkot ไม่จำเป็นต้องใช้ตารางทั้งหมด | Top 150 users from Rajkot.It is not neccessary to use all the tables. | PostNoticeTypes: Id [ number] ClassId [ number] Name [ text] Body [ text] IsHidden [ boolean] Predefined [ boolean] PostNoticeDurationId [ number] | SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE '%ahmedabad%' OR UPPER(Location) LIKE '%AHMEDABAD' ORDER BY Reputation DESC LIMIT 150 | null | general |
ตั้งชื่อตำแหน่งสำหรับเลือกหมายเลข 39ไม่จำเป็นต้องใช้ตารางทั้งหมด | Name the position for pick number 39It is not neccessary to use all the tables. | table_27364: "Player" [ text] "Position" [ text] "College" [ text] | SELECT "Position" FROM table_27364 WHERE "Pick #" = '39' | null | general |
ผู้ใช้ Android อันดับต้น ๆ ในบาร์เซโลนา ไม่จำเป็นต้องใช้ตารางทั้งหมด | Top Android Users in Barcelona.It is not neccessary to use all the tables. | Posts: 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 [ time] LastActivityDate [ time] Title [ text] Tags [ text] AnswerCount [ number] CommentCount [ number] FavoriteCount [ number] ClosedDate [ time] CommunityOwnedDate [ time] ContentLicense [ text] | WITH USER_BY_TAG AS (SELECT ROW_NUMBER() OVER (ORDER BY COUNT(*) DESC) AS Rank, u.Id AS "user_link", COUNT(*) AS UpVotes FROM Tags AS t INNER JOIN PostTags AS pt ON pt.TagId = t.Id INNER JOIN Posts AS p ON p.ParentId = pt.PostId INNER JOIN Votes AS v ON v.PostId = p.Id AND VoteTypeId = 2 INNER JOIN Users AS u ON u.Id = p.OwnerUserId WHERE LOWER(Location) LIKE '%barcelona%' AND TagName = 'android' GROUP BY u.Id, TagName) SELECT * FROM USER_BY_TAG WHERE rank <= 1000 ORDER BY UpVotes DESC | null | general |
แสดงให้ฉันดูเกี่ยวกับการแจกแจงของ meter_200 และจำนวน meter_200 และจัดกลุ่มตามแอตทริบิวต์ meter_200 ในแผนภูมิแท่ง ฉันต้องการแสดงแกน Y ตามลำดับจากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด | Show me about the distribution of meter_200 and the amount of meter_200 , and group by attribute meter_200 in a bar chart, I want to show Y-axis in descending order.It is not neccessary to use all the tables. | event: ID [ int] Name [ text] Stadium_ID [ int] Year [ text] | SELECT meter_200, COUNT(meter_200) FROM swimmer GROUP BY meter_200 ORDER BY COUNT(meter_200) DESC | null | general |
แต่ละสำนักงานใหญ่มีกี่บริษัท? ขอพล็อตกราฟแท่งครับ ขอเรียงลำดับจากมากไปน้อยตามสำนักงานใหญ่ครับ ไม่จำเป็นต้องใช้ทุกตารางครับ | How many companies in each headquarter? Plot a bar chart, I want to order in descending by the Headquarters please.It is not neccessary to use all the tables. | station_company: Station_ID [ int] Company_ID [ int] Rank_of_the_Year [ int] | SELECT Headquarters, COUNT(Headquarters) FROM company GROUP BY Headquarters ORDER BY Headquarters DESC | null | general |
การนับและคะแนนและค่าเฉลี่ยสำหรับคำถามและคำตอบ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Counts and Scores and Averages for Questions and Answers.It is not neccessary to use all the tables. | Comments: Id [ number] PostId [ number] Score [ number] Text [ text] CreationDate [ time] UserDisplayName [ text] UserId [ number] ContentLicense [ text] | SELECT OwnerUserId AS "user_link", question_count, question_score, (CASE WHEN question_count > 0 THEN (1.0 * question_score / question_count) ELSE 0 END) AS score_per_question, answer_count, answer_score, (CASE WHEN answer_count > 0 THEN (1.0 * answer_score / answer_count) ELSE 0 END) AS score_per_answer FROM (SELECT p.OwnerUserId, SUM(CASE WHEN p.PostTypeId = 1 THEN 1 ELSE 0 END) AS question_count, SUM(CASE WHEN p.PostTypeId = 1 THEN p.Score ELSE 0 END) AS question_score, SUM(CASE WHEN p.PostTypeId = 2 THEN 1 ELSE 0 END) AS answer_count, SUM(CASE WHEN p.PostTypeId = 2 THEN p.Score ELSE 0 END) AS answer_score FROM Posts AS p JOIN Users AS u ON p.OwnerUserId = u.Id GROUP BY p.OwnerUserId) AS a | null | general |
ประเภทใดที่มีสีเป็นสีน้ำเงินเข้ม?ไม่จำเป็นต้องใช้ทุกตาราง | Which type has a color of Dark Blue?It is not neccessary to use all the tables. | table_63350: "House" [ text] "Abbr." [ text] "Type" [ text] "Colour" [ text] "Boarding/Day" [ text] | SELECT "Type" FROM table_63350 WHERE "Colour" = 'dark blue' | null | general |
ดาราคนไหนที่มีชื่อเสียงจากการเป็นอดีตสมาชิกและผู้จัดรายการโทรทัศน์ที่ถูกจับในวันที่ 19? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | Which celebrity who was famous for being the ex busted member and TV presenter exited on day 19?It is not neccessary to use all the tables. | table_name_53: celebrity [ VARCHAR] exited [ VARCHAR] famous_for [ VARCHAR] | SELECT celebrity FROM table_name_53 WHERE exited = "day 19" AND famous_for = "ex busted member and tv presenter" | null | general |
ครูแต่ละคนสอนกี่หลักสูตร? แสดงแผนภูมิแท่งที่จัดกลุ่มตามรหัสหลักสูตร เรียงตามจำนวนทั้งหมด ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many courses each teacher taught? Show me a bar chart grouping by course code, list in desc by the total number.It is not neccessary to use all the tables. | EMPLOYEE: EMP_NUM [ int] EMP_LNAME [ varchar(15)] EMP_FNAME [ varchar(12)] EMP_INITIAL [ varchar(1)] EMP_JOBCODE [ varchar(5)] EMP_HIREDATE [ datetime] EMP_DOB [ datetime] | SELECT CRS_CODE, COUNT(CRS_CODE) FROM CLASS AS T1 JOIN EMPLOYEE AS T2 ON T1.PROF_NUM = T2.EMP_NUM GROUP BY CRS_CODE ORDER BY COUNT(CRS_CODE) DESC | null | general |
คะแนนสูงสุดสำหรับทีม Adet โดยที่เสมอน้อยกว่า 6 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Highest Points for Team Adet where the Draw is less than 6?It is not neccessary to use all the tables. | table_7304: "Place" [ real] "Team" [ text] "Played" [ real] "Draw" [ real] "Lost" [ real] "Points" [ real] | SELECT MAX("Points") FROM table_7304 WHERE "Team" = 'adet' AND "Draw" < '6' | null | general |
ผู้เข้าร่วมการแข่งขันในวันที่ 6 พฤศจิกายน พ.ศ. 2509 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Attendance of the game on November 6, 1966?It is not neccessary to use all the tables. | table_62914: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ text] | SELECT "Attendance" FROM table_62914 WHERE "Date" = 'november 6, 1966' | null | general |
ชั้นเรียนใดมีปี พ.ศ. 2511 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which class has a Year of 1968?It is not neccessary to use all the tables. | table_70227: "Year" [ real] "Team" [ text] "Co-Drivers" [ text] "Class" [ text] "Pos." [ text] | SELECT "Class" FROM table_70227 WHERE "Year" = '1968' | null | general |
ผู้ขับขี่ที่ได้รับ 19 คะแนนเริ่มต้นที่กริดใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What grid did the driver who earned 19 points start at?It is not neccessary to use all the tables. | table_17244483_1: grid [ VARCHAR] points [ VARCHAR] | SELECT grid FROM table_17244483_1 WHERE points = "19" | null | general |
ปีที่อยู่กับสโมสรของผู้เล่นที่มี 2 ประตูและเกิดเมื่อวันที่ 23 กรกฎาคม พ.ศ. 2453?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the years at the club of the player with 2 goals and was born on 23 July 1910?It is not neccessary to use all the tables. | table_77670: "Player" [ text] "Games" [ real] "Goals" [ real] | SELECT "Years at club" FROM table_77670 WHERE "Goals" = '2' AND "Date of birth" = '23 july 1910' | null | general |
อันดับ 1 มีพาร์น้อยกว่า 1 ใช้เงินเท่าไหร่?ไม่จำเป็นต้องใช้ทุกโต๊ะ | How much money for 1st place with a to par less than 1?It is not neccessary to use all the tables. | table_name_51: money___ [ VARCHAR] place [ VARCHAR] to_par [ VARCHAR] | SELECT COUNT(money___) AS $__ FROM table_name_51 WHERE place = "1" AND to_par < 1 | null | general |
ประเทศใดที่มีทองคำมากกว่า 0 และผลรวมมากกว่า 4 และอันดับ 6 ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Nation has a Gold larger than 0, and a Total larger than 4, and a Rank of 6?It is not neccessary to use all the tables. | table_48308: "Rank" [ text] "Nation" [ text] "Gold" [ real] "Silver" [ real] "Bronze" [ real] "Total" [ real] | SELECT "Nation" FROM table_48308 WHERE "Gold" > '0' AND "Total" > '4' AND "Rank" = '6' | null | general |
หัวรถจักรสำหรับเมือง Benalla คืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the locomotive for the city of Benalla?It is not neccessary to use all the tables. | table_name_44: locomotive [ VARCHAR] name [ VARCHAR] | SELECT locomotive FROM table_name_44 WHERE name = "city of benalla" | null | general |
อายุและเพศของหัวเรื่อง charles nilsson คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is age and gender of subject name charles nilsson?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.age, demographic.gender FROM demographic WHERE demographic.name = "Charles Nilsson" | null | general |
สถิติของเกมที่มีหมายเลขเกมมากกว่า 24 ในวันที่ 19 ธันวาคมคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the record of the game with a game number greater than 24 on December 19?It is not neccessary to use all the tables. | table_name_32: record [ VARCHAR] game [ VARCHAR] date [ VARCHAR] | SELECT record FROM table_name_32 WHERE game > 24 AND date = "december 19" | null | general |
ลองนึกภาพแผนภูมิแท่งเพื่อดูชื่อสนามแข่งต่างๆ และแต่ละสนามแข่งมีกี่สนาม แล้วคุณช่วยจัดอันดับตามแกน x ในการไต่ระดับจากมากไปน้อยได้หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Visualize a bar chart for what are the names of different tracks, and how many races has each had?, and could you rank by the x-axis in descending?It is not neccessary to use all the tables. | track: Track_ID [ int] Name [ text] Location [ text] Seating [ real] Year_Opened [ real] | SELECT T2.Name, COUNT(*) FROM race AS T1 JOIN track AS T2 ON T1.Track_ID = T2.Track_ID GROUP BY T1.Track_ID ORDER BY T2.Name DESC | null | general |
AA ให้บริการเมืองใดบ้างไม่จำเป็นต้องใช้ตารางทั้งหมด | what are the cities that AA servesIt 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 city.city_code FROM airport_service, city, flight WHERE city.city_code = airport_service.city_code AND flight.airline_code = 'AA' AND flight.from_airport = airport_service.airport_code | null | general |
สโมสรใดยิงได้น้อยกว่า 29 ประตูและผลต่างน้อยกว่า 26 ประตู ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด | Which club had fewer than 29 goals against and a difference smaller than 26?It is not neccessary to use all the tables. | table_name_47: club [ VARCHAR] goals_against [ VARCHAR] goal_difference [ VARCHAR] | SELECT club FROM table_name_47 WHERE goals_against < 29 AND goal_difference < 26 | null | general |
ทีมเหย้าของงานในวันพฤหัสบดีที่ 11 ธันวาคมจะเป็นอย่างไรกับแขกรับเชิญ Modo Hockey?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the Home team of the event on Thursday, December 11 with Visitor Modo Hockey?It is not neccessary to use all the tables. | table_name_44: home [ VARCHAR] visitor [ VARCHAR] date [ VARCHAR] | SELECT home FROM table_name_44 WHERE visitor = "modo hockey" AND date = "thursday, december 11" | null | general |
ทุกฝ่ายกับผู้ชนะของ P. Chidambaram คืออะไร? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is every party with a winner of P. Chidambaram?It is not neccessary to use all the tables. | table_25282: "Constituency" [ text] "Winner" [ text] "Party" [ text] "Margin" [ real] | SELECT "Party a" FROM table_25282 WHERE "Winner" = 'P. Chidambaram' | null | general |
มีผู้เล่นกี่คนที่ทำแอสซิสต์สูงในเกมที่ยอดขายรีบาวด์สูง (10)? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | How many different players did the high assists in games where the high rebounds were done by Sales (10)?It is not neccessary to use all the tables. | table_19778010_5: high_assists [ VARCHAR] high_rebounds [ VARCHAR] | SELECT COUNT(high_assists) FROM table_19778010_5 WHERE high_rebounds = "Sales (10)" | null | general |
ปีแรกสุดที่ kakha kaladze ย้ายไปมิลานด้วยอันดับสูงกว่า 9 คือเมื่อไหร่?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | When was the earliest year that kakha kaladze moved to milan with a rank above 9?It is not neccessary to use all the tables. | table_name_37: year [ INTEGER] rank [ VARCHAR] moving_to [ VARCHAR] name [ VARCHAR] | SELECT MIN(year) FROM table_name_37 WHERE moving_to = "milan" AND name = "kakha kaladze" AND rank < 9 | null | general |
ครั้งแรกที่ผู้ป่วย 51200 ได้รับการทดสอบ ptt ในช่วงเดือนที่ผ่านมาคือเมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | when was the first time patient 51200 was tested for ptt during the previous month?It is not neccessary to use all the tables. | labevents: row_id [ number] subject_id [ number] hadm_id [ number] itemid [ number] charttime [ time] valuenum [ number] valueuom [ text] | SELECT labevents.charttime FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'ptt') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 51200) AND DATETIME(labevents.charttime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-1 month') ORDER BY labevents.charttime LIMIT 1 | null | general |
คู่ต่อสู้ในรอบชิงชนะเลิศคืออะไรเมื่อผลการแข่งขันเป็นรอง? ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the Opponent in the final when the outcome was runner-up?It is not neccessary to use all the tables. | table_name_66: opponent_in_the_final [ VARCHAR] outcome [ VARCHAR] | SELECT opponent_in_the_final FROM table_name_66 WHERE outcome = "runner-up" | null | general |
หิมะตกสำหรับสกีรีสอร์ทสโนว์แมสคืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | What is the snowfall for ski resort Snowmass?It is not neccessary to use all the tables. | table_25762852_1: snowfall__in_year_ [ INTEGER] name [ VARCHAR] | SELECT MAX(snowfall__in_year_) FROM table_25762852_1 WHERE name = "Snowmass" | null | general |
ใครมีรอบเร็วที่สุดโดยที่ Joan Lascorz เป็นผู้ชนะ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Who had the fastest lap where Joan Lascorz was the winner?It is not neccessary to use all the tables. | table_35989: "Date" [ text] "Round" [ text] "Circuit" [ text] "Report" [ text] | SELECT "Fastest Lap" FROM table_35989 WHERE "Race Winner" = 'joan lascorz' | null | general |
แจ้งชื่อผู้เข้าอบรมวันที่ 17 เมษายน ไม่จำเป็นต้องใช้ทุกโต๊ะ | Name the attendance on april 17It is not neccessary to use all the tables. | table_name_15: attendance [ VARCHAR] date [ VARCHAR] | SELECT attendance FROM table_name_15 WHERE date = "april 17" | null | general |
อายุขั้นต่ำของผู้ป่วยที่มีสถานภาพสมรสเป็นม่ายและอายุมากกว่าหรือเท่ากับ 43 ปีคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด | what is minimum age of patients whose marital status is widowed and age is greater than or equal to 43?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 MIN(demographic.age) FROM demographic WHERE demographic.marital_status = "WIDOWED" AND demographic.age >= "43" | null | general |
Akakios Kakiasvilis (GRE) คืออะไร 187 กก. ถึง 188 กก. ไม่จำเป็นต้องใช้ตารางทั้งหมด | What Akakios Kakiasvilis (GRE) is 187kg the 188kg?It is not neccessary to use all the tables. | table_64677: "Snatch" [ text] "188kg" [ text] | SELECT "Akakios Kakiasvilis ( GRE )" FROM table_64677 WHERE "188kg" = '187kg' | null | general |
Time/Retired คืออะไร เมื่อรอบน้อยกว่า 49 และเมื่อชื่อคือ 'Michael Caruso' ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is Time/Retired, when Laps is less than 49, and when Name is 'Michael Caruso'?It is not neccessary to use all the tables. | table_name_65: time_retired [ VARCHAR] laps [ VARCHAR] name [ VARCHAR] | SELECT time_retired FROM table_name_65 WHERE laps < 49 AND name = "michael caruso" | null | general |
แสดงรายการชื่อผลิตภัณฑ์ทั้งหมดโดยเรียงลำดับราคาจากน้อยไปหามาก ไม่จำเป็นต้องใช้ตารางทั้งหมด | List all product names in ascending order of price.It is not neccessary to use all the tables. | bookings: booking_id [ number] customer_id [ number] workshop_group_id [ text] status_code [ text] store_id [ number] order_date [ time] planned_delivery_date [ time] actual_delivery_date [ time] other_order_details [ text] | SELECT product_name FROM products ORDER BY product_price | null | general |
Next Winter ใครกำลังสอน Sponsorship Linked Marketing ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Next Winter , who 's teaching Sponsorship Linked Marketing ?It is not neccessary to use all the tables. | requirement: requirement_id [ int] requirement [ varchar] college [ varchar] | SELECT DISTINCT instructor.name FROM instructor INNER JOIN offering_instructor ON offering_instructor.instructor_id = instructor.instructor_id INNER JOIN course_offering ON offering_instructor.offering_id = course_offering.offering_id INNER JOIN semester ON semester.semester_id = course_offering.semester INNER JOIN course ON course.course_id = course_offering.course_id WHERE course.name LIKE '%Sponsorship Linked Marketing%' AND semester.semester = 'Winter' AND semester.year = 2017 | null | general |
คำถามที่ติดแท็ก %backbase% ในช่วงเวลาหนึ่ง ไม่จำเป็นต้องใช้ตารางทั้งหมด | Questions tagged %backbase% over time.It is not neccessary to use all the tables. | Badges: Id [ number] UserId [ number] Name [ text] Date [ time] Class [ number] TagBased [ boolean] | SELECT YEAR(p.CreationDate) AS Year, TIME_TO_STR(p.CreationDate, '%q') AS Quarter, COUNT(Id) AS NumberOfQuestions FROM Posts AS p WHERE LOWER(Title) LIKE '%python%' OR LOWER(Tags) LIKE '%python%' GROUP BY YEAR(p.CreationDate), TIME_TO_STR(p.CreationDate, '%q') ORDER BY YEAR(p.CreationDate), TIME_TO_STR(p.CreationDate, '%q') | null | general |
บอกเวลาเข้าโรงพยาบาลของผู้ป่วย 51577 ถึง 2104 หน่อยได้ไหม ไม่จำเป็นต้องใช้ตารางทั้งหมด | tell me the time of hospital admission of patient 51577 until 2104?It is not neccessary to use all the tables. | cost: row_id [ number] subject_id [ number] hadm_id [ number] event_type [ text] event_id [ number] chargetime [ time] cost [ number] | SELECT admissions.admittime FROM admissions WHERE admissions.subject_id = 51577 AND STRFTIME('%y', admissions.admittime) <= '2104' | null | general |
ประวัติการดื่มแอลกอฮอล์หรือยาเสพติดเรื้อรัง/การติดยาเสพติดในช่วง 5 ปีที่ผ่านมา ไม่จำเป็นต้องใช้ตารางทั้งหมด | history of chronic alcohol or drug abuse / dependence within the past 5 years.It is not neccessary to use all the tables. | table_train_140: "id" [ int] "gender" [ string] "mini_mental_state_examination_mmse" [ int] "allergy_to_quinidine" [ bool] "systolic_blood_pressure_sbp" [ int] "postural_syncope" [ bool] "hypotension" [ bool] "unexplained_syncope" [ bool] "allergy_to_dextromethorphan" [ bool] "allergy_to_drug" [ bool] "alcohol_abuse" [ bool] "drug_abuse" [ bool] "clinical_dementia_rating_cdr" [ float] "age" [ float] "NOUSE" [ float] | SELECT * FROM table_train_140 WHERE alcohol_abuse = 1 OR drug_abuse = 1 | null | general |
ยาชนิดแรกที่กำหนดให้กับผู้ป่วย 64185 ตั้งแต่ 137 เดือนที่แล้วคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | what were the first drugs that were prescribed to patient 64185 since 137 months ago?It is not neccessary to use all the tables. | d_items: row_id [ number] itemid [ number] label [ text] linksto [ text] | SELECT prescriptions.drug FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 64185) AND DATETIME(prescriptions.startdate) >= DATETIME(CURRENT_TIME(), '-137 month') ORDER BY prescriptions.startdate LIMIT 1 | null | general |
เมืองแบล็กเมาเทน รัฐนอร์ทแคโรไลนา อยู่ในระดับใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What class is the city of black mountain, north carolina?It is not neccessary to use all the tables. | table_name_45: class [ VARCHAR] city_of_license [ VARCHAR] | SELECT class FROM table_name_45 WHERE city_of_license = "black mountain, north carolina" | null | general |
มีผู้ป่วยที่เป็นโรคติดเชื้อเบื้องต้นและปีที่เข้ารับการรักษาน้อยกว่า 2203 จำนวนกี่ราย ไม่จำเป็นต้องใช้ตารางทั้งหมด | how many patients whose primary disease is sepsis and admission year is less than 2203?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 = "SEPSIS" AND demographic.admityear < "2203" | null | general |
ครั้งสุดท้ายที่ผู้ป่วย 1902 มีปริมาณไบคาร์บอเนตขั้นต่ำนับตั้งแต่ 47 เดือนที่แล้วคือเมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | when was the last time that patient 1902 has the minimum bicarbonate since 47 months ago?It is not neccessary to use all the tables. | admissions: row_id [ number] subject_id [ number] hadm_id [ number] admittime [ time] dischtime [ time] admission_type [ text] admission_location [ text] discharge_location [ text] insurance [ text] language [ text] marital_status [ text] ethnicity [ text] age [ number] | SELECT labevents.charttime FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 1902) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'bicarbonate') AND DATETIME(labevents.charttime) >= DATETIME(CURRENT_TIME(), '-47 month') ORDER BY labevents.valuenum, labevents.charttime DESC LIMIT 1 | null | general |
ebit จำนวนดอลลาร์เมื่อกำไรสุทธิคือ 120.6 คือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the dollar amount of ebit when the net profit is 120.6?It is not neccessary to use all the tables. | table_18077713_1: ebit__us_$m_ [ VARCHAR] net_profit__us_$m_ [ VARCHAR] | SELECT ebit__us_$m_ FROM table_18077713_1 WHERE net_profit__us_$m_ = "120.6" | null | general |
ส่งกลับจำนวนวันที่เสร็จสิ้นสำหรับการทดสอบทั้งหมดที่มีผล 'ล้มเหลว' และโปรดเรียงลำดับจำนวนทั้งหมดจากสูงไปต่ำ ไม่จำเป็นต้องใช้ตารางทั้งหมด | Return the number of the completion date for all the tests that have 'Fail' result, and rank total number from high to low order please.It is not neccessary to use all the tables. | Subjects: subject_id [ INTEGER] subject_name [ VARCHAR(120)] | SELECT date_of_completion, COUNT(date_of_completion) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" ORDER BY COUNT(date_of_completion) DESC | null | general |
Men's 35 ในปี 1990 ก่อนปี 1990 เมื่อ Men's Open คือ NSW และสถานที่จัดงานคือซิดนีย์คือเท่าใด ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด | What is the Men's 35 in year before 1990 when Men's Open is NSW and the venue is Sydney?It is not neccessary to use all the tables. | table_65488: "Year" [ real] "Venue" [ text] | SELECT "Men's 35s" FROM table_65488 WHERE "Year" < '1990' AND "Men's Open" = 'nsw' AND "Venue" = 'sydney' | null | general |
ฉันได้เกรดอะไรบ้างในหลักสูตรที่ศ.พาพาเกราคิสสอน ?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What grades have I received in courses that Prof. Papagerakis has taught ?It is not neccessary to use all the tables. | course_tags_count: course_id [ int] clear_grading [ int] pop_quiz [ int] group_projects [ int] inspirational [ int] long_lectures [ int] extra_credit [ int] few_tests [ int] good_feedback [ int] tough_tests [ int] heavy_papers [ int] cares_for_students [ int] heavy_assignments [ int] respected [ int] participation [ int] heavy_reading [ int] tough_grader [ int] hilarious [ int] would_take_again [ int] good_lecture [ int] no_skip [ int] | SELECT DISTINCT student_record.grade FROM student_record INNER JOIN offering_instructor ON student_record.offering_id = offering_instructor.offering_id INNER JOIN instructor ON offering_instructor.instructor_id = instructor.instructor_id WHERE LOWER(instructor.name) LIKE '%Papagerakis%' AND student_record.student_id = 1 | null | general |
ครั้งแรกที่ผู้ป่วย 30307 ได้รับการรักษาด้วยสายสวนหลอดเลือดดำสะดือระหว่างการไปโรงพยาบาลครั้งสุดท้ายคือเมื่อใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด | when is the first time patient 30307 received a umbilical vein cath treatment during their last hospital visit?It is not neccessary to use all the tables. | d_items: row_id [ number] itemid [ number] label [ text] linksto [ text] | SELECT procedures_icd.charttime FROM procedures_icd WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'umbilical vein cath') AND procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 30307 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) ORDER BY procedures_icd.charttime LIMIT 1 | null | general |
ซีเควนเซอร์คืออะไรเมื่อ ion torrent pgm อยู่ที่ 200-400 bp?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the sequencer when ion torrent pgm is 200-400 bp?It is not neccessary to use all the tables. | table_17773: "Sequencer" [ text] "SOLiDv4" [ text] "PacBio" [ text] | SELECT "Sequencer" FROM table_17773 WHERE "Ion Torrent PGM" = '200-400 bp' | null | general |
ความยาว ไม่จำเป็นต้องใช้ทุกตาราง | length.It is not neccessary to use all the tables. | ReviewRejectionReasons: Id [ number] Name [ text] Description [ text] PostTypeId [ number] | SELECT AVG(LENGTH(Body)) AS AverageLength, AVG(CAST(Score AS FLOAT) / ViewCount) AS QuestionScorePerViews, AVG(CAST(Score AS FLOAT) / ViewCount) + STDEV(CAST(Score AS FLOAT) / ViewCount) AS PlusOneSigma, AVG(CAST(Score AS FLOAT) / ViewCount) - STDEV(CAST(Score AS FLOAT) / ViewCount) AS MinusOneSigma FROM Posts WHERE PostTypeId = 1 AND LENGTH(Body) <= 8000 GROUP BY ROUND(LENGTH(Body), -2) ORDER BY ROUND(LENGTH(Body), -2) | null | general |
กี่แอสซิสต์ต่อเกมในการแข่งขันชิงแชมป์โลก fiba ประจำปี 2010?ไม่จำเป็นต้องใช้ตารางทั้งหมด | How many assists per game in the tournament 2010 fiba world championship?It is not neccessary to use all the tables. | table_2387461_1: assists_per_game [ VARCHAR] tournament [ VARCHAR] | SELECT assists_per_game FROM table_2387461_1 WHERE tournament = "2010 FIBA World Championship" | null | general |
ตำแหน่งใดมี Notes 68.76 m?ไม่จำเป็นต้องใช้ตารางทั้งหมด | Which Position has Notes of 68.76 m?It is not neccessary to use all the tables. | table_13840: "Year" [ real] "Competition" [ text] "Venue" [ text] "Position" [ text] "Notes" [ text] | SELECT "Position" FROM table_13840 WHERE "Notes" = '68.76 m' | null | general |
เมืองหลวงใดมีประชากร 308,610 คน ไม่จำเป็นต้องใช้ทุกตาราง | Which capital has a population of 308,610?It is not neccessary to use all the tables. | table_55116: "Region" [ text] "Capital" [ text] "Population" [ text] | SELECT "Capital" FROM table_55116 WHERE "Population" = '308,610' | null | general |
FA Cup จำนวนต่ำสุดที่เกี่ยวข้องกับ 0 Malaysia Cup คือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What is the lowest number of FA cups associated with 0 malaysia cups?It is not neccessary to use all the tables. | table_37340: "Player" [ text] "League" [ real] "Total" [ real] | SELECT MIN("FA Cup") FROM table_37340 WHERE "Malaysia Cup" < '0' | null | general |
ระฆังแอตแลนติกคลาสสิกเป็นวันใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด | What day was the bell atlantic classic?It is not neccessary to use all the tables. | table_name_53: date [ VARCHAR] tournament [ VARCHAR] | SELECT date FROM table_name_53 WHERE tournament = "bell atlantic classic" | null | general |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.