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
อะไรคือความแตกต่างในด้านน้ำหนักของผู้ป่วย 2518 วัดที่ 2105-12-30 090000 เทียบกับค่าที่วัดที่ 2105-12-29 210000 ไม่จำเป็นต้องใช้ตารางทั้งหมด
what was the difference in the weight of patient 2518 measured at 2105-12-30 090000 compared to the value measured at 2105-12-29 210000.It is not neccessary to use all the tables.
outputevents: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] charttime [ time] itemid [ number] value [ number]
SELECT (SELECT chartevents.valuenum FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 2518)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'ad...
null
general
ตั้งชื่อข้อสังเกตสำหรับโรงเลื่อยไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the remarks for sawhouseIt is not neccessary to use all the tables.
table_211791_1: remarks [ VARCHAR] nato_reporting_name [ VARCHAR]
SELECT remarks FROM table_211791_1 WHERE nato_reporting_name = "SAWHOUSE"
null
general
s.ไม่จำเป็นที่จะต้องใช้ทุกตาราง
s.It is not neccessary to use all the tables.
PostTags: PostId [ number] TagId [ number]
WITH QuestionsPerUser AS (SELECT U.Id AS UserId, COUNT(*) AS QuestionCount FROM Users AS u INNER JOIN Posts AS p ON u.Id = p.OwnerUserId WHERE p.PostTypeId = 1 GROUP BY U.Id), UsersWITHMoreThan28Questions AS (SELECT * FROM QuestionsPerUser WHERE QuestionCount > 28) SELECT SUM(QuestionCount) FROM UsersWITHMoreThan28Ques...
null
general
แสดงแผนภูมิแท่งสำหรับประเภทของการ์ดที่แตกต่างกัน และแต่ละการ์ดมีกี่การ์ด และฉันต้องการแสดงรายการแถบจากต่ำไปสูง ไม่จำเป็นต้องใช้ตารางทั้งหมด
Display a bar chart for what are the different card types, and how many cards are there of each?, and I want to list bar from low to high order.It is not neccessary to use all the tables.
Customers_Cards: card_id [ INTEGER] customer_id [ INTEGER] card_type_code [ VARCHAR(15)] card_number [ VARCHAR(80)] date_valid_from [ DATETIME] date_valid_to [ DATETIME] other_card_details [ VARCHAR(255)]
SELECT card_type_code, COUNT(*) FROM Customers_Cards GROUP BY card_type_code ORDER BY card_type_code
null
general
ใครคือผู้เล่นของทีม New York Rangers?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who's the player for the New York Rangers?It is not neccessary to use all the tables.
table_1213511_2: player [ VARCHAR] nhl_team [ VARCHAR]
SELECT player FROM table_1213511_2 WHERE nhl_team = "New York Rangers"
null
general
NIPS ตีพิมพ์เอกสารอะไรบ้าง ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what papers did NIPS publish ?It is not neccessary to use all the tables.
cite: citingpaperid [ int] citedpaperid [ int]
SELECT DISTINCT paper.paperid FROM paper, venue WHERE venue.venueid = paper.venueid AND venue.venuename = 'NIPS'
null
general
สัปดาห์สูงสุดของเกมในวันที่ 9 พฤศจิกายน 1997 คือสัปดาห์ใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the highest week of the game on November 9, 1997?It is not neccessary to use all the tables.
table_41798: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Record" [ text] "Location" [ text] "Attendance" [ text]
SELECT MAX("Week") FROM table_41798 WHERE "Date" = 'november 9, 1997'
null
general
ฝ่ายใดมีจำนวนที่นั่งมากที่สุด ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
which party had the most number of seats ?It is not neccessary to use all the tables.
table_204_690: id [ number] "election" [ number] "seats" [ number] "notes" [ text]
SELECT "party name" FROM table_204_690 ORDER BY "seats" DESC LIMIT 1
null
general
ในปีนี้คนไข้ 025-60951 ได้เข้าห้องฉุกเฉินหรือไม่ ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
during this year, did patient 025-60951 go to an emergency room?It is not neccessary to use all the tables.
diagnosis: diagnosisid [ number] patientunitstayid [ number] diagnosisname [ text] diagnosistime [ time] icd9code [ text]
SELECT COUNT(*) > 0 FROM patient WHERE patient.uniquepid = '025-60951' AND patient.hospitaladmitsource = 'emergency department' AND DATETIME(patient.unitadmittime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year')
null
general
แมตช์กระชับมิตร 1 ประตูมีสกอร์เท่าไหร่?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the score of the friendly competition with 1 goal?It is not neccessary to use all the tables.
table_name_25: score [ VARCHAR] competition [ VARCHAR] goal [ VARCHAR]
SELECT score FROM table_name_25 WHERE competition = "friendly" AND goal = 1
null
general
ตำแหน่งที่เล็กที่สุดที่มีผู้เล่นมากกว่า 9 คนคืออะไร? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the smallest positioned with more than 9 played?It is not neccessary to use all the tables.
table_5248: "Position" [ real] "Team" [ text] "Points" [ real] "Played" [ real] "Drawn" [ real] "Lost" [ real] "Against" [ real] "Difference" [ text]
SELECT MIN("Position") FROM table_5248 WHERE "Played" > '9'
null
general
แสดงเที่ยวบินที่มาถึงบัลติมอร์จากฟิลาเดลเฟียเวลาประมาณ 4 โมงเช้า ไม่จำเป็นต้องใช้ตารางทั้งหมด
show me the flights arriving in BALTIMORE from PHILADELPHIA at about 4 o'clockIt is not neccessary to use all the tables.
equipment_sequence: aircraft_code_sequence [ varchar] aircraft_code [ varchar]
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE ((flight.arrival_time <= 1630 AND flight.arrival_time >= 1530) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BALTIMORE' AND flight.t...
null
general
อะไรคือผลลัพธ์ของเกมที่เล่นอย่างเร่งรีบ?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the result of the game played in hurst?It is not neccessary to use all the tables.
table_37892: "Date" [ text] "Round" [ text] "Opponents" [ text]
SELECT "Result F \u2013 A" FROM table_37892 WHERE "H / A" = 'hurst'
null
general
ค้นหาคะแนนเกรดสูงสุดและต่ำสุดสำหรับเกรดตัวอักษรทั้งหมด ไม่จำเป็นต้องใช้ตารางทั้งหมด
Find the max and min grade point for all letter grade.It is not neccessary to use all the tables.
department: dno [ number] division [ text] dname [ text] room [ text] building [ text] dphone [ number]
SELECT MAX(gradepoint), MIN(gradepoint) FROM gradeconversion
null
general
ผู้ป่วย 028-55503 ได้รับการทดสอบในห้องปฏิบัติการเป็นครั้งแรกเมื่อใดเมื่อเดือนที่แล้ว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
when did patient 028-55503 receive a test in the lab for the first time in the previous month?It is not neccessary to use all the tables.
medication: medicationid [ number] patientunitstayid [ number] drugname [ text] dosage [ text] routeadmin [ text] drugstarttime [ time] drugstoptime [ time]
SELECT lab.labresulttime FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '028-55503')) AND DATETIME(lab.labresulttime, 'start of month') = DATETIME(CURRENT_T...
null
general
ค่าเฉลี่ยมีกี่ TD ที่ 6 และมากกว่า 25 หลา?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many averages have a TD's of 6, and more than 25 yards?It is not neccessary to use all the tables.
table_51229: "Player" [ text] "Car." [ real] "Yards" [ real] "Avg." [ real] "TD's" [ real] "Long" [ real]
SELECT COUNT("Avg.") FROM table_51229 WHERE "TD's" = '6' AND "Yards" > '25'
null
general
คลอดิโอ โซลีเป็นศิลปินต้นฉบับกี่เพลง ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many songs was claudio zoli the original artist ?It is not neccessary to use all the tables.
table_204_51: id [ number] "theme" [ text] "result" [ text]
SELECT COUNT("song choice") FROM table_204_51 WHERE "original artist" = 'claudio zoli'
null
general
ส่งกลับแผนภูมิแท่งเกี่ยวกับการกระจายของ ACC_Road และ School_ID และจัดกลุ่มตามแอตทริบิวต์ ACC_Home โปรดเรียงลำดับจากมากไปน้อยด้วย X โปรดไม่จำเป็นต้องใช้ตารางทั้งหมด
Return a bar chart about the distribution of ACC_Road and School_ID , and group by attribute ACC_Home, order in descending by the X please.It is not neccessary to use all the tables.
university: School_ID [ int] School [ text] Location [ text] Founded [ real] Affiliation [ text] Enrollment [ real] Nickname [ text] Primary_conference [ text]
SELECT ACC_Road, School_ID FROM basketball_match GROUP BY ACC_Home, ACC_Road ORDER BY ACC_Road DESC
null
general
ใครเป็นผู้ชนะในสเตจที่ 12?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who was the winner of stage 12?It is not neccessary to use all the tables.
table_32624: "Stage" [ text] "Date" [ text] "Route" [ text] "Terrain" [ text] "Length" [ text] "Winner" [ text]
SELECT "Winner" FROM table_32624 WHERE "Stage" = '12'
null
general
เครื่องบินทิ้งระเบิดสีน้ำเงินของวินนิเพกร่างตำแหน่งใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What position did the winnipeg blue bombers draft?It is not neccessary to use all the tables.
table_16575609_1: position [ VARCHAR] cfl_team [ VARCHAR]
SELECT position FROM table_16575609_1 WHERE cfl_team = "Winnipeg Blue Bombers"
null
general
ศิลปินชายชาวอังกฤษชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What are the names of all male British artists?It is not neccessary to use all the tables.
genre: g_name [ text] rating [ text] most_popular_in [ text]
SELECT artist_name FROM artist WHERE country = "UK" AND gender = "Male"
null
general
ความยาวของเกมที่ Baltimore Colts อยู่ที่บ้านคือเท่าไร? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the length of the game where the Baltimore Colts were at home?It is not neccessary to use all the tables.
table_name_95: length_of_game [ VARCHAR] home_team [ VARCHAR]
SELECT length_of_game FROM table_name_95 WHERE home_team = "baltimore colts"
null
general
เลือดออกในทางเดินอาหารครั้งก่อนภายใน 6 เดือน, เลือดออก diathesis, จำนวนเกล็ดเลือด < 100,000 / mm3 หรือฮีโมโกลบิน < 10 g / dl ไม่จำเป็นต้องใช้ตารางทั้งหมด
previous gastrointestinal bleeding within 6 months, bleeding diathesis, platelet count < 100000 / mm3 or hemoglobin < 10 g / dlIt is not neccessary to use all the tables.
table_test_24: "id" [ int] "history_of_bleeding_diathesis" [ bool] "bleeding" [ int] "systolic_blood_pressure_sbp" [ int] "hemoglobin_a1c_hba1c" [ float] "blood_draw" [ bool] "renal_disease" [ bool] "allergy_to_aspirin" [ bool] "allergy_to_clopidogrel" [ bool] "cardiogenic_shock" [ bool] "allergy_to_prasugr...
SELECT * FROM table_test_24 WHERE gastrointestinal_disease = 1 OR bleeding = 1 OR platelet_count < 100000 OR hemoglobin_a1c_hba1c < 10
null
general
ทีมเจ้าบ้านใดมีคะแนนทีมเหย้า 22.12 (144) ไม่จำเป็นต้องใช้ตารางทั้งหมด
What home team has a Home team score of 22.12 (144)?It is not neccessary to use all the tables.
table_10278: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Home team" FROM table_10278 WHERE "Home team score" = '22.12 (144)'
null
general
อาชีพ SR ที่มีค่า A ในปี 1980 และ F ในปี 1997 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the career SR with a value of A in 1980 and F in 1997?It is not neccessary to use all the tables.
table_name_47: career_sr [ VARCHAR]
SELECT career_sr FROM table_name_47 WHERE 1989 = "a" AND 1997 = "f"
null
general
ขอทราบจำนวนผู้ป่วยที่วินิจฉัยรหัส icd9 คือ 42831 และของเหลวทดสอบในห้องปฏิบัติการเป็นของเหลวในร่างกายชนิดอื่นหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
give me the number of patients whose diagnoses icd9 code is 42831 and lab test fluid is other body fluid?It is not neccessary to use all the tables.
prescriptions: subject_id [ text] hadm_id [ text] icustay_id [ text] drug_type [ text] drug [ text] formulary_drug_cd [ text] route [ text] drug_dose [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.icd9_code = "42831" AND lab.fluid = "Other Body Fluid"
null
general
ผู้ดำรงตำแหน่งเขตเท็กซัส 11 ที่ได้รับการเลือกตั้งใหม่เป็นของพรรคใด? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What party did the re-elected incumbent of the Texas 11 district belong to?It is not neccessary to use all the tables.
table_18523: "District" [ text] "Incumbent" [ text] "Party" [ text] "Result" [ text] "Candidates" [ text]
SELECT "Party" FROM table_18523 WHERE "Result" = 'Re-elected' AND "District" = 'Texas 11'
null
general
บันทึกใดที่มีวันที่ 21 กันยายนเป็นวันที่?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What record has September 21 as the date?It is not neccessary to use all the tables.
table_name_59: record [ VARCHAR] date [ VARCHAR]
SELECT record FROM table_name_59 WHERE date = "september 21"
null
general
ฮีมาโตคริต < 36 ( หญิง ) , < 38 ( ชาย )ไม่จำเป็นต้องใช้ทุกตาราง
hematocrit < 36 ( female ) , < 38 ( male )It is not neccessary to use all the tables.
table_dev_53: "id" [ int] "anemia" [ bool] "gender" [ string] "hemoglobin_a1c_hba1c" [ float] "dyslipidemia" [ bool] "hct" [ int] "hematocrit_hct" [ float] "persistent_macroalbuminuria" [ bool] "urine_albumin" [ int] "high_density_lipoprotein_cholesterol_hdl_c" [ int] "coagulopathy" [ bool] "NOUSE" [ float...
SELECT * FROM table_dev_53 WHERE (gender = 'female' AND hematocrit_hct < 36) OR (gender = 'male' AND hematocrit_hct < 38)
null
general
ชื่อใดที่ตรงกับบัญชีที่มียอดรวมเช็คและออมทรัพย์น้อยที่สุด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the name corresponding to the accoung with the lowest sum of checking and savings balances?It is not neccessary to use all the tables.
savings: custid [ number] balance [ number]
SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance + T3.balance LIMIT 1
null
general
ค่า mchc ของผู้ป่วย 8244 วินาทีที่วัดในการมาโรงพยาบาลครั้งแรก น้อยกว่าที่วัดครั้งแรกในการมาโรงพยาบาลครั้งแรกหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
is the value of mchc of patient 8244 second measured on the first hospital visit less than it was first measured on the first hospital visit?It is not neccessary to use all the tables.
d_icd_diagnoses: row_id [ number] icd9_code [ text] short_title [ text] long_title [ text]
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 8244 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label =...
null
general
พื้นผิวใดที่เล่นกับ Shahar Pe'er?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What surface was played on against Shahar Pe'er?It is not neccessary to use all the tables.
table_name_61: surface [ VARCHAR] opponent [ VARCHAR]
SELECT surface FROM table_name_61 WHERE opponent = "shahar pe'er"
null
general
ในเยอรมนีมีกี่ดาร์?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many dar are in germany?It is not neccessary to use all the tables.
table_72734: "N\u00b0" [ real] "Country" [ text] "Language" [ text] "Content" [ text] "DAR" [ text] "HDTV" [ text] "Package/Option" [ text]
SELECT "DAR" FROM table_72734 WHERE "Country" = 'Germany'
null
general
ค่าในปี 1989 โดยมี QF ในปี 1997 และ A ในปี 1993 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the value in 1989 with QF in 1997 and A in 1993?It is not neccessary to use all the tables.
table_77106: "Tournament" [ text] "1989" [ text] "1990" [ text] "1991" [ text] "1992" [ text] "1993" [ text] "1994" [ text] "1995" [ text] "1996" [ text] "1997" [ text] "1998" [ text] "1999" [ text] "2000" [ text] "2001" [ text] "2002" [ text] "2003" [ text]
SELECT "1989" FROM table_77106 WHERE "1997" = 'qf' AND "1993" = 'a'
null
general
ตำแหน่งกองหน้าของทีมโรงเรียน/สโมสรลาซาลหมายเลขอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the number for the forward position from the school/club team La Salle?It is not neccessary to use all the tables.
table_name_90: number [ VARCHAR] position [ VARCHAR] school_club_team [ VARCHAR]
SELECT number FROM table_name_90 WHERE position = "forward" AND school_club_team = "la salle"
null
general
พวกเขาสั่งยาอะไรให้กับผู้ป่วย 005-4471 สองครั้งขึ้นไป?ไม่จำเป็นต้องใช้ทุกตาราง
what is the drug they has prescribed to patient 005-4471 two or more times?It is not neccessary to use all the tables.
medication: medicationid [ number] patientunitstayid [ number] drugname [ text] dosage [ text] routeadmin [ text] drugstarttime [ time] drugstoptime [ time]
SELECT t1.drugname FROM (SELECT medication.drugname, COUNT(medication.drugstarttime) AS c1 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005...
null
general
ฉันสามารถใช้ Applied Russian ได้เมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When can I take Applied Russian ?It is not neccessary to use all the tables.
course_prerequisite: pre_course_id [ int] course_id [ int]
SELECT DISTINCT course_offering.end_time, course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.start_time, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday FROM semester INNER JOIN course_offering ON semester.semester_id = course_o...
null
general
ผลลัพธ์ทั้งหมดของ New York 16 District ไม่จำเป็นต้องใช้ตารางทั้งหมด
what are all the result for New York 16 districtIt is not neccessary to use all the tables.
table_1341395_33: result [ VARCHAR] district [ VARCHAR]
SELECT result FROM table_1341395_33 WHERE district = "New York 16"
null
general
เกรดที่มีสนามหญ้า 1600 ม. คืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the Grade that has Turf 1600m?It is not neccessary to use all the tables.
table_69409: "Grade" [ text] "Racecourse" [ text] "Distance" [ text]
SELECT "Grade" FROM table_69409 WHERE "Priority-entry-rights to Derby" = 'turf 1600m'
null
general
ลมสูงสุด 1 นาที ไมล์ต่อชั่วโมง (กม./ชม.) ใดที่มีวันที่ใช้งานในวันที่ 22 กันยายน 28 กันยายน 28? ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Max 1-min wind mph (km/h) that has Dates active on september22 september28?It is not neccessary to use all the tables.
table_name_26: max_1_min_wind_mph__km_h_ [ VARCHAR] dates_active [ VARCHAR]
SELECT max_1_min_wind_mph__km_h_ FROM table_name_26 WHERE dates_active = "september22– september28"
null
general
รถยนต์มิตซูบิชิปีไหน?ไม่จำเป็นต้องใช้ทุกโต๊ะ
Which year had a vehicle of Mitsubishi?It is not neccessary to use all the tables.
table_name_88: year [ VARCHAR] vehicle [ VARCHAR]
SELECT year FROM table_name_88 WHERE vehicle = "mitsubishi"
null
general
หมายเลขรุ่น Colt ของรุ่น GAU-5A/A ที่ไม่มีตัวดึงแบบดาบปลายปืน ไม่มีตัวเบี่ยงตัวเรือน และสต็อกของรุ่นที่ 2 คืออะไร?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What are the Colt model numbers of the models named GAU-5A/A, with no bayonet lug, no case deflector and stock of 2nd generation?It is not neccessary to use all the tables.
table_12834315_1: colt_model_no [ VARCHAR] name [ VARCHAR] case_deflector [ VARCHAR] bayonet_lug [ VARCHAR] stock [ VARCHAR]
SELECT colt_model_no FROM table_12834315_1 WHERE bayonet_lug = "No" AND stock = "2nd Generation" AND case_deflector = "No" AND name = "GAU-5A/A"
null
general
ขาที่ 2 ของ 4-9 สหกรณ์คืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง
What is the 2nd leg of the 4-9 agg.?It is not neccessary to use all the tables.
table_76698: "Position" [ text] "Agg." [ text]
SELECT "2nd leg" FROM table_76698 WHERE "Agg." = '4-9'
null
general
เอกสารโดย linda shapiro ในปี 2559 ไม่จำเป็นต้องใช้ตารางทั้งหมด
papers by linda shapiro in 2016It is not neccessary to use all the tables.
writes: paperid [ int] authorid [ int]
SELECT DISTINCT paper.paperid FROM author, paper, writes WHERE author.authorname = 'linda shapiro' AND paper.year = 2016 AND writes.authorid = author.authorid AND writes.paperid = paper.paperid
null
general
มีทีม #10 เพอร์ดูจำนวน 10 ทีมใหญ่กี่วัน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many dates have a big ten team of #10 purdue?It is not neccessary to use all the tables.
table_21330550_2: date [ VARCHAR] big_ten_team [ VARCHAR]
SELECT COUNT(date) FROM table_21330550_2 WHERE big_ten_team = "#10 Purdue"
null
general
หลังจาก 1,000 มีหัวข้อสำหรับ PHYSICS 522 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
After 1000 , is there a section for PHYSICS 522 ?It is not neccessary to use all the tables.
requirement: requirement_id [ int] requirement [ varchar] college [ varchar]
SELECT DISTINCT course_offering.end_time, course_offering.section_number, course_offering.start_time FROM course, course_offering, semester WHERE course_offering.start_time > '10:00' AND course.course_id = course_offering.course_id AND course.department = 'PHYSICS' AND course.number = 522 AND semester.semester = 'WN' A...
null
general
เที่ยวบินจาก NEWARK ไป CLEVELAND ทุกวัน 17.00 น. ไม่จำเป็นต้องใช้ตารางทั้งหมด
flights from NEWARK to CLEVELAND DAILY 1700 o'clock pmIt is not neccessary to use all the tables.
city: city_code [ varchar] city_name [ varchar] state_code [ varchar] country_name [ varchar] time_zone_code [ varchar]
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, flight WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'CLEVELAND' AND flight.departure_time = 1700 AND flight.to_airport = AIRPORT_SERVICE_1.ai...
null
general
ระบบขับเคลื่อนเชื้อเพลิงใดมี Fleet Series (ปริมาณ) 04001-04125 (125)?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Fuel Propulsion has a Fleet Series (Quantity) of 04001-04125 (125)?It is not neccessary to use all the tables.
table_name_73: fuel_propulsion [ VARCHAR] fleet_series__quantity_ [ VARCHAR]
SELECT fuel_propulsion FROM table_name_73 WHERE fleet_series__quantity_ = "04001-04125 (125)"
null
general
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตแต่ละผลิตภัณฑ์ ให้เปรียบเทียบรายได้เหนือชื่อ และจัดกลุ่มตามแอตทริบิวต์ผู้ก่อตั้งด้วยแผนภูมิแท่ง คุณช่วยแสดง Y จากมากไปน้อยได้ไหม ไม่จำเป็นต้องใช้ตารางทั้งหมด .
For those records from the products and each product's manufacturer, give me the comparison about revenue over the name , and group by attribute founder by a bar chart, could you show Y from high to low order?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, T2.Revenue FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Founder, T1.Name ORDER BY T2.Revenue DESC
null
general
ขอข้อมูลผู้ป่วย 002-39753 ทั้งหมดให้ฉันจนถึง 29/09/2102 ไม่จำเป็นต้องใช้ตารางทั้งหมด
get me patient 002-39753's total input until 09/29/2102.It is not neccessary to use all the tables.
allergy: allergyid [ number] patientunitstayid [ number] drugname [ text] allergyname [ text] allergytime [ time]
SELECT SUM(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '002-39753')) AND intakeoutput.cellpath LIKE '%in...
null
general
รายชื่อประเทศที่มีนักว่ายน้ำมากกว่าหนึ่งคน ไม่จำเป็นต้องใช้ตารางทั้งหมด
List countries that have more than one swimmer.It is not neccessary to use all the tables.
swimmer: id [ number] name [ text] nationality [ text] meter_100 [ number] meter_200 [ text] meter_300 [ text] meter_400 [ text] meter_500 [ text] meter_600 [ text] meter_700 [ text] time [ text]
SELECT nationality, COUNT(*) FROM swimmer GROUP BY nationality HAVING COUNT(*) > 1
null
general
เกมที่มีคะแนน 7 0 คือวันไหน?ไม่จำเป็นต้องใช้ทุกโต๊ะ
On what date was the game that had a score of 7 0?It is not neccessary to use all the tables.
table_name_91: date [ VARCHAR] score [ VARCHAR]
SELECT date FROM table_name_91 WHERE score = "7–0"
null
general
ผู้ป่วยที่ทดสอบในห้องปฏิบัติการครั้งสุดท้าย 006-168146 ได้รับเมื่อใดในวันที่ 10/ปีที่แล้ว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
when was the last lab test patient 006-168146 has received in 10/last year?It is not neccessary to use all the tables.
medication: medicationid [ number] patientunitstayid [ number] drugname [ text] dosage [ text] routeadmin [ text] drugstarttime [ time] drugstoptime [ time]
SELECT lab.labresulttime FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-168146')) AND DATETIME(lab.labresulttime, 'start of year') = DATETIME(CURRENT_T...
null
general
ใครคือศิลปินดั้งเดิมของธีมการแสดงของกลุ่ม?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who was the original artist of the group performance theme?It is not neccessary to use all the tables.
table_28495: "Theme" [ text] "Result" [ text]
SELECT "Original artist" FROM table_28495 WHERE "Theme" = 'Group Performance'
null
general
คุณช่วยบอกจำนวนผู้เล่นทั้งหมดที่มีตำแหน่งมากกว่า 5 และแต้ม 11 และแต้มเสมอน้อยกว่า 1 ได้ไหม ไม่จำเป็นต้องใช้ตารางทั้งหมด
Can you tell me the total number of Played that has the Position larger than 5, and the Points of 11, and the Drawn smaller than 1?It is not neccessary to use all the tables.
table_name_60: played [ VARCHAR] drawn [ VARCHAR] position [ VARCHAR] points [ VARCHAR]
SELECT COUNT(played) FROM table_name_60 WHERE position > 5 AND points = 11 AND drawn < 1
null
general
อะไรคือการเปลี่ยนแปลง/ความแตกต่าง mchc ของผู้ป่วย 99018 ที่วัดครั้งสุดท้ายในการมาโรงพยาบาลครั้งสุดท้าย เปรียบเทียบกับค่าแรกที่วัดได้ในการมาโรงพยาบาลครั้งล่าสุด? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the mchc change/difference of patient 99018's last measured on the last hospital visit compared to the first value measured on the last hospital visit?It is not neccessary to use all the tables.
d_labitems: row_id [ number] itemid [ number] label [ text]
SELECT (SELECT labevents.valuenum FROM labevents WHERE labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 99018 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1) AND labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.l...
null
general
รอบแรกคืออะไรเมื่อทีม 2 เป็น usl dunkerque (d2)? ไม่จำเป็นต้องใช้ทุกโต๊ะ
what is the 1st round when team 2 is usl dunkerque (d2)?It is not neccessary to use all the tables.
table_14202: "Score" [ text]
SELECT "1st round" FROM table_14202 WHERE "Team 2" = 'usl dunkerque (d2)'
null
general
ตั้งชื่อสถานที่หมายเลขของวิทยาลัยปริมณฑลจอร์เจียไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the number location of georgia perimeter collegeIt is not neccessary to use all the tables.
table_16734640_1: location [ VARCHAR] institution [ VARCHAR]
SELECT COUNT(location) FROM table_16734640_1 WHERE institution = "Georgia Perimeter College"
null
general
คะแนนเทียบกับทั้งหมดเป็นเท่าใดเมื่อคะแนนเทียบกับ Terran คือ 159? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the score vs. all when the score vs. Terran is 159?It is not neccessary to use all the tables.
table_name_72: vs_all [ VARCHAR] vs_terran [ VARCHAR]
SELECT vs_all FROM table_name_72 WHERE vs_terran = "159"
null
general
มีผู้ป่วยกี่รายที่ได้รับการวินิจฉัยว่ามีอาการบาดเจ็บในกะโหลกศีรษะ - ด้วยการถูกกระทบกระแทก และพวกเขาไม่ได้กลับมาที่โรงพยาบาลในเดือนเดียวกันจนถึงปี 2104? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
how many patients were diagnosed with intracranial injury - with concussion and they didn't come back to the hospital during the same month until 2104?It is not neccessary to use all the tables.
lab: labid [ number] patientunitstayid [ number] labname [ text] labresult [ number] labresulttime [ time]
SELECT (SELECT COUNT(DISTINCT t1.uniquepid) FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'intracranial injury - with concussion' AND STRFTIME('%y', diagnosis.diagnosistime) <= '2104') AS t1)...
null
general
ในผู้ป่วยที่ได้รับยา metoprolol tartrate ขนาด 25 มก. หลังจากได้รับการวินิจฉัยว่าเป็นโรคตับอ่อนอักเสบ - ด้วยการสร้างถุงน้ำเทียม คำนวณอัตราการรอดชีวิตสามปี ไม่จำเป็นต้องใช้ตารางทั้งหมด
among patients who were prescribed metoprolol tartrate 25 mg tablet after having been diagnosed with pancreatitis - with pseudocyst formation calculate the three year survival rate.It is not neccessary to use all the tables.
vitalperiodic: vitalperiodicid [ number] patientunitstayid [ number] temperature [ number] sao2 [ number] heartrate [ number] respiration [ number] systemicsystolic [ number] systemicdiastolic [ number] systemicmean [ number] observationtime [ time]
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 3 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid...
null
general
มีกี่คนที่เข้าเล่นเกมที่มี 17-13?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How many people went to the game that had 17-13?It is not neccessary to use all the tables.
table_name_39: attendance [ INTEGER] score [ VARCHAR]
SELECT SUM(attendance) FROM table_name_39 WHERE score = "17-13"
null
general
ผู้ป่วย 70709 ได้รับขั้นตอนใดเป็นครั้งแรกนับตั้งแต่ 1 ปีที่แล้ว ไม่จำเป็นต้องใช้ตารางทั้งหมด
what procedure did patient 70709 receive the first time since 1 year ago.It is not neccessary to use all the tables.
patients: row_id [ number] subject_id [ number] gender [ text] dob [ time] dod [ time]
SELECT d_icd_procedures.short_title FROM d_icd_procedures WHERE d_icd_procedures.icd9_code IN (SELECT procedures_icd.icd9_code FROM procedures_icd WHERE procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 70709) AND DATETIME(procedures_icd.charttime) >= DATETIME(CURRENT_TI...
null
general
มีอะไรเปลี่ยนแปลงไปจากไตรมาสเดียวกันของปีที่แล้วในช่วงเวลาที่รถไฟ 89.6% มาถึงภายใน 5 นาทีของเวลาที่กำหนด (มากกว่า 3 เดือน)? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What's the change over same quarter the previous year in the period when the 89.6% of the trains arrive within 5 minutes of scheduled time (over three months)?It is not neccessary to use all the tables.
table_171748_3: change_over_same_quarter_the_previous_year [ VARCHAR] _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ [ VARCHAR]
SELECT change_over_same_quarter_the_previous_year FROM table_171748_3 WHERE _percentage_trains_arriving_within_5_mins_of_scheduled_time__over_three_months_ = "89.6%"
null
general
ไฟชนิดใดที่มีโลหะแห้ง?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which fire has dry metal?It is not neccessary to use all the tables.
table_33964: "Element" [ text] "Wood" [ text] "Fire" [ text] "Earth" [ text] "Metal" [ text] "Water" [ text]
SELECT "Fire" FROM table_33964 WHERE "Metal" = 'dry'
null
general
ตั้งชื่อแชมป์พื้นผิวแข็ง 7 5, 6 4 ไม่จำเป็นต้องใช้ทุกโต๊ะ
Name the championship for hard surface 7 5, 6 4It is not neccessary to use all the tables.
table_24638867_6: championship [ VARCHAR] score [ VARCHAR] surface [ VARCHAR]
SELECT championship FROM table_24638867_6 WHERE score = "7–5, 6–4" AND surface = "Hard"
null
general
CERCLIS ID ใดที่แสดงไว้เมื่อวันที่ 14/10/1992?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What CERCLIS ID was listed 10/14/1992?It is not neccessary to use all the tables.
table_9430: "Name" [ text] "County" [ text] "Proposed" [ text] "Listed" [ text]
SELECT "CERCLIS ID" FROM table_9430 WHERE "Listed" = '10/14/1992'
null
general
ห้าการวินิจฉัยที่พบบ่อยที่สุดสำหรับผู้ป่วยที่เคยได้รับการผ่าตัดสมองอื่นภายใน 2 เดือนในปีที่ผ่านมาคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what are the five most frequently given diagnoses for the patients who had previously received other brain incision within 2 months, during the last year?It is not neccessary to use all the tables.
d_items: row_id [ number] itemid [ number] label [ text] linksto [ text]
SELECT d_icd_diagnoses.short_title FROM d_icd_diagnoses WHERE d_icd_diagnoses.icd9_code IN (SELECT t3.icd9_code FROM (SELECT t2.icd9_code, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissi...
null
general
คะแนนของทีม 1 Junior คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was Team 1 Junior's points?It is not neccessary to use all the tables.
table_27603010_14: points [ VARCHAR] team__number1 [ VARCHAR]
SELECT points FROM table_27603010_14 WHERE team__number1 = "Junior"
null
general
Segment A ในตอนที่ 237 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the segment A on episode 237?It is not neccessary to use all the tables.
table_19924: "Episode" [ real]
SELECT "Segment A" FROM table_19924 WHERE "Episode" = '237'
null
general
Gdp (bn) สำหรับภูมิภาคที่มี ioannina เป็นเมืองหลวงคือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the Gdp (bn) for the region that has ioannina as its Capital?It is not neccessary to use all the tables.
table_55114: "Region" [ text] "Capital" [ text] "Population" [ text]
SELECT "GDP ( bn )" FROM table_55114 WHERE "Capital" = 'ioannina'
null
general
DOB ใดมีนามสกุล Cresswell?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which DOB has a Surname of cresswell?It is not neccessary to use all the tables.
table_37655: "Surname" [ text] "First" [ text] "D.O.B." [ text] "Bats" [ text] "Throws" [ text] "Position" [ text]
SELECT "D.O.B." FROM table_37655 WHERE "Surname" = 'cresswell'
null
general
ตำแหน่งใดที่เป็นของผู้เล่นจากพารามัส รัฐนิวเจอร์ซีย์?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What position belonged to the player from Paramus, New Jersey?It is not neccessary to use all the tables.
table_17066: "Player" [ text] "Position" [ text] "School" [ text] "Hometown" [ text] "College" [ text]
SELECT "Position" FROM table_17066 WHERE "Hometown" = 'Paramus, New Jersey'
null
general
ส่งกลับแผนภูมิแท่งเกี่ยวกับการแจกแจงของ Sex และจำนวน Sex และจัดกลุ่มตามแอตทริบิวต์ Sex คุณสามารถเรียงลำดับตามแกน Y ใน asc ได้หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Return a bar chart about the distribution of Sex and the amount of Sex , and group by attribute Sex, could you order by the Y-axis in asc?It is not neccessary to use all the tables.
candidate: Candidate_ID [ int] People_ID [ int] Poll_Source [ text] Date [ text] Support_rate [ real] Consider_rate [ real] Oppose_rate [ real] Unsure_rate [ real]
SELECT Sex, COUNT(Sex) FROM people GROUP BY Sex ORDER BY COUNT(Sex)
null
general
มีอาการแพ้สัตว์กี่ชนิด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many allergies have type animal?It is not neccessary to use all the tables.
Allergy_type: allergytype [ VARCHAR]
SELECT COUNT(*) FROM Allergy_type WHERE allergytype = "animal"
null
general
คนไข้ที่มีโรคประจำตัวเป็นผื่นต้องนอนโรงพยาบาลขั้นต่ำคือกี่วัน ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is minimum days of hospital stay of patients whose primary disease is rash?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.days_stay) FROM demographic WHERE demographic.diagnosis = "RASH"
null
general
ในรอบที่ 1 มีวิธีการอะไรบ้างเมื่อตำแหน่งคือ Aruba?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What method was there in round 1 when the location was Aruba?It is not neccessary to use all the tables.
table_62561: "Res." [ text] "Record" [ text] "Opponent" [ text] "Method" [ text] "Event" [ text] "Round" [ text] "Location" [ text]
SELECT "Method" FROM table_62561 WHERE "Round" = '1' AND "Location" = 'aruba'
null
general
PPP 23164 ล้านอยู่ไหน ?ไม่จำเป็นต้องใช้ทุกตาราง
Where is the PPP 23164 million ?It is not neccessary to use all the tables.
table_2293510_1: region___nuts_2006_ [ VARCHAR] ppp__million_€_ [ VARCHAR]
SELECT region___nuts_2006_ FROM table_2293510_1 WHERE ppp__million_€_ = 23164
null
general
เบาหวานชนิดที่ 1 ไม่จำเป็นต้องใช้ตารางทั้งหมด
type i diabetesIt is not neccessary to use all the tables.
table_train_207: "id" [ int] "anemia" [ bool] "hemoglobin_a1c_hba1c" [ float] "diabetic" [ string] "body_mass_index_bmi" [ float] "age" [ float] "NOUSE" [ float]
SELECT * FROM table_train_207 WHERE diabetic = 'i'
null
general
บริษัทใดสร้างแชสซีเมื่อเฟอร์รารีสร้างเครื่องยนต์และมี 25 คะแนน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What company made the chassis when Ferrari made the engine and there were 25 points?It is not neccessary to use all the tables.
table_name_73: chassis [ VARCHAR] engine [ VARCHAR] points [ VARCHAR]
SELECT chassis FROM table_name_73 WHERE engine = "ferrari" AND points = 25
null
general
ผลลัพธ์ของเกมที่มีผู้เข้าร่วม 72,949 คนเป็นอย่างไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Result of the game with 72,949 in attendance?It is not neccessary to use all the tables.
table_75934: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ text]
SELECT "Result" FROM table_75934 WHERE "Attendance" = '72,949'
null
general
React โดยเฉลี่ยคือเท่าใด เมื่อ Name คือ 'Candice Davis' และเมื่อ Lane น้อยกว่า 3 ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the average React, when Name is 'Candice Davis', and when Lane is less than 3?It is not neccessary to use all the tables.
table_9645: "Lane" [ real] "Name" [ text] "Country" [ text] "Mark" [ real] "React" [ real]
SELECT AVG("React") FROM table_9645 WHERE "Name" = 'candice davis' AND "Lane" < '3'
null
general
ขอทราบจำนวนผู้ป่วยชายที่ได้รับการวินิจฉัยว่าติดฝิ่นอย่างต่อเนื่อง ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
get me the number of male patients diagnosed with continuous opioid type dependence.It is not neccessary to use all the tables.
diagnoses: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.gender = "M" AND diagnoses.short_title = "Opioid dependence-contin"
null
general
จำนวนครัวเรือนสูงสุดคือเท่าใด เมื่อรายได้ต่อหัวคือ '25,557 ดอลลาร์' และเมื่อจำนวนประชากรน้อยกว่า '22,330'? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What is the highest Number of Households, when Per Capita Income is '$25,557', and when Population is less than '22,330'?It is not neccessary to use all the tables.
table_60727: "County" [ text] "Population" [ real]
SELECT MAX("Number of households") FROM table_60727 WHERE "Per capita income" = '$25,557' AND "Population" < '22,330'
null
general
ค่า 2007 โดยมี 2r ในปี 2554 และ 2r ในปี 2551 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the 2007 value with 2r in 2011 and 2r in 2008?It is not neccessary to use all the tables.
table_name_67: Id [ VARCHAR]
SELECT 2007 FROM table_name_67 WHERE 2011 = "2r" AND 2008 = "2r"
null
general
แสดงรหัสคำสั่งซื้อและจำนวนสินค้าในแต่ละคำสั่งซื้อด้วยแผนภูมิกระจาย ไม่จำเป็นต้องใช้ตารางทั้งหมด
Show order ids and the number of products in each order by a scatter chart.It is not neccessary to use all the tables.
Invoices: invoice_number [ INTEGER] order_id [ INTEGER] invoice_date [ DATETIME]
SELECT order_id, COUNT(DISTINCT product_id) FROM Order_Items
null
general
บันทึกที่บ้านของ Montreal Maroons คืออะไรไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the record at the home of the Montreal MaroonsIt is not neccessary to use all the tables.
table_67256: "Date" [ text] "Visitor" [ text] "Score" [ text] "Home" [ text] "Record" [ text]
SELECT "Record" FROM table_67256 WHERE "Home" = 'montreal maroons'
null
general
การเลิกจ้างกับผู้เล่นจากแหล่งที่มา cricinfo.com คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Dismissals with a Player with source cricinfo.com?It is not neccessary to use all the tables.
table_54347: "Dismissals" [ text] "Player" [ text] "Versus" [ text] "Venue" [ text] "Date" [ text]
SELECT "Dismissals" FROM table_54347 WHERE "Player" = 'source: cricinfo.com'
null
general
เวอร์จิล ซวิคเกอร์ แพ้ไปกี่ครั้ง ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many loses did virgil zwicker have ?It is not neccessary to use all the tables.
table_204_461: id [ number] "res." [ text] "record" [ text] "opponent" [ text] "method" [ text] "event" [ text] "date" [ text] "round" [ number] "time" [ text] "location" [ text] "notes" [ text]
SELECT COUNT(*) FROM table_204_461 WHERE "res." = 'loss'
null
general
แผนภูมิแท่งแสดงจำนวนการอภิปรายในแต่ละสถานที่สำหรับผู้ที่เห็นด้วย ไม่จำเป็นต้องใช้ตารางทั้งหมด
A bar chart showing the number of debates in each venue for those on the affirmative side.It is not neccessary to use all the tables.
debate: Debate_ID [ int] Date [ text] Venue [ text] Num_of_Audience [ int]
SELECT Venue, COUNT(Venue) FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Affirmative = T3.People_ID GROUP BY Venue
null
general
ชื่อทัวร์นาเมนต์ปัจจุบันของงานที่แทมปาคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the current tournament name for the event in Tampa?It is not neccessary to use all the tables.
table_20630462_1: also_currently_known_as [ VARCHAR] tournament [ VARCHAR]
SELECT also_currently_known_as FROM table_20630462_1 WHERE tournament = "Tampa"
null
general
งานใดมีการแข่งขันชิคาโกมาราธอน และหนึ่งปีใหญ่กว่าปี 2004? ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Event has a Competition of chicago marathon, and a Year larger than 2004?It is not neccessary to use all the tables.
table_8717: "Year" [ real] "Competition" [ text] "Venue" [ text] "Position" [ text] "Event" [ text]
SELECT "Event" FROM table_8717 WHERE "Competition" = 'chicago marathon' AND "Year" > '2004'
null
general
เรือยูโรปาปีใดมีวันที่ 14 23 ตุลาคม?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What year did the ship Europa, have the dates of 14 23 October?It is not neccessary to use all the tables.
table_66008: "Ship" [ text] "Year" [ real] "Dates" [ text] "Line" [ text] "From" [ text] "Distance" [ text] "Speed" [ text]
SELECT AVG("Year") FROM table_66008 WHERE "Ship" = 'europa' AND "Dates" = '14 – 23 october'
null
general
ทีมไหนทำคะแนนได้มากที่สุด ?ไม่จำเป็นต้องใช้ทุกโต๊ะ
which team scored the most points ?It is not neccessary to use all the tables.
table_203_67: id [ number] "place" [ number] "team" [ text] "played" [ number] "won" [ number] "draw" [ number] "lost" [ number] "goals\nscored" [ number] "goals\nconceded" [ number] "+/-" [ number] "points" [ number]
SELECT "team" FROM table_203_67 ORDER BY "points" DESC LIMIT 1
null
general
ผู้เข้าแข่งขันที่สวมชุดว่ายน้ำ 9.46 คือประเทศใด ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the country of the contestant with a swimsuit of 9.46?It is not neccessary to use all the tables.
table_name_19: country [ VARCHAR] swimsuit [ VARCHAR]
SELECT country FROM table_name_19 WHERE swimsuit = 9.46
null
general
สำหรับพนักงานที่ไม่ได้ทำงานในแผนกที่มีผู้จัดการที่มีรหัสระหว่าง 100 ถึง 200 ให้เห็นภาพแผนภูมิแท่งเกี่ยวกับการแจกแจงของ first_name และ commission_pct และแสดงรายการตาม Y โดยเรียงจากน้อยไปมาก ไม่จำเป็นต้องใช้ตารางทั้งหมด
For those employees who do not work in departments with managers that have ids between 100 and 200, visualize a bar chart about the distribution of first_name and commission_pct , and list by the Y in ascending.It is not neccessary to use all the tables.
employees: EMPLOYEE_ID [ decimal(60)] FIRST_NAME [ varchar(20)] LAST_NAME [ varchar(25)] EMAIL [ varchar(25)] PHONE_NUMBER [ varchar(20)] HIRE_DATE [ date] JOB_ID [ varchar(10)] SALARY [ decimal(82)] COMMISSION_PCT [ decimal(22)] MANAGER_ID [ decimal(60)] DEPARTMENT_ID [ decimal(40)]
SELECT FIRST_NAME, COMMISSION_PCT FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY COMMISSION_PCT
null
general
ปี 2012 คืออะไรที่มี % ชนะ 67%? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is 2012 that has a winning % of 67%?It is not neccessary to use all the tables.
table_name_60: win__percentage [ VARCHAR]
SELECT 2012 FROM table_name_60 WHERE win__percentage = "67%"
null
general
คนใส่ได้สูงเท่าไหร่คะ 33-24-35ไม่จำเป็นต้องใช้โต๊ะทั้งหมดค่ะ
how tall is someone who is able to wear 33-24-35It is not neccessary to use all the tables.
table_27515452_3: height [ VARCHAR] sizes [ VARCHAR]
SELECT height FROM table_27515452_3 WHERE sizes = "33-24-35"
null
general
ฝรั่งเศสมีรูปแบบใดเป็นภูมิภาค โดยมี Universal Licensing Music (ulm) เป็นป้ายกำกับ ไม่จำเป็นต้องใช้ตารางทั้งหมด
What format has France as the region, with Universal Licensing Music (ulm) as the label?It is not neccessary to use all the tables.
table_44037: "Region" [ text] "Date" [ text] "Label" [ text] "Format" [ text] "Catalog" [ text]
SELECT "Format" FROM table_44037 WHERE "Region" = 'france' AND "Label" = 'universal licensing music (ulm)'
null
general
สำหรับบันทึกเหล่านั้นจากผลิตภัณฑ์และผู้ผลิตแต่ละผลิตภัณฑ์ ให้เปรียบเทียบผลรวมของรหัสเหนือชื่อ และจัดกลุ่มตามชื่อแอตทริบิวต์ด้วยแผนภูมิแท่ง โดยแสดงแบบเรียงจากน้อยไปหามากโดยแถบ ไม่จำเป็นต้องใช้ตารางทั้งหมด .
For those records from the products and each product's manufacturer, give me the comparison about the sum of code over the name , and group by attribute name by a bar chart, display in ascending by the bar.It is not neccessary to use all the tables.
Products: Code [ INTEGER] Name [ VARCHAR(255)] Price [ DECIMAL] Manufacturer [ INTEGER]
SELECT T1.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T1.Name ORDER BY T1.Name
null
general