context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR)
SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = "Dropped athletics"
Dropped Athletics เข้าร่วมอะไรบ้างในปีที่เข้าร่วม?
What joined year does Dropped Athletics have?
CREATE TABLE table_1973729_2 (founded INTEGER)
SELECT MAX(founded) FROM table_1973729_2
ก่อตั้งล่าสุดคือปีไหน?
What is the latest founded year?
CREATE TABLE table_1974443_1 (institution VARCHAR, location VARCHAR)
SELECT institution FROM table_1974443_1 WHERE location = "Watertown, Wisconsin"
สถาบันใดตั้งอยู่ใน Watertown รัฐวิสคอนซิน
What institution is located in Watertown, Wisconsin?
CREATE TABLE table_1974443_1 (enrollment INTEGER, founded VARCHAR)
SELECT MIN(enrollment) FROM table_1974443_1 WHERE founded = 1880
สถาบันที่ก่อตั้งในปี 1880 มีการลงทะเบียนน้อยที่สุดสำหรับสถาบันใด
What is the smallest enrollment for institutions founded in exactly 1880?
CREATE TABLE table_1974443_1 (enrollment VARCHAR, institution VARCHAR)
SELECT enrollment FROM table_1974443_1 WHERE institution = "Lakeland College"
การลงทะเบียนสำหรับวิทยาลัย Lakeland คืออะไร?
What is the enrollment for Lakeland College?
CREATE TABLE table_1974443_1 (enrollment INTEGER, institution VARCHAR)
SELECT MAX(enrollment) FROM table_1974443_1 WHERE institution = "Concordia University"
การลงทะเบียนสูงสุดสำหรับมหาวิทยาลัยคอนคอร์เดียคือเท่าใด
What is the maximum enrollment for Concordia University?
CREATE TABLE table_19744915_15 (couple VARCHAR, total VARCHAR)
SELECT couple FROM table_19744915_15 WHERE total = 6
คู่ไหนมีคะแนนรวม 6 คะแนน?
What couple had a total score of 6?
CREATE TABLE table_19744915_15 (rank INTEGER)
SELECT MIN(rank) FROM table_19744915_15
อันดับต่ำสุดคืออะไร?
What is the lowest rank?
CREATE TABLE table_19744915_15 (couple VARCHAR, vote_percentage VARCHAR)
SELECT couple FROM table_19744915_15 WHERE vote_percentage = "7.691%"
คู่ไหนมีคะแนนโหวต 7.691%
What couple had a vote percentage of 7.691%
CREATE TABLE table_19744915_15 (result VARCHAR, couple VARCHAR)
SELECT COUNT(result) FROM table_19744915_15 WHERE couple = "Ellery and Frankie"
Ellery และ Frankie มีผลลัพธ์กี่รายการ?
How many results do Ellery and Frankie have?
CREATE TABLE table_19744915_15 (rank VARCHAR, couple VARCHAR)
SELECT rank FROM table_19744915_15 WHERE couple = "Michael and Melanie"
ไมเคิลและเมลานีมีอันดับเท่าไหร่?
What is Michael and Melanie's rank?
CREATE TABLE table_19744915_16 (rank VARCHAR, couple VARCHAR)
SELECT rank FROM table_19744915_16 WHERE couple = "Zoe and Matt"
โซอี้และแมตต์อยู่อันดับไหน?
What is Zoe and Matt's rank?
CREATE TABLE table_19744915_16 (judges VARCHAR, couple VARCHAR)
SELECT judges FROM table_19744915_16 WHERE couple = "Roxanne and Daniel"
ผลรวมของกรรมการสำหรับ Roxanne และ Daniel คือเท่าไร?
What is the judge's total for Roxanne and Daniel?
CREATE TABLE table_19744915_16 (result VARCHAR, couple VARCHAR)
SELECT result FROM table_19744915_16 WHERE couple = "Zoe and Matt"
ผลลัพธ์ของ Zoe และ Matt คืออะไร?
What is Zoe and Matt's result?
CREATE TABLE table_19744915_16 (result VARCHAR, judges VARCHAR)
SELECT result FROM table_19744915_16 WHERE judges = 6
ผลการตัดสินที่ 6 เป็นอย่างไร?
What is the result of judge 6?
CREATE TABLE table_19744915_3 (order VARCHAR, public_vote VARCHAR)
SELECT order FROM table_19744915_3 WHERE public_vote = "18.155%"
คำสั่งเมื่อประชาชนโหวตเป็น 18.155% คืออะไร
what is the order when public vote was 18.155%
CREATE TABLE table_19744915_3 (public_vote VARCHAR, couple VARCHAR)
SELECT public_vote FROM table_19744915_3 WHERE couple = "Graeme & Kristina"
คะแนนสาธารณะสำหรับแกรมและคริสตินาคือเท่าไร
what is the public vote on graeme & kristina
CREATE TABLE table_19744915_3 (robin VARCHAR, jason VARCHAR)
SELECT robin FROM table_19744915_3 WHERE jason = "2.5"
สเตตัสของโรบินตอนเจสันอายุ 2.5 เป็นเท่าไหร่
what is robin's stat when jason was 2.5
CREATE TABLE table_19744915_3 (skating_song VARCHAR, couple VARCHAR)
SELECT skating_song FROM table_19744915_3 WHERE couple = "Graeme & Kristina"
กล่าวถึงเพลงสเก็ตของ graeme & Kristina
state the skating song of graeme & kristina
CREATE TABLE table_19744915_3 (scoreboard VARCHAR, karen VARCHAR)
SELECT scoreboard FROM table_19744915_3 WHERE karen = "4.5"
ป้ายบอกคะแนนตอนคาเรนอายุ 4.5 คืออะไร
what is the scoreboard when karen was 4.5
CREATE TABLE table_19744915_3 (couple VARCHAR, total VARCHAR)
SELECT COUNT(couple) FROM table_19744915_3 WHERE total = "14.5"
มีกี่คู่ รวม 14.5
how many coupless totalled 14.5
CREATE TABLE table_1974545_1 (nickname VARCHAR, enrollment VARCHAR)
SELECT nickname FROM table_1974545_1 WHERE enrollment = 9000
ตั้งชื่อเล่นสำหรับการลงทะเบียนเป็น 9000
Name the nickname for enrollment being 9000
CREATE TABLE table_1974632_1 (type VARCHAR, enrollment VARCHAR)
SELECT type FROM table_1974632_1 WHERE enrollment = 2102
สถาบันที่รับเข้าเรียน 2102 เป็นสถาบันประเภทใด
what type is the institute that enrolled 2102
CREATE TABLE table_1974632_1 (location VARCHAR, type VARCHAR)
SELECT location FROM table_1974632_1 WHERE type = "Private/Presbyterian"
สถาบันเอกชน/เพรสไบทีเรียนอยู่ที่ไหน
where is the private/presbyterian institute
CREATE TABLE table_1974632_1 (type VARCHAR, institution VARCHAR)
SELECT type FROM table_1974632_1 WHERE institution = "Alvernia University"
มหาวิทยาลัยอัลเวอร์เนียเป็นสถาบันประเภทใด
what type of institution is alvernia university
CREATE TABLE table_1974632_1 (institution VARCHAR, location VARCHAR)
SELECT institution FROM table_1974632_1 WHERE location = "Glenside, Pennsylvania"
ระบุสถาบันในเกลนไซด์ เพนซิลเวเนีย
state the institution in glenside, pennsylvania
CREATE TABLE table_19753079_13 (result VARCHAR, first_elected VARCHAR, incumbent VARCHAR)
SELECT result FROM table_19753079_13 WHERE first_elected = 2004 AND incumbent = "John Barrow"
ผลลัพธ์คืออะไรเมื่อ John Barrow เป็นผู้ดำรงตำแหน่งที่ได้รับเลือกครั้งแรกในปี 2004?
What was the result when John Barrow was the incumbent first elected in 2004?
CREATE TABLE table_19753079_13 (incumbent VARCHAR, party VARCHAR, district VARCHAR)
SELECT COUNT(incumbent) FROM table_19753079_13 WHERE party = "Democratic" AND district = "Georgia 8"
ในเขตจอร์เจีย 8 มีผู้ดำรงตำแหน่งกี่คนเมื่อพรรคเป็นประชาธิปไตย?
How many incumbents are there in the georgia 8 district when the party is democratic?
CREATE TABLE table_19753079_13 (district VARCHAR, incumbent VARCHAR)
SELECT district FROM table_19753079_13 WHERE incumbent = "John Linder"
จอห์น ลินเดอร์ ผู้ดำรงตำแหน่งอยู่ในเขตใด
In what district is the incumbent John Linder?
CREATE TABLE table_19753079_13 (result VARCHAR, district VARCHAR)
SELECT result FROM table_19753079_13 WHERE district = "Georgia 8"
ผลของเขตจอร์เจีย 8 คืออะไร?
What was the result of the Georgia 8 district?
CREATE TABLE table_19760_1 (mind VARCHAR, reason VARCHAR)
SELECT mind FROM table_19760_1 WHERE reason = "qut"
จิตใจของผู้มีเหตุผลคืออะไร?
What is the mind of the one that has qut reason?
CREATE TABLE table_19760_1 (understanding VARCHAR, reason VARCHAR)
SELECT understanding FROM table_19760_1 WHERE reason = "νοῦς Nous"
ความเข้าใจของผู้มีเหตุผล νοῦς คืออะไร?
What is the understanding of the one that has νοῦς nous reasoning?
CREATE TABLE table_19766_1 (cumulative__$_millions_ VARCHAR)
SELECT MIN(1949 AS _50__) AS $_millions_ FROM table_19766_1 WHERE cumulative__$_millions_ = 376
มีการใช้ไปเท่าไรในปี 1949/50 (เป็นล้านดอลลาร์) ในประเทศที่มีรายจ่ายสะสมอยู่ที่ 376 ล้านดอลลาร์
How much was spent in 1949/50 (in $ millions) in the country where the cumulative expenditure is $376 millions?
CREATE TABLE table_19766_1 (country VARCHAR)
SELECT MAX(1948 AS _49__) AS $_millions_ FROM table_19766_1 WHERE country = "Iceland"
มีการใช้เงินไปกี่ล้านดอลลาร์ในไอซ์แลนด์ในปี 1948/49
How many millions of $ were spent in Iceland in 1948/49?
CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR)
SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83
ระบุจำนวนคะแนนโหวตทั้งหมด % จำนวนที่นั่งที่ได้รับ 83 ที่นั่ง
Name the total number for % popular vote for # of seats won for 83
CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, election VARCHAR)
SELECT _percentage_of_popular_vote FROM table_19769687_3 WHERE election = "1926"
ตั้งชื่อ % ของคะแนนนิยมสำหรับการเลือกตั้งปี 1926
Name the % of popular vote for election for 1926
CREATE TABLE table_19769687_3 (_number_of_seats_won INTEGER)
SELECT MAX(_number_of_seats_won) FROM table_19769687_3
ระบุจำนวน # ที่นั่งที่ชนะมากที่สุด
Name the most # of seats won
CREATE TABLE table_19769687_3 (_number_of_total_votes INTEGER, election VARCHAR)
SELECT MAX(_number_of_total_votes) FROM table_19769687_3 WHERE election = "1878"
ระบุจำนวนคะแนนเสียงทั้งหมดมากที่สุดสำหรับการเลือกตั้งในปี พ.ศ. 2421
Name the most number of total votes for election for 1878
CREATE TABLE table_197638_7 (_number INTEGER, french_open VARCHAR)
SELECT MAX(_number) FROM table_197638_7 WHERE french_open = 1974
เฟรนช์โอเพ่น 1974 เบอร์อะไรคะ?
What is the number for the french open 1974?
CREATE TABLE table_197638_7 (australian_open INTEGER)
SELECT MAX(australian_open) FROM table_197638_7
ออสเตรเลียเปิดเมื่อไหร่?
When was the Australian open?
CREATE TABLE table_197638_7 (age VARCHAR, player VARCHAR)
SELECT COUNT(age) FROM table_197638_7 WHERE player = "Maureen Connolly Brinker"
มอรีน คอนนอลลี่ บริงเกอร์เป็นผู้เล่นอายุกี่ปี?
How many ages have Maureen Connolly Brinker as the player?
CREATE TABLE table_197638_7 (french_open INTEGER, player VARCHAR)
SELECT MIN(french_open) FROM table_197638_7 WHERE player = "Serena Williams"
เฟรนช์โอเพ่นคือเมื่อใดเมื่อเซเรน่าวิลเลียมส์เป็นผู้เล่น?
When is the French Open when serena williams is the player?
CREATE TABLE table_19769948_26 (dismissals VARCHAR, innings VARCHAR)
SELECT COUNT(dismissals) FROM table_19769948_26 WHERE innings = 191
มีการไล่ออกกี่ครั้งในเกมที่มี 191 อินนิง
how many dismissals in a game with 191 innings
CREATE TABLE table_198175_2 (residence_city VARCHAR, english_name VARCHAR)
SELECT COUNT(residence_city) FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"
มีเมืองที่อยู่อาศัยกี่แห่งที่มีชื่อภาษาอังกฤษว่าจังหวัด Viborg และ Nyslott
How many residence cities have an English name of Province of Viborg and Nyslott?
CREATE TABLE table_198175_2 (map_number INTEGER)
SELECT MAX(map_number) FROM table_198175_2
ค่าสูงสุดของหมายเลขแผนที่คืออะไร?
What is the highest value for map number?
CREATE TABLE table_198175_2 (swedish_name VARCHAR, residence_city VARCHAR)
SELECT swedish_name FROM table_198175_2 WHERE residence_city = "Loviisa"
ชื่อเมืองที่อยู่อาศัยทุกชื่อในสวีเดนคือ Loviisa คืออะไร?
What is every Swedish name for residence city is Loviisa?
CREATE TABLE table_198175_2 (finnish_name VARCHAR, english_name VARCHAR)
SELECT finnish_name FROM table_198175_2 WHERE english_name = "Province of Viborg and Nyslott"
ชื่อภาษาฟินแลนด์สำหรับชื่อภาษาอังกฤษของจังหวัด Viborg และ Nyslott คืออะไร?
What is every Finnish name for the English name of Province of Viborg and Nyslott?
CREATE TABLE table_1982739_2 (traditional_chinese VARCHAR, area VARCHAR)
SELECT traditional_chinese FROM table_1982739_2 WHERE area = 181
อักษรจีนตัวเต็มที่กำหนดไว้สำหรับสถานที่ซึ่งมีพื้นที่ 181 คือข้อใด
What is the traditional Chinese character set for the location that has an area of 181?
CREATE TABLE table_1982739_2 (area VARCHAR, english_name VARCHAR)
SELECT COUNT(area) FROM table_1982739_2 WHERE english_name = "Nanqiao District"
เขตหนานเฉียวมีทั้งหมดกี่พื้นที่?
What is the total number of areas that are called Nanqiao District?
CREATE TABLE table_1982739_2 (english_name VARCHAR, traditional_chinese VARCHAR)
SELECT COUNT(english_name) FROM table_1982739_2 WHERE traditional_chinese = "全椒縣"
ชื่อภาษาอังกฤษที่มีชื่อภาษาจีนตัวเต็มว่า 全椒縣 มีกี่ชื่อ?
What is the number of English names that have a Traditional Chinese name of 全椒縣?
CREATE TABLE table_1982739_2 (pinyin VARCHAR, english_name VARCHAR)
SELECT pinyin FROM table_1982739_2 WHERE english_name = "Dingyuan County"
ชื่อพินอินของเทศมณฑลติงหยวนคืออะไร?
What is the Pinyin name for Dingyuan County?
CREATE TABLE table_19839391_3 (stats INTEGER, pitcher VARCHAR)
SELECT MAX(stats) FROM table_19839391_3 WHERE pitcher = "Doug Davis"
สถิติการขว้างสูงสุดของ Doug Davis คืออะไร?
What are Doug Davis' maximum pitching stats?
CREATE TABLE table_19839391_3 (pitcher VARCHAR, seasons VARCHAR)
SELECT pitcher FROM table_19839391_3 WHERE seasons = "1970"
รายชื่อเหยือกสำหรับฤดูกาล 1970
List the pitchers for the 1970 season
CREATE TABLE table_19839391_3 (wins VARCHAR, winning__percentage VARCHAR)
SELECT wins FROM table_19839391_3 WHERE winning__percentage = "0.667"
ชนะกี่ครั้งมีเปอร์เซ็นต์การชนะ 0.667
How many wins had a win percentage of 0.667
CREATE TABLE table_19839391_3 (no_decisions INTEGER, winning__percentage VARCHAR, wins VARCHAR)
SELECT MIN(no_decisions) FROM table_19839391_3 WHERE winning__percentage = "1.000" AND wins = 3
มี "ไม่มีการตัดสิน" กี่ครั้งที่ชนะ 3 ครั้งและเปอร์เซ็นต์การชนะ 1.000?
how many "no decisions" are there with 3 wins and a win percentage of 1.000?
CREATE TABLE table_19864214_3 (wins INTEGER, seasons VARCHAR)
SELECT MIN(wins) FROM table_19864214_3 WHERE seasons = "1986"
ชนะน้อยที่สุดในปี 1986
stae the least number of wins in 1986
CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR)
SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = "Scott Feldman Category:Articles with hCards"
จำนวนการไม่ตัดสินใจน้อยที่สุดสำหรับหมวดหมู่ scott feldman: บทความที่มี hcard คือเท่าใด
what is the least number of no decisions for scott feldman category:articles with hcards
CREATE TABLE table_19864214_3 (starts VARCHAR, seasons VARCHAR)
SELECT starts FROM table_19864214_3 WHERE seasons = "1977"
จำนวนการออกสตาร์ทในปี 1977 เป็นเท่าใด
what is the number of starts in 1977
CREATE TABLE table_19864214_3 (pitcher VARCHAR, seasons VARCHAR)
SELECT pitcher FROM table_19864214_3 WHERE seasons = "1982, 1984, 1985, 1987, 1988, 1989"
ซึ่งเป็นผู้เหยือกในฤดูกาล 2525, 2527, 2528, 2530, 2531, 2532
who was the pitcher in seasons 1982, 1984, 1985, 1987, 1988, 1989
CREATE TABLE table_19864214_3 (wins VARCHAR, pitcher VARCHAR)
SELECT COUNT(wins) FROM table_19864214_3 WHERE pitcher = "Jon Matlack Category:Articles with hCards"
Pitcher Jon Matlack ชนะได้กี่ครั้งในหมวดหมู่:บทความที่มี hcards
how many wins did pitcher jon matlack category:articles with hcards achieve
CREATE TABLE table_19897294_4 (no_in_series INTEGER)
SELECT MAX(no_in_series) FROM table_19897294_4
มีทั้งหมดกี่ซีรีย์คะ?
How many series are there total?
CREATE TABLE table_19897294_4 (family_families VARCHAR, no_overall VARCHAR)
SELECT family_families FROM table_19897294_4 WHERE no_overall = "UK10"
ครอบครัวใดมีคะแนนรวม UK10 มากที่สุด
What family had a no.overall of UK10?
CREATE TABLE table_1990460_1 (division INTEGER)
SELECT MAX(division) FROM table_1990460_1
หมายเลขดิวิชั่นสูงสุดในรอบหลายปีคืออะไร?
What's the highest division number through the years?
CREATE TABLE table_1990460_1 (division INTEGER, regular_season VARCHAR)
SELECT MIN(division) FROM table_1990460_1 WHERE regular_season = "6th, Great Lakes"
หมายเลขดิวิชั่นต่ำสุดของฤดูกาลที่ 6 ของ Great Lakes คืออะไร?
What's the lowest division number of the 6th, Great Lakes season?
CREATE TABLE table_1990460_1 (open_cup VARCHAR, year VARCHAR)
SELECT open_cup FROM table_1990460_1 WHERE year = 2006
สถานะทีมในโอเพ่นคัพปี 2549 เป็นอย่างไร?
What's the team's status in the Open Cup in 2006?
CREATE TABLE table_1990460_1 (year VARCHAR, regular_season VARCHAR)
SELECT year FROM table_1990460_1 WHERE regular_season = "4th, Midwest"
ฤดูกาลที่ 4 มิดเวสต์ เกิดขึ้นเมื่อใด
When did the 4th, Midwest season happen?
CREATE TABLE table_1992924_3 (spokesperson VARCHAR, year_s_ VARCHAR)
SELECT COUNT(spokesperson) FROM table_1992924_3 WHERE year_s_ = 2004
มีโฆษกกี่คนในปี 2547
how many spokesperson where in 2004
CREATE TABLE table_1992924_3 (Dual VARCHAR, spokesperson VARCHAR)
SELECT Dual AS commentator FROM table_1992924_3 WHERE spokesperson = "Larisa Verbickaya"
ซึ่งเป็นคู่คอมเมนเตเตอร์ของช่องกับโฆษก ลาริสา เวอร์บิคยา
who is the dual commentator at the channel with spokesperson larisa verbickaya
CREATE TABLE table_1992924_3 (spokesperson VARCHAR, commentator VARCHAR)
SELECT spokesperson FROM table_1992924_3 WHERE commentator = "Dmitriy Guberniyev"
ระบุโฆษกของช่องทั้งหมดซึ่งมีผู้วิจารณ์คือ dmitriy guberniyev
state all the spokesperson for the channel where commentator is dmitriy guberniyev
CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, rufus_guest VARCHAR)
SELECT first_broadcast FROM table_19930660_3 WHERE rufus_guest = "Jack Whitehall"
ออกอากาศครั้งแรกเมื่อใดที่แขกรับเชิญของรูฟัสคือแจ็ค ไวท์ฮอลล์
When is the first broadcast for episodes where Rufus's guest is Jack Whitehall?
CREATE TABLE table_19930660_3 (episode VARCHAR, rufus_guest VARCHAR)
SELECT episode FROM table_19930660_3 WHERE rufus_guest = "Chris Addison"
Chris Addison มาเป็นแขกรับเชิญของ Rufus ตอนไหน?
Which episodes have Chris Addison as Rufus's guest?
CREATE TABLE table_19930660_3 (winner VARCHAR, rufus_guest VARCHAR)
SELECT winner FROM table_19930660_3 WHERE rufus_guest = "Sean Lock"
คะแนนของตอนที่แขกรับเชิญของรูฟัสคือฌอน ล็อคเป็นเท่าไหร่
What is the resulting score for the episodes where Rufus's guest is Sean Lock?
CREATE TABLE table_19930660_3 (first_broadcast VARCHAR, episode VARCHAR)
SELECT first_broadcast FROM table_19930660_3 WHERE episode = "3x10"
ตอนที่ 3x10 ออกอากาศครั้งแรกเมื่อใด?
What is the first broadcast date for episode 3x10?
CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR)
SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd"
ดัชนีใดที่องค์การสหประชาชาติ (UNDP) สร้างขึ้นและขึ้นถึงอันดับที่ 2 ในการจัดอันดับ LA
What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?
CREATE TABLE table_19948664_1 (countries_sampled INTEGER, ranking_la__2_ VARCHAR, author___editor___source VARCHAR, year_of_publication VARCHAR)
SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE author___editor___source = "The Economist" AND year_of_publication = "2007" AND ranking_la__2_ = "2nd"
มีกี่ประเทศที่ถูกสุ่มตัวอย่างในดัชนีที่สร้างโดย The Economist ซึ่งตีพิมพ์ในปี 2550 และอยู่ในอันดับที่ 2 ในการจัดอันดับ LA
How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?
CREATE TABLE table_19948664_1 (world_ranking__1_ VARCHAR, author___editor___source VARCHAR)
SELECT world_ranking__1_ FROM table_19948664_1 WHERE author___editor___source = "Transparency International"
ดัชนี Transparency International อยู่ในอันดับที่เท่าไหร่?
What's the wold ranking of the index by Transparency International?
CREATE TABLE table_19948664_1 (countries_sampled VARCHAR, ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR)
SELECT countries_sampled FROM table_19948664_1 WHERE ranking_la__2_ = "2nd" AND world_ranking__1_ = "23rd"
มีกี่ประเทศที่ถูกสุ่มตัวอย่างสำหรับดัชนีอันดับที่ 2 ในการจัดอันดับ LA และอันดับที่ 23 ในการจัดอันดับโลก
How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?
CREATE TABLE table_19948664_1 (countries_sampled INTEGER, index__year_ VARCHAR)
SELECT MAX(countries_sampled) FROM table_19948664_1 WHERE index__year_ = "Prosperity Index (2008)"
มีกี่ประเทศที่ถูกสุ่มตัวอย่างสำหรับดัชนีความมั่งคั่ง (2008)
How many countries were sampled for the Prosperity Index (2008)?
CREATE TABLE table_1999350_1 (playoffs VARCHAR, open_canada_cup VARCHAR, regular_season VARCHAR)
SELECT playoffs FROM table_1999350_1 WHERE open_canada_cup = "N/A" AND regular_season = "2nd, New England"
ผลการแข่งขันรอบตัดเชือกในปีที่ Open Canada Cup เป็น "N/A" และผลการแข่งขันฤดูกาลปกติคือ "2nd, New England" คืออะไร
What is the playoffs result in years where Open Canada Cup was "N/A" and regular season result was "2nd, New England"?
CREATE TABLE table_1999350_1 (year INTEGER, open_canada_cup VARCHAR, playoffs VARCHAR, regular_season VARCHAR)
SELECT MIN(year) FROM table_1999350_1 WHERE playoffs = "Did not qualify" AND regular_season = "2nd, New England" AND open_canada_cup = "N/A"
ปีแรกสุดที่รอบตัดเชือกคือ "ไม่ผ่านเข้ารอบ" ฤดูกาลปกติคือ "อันดับ 2 นิวอิงแลนด์" และ Open Canada Cup คือ "ไม่มี"
What is the earliest year where playoffs was "did not qualify," regular season was "2nd, New England," and Open Canada Cup is "N/A"?
CREATE TABLE table_1999350_1 (playoffs VARCHAR, year VARCHAR)
SELECT COUNT(playoffs) FROM table_1999350_1 WHERE year = 2006
จำนวนรอบตัดเชือกทั้งหมดที่จัดขึ้นในปี 2549 คือเท่าใด
What is the total number of playoffs held in exactly 2006?
CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, denunciations__september_2011_ VARCHAR)
SELECT revising_convention_s_ FROM table_2001348_1 WHERE denunciations__september_2011_ = 21
ความเห็นแบบแผนฉบับแก้ไขที่มีการบอกเลิก 21 คืออะไร?
What were the revising conventions commentary with a denunciation of 21?
CREATE TABLE table_2001348_1 (closure_for_signature VARCHAR, field VARCHAR)
SELECT COUNT(closure_for_signature) FROM table_2001348_1 WHERE field = "Sea (revised)"
มีอินพุตกี่รายการในแท็บ 'การปิดเพื่อลายเซ็น' ใต้ฟิลด์ 'ทะเล (แก้ไข)'
How many inputs are there in the 'closure for signature' tab under the field 'sea (revised)'?
CREATE TABLE table_2001348_1 (ilo_code VARCHAR, revising_convention_s_ VARCHAR)
SELECT COUNT(ilo_code) FROM table_2001348_1 WHERE revising_convention_s_ = "this convention, Work in Fishing Convention"
มีรหัส ILO กี่ฉบับที่มีการแก้ไขอนุสัญญา 'อนุสัญญานี้ว่าด้วยการประมง'
How many ILO codes are there with revising conventions of 'this convention, work in fishing convention'?
CREATE TABLE table_2001348_1 (revising_convention_s_ VARCHAR, field VARCHAR)
SELECT revising_convention_s_ FROM table_2001348_1 WHERE field = "trimmers and stokers"
แบบแผนการแก้ไขของฟิลด์ 'trimmers and stokers' คืออะไร?
What was the revising convention of the field 'trimmers and stokers'?
CREATE TABLE table_20018310_1 (juntas_de_regantes__wub_ VARCHAR, irrigation_district VARCHAR)
SELECT juntas_de_regantes__wub_ FROM table_20018310_1 WHERE irrigation_district = "Azua Valley"
Juntas de Regantes (WUB) ภายในหุบเขา Azua คืออะไร
What are the Juntas de Regantes (WUB) within the Azua Valley?
CREATE TABLE table_20018310_1 (irrigation_district VARCHAR, users___number_ VARCHAR)
SELECT irrigation_district FROM table_20018310_1 WHERE users___number_ = 4733
เขตชลประทานใดมีผู้ใช้บริการ 4,733 ราย
Which irrigation district has 4733 users?
CREATE TABLE table_20018310_1 (users___number_ VARCHAR, irrigation_district VARCHAR, juntas_de_regantes__wub_ VARCHAR)
SELECT users___number_ FROM table_20018310_1 WHERE irrigation_district = "Del Este" AND juntas_de_regantes__wub_ = "Nisibon-Yuma"
จำนวนผู้ใช้ใน Nisibon-Yuma ภายในเขต Del Este คือเท่าใด
What's the number of users in the Nisibon-Yuma within the Del Este district?
CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, sampling_error VARCHAR)
SELECT tom_horner__i_ FROM table_20032301_3 WHERE sampling_error = "2.5%"
เปอร์เซ็นต์ที่โหวตให้ Tom Horner ตามแหล่งสำรวจความคิดเห็นโดยมีข้อผิดพลาดในการสุ่มตัวอย่าง 2.5%
What percentage voted for Tom Horner according to the poll source with sampling error of 2.5%?
CREATE TABLE table_20032301_3 (undecided VARCHAR, sampling_error VARCHAR)
SELECT undecided FROM table_20032301_3 WHERE sampling_error = "2.7%"
เปอร์เซ็นต์ที่ไม่แน่ใจตามแหล่งสำรวจความคิดเห็นที่มีข้อผิดพลาดในการสุ่มตัวอย่าง 2.7% คือเท่าใด
What's the percentage of undecided according to the poll source with sampling error of 2.7%?
CREATE TABLE table_20032301_3 (dates_administered VARCHAR, poll_source VARCHAR)
SELECT dates_administered FROM table_20032301_3 WHERE poll_source = "Minnesota Poll"
Minnesota Poll จัดการสำรวจความคิดเห็นเมื่อใด
When did Minnesota Poll administer their poll?
CREATE TABLE table_20032301_3 (tom_emmer__r_ VARCHAR, matt_entenza__dfl_ VARCHAR)
SELECT COUNT(tom_emmer__r_) FROM table_20032301_3 WHERE matt_entenza__dfl_ = "38%"
มีกี่แบบสำรวจที่แสดงเปอร์เซ็นต์ที่แตกต่างกันสำหรับ Tom Emmer และ 38% สำหรับ Matt Entenza
How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?
CREATE TABLE table_20032301_3 (poll_source VARCHAR, dates_administered VARCHAR)
SELECT poll_source FROM table_20032301_3 WHERE dates_administered = "June 14-16, 2010"
แหล่งสำรวจความคิดเห็นใดที่ดำเนินการสำรวจความคิดเห็นในวันที่ 14-16 มิถุนายน 2553
What poll source administered their poll on June 14-16, 2010?
CREATE TABLE table_20032301_3 (tom_horner__i_ VARCHAR, matt_entenza__dfl_ VARCHAR)
SELECT tom_horner__i_ FROM table_20032301_3 WHERE matt_entenza__dfl_ = "31%"
เปอร์เซ็นต์การโหวตของ Tom Horner ตามแหล่งสำรวจที่อ้างว่า 31% สำหรับ Matt Entenza คือเท่าใด
What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza?
CREATE TABLE table_20074209_1 (redskins__score_ VARCHAR, opponent__score_ VARCHAR)
SELECT redskins__score_ FROM table_20074209_1 WHERE opponent__score_ = "Tennessee Titans 27"
อินเดียนแดง (คะแนน) คืออะไรกับเทนเนสซีไททันส์ 27
what is redskins (score) against tennessee titans 27
CREATE TABLE table_20140132_1 (head_coach VARCHAR, venue VARCHAR)
SELECT head_coach FROM table_20140132_1 WHERE venue = "Lokomotiv"
ใครคือหัวหน้าโค้ชของทีมซึ่งเป็นที่ตั้งของโลโคโมทีฟ?
Who is the head coach of the team who's venue is Lokomotiv?
CREATE TABLE table_20140132_1 (venue VARCHAR, team VARCHAR)
SELECT venue FROM table_20140132_1 WHERE team = "Terek"
สนามของทีมเทเร็คคือที่ไหน?
What is the venue for the team Terek?
CREATE TABLE table_20140132_1 (team VARCHAR, position_in_2008 VARCHAR)
SELECT COUNT(team) FROM table_20140132_1 WHERE position_in_2008 = "8th"
มีกี่ทีมที่จบอันดับที่ 8 ในปี 2551
How many teams finished in 8th in 2008?
CREATE TABLE table_20140132_1 (location VARCHAR, team VARCHAR)
SELECT location FROM table_20140132_1 WHERE team = "Saturn"
ที่ตั้งของทีมดาวเสาร์อยู่ที่ไหน?
What is the location of the team Saturn?
CREATE TABLE table_20142629_2 (year VARCHAR, fairburn INTEGER)
SELECT COUNT(year) FROM table_20142629_2 WHERE fairburn > 54.0
เมื่อแฟร์เบิร์นใหญ่กว่า 54.0 กี่ปี?
when fairburn is bigger than 54.0, how many years?