context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_22597626_2 (surface VARCHAR, partner VARCHAR, opponents_in_the_final VARCHAR)
SELECT surface FROM table_22597626_2 WHERE partner = "Fleming" AND opponents_in_the_final = "Hewitt McMillan"
หากคู่ต่อสู้ในรอบชิงชนะเลิศคือฮิววิตต์ แม็คมิลลาน และคู่ต่อสู้คือเฟลมมิง พื้นผิวจะเป็นอย่างไร?
If the opponents in the final is Hewitt McMillan and the partner is Fleming, what is the surface?
CREATE TABLE table_22597626_2 (score_in_the_final VARCHAR, partner VARCHAR)
SELECT score_in_the_final FROM table_22597626_2 WHERE partner = "Woodforde"
ถ้าคู่หูคือ วู้ดฟอร์ด แต้มสุดท้ายเป็นเท่าไร?
What is the final score if the partner is Woodforde?
CREATE TABLE table_22597626_2 (year INTEGER, outcome VARCHAR, championship VARCHAR)
SELECT MIN(year) FROM table_22597626_2 WHERE outcome = "Runner-up" AND championship = "US Open"
ในการแข่งขันชิงแชมป์ US Open และผลการแข่งขันคือรองแชมป์ขั้นต่ำคือปีใด?
In the US Open championship and the outcome is runner-up, what is the minimum year?
CREATE TABLE table_22597626_2 (surface VARCHAR, opponents_in_the_final VARCHAR)
SELECT surface FROM table_22597626_2 WHERE opponents_in_the_final = "Hewitt McMillan"
พื้นผิวจะเป็นอย่างไรหากคู่ต่อสู้ในรอบชิงชนะเลิศคือฮิววิตต์ แม็คมิลลาน?
What is the surface made of if the opponent in the final is Hewitt McMillan?
CREATE TABLE table_22597626_2 (surface VARCHAR, championship VARCHAR, year VARCHAR)
SELECT surface FROM table_22597626_2 WHERE championship = "US Open" AND year = 1979
ถ้าปี 1979 เป็นปี 1979 และแชมป์คือ US Open พื้นผิวจะเป็นอย่างไร?
What is the surface made of if the year is 1979 and the championship is US Open?
CREATE TABLE table_22607062_1 (ticket___office VARCHAR, secretary_of_state VARCHAR)
SELECT ticket___office FROM table_22607062_1 WHERE secretary_of_state = "Orville Preston"
ตั้งชื่อตั๋ว/สำนักงานสำหรับ orville preston
Name the ticket/office for orville preston
CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Republican"
ตั้งชื่อผู้ควบคุมสำหรับพรรครีพับลิกัน
Name the comptroller for republican
CREATE TABLE table_22607062_1 (comptroller VARCHAR, ticket___office VARCHAR)
SELECT comptroller FROM table_22607062_1 WHERE ticket___office = "Prohibition"
ตั้งชื่อผู้ควบคุมสำหรับสำนักงานห้าม
Name the comptroller for office of prohibition
CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
SELECT replaced_by FROM table_22640051_3 WHERE date_of_appointment = "8 July 2009"
ตั้งชื่อแทนที่ด้วยวันที่ 8 กรกฎาคม พ.ศ. 2552
Name the replaced by for 8 july 2009
CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR)
SELECT COUNT(replaced_by) FROM table_22640051_3 WHERE date_of_appointment = "13 June 2009"
ตั้งชื่อจำนวนทั้งหมดที่ถูกแทนที่โดยสำหรับวันที่ 13 มิถุนายน พ.ศ. 2552
Name the total number of replaced by for 13 june 2009
CREATE TABLE table_22640051_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_vacancy FROM table_22640051_3 WHERE outgoing_manager = "Manuel Pellegrini"
ตั้งชื่อวันที่ว่างของมานูเอล เปเญกรินี่
Name the date of vacancy for manuel pellegrini
CREATE TABLE table_22644589_4 (free_dance__fd_ VARCHAR, compulsory_dance__cd_ VARCHAR)
SELECT free_dance__fd_ FROM table_22644589_4 WHERE compulsory_dance__cd_ = "15.99"
คะแนนเต้นฟรี กรณีที่คะแนนเต้นบังคับ 15.99 เป็นเท่าใด?
What was the free dance score in the event where compulsory dance score was 15.99?
CREATE TABLE table_22644589_4 (original_dance__od_ VARCHAR, compulsory_dance__cd_ VARCHAR)
SELECT COUNT(original_dance__od_) FROM table_22644589_4 WHERE compulsory_dance__cd_ = "20.03"
มีการระบุคะแนนการเต้นรำดั้งเดิมจำนวนเท่าใดในกรณีที่การเต้นรำภาคบังคับคือ 20.03?
How many original dance scores are listed in the event where the compulsory dance was 20.03?
CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "23.75"
การเต้นรำภาคบังคับได้คะแนน 23.75 ในเรื่องใดบ้าง?
In what even was the compulsory dance scored 23.75?
CREATE TABLE table_22644589_4 (event VARCHAR, compulsory_dance__cd_ VARCHAR)
SELECT event FROM table_22644589_4 WHERE compulsory_dance__cd_ = "28.12"
คะแนนเต้นภาคบังคับ 28.12 ในกรณีใด?
In what event was the compulsory dance score 28.12?
CREATE TABLE table_22654139_3 (year VARCHAR, reporters VARCHAR)
SELECT year FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts"
ทุกปีเมื่อมีนักข่าวคือ Lesley Visser และ Robin Roberts?
What is every year when the reporters were Lesley Visser and Robin Roberts?
CREATE TABLE table_22654139_3 (year INTEGER, reporters VARCHAR)
SELECT MAX(year) FROM table_22654139_3 WHERE reporters = "Lesley Visser and Robin Roberts"
ปีล่าสุดกับนักข่าว Lesley Visser และ Robin Roberts คืออะไร?
What is the latest year with reporters Lesley Visser and Robin Roberts?
CREATE TABLE table_2266762_1 (driver VARCHAR, team VARCHAR, race_time VARCHAR)
SELECT driver FROM table_2266762_1 WHERE team = "Richard Childress Racing" AND race_time = "2:58:22"
ใครคือนักแข่งของทีม Richard Childress Racing ด้วยเวลา 2:58:22 น.
Who was the driver for the Richard Childress Racing team in the race with a time of 2:58:22?
CREATE TABLE table_2266762_1 (date VARCHAR, average_speed__mph_ VARCHAR)
SELECT COUNT(date) FROM table_2266762_1 WHERE average_speed__mph_ = "91.033"
ความเร็วเฉลี่ยของการแข่งขัน 91.033 ไมล์ต่อชั่วโมง คือวันที่กี่วัน?
On how many dates was the average speed of the race 91.033 MPH?
CREATE TABLE table_2266762_1 (driver VARCHAR, race_time VARCHAR)
SELECT driver FROM table_2266762_1 WHERE race_time = "3:04:09"
ใครคือนักแข่งที่ชนะในการแข่งขันที่มีความยาว 3:04:09 น.
Who was the winning driver in the race that was 3:04:09 long?
CREATE TABLE table_22669044_10 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_22669044_10 WHERE high_points = "Hakim Warrick (14)"
คู่ต่อสู้ในเกมที่ ฮาคิม วาร์ริค (14) ทำแต้มได้สูงที่สุดคือใคร?
Who was the opponent in the game in which Hakim Warrick (14) did the most high points?
CREATE TABLE table_22669044_10 (record VARCHAR, high_rebounds VARCHAR)
SELECT record FROM table_22669044_10 WHERE high_rebounds = "Brad Miller (7)"
สถิติในเกมที่แบรด มิลเลอร์ (7) รีบาวด์สูงคือเท่าไร?
What's the record in the game in which Brad Miller (7) did the high rebounds?
CREATE TABLE table_22669044_10 (score VARCHAR, record VARCHAR)
SELECT score FROM table_22669044_10 WHERE record = "31-29"
เกมนี้สกอร์ 31-29 เป็นยังไงบ้าง?
What's the score of the game with 31-29 record?
CREATE TABLE table_22667773_8 (country VARCHAR, name VARCHAR)
SELECT country FROM table_22667773_8 WHERE name = "Gerrard"
ตั้งชื่อประเทศให้เจอร์ราร์ด
Name the country for gerrard
CREATE TABLE table_22667773_8 (COUnT VARCHAR, name VARCHAR)
SELECT COUnT AS eu FROM table_22667773_8 WHERE name = "Quinn"
ตั้งชื่อจำนวนรวมของ eu สำหรับควินน์
Name the total number of eu for quinn
CREATE TABLE table_22669044_8 (team VARCHAR, score VARCHAR)
SELECT team FROM table_22669044_8 WHERE score = "W 115–104 (OT)"
ตั้งชื่อทีมสำหรับ w 115–104 (ot)
Name the team for w 115–104 (ot)
CREATE TABLE table_22669044_8 (record VARCHAR, location_attendance VARCHAR)
SELECT COUNT(record) FROM table_22669044_8 WHERE location_attendance = "United Center 18,838"
ตั้งชื่อเบอร์สถิติยูไนเต็ดเซนเตอร์ 18,838
Name the number of record for united center 18,838
CREATE TABLE table_22669044_9 (team VARCHAR, location_attendance VARCHAR)
SELECT team FROM table_22669044_9 WHERE location_attendance = "United Center 22,147"
ตั้งชื่อทีม ยูไนเต็ด เซนเตอร์ 22,147
Name the team for united center 22,147
CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_22669044_9 WHERE team = "New York"
ตั้งชื่อการรีบาวด์สูงสำหรับนิวยอร์ก
Name the high rebounds for new york
CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT COUNT(high_rebounds) FROM table_22669044_9 WHERE location_attendance = "United Center 19,335"
ระบุจำนวนรีบาวด์สูงของยูไนเต็ดเซนเตอร์ 19,335
Name the number of high rebounds for united center 19,335
CREATE TABLE table_22669044_9 (team VARCHAR, high_assists VARCHAR)
SELECT team FROM table_22669044_9 WHERE high_assists = "Kirk Hinrich , Derrick Rose , John Salmons (6)"
ตั้งชื่อทีม เคิร์ก ฮินริช, เดอร์ริก โรส, จอห์น แซลมอนส์ (6)
Name the team for kirk hinrich , derrick rose , john salmons (6)
CREATE TABLE table_22669044_9 (high_points VARCHAR, record VARCHAR)
SELECT high_points FROM table_22669044_9 WHERE record = "31-27"
ตั้งชื่อคะแนนสูงสุด 31-27
Name the high points 31-27
CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR)
SELECT location FROM table_22670216_1 WHERE winning_driver = "Bill Vukovich II"
ตำแหน่งที่นักขับที่ชนะคือ Bill Vukovich II อยู่ที่ไหน?
What is the location is the winning driver is Bill Vukovich II?
CREATE TABLE table_22670216_1 (location VARCHAR, winning_driver VARCHAR, track VARCHAR)
SELECT location FROM table_22670216_1 WHERE winning_driver = "Wally Dallenbach" AND track = "Wisconsin State Fair Park Speedway"
หากสนามแข่งคือสนามแข่งรถ Wisconsin State Fair Park และผู้แข่งที่ชนะคือ Wally Dallenbach สถานที่คือที่ไหน
If the track is the Wisconsin State Fair Park Speedway and the winning driver is Wally Dallenbach, what was the location?
CREATE TABLE table_22670216_1 (rnd VARCHAR, location VARCHAR, pole_position VARCHAR)
SELECT COUNT(rnd) FROM table_22670216_1 WHERE location = "Brooklyn, Michigan" AND pole_position = "Bobby Unser"
หากสถานที่คือบรูคลิน มิชิแกน และตำแหน่งโพลโพซิชั่นคือ Bobby Unser จำนวน RND ทั้งหมดจะเป็นเท่าใด
If the location is Brooklyn, Michigan and the pole position is Bobby Unser, what is the RND total number?
CREATE TABLE table_22670216_1 (rnd VARCHAR, track VARCHAR, pole_position VARCHAR)
SELECT COUNT(rnd) FROM table_22670216_1 WHERE track = "Ontario Motor Speedway" AND pole_position = "Johnny Rutherford"
หากตำแหน่งโพลโพซิชั่นคือจอห์นนี่ รัทเทอร์ฟอร์ด และสนามแข่งคือออนทาริโอ มอเตอร์ สปีดเวย์ จำนวนรวมของ RND จะเป็นเท่าใด
If the pole position is Johnny Rutherford and the track is the Ontario Motor Speedway, what is the RND total number?
CREATE TABLE table_2267857_1 (laps VARCHAR, date VARCHAR)
SELECT laps FROM table_2267857_1 WHERE date = "October 26"
ตั้งชื่อรอบของวันที่ 26 ตุลาคม
Name the laps of october 26
CREATE TABLE table_2267857_1 (date VARCHAR, year VARCHAR)
SELECT date FROM table_2267857_1 WHERE year = 2006
ตั้งชื่อวันที่สำหรับปี 2549
Name the date for 2006
CREATE TABLE table_2267857_1 (year VARCHAR, driver VARCHAR)
SELECT COUNT(year) FROM table_2267857_1 WHERE driver = "Dick Hutcherson"
ตั้งชื่อจำนวนปีสำหรับดิ๊ก ฮัทเชอร์สัน
Name the number of year for dick hutcherson
CREATE TABLE table_2267857_1 (report VARCHAR, date VARCHAR)
SELECT COUNT(report) FROM table_2267857_1 WHERE date = "July 23"
แจ้งยอดรวมรายงานวันที่ 23 กรกฎาคม
Name the total number for report july 23
CREATE TABLE table_22756549_1 (party VARCHAR, margin VARCHAR)
SELECT party FROM table_22756549_1 WHERE margin = 105731
ฝ่ายใดชนะด้วยมาร์จิ้น 105731?
What party won with a margin of 105731?
CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
SELECT party AS a FROM table_22756549_1 WHERE winner = "K. Anbazhagan"
K. Anbazhagan ผู้ชนะจากพรรคใด
What party is the winner K. Anbazhagan from?
CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
SELECT COUNT(party) AS a FROM table_22756549_1 WHERE winner = "M. Gounder"
M. Gounder ชนะ Party A กี่ครั้ง?
How many times did M. Gounder win for Party A?
CREATE TABLE table_22756549_1 (winner VARCHAR, runner_up_a VARCHAR)
SELECT winner FROM table_22756549_1 WHERE runner_up_a = "V. A. Muthiah"
ใครชนะเมื่อ VA Muthiah เป็นรองชนะเลิศ?
Who won when V. A. Muthiah was the runner-up?
CREATE TABLE table_22756549_1 (party VARCHAR, runner_up_a VARCHAR)
SELECT party FROM table_22756549_1 WHERE runner_up_a = "A. Krishnaswamy"
ฝ่ายใดเป็นผู้ชนะเมื่อ A. Krishnaswamy ได้รับรางวัลรองชนะเลิศ?
What party was the winner when A. Krishnaswamy was the runner-up?
CREATE TABLE table_22756549_1 (runner_up_a VARCHAR, constituency VARCHAR)
SELECT runner_up_a FROM table_22756549_1 WHERE constituency = "Nagapattinam"
ใครคือรองชนะเลิศเขตเลือกตั้งนาคปัตตินัม?
Who was the runner up for the Nagapattinam constituency?
CREATE TABLE table_22757733_4 (runner_up_a VARCHAR, winner VARCHAR)
SELECT runner_up_a FROM table_22757733_4 WHERE winner = "Sankar Adhi"
ใครเป็นผู้ชนะเลิศอันดับ Sankar Adhi?
who ended runner-up to sankar adhi?
CREATE TABLE table_22757733_4 (party VARCHAR, runner_up_a VARCHAR)
SELECT party AS a FROM table_22757733_4 WHERE runner_up_a = "K. Annamalai"
ซึ่งเป็นเค ปาร์ตี้ของอันนามาลัย?
which was k. annamalai´s party a?
CREATE TABLE table_22815568_7 (population VARCHAR, market_income_per_capita VARCHAR)
SELECT population FROM table_22815568_7 WHERE market_income_per_capita = "$17,362"
ประชากรในสถานที่ที่รายได้ในตลาดต่อหัวเท่ากับ 17,362 ดอลลาร์มีประชากรเท่าใด
What is the population in those place where the market income per capita is $17,362?
CREATE TABLE table_22815568_7 (unemployment_rate VARCHAR, market_income_per_capita VARCHAR)
SELECT COUNT(unemployment_rate) FROM table_22815568_7 WHERE market_income_per_capita = "$16,981"
อัตราการว่างงานในสถานที่ซึ่งรายได้ในตลาดต่อหัวอยู่ที่ 16,981 ดอลลาร์เป็นเท่าใด
What is the unemployment rate in those places where the market income per capita is $16,981?
CREATE TABLE table_22815568_7 (status VARCHAR, poverty_rate VARCHAR)
SELECT status FROM table_22815568_7 WHERE poverty_rate = "8.6%"
สถานะในสถานที่เหล่านั้นที่มีอัตราความยากจนอยู่ที่ 8.6% คืออะไร?
What is the status in those places where the poverty rate is 8.6%?
CREATE TABLE table_22815568_7 (unemployment_rate VARCHAR, status VARCHAR, county VARCHAR)
SELECT unemployment_rate FROM table_22815568_7 WHERE status = "Transitional" AND county = "Alexander"
อัตราการว่างงานในสถานที่เหล่านั้นในเขตอเล็กซานเดอร์ซึ่งมีสถานะเป็นช่วงเปลี่ยนผ่านคือเท่าใด
What is the unemployment rate in those places in Alexander county whose status is transitional?
CREATE TABLE table_22815568_7 (population VARCHAR, county VARCHAR)
SELECT population FROM table_22815568_7 WHERE county = "McDowell"
ประชากรของประเทศ McDowell คือเท่าไร?
What is the population of the country of McDowell?
CREATE TABLE table_22815568_7 (county VARCHAR, unemployment_rate VARCHAR, market_income_per_capita VARCHAR)
SELECT county FROM table_22815568_7 WHERE unemployment_rate = "5.8%" AND market_income_per_capita = "$22,866"
อัตราการว่างงาน 5.8% ในมณฑลใด และรายได้ในตลาดต่อหัวอยู่ที่ 22,866 ดอลลาร์
In what counties is the unemployment rate 5.8% and the market income per capita is $22,866?
CREATE TABLE table_22825058_23 (partnering VARCHAR, round VARCHAR)
SELECT partnering FROM table_22825058_23 WHERE round = "SF"
ตั้งชื่อพันธมิตรรอบ SF
Name the partnering for round sf
CREATE TABLE table_22825058_23 (round VARCHAR, against VARCHAR)
SELECT COUNT(round) FROM table_22825058_23 WHERE against = "The Netherlands"
ตั้งชื่อจำนวนยกทั้งหมดเพื่อพบกับเนเธอร์แลนด์
Name the total number of round for against the netherlands
CREATE TABLE table_22825058_23 (round VARCHAR, opponents VARCHAR)
SELECT round FROM table_22825058_23 WHERE opponents = "John Van Lottum Martin Verkerk"
ตั้งชื่อรอบให้จอห์น ฟาน ลอตตุม มาร์ติน เวอร์เคิร์ก
Name the round for john van lottum martin verkerk
CREATE TABLE table_22825058_23 (w_l VARCHAR, against VARCHAR)
SELECT w_l FROM table_22825058_23 WHERE against = "Czech Republic"
ตั้งชื่อ w/l สำหรับสาธารณรัฐเช็ก
Name the w/l for czech republic
CREATE TABLE table_22825058_23 (result VARCHAR, opponents VARCHAR)
SELECT result FROM table_22825058_23 WHERE opponents = "Jiří Novák Radek Štěpánek"
ตั้งชื่อผลลัพธ์สำหรับ jiří novák radek štěpánek
Name the result for jiří novák radek štěpánek
CREATE TABLE table_22849575_6 (tournament_venue__city_ VARCHAR, conference VARCHAR)
SELECT tournament_venue__city_ FROM table_22849575_6 WHERE conference = "Big Sky conference"
ตั้งชื่อสถานที่จัดการแข่งขันการประชุมใหญ่ฟ้า
Name the tournament venue for big sky conference
CREATE TABLE table_22849575_6 (conference VARCHAR, tournament_winner VARCHAR)
SELECT COUNT(conference) AS Tournament FROM table_22849575_6 WHERE tournament_winner = "James Madison"
ตั้งชื่อหมายเลขการแข่งขันการประชุมใหญ่ของเจมส์ เมดิสัน
Name the number of conference tournament for james madison
CREATE TABLE table_22848931_3 (team VARCHAR, replaced_by VARCHAR)
SELECT team FROM table_22848931_3 WHERE replaced_by = "Arif Asadov"
ตั้งชื่อทีมให้อารีฟ อาซาดอฟ
Name the team for arif asadov
CREATE TABLE table_22848931_3 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR)
SELECT manner_of_departure FROM table_22848931_3 WHERE date_of_vacancy = "1 December 2009"
แจ้งกำหนดการเดินทางวันที่ 1 ธันวาคม 2552
Name the manner of departure for 1 december 2009
CREATE TABLE table_22848931_3 (outgoing_manager VARCHAR, date_of_vacancy VARCHAR)
SELECT COUNT(outgoing_manager) FROM table_22848931_3 WHERE date_of_vacancy = "10 June 2009"
ตั้งชื่อผู้จัดการที่จะพ้นตำแหน่งในวันที่ 10 มิถุนายน พ.ศ. 2552
Name the outgoing manager for 10 june 2009
CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, central_europe VARCHAR)
SELECT atlantic_europe FROM table_22860_1 WHERE central_europe = "Wisconsin Stage"
ทุกรายการสำหรับยุโรปแอตแลนติกเมื่อยุโรปกลางเป็นเวทีวิสคอนซินคืออะไร?
What is every entry for Atlantic Europe when Central Europe is Wisconsin stage?
CREATE TABLE table_22860_1 (maghreb VARCHAR, mediterranean_europe VARCHAR)
SELECT COUNT(maghreb) FROM table_22860_1 WHERE mediterranean_europe = "Siciliense"
ซิซิลีเอนเซของมาเกร็บกับยุโรปเมดิเตอร์เรเนียนมีกี่ค่า
How many values for Maghreb with Mediterranean Europe is Siciliense?
CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, age__before_ VARCHAR)
SELECT atlantic_europe FROM table_22860_1 WHERE age__before_ = "10,000 years"
ยุโรปแอตแลนติกเมื่ออายุ 10,000 ปีคืออะไร?
What is the Atlantic Europe when age is 10,000 years?
CREATE TABLE table_22860_1 (america VARCHAR, atlantic_europe VARCHAR)
SELECT america FROM table_22860_1 WHERE atlantic_europe = "Hoxniense"
ทุกรายการสำหรับอเมริกาจะเป็นอย่างไรเมื่อยุโรปแอตแลนติกคือ Hoxniense?
What is every entry for America when Atlantic Europe is Hoxniense?
CREATE TABLE table_22860_1 (age__before_ VARCHAR, maghreb VARCHAR)
SELECT age__before_ FROM table_22860_1 WHERE maghreb = "Maarifiense"
อายุของ Maghreb คือ Maarifiense คือเท่าไร?
What are all ages for Maghreb is Maarifiense?
CREATE TABLE table_22860990_3 (opp_points INTEGER, record VARCHAR)
SELECT MIN(opp_points) FROM table_22860990_3 WHERE record = "6-2"
ฝ่ายตรงข้ามที่มีสถิติ 6-2 เทียบกับสปาร์ตันทำคะแนนได้กี่คะแนน?
How many points did the opponents with a 6-2 record against the Spartans score?
CREATE TABLE table_22860990_3 (opponent VARCHAR, spartans_points VARCHAR)
SELECT opponent FROM table_22860990_3 WHERE spartans_points = 73
ชาวสปาร์ตันทำคะแนนได้ 73 แต้มต่อใคร?
Against whom did the Spartans score 73 points?
CREATE TABLE table_22883210_5 (high_points VARCHAR, game VARCHAR)
SELECT high_points FROM table_22883210_5 WHERE game = 5
ใครมีคะแนนสูงสุดในเกมที่ 5?
Who had highest points in game 5?
CREATE TABLE table_22883210_8 (score VARCHAR, date VARCHAR)
SELECT score FROM table_22883210_8 WHERE date = "February 24"
คะแนนสุดท้ายของเกมที่จัดขึ้นเมื่อวันที่ 24 กุมภาพันธ์เป็นเท่าใด?
What was the final score of the game held on February 24?
CREATE TABLE table_22883210_8 (team VARCHAR, date VARCHAR)
SELECT team FROM table_22883210_8 WHERE date = "February 4"
คู่ต่อสู้ในเกมที่จัดขึ้นเมื่อวันที่ 4 กุมภาพันธ์คือใคร?
Who was the opponent in the game held on February 4?
CREATE TABLE table_22901612_2 (citation VARCHAR, region VARCHAR)
SELECT citation FROM table_22901612_2 WHERE region = "Southern District of Texas"
หากภูมิภาคนี้เป็นเขตทางตอนใต้ของรัฐเท็กซัส การอ้างอิงคืออะไร
If the region is the Southern district of Texas, what is the citation?
CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
SELECT region FROM table_22901612_2 WHERE chief_judge = "Jeffrey L. Viken"
ถ้าหัวหน้าผู้พิพากษาคือ Jeffrey L. Viken ภูมิภาคไหน?
If the chief judge is Jeffrey L. Viken, what is the region?
CREATE TABLE table_22901612_2 (region VARCHAR, chief_judge VARCHAR)
SELECT region FROM table_22901612_2 WHERE chief_judge = "Glen E. Conrad"
ถ้าหัวหน้าผู้พิพากษาคือ Glen E. Conrad ภูมิภาคอะไร?
If the chief judge is Glen E. Conrad, what is the region?
CREATE TABLE table_22904707_1 (title VARCHAR, us_viewers__million_ VARCHAR)
SELECT title FROM table_22904707_1 WHERE us_viewers__million_ = "14.52"
ตอนที่มีคนดู 14.52 ชื่ออะไรคะ?
What was the name of the episode that had 14.52 viewers?
CREATE TABLE table_22904707_1 (us_viewers__million_ VARCHAR, no VARCHAR)
SELECT us_viewers__million_ FROM table_22904707_1 WHERE no = 63
ตอนที่ 63 มีผู้ชมกี่ล้านคน?
How many million viewers did episode number 63 have?
CREATE TABLE table_22904707_1 (_number INTEGER, no VARCHAR)
SELECT MIN(_number) FROM table_22904707_1 WHERE no = 52
ตอนที่ 52 ในซีรีส์คือหมายเลขใดในฤดูกาลนี้
What number in the season was episode 52 in the series?
CREATE TABLE table_22916979_2 (metropolitan_area VARCHAR, rank VARCHAR)
SELECT metropolitan_area FROM table_22916979_2 WHERE rank = 60
พื้นที่ใดมีอันดับ 60?
which area has a rank of 60?
CREATE TABLE table_22916979_2 (population__2000_census_ VARCHAR, census_designated_place VARCHAR)
SELECT COUNT(population__2000_census_) FROM table_22916979_2 WHERE census_designated_place = "Westmont"
จำนวนประชากรทั้งหมดที่กำหนดสถานที่สำรวจสำมะโนประชากรคือเวสต์มอนต์คือเท่าใด
what is the total number of population where census designated place is westmont?
CREATE TABLE table_22916979_2 (census_designated_place VARCHAR, population__2000_census_ VARCHAR)
SELECT COUNT(census_designated_place) FROM table_22916979_2 WHERE population__2000_census_ = 10581
สถานที่ที่กำหนดสำมะโนประชากรทั้งหมด 1,0581 แห่งเป็นจำนวนเท่าใด
what is the total number of census designated places with a population of 10581?
CREATE TABLE table_22951646_1 (number_of_contestants INTEGER)
SELECT MAX(number_of_contestants) FROM table_22951646_1
ระบุชื่อผู้เข้าแข่งขันมากที่สุด
Name the most number of contestants
CREATE TABLE table_22951646_1 (premiere VARCHAR, number_of_episodes VARCHAR)
SELECT premiere FROM table_22951646_1 WHERE number_of_episodes = 8
ตั้งชื่อรอบปฐมทัศน์ 8 ตอน
Name the premiere for 8 episodes
CREATE TABLE table_22962745_12 (league_finish VARCHAR, w VARCHAR)
SELECT league_finish FROM table_22962745_12 WHERE w = 11
ตั้งชื่อลีกจบด้วยอายุ 11 ปี
Name the league finish for w being 11
CREATE TABLE table_22993636_2 (overall_record VARCHAR, team VARCHAR)
SELECT overall_record FROM table_22993636_2 WHERE team = "LSU"
ประวัติโดยรวมของ LSU คืออะไร/
What's LSU's overall record/
CREATE TABLE table_22993636_2 (sec_wins VARCHAR, overall_record VARCHAR)
SELECT COUNT(sec_wins) FROM table_22993636_2 WHERE overall_record = "30-4"
ทีมที่มีสถิติรวม 30-4 มี SEC Win ที่แตกต่างกันกี่ตัว?
How many different SEC Win counts does the team with an overall record of 30-4 have?
CREATE TABLE table_22993636_2 (percentage VARCHAR, team VARCHAR)
SELECT percentage FROM table_22993636_2 WHERE team = "Auburn"
ออเบิร์นมีเปอร์เซ็นต์เท่าไร?
What's Auburn's percentage?
CREATE TABLE table_22993636_2 (overall_record VARCHAR, road_record VARCHAR)
SELECT overall_record FROM table_22993636_2 WHERE road_record = "4-3"
ผลงานโดยรวมของทีมที่มีสถิติ 4-3 ถนนเป็นอย่างไรบ้าง?
What's the overall record of the team with 4-3 road record?
CREATE TABLE table_22993636_2 (home_record VARCHAR, percentage VARCHAR)
SELECT home_record FROM table_22993636_2 WHERE percentage = ".168"
สถิติในบ้านของทีมด้วยเปอร์เซ็นต์ .168 คืออะไร?
What's the home record of the team with percentage of .168?
CREATE TABLE table_23018775_3 (avg_speed VARCHAR, lap_four VARCHAR)
SELECT avg_speed FROM table_23018775_3 WHERE lap_four = "22.9049"
ความเร็วเฉลี่ยที่เวลารอบที่ 4 อยู่ที่ 22.9049 คือเท่าใด
What was the average speed where lap four's time was 22.9049?
CREATE TABLE table_23018775_3 (lap_two VARCHAR, name VARCHAR)
SELECT COUNT(lap_two) FROM table_23018775_3 WHERE name = "Marco Andretti"
มาร์โก อันเดรตติทำรอบสองได้กี่รอบ?
How many lap two's did marco andretti do?
CREATE TABLE table_23018775_3 (_number_number INTEGER, team VARCHAR)
SELECT MIN(_number_number) FROM table_23018775_3 WHERE team = "team 3G"
หมายเลขต่ำสุดในทีม 3g คืออะไร?
What is tthe lowest number on team 3g?
CREATE TABLE table_23018775_3 (pos VARCHAR, total_time VARCHAR)
SELECT COUNT(pos) FROM table_23018775_3 WHERE total_time = "1:30.4135"
มีกี่ตำแหน่งที่มีเวลารวม 1:30.4135?
How many positions have a total time of 1:30.4135?
CREATE TABLE table_23018775_3 (pos VARCHAR, lap_two VARCHAR)
SELECT pos FROM table_23018775_3 WHERE lap_two = "22.7290"
ตำแหน่งใดมีรอบสองครั้งที่ 22.7290?
Which positions have a lap two time of 22.7290?
CREATE TABLE table_23018775_3 (avg_speed VARCHAR, total_time VARCHAR)
SELECT avg_speed FROM table_23018775_3 WHERE total_time = "1:30.4842"
ความเร็วเฉลี่ยคือเท่าไร โดยเวลาทั้งหมดคือ 1:30.4842?
What was the average speed where the total time was 1:30.4842?
CREATE TABLE table_2308381_2 (poles VARCHAR, avg_start VARCHAR)
SELECT poles FROM table_2308381_2 WHERE avg_start = "4.7"
ตั้งชื่อเสาสำหรับค่าเฉลี่ยเริ่มต้นที่ 4.7
Name the poles for avg start being 4.7
CREATE TABLE table_2308381_2 (avg_finish VARCHAR, position VARCHAR)
SELECT avg_finish FROM table_2308381_2 WHERE position = "70th"
ตั้งชื่อการจบเฉลี่ยสำหรับตำแหน่งที่ 70
Name the avg finish for position of 70th
CREATE TABLE table_2308381_2 (year VARCHAR, starts VARCHAR)
SELECT year FROM table_2308381_2 WHERE starts = 15
ตั้งชื่อปี 15 เริ่ม
Name the year for 15 starts