context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_27987623_3 (timeslot VARCHAR, viewers__millions_ VARCHAR)
SELECT COUNT(timeslot) FROM table_27987623_3 WHERE viewers__millions_ = "0.238"
มีกี่ครั้งที่มีผู้ชม 0.238 ล้านคน?
How many timeslots had viewers of 0.238 million?
CREATE TABLE table_27987623_3 (episode VARCHAR, order VARCHAR)
SELECT episode FROM table_27987623_3 WHERE order = 1
ภาคไหนได้อันดับ 1 ตามลำดับ?
Which episode was #1 in the order?
CREATE TABLE table_2801442_1 (density_in_2011___km²_ VARCHAR, population__2011_census_ VARCHAR)
SELECT density_in_2011___km²_ FROM table_2801442_1 WHERE population__2011_census_ = 2320529
ความหนาแน่นในเขตที่มีพลเมือง 2320529 คนในปี 2554 เป็นเท่าใด
What's the density in the district with 2320529 citizens in 2011?
CREATE TABLE table_2801442_1 (code VARCHAR, population__2011_census_ VARCHAR)
SELECT code FROM table_2801442_1 WHERE population__2011_census_ = 312520
รหัสเขตที่มีคนอาศัยอยู่ 312520 คนในปี 2554 คืออะไร?
What's the code of the district in which 312520 people lived in 2011?
CREATE TABLE table_2801442_1 (code VARCHAR, density_in_2011___km²_ VARCHAR)
SELECT code FROM table_2801442_1 WHERE density_in_2011___km²_ = "800.5"
รหัสอำเภอที่มีคน 800.5 คนต่อ km2 คืออะไร?
What's the code of the district with 800.5 people per km2?
CREATE TABLE table_2801442_1 (population__2011_census_ INTEGER, code VARCHAR)
SELECT MIN(population__2011_census_) FROM table_2801442_1 WHERE code = "GP"
มีกี่คนที่อาศัยอยู่ในเขตที่มีรหัส GP ในปี 2554
How many people lived in the district with a code GP in 2011?
CREATE TABLE table_2801442_1 (population__2001_census_ VARCHAR, headquarters VARCHAR)
SELECT population__2001_census_ FROM table_2801442_1 WHERE headquarters = "Bhubaneswar"
มีกี่คนที่อาศัยอยู่ในเขตซึ่งมีสำนักงานใหญ่อยู่ที่ภูพเนศวรในปี 2544
How many people lived in the district whose headquarters is in Bhubaneswar in 2001?
CREATE TABLE table_2801442_1 (area__km²_ INTEGER, code VARCHAR)
SELECT MIN(area__km²_) FROM table_2801442_1 WHERE code = "BW"
เขตที่มีรหัส BW ใหญ่แค่ไหน (ในหน่วย km2)
How big (in km2) is the district with a code BW?
CREATE TABLE table_28014096_1 (no_in_season INTEGER, production_code VARCHAR)
SELECT MIN(no_in_season) FROM table_28014096_1 WHERE production_code = "2T6206"
ซีซั่นนี้มีรหัสการผลิต 2t6206 จำนวนตอนจำนวนเท่าใด
What is the number of this season's episode that had the production code 2t6206?
CREATE TABLE table_28019988_5 (series__number INTEGER, production_code VARCHAR)
SELECT MIN(series__number) FROM table_28019988_5 WHERE production_code = "BDF409"
ซีรีส์เรื่องไหนมีรหัสการผลิต bdf409?
What episode number of the series had a production code of bdf409?
CREATE TABLE table_28019988_5 (season__number INTEGER, us_viewers__million_ VARCHAR, written_by VARCHAR)
SELECT MAX(season__number) FROM table_28019988_5 WHERE us_viewers__million_ = "2.31" AND written_by = "Tom Garrigus"
Tom Garrigus เขียนบทหมายเลขตอนใดของซีซันและมีผู้ชม 2.31 ล้านคน
What episode number of the season was written by Tom Garrigus and had 2.31 million u.s. viewers?
CREATE TABLE table_28019988_5 (series__number INTEGER)
SELECT MAX(series__number) FROM table_28019988_5
ตอนใดที่มีจำนวนมากที่สุดในซีรีส์คือตอนใด
What is the highest numbered episode in the series?
CREATE TABLE table_28019988_5 (series__number INTEGER, production_code VARCHAR)
SELECT MIN(series__number) FROM table_28019988_5 WHERE production_code = "BDF405"
ซีรีส์เรื่องใดมีรหัสการผลิต bdf405?
What episode number in the series had a production code of bdf405?
CREATE TABLE table_28035004_1 (operator VARCHAR, bodybuilder VARCHAR)
SELECT operator FROM table_28035004_1 WHERE bodybuilder = "Roe"
ใครคือผู้ดำเนินการในสมัยที่โรเป็นนักเพาะกาย?
Who is the operator when Roe was the bodybuilder?
CREATE TABLE table_28035004_1 (variant VARCHAR, bodybuilder VARCHAR)
SELECT variant FROM table_28035004_1 WHERE bodybuilder = "Alexander"
อะไรคือตัวแปรเมื่ออเล็กซานเดอร์เป็นนักเพาะกาย?
What is the variant when Alexander was the bodybuilder?
CREATE TABLE table_28035004_1 (bodybuilder VARCHAR, operator VARCHAR)
SELECT bodybuilder FROM table_28035004_1 WHERE operator = "Coventry"
ใครคือนักเพาะกายตอนที่โคเวนทรีเปิดทำการ?
Who was the bodybuilder when Coventry was operating?
CREATE TABLE table_28035004_1 (variant VARCHAR, bodybuilder VARCHAR)
SELECT COUNT(variant) FROM table_28035004_1 WHERE bodybuilder = "Northern Counties"
นักเพาะกายของ Northern County มีกี่สายพันธุ์?
How many different variants are there for Northern Counties bodybuilder?
CREATE TABLE table_28035004_1 (operator VARCHAR, bodybuilder VARCHAR)
SELECT operator FROM table_28035004_1 WHERE bodybuilder = "Willowbrook"
ใครคือผู้ดำเนินการเมื่อ Willowbrook เป็นนักเพาะกาย?
Who is the operator when willowbrook was the bodybuilder?
CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, points_margin VARCHAR)
SELECT COUNT(eliminated_from_competition) FROM table_28068063_3 WHERE points_margin = 48
มีกี่ทีมที่มีแต้มมาร์จิ้น 48?
How many teams had a point margin of 48?
CREATE TABLE table_28068063_3 (match_points VARCHAR, eliminated_from_competition VARCHAR)
SELECT COUNT(match_points) FROM table_28068063_3 WHERE eliminated_from_competition = "Béziers"
มีกี่ทีมที่กำจัดเบซิเยร์ออกจากการแข่งขัน?
How many teams eliminated béziers from competition?
CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
SELECT eliminated_from_competition FROM table_28068063_3 WHERE proceed_to_quarter_final = "Pau"
ใครถูกคัดออกจากการแข่งขันเมื่อโปเข้าสู่รอบก่อนรองชนะเลิศ?
Who was eliminated from the competition when pau proceed to the quarter final?
CREATE TABLE table_28068063_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARCHAR)
SELECT eliminated_from_competition FROM table_28068063_3 WHERE proceed_to_quarter_final = "Connacht"
ใครถูกตัดออกจากการแข่งขันเมื่อเข้ารอบก่อนรองชนะเลิศ?
Who was eliminated from the competition when connacht to the quarter final?
CREATE TABLE table_28068063_3 (proceed_to_quarter_final VARCHAR, eliminated_from_competition VARCHAR)
SELECT proceed_to_quarter_final FROM table_28068063_3 WHERE eliminated_from_competition = "London Irish"
ใครได้ผ่านเข้ารอบก่อนรองชนะเลิศเมื่อลอนดอนไอริชตกรอบจากการแข่งขัน?
Who proceeded to the quarter final when the london irish were eliminated from competition?
CREATE TABLE table_28068063_2 (aggregate_score VARCHAR, winners VARCHAR)
SELECT aggregate_score FROM table_28068063_2 WHERE winners = "Brive"
คะแนนรวมของการแข่งขันที่ Brive ชนะคือเท่าไร?
What was the aggregate score for the match won by Brive?
CREATE TABLE table_28068063_2 (match_points VARCHAR, winners VARCHAR)
SELECT match_points FROM table_28068063_2 WHERE winners = "Connacht"
คะแนนการแข่งขันสำหรับการแข่งขันที่ Connacht ชนะคืออะไร?
What was the match points score for the match won by Connacht?
CREATE TABLE table_28068063_2 (aggregate_score VARCHAR, winners VARCHAR)
SELECT aggregate_score FROM table_28068063_2 WHERE winners = "Viadana"
คะแนนรวมของการแข่งขันที่ชนะโดย Viadana คือเท่าไร?
What was the aggregate score for the match won by Viadana?
CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
SELECT cfl_team FROM table_28059992_2 WHERE player = "Patrice Denis"
ตั้งชื่อทีม cfl สำหรับ ปาทริซ เดนิส
Name the cfl team for patrice denis
CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
SELECT cfl_team FROM table_28059992_2 WHERE player = "Robert Beveridge"
ตั้งชื่อทีม cfl สำหรับโรเบิร์ต เบอริดจ์
Name the cfl team for robert beveridge
CREATE TABLE table_28059992_2 (college VARCHAR, position VARCHAR)
SELECT college FROM table_28059992_2 WHERE position = "DL"
ตั้งชื่อวิทยาลัยสำหรับ dl
Name the college for dl
CREATE TABLE table_28059992_2 (college VARCHAR, player VARCHAR)
SELECT COUNT(college) FROM table_28059992_2 WHERE player = "Jerome Pathon"
ตั้งชื่อจำนวนวิทยาลัยของเจอโรม พาทอน
Name the number of colleges for jerome pathon
CREATE TABLE table_28059992_2 (cfl_team VARCHAR, player VARCHAR)
SELECT COUNT(cfl_team) FROM table_28059992_2 WHERE player = "Jeff Traversy"
ตั้งชื่อจำนวนทีม cfl สำหรับ jeff traversy
Name the number of cfl teams for jeff traversy
CREATE TABLE table_28059992_2 (position VARCHAR, college VARCHAR)
SELECT position FROM table_28059992_2 WHERE college = "British Columbia"
ตั้งชื่อตำแหน่งสำหรับบริติชโคลัมเบีย
Name the position for british columbia
CREATE TABLE table_28089666_1 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_28089666_1 WHERE production_code = "5.05"
ออกอากาศตอนแรกรหัสการผลิต 5.05 คือวันไหน?
What original air date was the episode with production code of 5.05?
CREATE TABLE table_28089666_1 (written_by VARCHAR, production_code VARCHAR)
SELECT written_by FROM table_28089666_1 WHERE production_code = "1.01"
ใครเป็นคนเขียนตอนที่มีรหัสการผลิต 1.01?
Who wrote episode with production code 1.01?
CREATE TABLE table_28140588_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_28140588_1 WHERE directed_by = "Maynard C. Virgil I"
ผู้กำกับคือ Maynard C. Virgil i ชื่ออะไร?
What is the title when the director is Maynard C. Virgil i ?
CREATE TABLE table_28140588_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_28140588_1 WHERE production_code = 60034
ใครเป็นผู้กำกับเมื่อรหัสการผลิตคือ 60034?
Who is the director when the production code is 60034?
CREATE TABLE table_2818164_5 (title VARCHAR, production_code VARCHAR)
SELECT title FROM table_2818164_5 WHERE production_code = 418
ตอนที่ 418 เป็นรหัสการผลิตชื่ออะไรครับ?
What is the name of the episode with 418 as the production code?
CREATE TABLE table_2818164_5 (no_in_season VARCHAR, original_air_date VARCHAR)
SELECT no_in_season FROM table_2818164_5 WHERE original_air_date = "February 11, 1988"
หมายเลขตอนใดของซีซันที่ออกอากาศครั้งแรกเมื่อวันที่ 11 กุมภาพันธ์ พ.ศ. 2531
What episoe number in the season originally aired on February 11, 1988?
CREATE TABLE table_2818164_5 (no_in_series VARCHAR, no_in_season VARCHAR)
SELECT no_in_series FROM table_2818164_5 WHERE no_in_season = "17"
หมายเลขตอนใดในซีรีส์คือหมายเลข 17 ในฤดูกาลนี้ด้วย?
What episode number in the series is also number 17 in the season?
CREATE TABLE table_2818164_5 (production_code INTEGER, no_in_series VARCHAR)
SELECT MIN(production_code) FROM table_2818164_5 WHERE no_in_series = "96"
รหัสการผลิตสำหรับตอนที่ 96 ในซีรีส์คืออะไร?
What is the production code for episode 96 in the series?
CREATE TABLE table_2818164_7 (production_code VARCHAR, written_by VARCHAR)
SELECT production_code FROM table_2818164_7 WHERE written_by = "Matt Robinson"
รหัสการผลิตที่ Matt Robinson เขียนคืออะไร?
What is the production code that was written by matt robinson?
CREATE TABLE table_2818164_7 (title VARCHAR, no_in_series VARCHAR)
SELECT title FROM table_2818164_7 WHERE no_in_series = 147
ซึ่งชื่อเรื่องมี 147 เป็นลำดับที่. ในซีรีส์?
Which title has 147 as no. in series?
CREATE TABLE table_2818164_7 (original_air_date VARCHAR, written_by VARCHAR, directed_by VARCHAR)
SELECT original_air_date FROM table_2818164_7 WHERE written_by = "Mark St. Germain" AND directed_by = "Jay Sandrich"
วันที่ออกอากาศเดิมคือวันที่เท่าไรที่เขียนโดย mark st. Germain และกำกับโดยเจย์ แซนดริช?
What is the original air date the was written by mark st. germain and direct by jay sandrich?
CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR)
SELECT network FROM table_28190363_1 WHERE judges = "Batuhan Zeynioğlu Piatti Murat Bozok Erol Kaynar"
เครือข่ายใดบ้างที่มีผู้ตัดสินในเวอร์ชันของการแสดงคือ batuhan zeynioğlu piatti murat bozok erol kaynar?
What are the networks whose version of the show includes the judges batuhan zeynioğlu piatti murat bozok erol kaynar?
CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR)
SELECT COUNT(network) FROM table_28190363_1 WHERE judges = "Pete Goffe-Wood Andrew Atkinson Benny Masekwameng"
มีเครือข่ายกี่แห่งที่รวมกรรมการ พีท กอฟฟี่-วูด แอนดรูว์ แอตกินสัน เบนนี่ มาเสกเม็ง?
How many networks are there that include the judges pete goffe-wood andrew atkinson benny masekwameng?
CREATE TABLE table_28190363_1 (network VARCHAR, judges VARCHAR, presenter_s_ VARCHAR)
SELECT COUNT(network) FROM table_28190363_1 WHERE judges = "TBA" AND presenter_s_ = "Arbana Osmani"
มีกี่เครือข่ายที่มีการแสดงในเวอร์ชันที่มีผู้พิพากษา tba และผู้นำเสนอคือ Arbana Osmani?
How many networks are there whose version of the shows includes judges tba and the presenter is Arbana Osmani?
CREATE TABLE table_28190363_1 (presenter_s_ VARCHAR, name VARCHAR)
SELECT COUNT(presenter_s_) FROM table_28190363_1 WHERE name = "Celebrity MasterChef"
เวอร์ชั่นรายการ Celebrity Masterchef มีพิธีกรกี่ชุด?
How many sets of presenters are there for the version of the show named Celebrity Masterchef?
CREATE TABLE table_28188239_1 (incumbent VARCHAR, district VARCHAR)
SELECT incumbent FROM table_28188239_1 WHERE district = "PA-8"
ใครคือผู้ดำรงตำแหน่ง อ.ป่า-8?
Who is the incumbent of district pa-8?
CREATE TABLE table_28188239_1 (incumbent VARCHAR, district VARCHAR)
SELECT COUNT(incumbent) FROM table_28188239_1 WHERE district = "LA-1"
ในเขตละ 1 มีผู้ดำรงตำแหน่งกี่คน?
How many incumbents are in district la-1?
CREATE TABLE table_28194879_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT directed_by FROM table_28194879_1 WHERE production_code = "PABF05"
ใครกำกับตอนที่มีรหัสการผลิต pabf05?
Who directed the episode whose production code is pabf05?
CREATE TABLE table_28194879_1 (_number INTEGER, written_by VARCHAR)
SELECT MAX(_number) FROM table_28194879_1 WHERE written_by = "Dan Vebber"
หมายเลขสุดท้ายในฤดูกาลของตอนที่เขียนโดย Dan Vebber คืออะไร?
What is the last number in season of the episodes written by Dan Vebber?
CREATE TABLE table_28194879_1 (_number VARCHAR, production_code VARCHAR)
SELECT _number FROM table_28194879_1 WHERE production_code = "PABF05"
หมายเลขในซีซันของตอนที่มีรหัสการผลิตคือ pabf05 คืออะไร?
What is the number in season of the episode whose production code is pabf05?
CREATE TABLE table_28211213_1 (founded INTEGER, team_nickname VARCHAR)
SELECT MAX(founded) FROM table_28211213_1 WHERE team_nickname = "Spartans"
ชาวสปาร์ตันก่อตั้งขึ้นเมื่อใด
When were the Spartans founded?
CREATE TABLE table_28211213_1 (affiliation VARCHAR, institution VARCHAR)
SELECT COUNT(affiliation) FROM table_28211213_1 WHERE institution = "University of Toledo"
University of Toledo มีความเกี่ยวข้องกี่แห่ง?
How many affiliations does the University of Toledo have?
CREATE TABLE table_28211213_1 (affiliation VARCHAR, institution VARCHAR)
SELECT affiliation FROM table_28211213_1 WHERE institution = "Davenport University"
มหาวิทยาลัยดาเวนพอร์ตมีความเกี่ยวข้องอะไร?
What is the affiliation of Davenport University?
CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
SELECT MAX(2001 AS _population) FROM table_282413_3 WHERE ethnic_group = "White: British"
ประชากรในปี 2544 มีกลุ่มชาติพันธุ์ผิวขาว: บริติช สูงสุดคือเท่าใด
What is the highest 2001 population when the ethnic group is white: british?
CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
SELECT COUNT(2001 AS __percentage) FROM table_282413_3 WHERE ethnic_group = "Other: Total"
ชาติพันธุ์อื่นมีกี่ครั้ง: ทั้งหมด?
How many times is the ethnic group other: total?
CREATE TABLE table_282413_3 (ethnic_group VARCHAR)
SELECT MAX(2011 AS _population) FROM table_282413_3 WHERE ethnic_group = "Asian or Asian British: Asian Other"
ประชากรสูงสุดในปี 2011 คือเท่าใดเมื่อกลุ่มชาติพันธุ์เป็นชาวเอเชียหรือชาวอังกฤษชาวเอเชีย: ชาวเอเชียอื่นๆ
What is the highest 2011 population when the ethnic group is asian or asian british: asian other?
CREATE TABLE table_28253870_1 (affiliation VARCHAR, enrollment VARCHAR)
SELECT affiliation FROM table_28253870_1 WHERE enrollment = 27209
ตั้งชื่อสังกัดสำหรับการลงทะเบียน 27209
Name the affiliation for 27209 enrollment
CREATE TABLE table_28253870_1 (founded INTEGER)
SELECT MIN(founded) FROM table_28253870_1
ตั้งชื่อก่อตั้งน้อยที่สุด
Name the least founded
CREATE TABLE table_28253870_1 (founded VARCHAR, institution VARCHAR)
SELECT founded FROM table_28253870_1 WHERE institution = "Florida State University"
ตั้งชื่อผู้ก่อตั้งสำหรับมหาวิทยาลัยแห่งรัฐฟลอริดา
Name the founded for florida state university
CREATE TABLE table_28253870_1 (location VARCHAR, team_nickname VARCHAR)
SELECT location FROM table_28253870_1 WHERE team_nickname = "Yellow Jackets"
ตั้งชื่อสถานที่สำหรับเสื้อเหลือง
Name the location for yellow jackets
CREATE TABLE table_2840500_6 (college_junior_club_team VARCHAR, nationality VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2840500_6 WHERE nationality = "Russia"
มีทีมวิทยาลัยกี่ทีมที่มีผู้เล่นสัญชาติรัสเซีย?
How many college teams have a player with a nationality of Russia?
CREATE TABLE table_2840500_6 (pick VARCHAR, player VARCHAR)
SELECT pick FROM table_2840500_6 WHERE player = "Michel Larocque"
Michel Larocque ได้รับตัวเลือกใด
Which pick did Michel Larocque receive?
CREATE TABLE table_2840500_6 (nhl_team VARCHAR, player VARCHAR)
SELECT nhl_team FROM table_2840500_6 WHERE player = "Blaine Russell"
ทีมไหนเลือกเบลน รัสเซล?
Which team picked Blaine Russell?
CREATE TABLE table_2841865_2 (district_home VARCHAR, congress VARCHAR)
SELECT COUNT(district_home) FROM table_2841865_2 WHERE congress = "87th"
มีรายการบ้านของเขตจำนวนเท่าใดสำหรับการประชุมรัฐสภาครั้งที่ 87
How many entries for district home are listed for the 87th congress?
CREATE TABLE table_2841865_2 (years VARCHAR, congress VARCHAR)
SELECT years FROM table_2841865_2 WHERE congress = "96th"
ช่วงเวลาใดที่ระบุไว้ภายใต้ปีสำหรับการประชุมใหญ่ครั้งที่ 96
What time span is listed under years for the 96th congres?
CREATE TABLE table_2841865_2 (party VARCHAR, congress VARCHAR)
SELECT party FROM table_2841865_2 WHERE congress = "85th"
พรรคใดมีรายชื่อเป็นผู้แทนภายใต้รัฐสภาครั้งที่ 85
What party is listed for the Representative under the 85th congress?
CREATE TABLE table_2841865_2 (party VARCHAR, congress VARCHAR)
SELECT COUNT(party) FROM table_2841865_2 WHERE congress = "69th"
มีรายชื่อกี่รายการสำหรับงานปาร์ตี้ระหว่างการประชุมคองเกรสครั้งที่ 69?
How many entries are listed for party during the 69th congress?
CREATE TABLE table_2841865_2 (years VARCHAR, congress VARCHAR)
SELECT years FROM table_2841865_2 WHERE congress = "72nd"
กรอบเวลาใดที่ระบุไว้ภายใต้ปีต่างๆ ในระหว่างการประชุมสมัชชาครั้งที่ 72
What frame of time is listed under years during the 72nd congress?
CREATE TABLE table_2841865_2 (representative VARCHAR, congress VARCHAR)
SELECT representative FROM table_2841865_2 WHERE congress = "112th"
มีชื่ออะไรบ้างภายใต้ตัวแทนของการประชุมรัฐสภาครั้งที่ 112
What name is listed under representative for the 112th congress?
CREATE TABLE table_28457809_3 (runner_up INTEGER, province VARCHAR)
SELECT MAX(runner_up) FROM table_28457809_3 WHERE province = "Alberta"
คอลัมน์รองชนะเลิศของจังหวัดอัลเบอร์ตาราคาเท่าไหร่?
What is the value of the runner up column for the Alberta province?
CREATE TABLE table_28457809_3 (first_llcr VARCHAR, province VARCHAR)
SELECT first_llcr FROM table_28457809_3 WHERE province = "Ontario"
LLCR แห่งแรกของออนแทรีโอคือปีใด
What year was Ontario's first LLCR?
CREATE TABLE table_2847477_2 (pinyin VARCHAR, english_name VARCHAR)
SELECT pinyin FROM table_2847477_2 WHERE english_name = "Xin County"
ชื่อพินอินของชื่อภาษาอังกฤษว่า xin county คืออะไร?
What is the pinyin name for the english name xin county?
CREATE TABLE table_2847477_2 (area VARCHAR, simplified VARCHAR)
SELECT area FROM table_2847477_2 WHERE simplified = "罗山县"
罗yama县 มีพื้นที่เท่าใด?
What is the area of 罗山县?
CREATE TABLE table_2847477_2 (english_name VARCHAR, pinyin VARCHAR)
SELECT english_name FROM table_2847477_2 WHERE pinyin = "Gùshǐ Xiàn"
gùshǐ xiàn ชื่อภาษาอังกฤษว่าอะไร?
What is the English name of gùshǐ xiàn?
CREATE TABLE table_2847477_2 (simplified VARCHAR, english_name VARCHAR)
SELECT COUNT(simplified) FROM table_2847477_2 WHERE english_name = "Xin County"
มณฑลซินมีชื่อย่อกี่ชื่อ?
How many simplified names are there for xin county?
CREATE TABLE table_2847477_2 (density INTEGER, area VARCHAR)
SELECT MAX(density) FROM table_2847477_2 WHERE area = 1512
ความหนาแน่นของสถานที่ที่มีพื้นที่ 1512 เป็นเท่าใด
What is the density of the place with an area of 1512?
CREATE TABLE table_2847477_2 (area VARCHAR, english_name VARCHAR)
SELECT area FROM table_2847477_2 WHERE english_name = "Xin County"
มณฑลซินมีพื้นที่เท่าไร?
What is the area of xin county?
CREATE TABLE table_2850912_4 (position VARCHAR, nhl_team VARCHAR)
SELECT COUNT(position) FROM table_2850912_4 WHERE nhl_team = "St. Louis Blues"
มีกี่ตำแหน่งที่เกี่ยวข้องกับทีมเซนต์หลุยส์ บลูส์?
How many positions are associated with the St. Louis Blues?
CREATE TABLE table_2850912_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
SELECT college_junior_club_team FROM table_2850912_4 WHERE nhl_team = "Buffalo Sabres"
ทีมรุ่นน้องคนใดที่เกี่ยวข้องกับการเลือก NHL โดย Buffalo Sabres
Which junior team is associated with an NHL pick by the Buffalo Sabres?
CREATE TABLE table_2850912_4 (position VARCHAR, nhl_team VARCHAR)
SELECT position FROM table_2850912_4 WHERE nhl_team = "Toronto Maple Leafs"
ตำแหน่งใดที่ถูกเลือกโดยโตรอนโต เมเปิล ลีฟส์?
Which position was selected for by the Toronto Maple Leafs?
CREATE TABLE table_2850912_6 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT COUNT(college_junior_club_team) FROM table_2850912_6 WHERE player = "John Dzikowski"
ทีมวิทยาลัย/จูเนียร์/สโมสรมีผู้เล่น John Dzikowski กี่ทีม?
How many different college/junior/club teams had player John Dzikowski?
CREATE TABLE table_2850912_6 (pick__number INTEGER, player VARCHAR)
SELECT MAX(pick__number) FROM table_2850912_6 WHERE player = "Greg Strome"
Greg Strom เลือกอะไร?
What pick was Greg Strome?
CREATE TABLE table_28523_2 (gender VARCHAR, school VARCHAR)
SELECT gender FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"
เพศของโรงเรียนเด็กทารกคันนิงแฮมฮิลล์คืออะไร?
What is the gender of the cunningham hill infant school?
CREATE TABLE table_28523_2 (gender VARCHAR, age_range VARCHAR, school VARCHAR)
SELECT gender FROM table_28523_2 WHERE age_range = "3-11" AND school = "St Adrian Roman Catholic Primary school"
เพศใดในช่วงอายุ 3-11 ปีในโรงเรียนประถมศึกษาคาทอลิกเซนต์เอเดรียนโรมัน
What is the gender with a age range of 3-11 at the st adrian roman catholic primary school?
CREATE TABLE table_28523_2 (school VARCHAR)
SELECT school AS website FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"
เว็บไซต์ของ cunningham hill infant school คืออะไร?
What is the website of the cunningham hill infant school?
CREATE TABLE table_28523_2 (location VARCHAR, school VARCHAR)
SELECT location FROM table_28523_2 WHERE school = "Cunningham Hill Infant school"
โรงเรียนเด็กทารกคันนิงแฮม ฮิลล์ ตั้งอยู่ที่ไหน
Where is the cunningham hill infant school located?
CREATE TABLE table_28540428_3 (event_3_deadlift VARCHAR, name VARCHAR)
SELECT event_3_deadlift FROM table_28540428_3 WHERE name = "Hennie Jordan"
ตั้งชื่อเหตุการณ์ 3 deadlift สำหรับ hennie jordan
Name the event 3 deadlift for hennie jordan
CREATE TABLE table_28547289_1 (rebounds_per_game VARCHAR, minutes_per_game VARCHAR)
SELECT rebounds_per_game FROM table_28547289_1 WHERE minutes_per_game = "35"
Andrej Džaković เฉลี่ยได้กี่รีบาวด์ต่อเกมเมื่อเล่น 35 นาทีต่อเกม
How many rebounds per game did Andrej Džaković average when playing 35 minutes per game?
CREATE TABLE table_28601467_1 (winner VARCHAR, result VARCHAR, runner_up VARCHAR)
SELECT winner FROM table_28601467_1 WHERE result = "Scotland won on points table" AND runner_up = "[[|]] 4 points"
อะไรคือสถิติการชนะทั้งหมดเมื่อผลสกอตแลนด์ชนะในตารางคะแนนและผลรองชนะเลิศคือ [[|]] 4 แต้ม?
What are all the winning records when the result is Scotland won on points table and the Runner-Up result is [[|]] 4 points?
CREATE TABLE table_28601467_1 (runner_up VARCHAR, winner VARCHAR)
SELECT runner_up FROM table_28601467_1 WHERE winner = "Ireland 59 points"
สถิติรองชนะเลิศคืออะไรโดยสถิติผู้ชนะคือไอร์แลนด์ 59 แต้ม?
What is the runner-up record where winner record is Ireland 59 points?
CREATE TABLE table_28601467_1 (host_nation_s_ VARCHAR, year VARCHAR)
SELECT host_nation_s_ FROM table_28601467_1 WHERE year = 2004
ประเทศใดเป็นเจ้าภาพการแข่งขันในปี 2547
Which nation hosted the competition in 2004?
CREATE TABLE table_28601467_1 (final_venue VARCHAR, winner VARCHAR, host_nation_s_ VARCHAR, runner_up VARCHAR)
SELECT final_venue FROM table_28601467_1 WHERE host_nation_s_ = "England" AND runner_up = "[[|]] 4 points" AND winner = "[[|]] 6 points"
สนามสุดท้ายที่อังกฤษเร่งการแข่งขันและสถิติรองชนะเลิศคือ [[|]] 4 แต้ม และสถิติผู้ชนะคือ [[|]] 6 แต้ม?
What was the final venue whene England hasted the competition and the runner-up record is [[|]] 4 points and the winner record is [[|]] 6 points?
CREATE TABLE table_28601467_1 (year INTEGER, winner VARCHAR)
SELECT MAX(year) FROM table_28601467_1 WHERE winner = "Ireland 4 points"
ปีล่าสุดที่สถิติผู้ชนะคือไอร์แลนด์ 4 แต้มคือปีใด?
What is the most recent year in which the winner record is Ireland 4 points?
CREATE TABLE table_2861364_1 (under_president VARCHAR, executed_person VARCHAR)
SELECT under_president FROM table_2861364_1 WHERE executed_person = "Gunther Volz"
กุนเธอร์ โวลซ์ ประธานาธิบดีคนไหนถูกประหารชีวิต?
under which president was gunther volz executed?
CREATE TABLE table_2861364_1 (executed_person VARCHAR, under_president VARCHAR, crime VARCHAR)
SELECT executed_person FROM table_2861364_1 WHERE under_president = "Charles de Gaulle" AND crime = "Child murder after rape"
ใครถูกประหารชีวิตในรัชสมัยของประธานาธิบดีชาร์ลส์ เดอ โกล ฐานก่ออาชญากรรมคดีฆาตกรรมเด็กหลังถูกข่มขืน?
who was executed during president charles de gaulle's reign for thr crime of child murder after rape?
CREATE TABLE table_2861364_1 (place_of_execution VARCHAR, executed_person VARCHAR)
SELECT place_of_execution FROM table_2861364_1 WHERE executed_person = "Mazouz Ghaouti"
mazouz ghaouti ถูกประหารที่ไหน?
where was mazouz ghaouti executed?
CREATE TABLE table_2861364_1 (crime VARCHAR, place_of_execution VARCHAR, executed_person VARCHAR)
SELECT crime FROM table_2861364_1 WHERE place_of_execution = "Metz" AND executed_person = "Gunther Volz"
Gunther Volz ถูกประหารชีวิตที่เมตซ์ด้วยข้อหาก่ออาชญากรรมอะไร
for what crime was gunther volz executed at metz?
CREATE TABLE table_28621502_1 (asia VARCHAR, title VARCHAR)
SELECT COUNT(asia) FROM table_28621502_1 WHERE title = "UNO HD"
Uno HD มีสถานะการวางจำหน่ายในเอเชียกี่สถานะ?
How many of Asian release statuses does Uno HD have?