context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_11677691_1 (player VARCHAR, position VARCHAR, hometown VARCHAR)
SELECT player FROM table_11677691_1 WHERE position = "Offensive line" AND hometown = "Baton Rouge, Louisiana"
ผู้เล่นแนวรุกคนไหนที่ได้รับการยกย่องจากแบตันรูช รัฐลุยเซียนา?
What offensive line player hailed from Baton Rouge, Louisiana?
CREATE TABLE table_11677691_1 (hometown VARCHAR, player VARCHAR)
SELECT hometown FROM table_11677691_1 WHERE player = "Jeremy Hill"
บ้านเกิดของ Jeremy Hill คืออะไร?
What is Jeremy Hill's hometown?
CREATE TABLE table_11677691_1 (hometown VARCHAR, college VARCHAR, position VARCHAR)
SELECT COUNT(hometown) FROM table_11677691_1 WHERE college = "Alabama" AND position = "Offensive line"
มีผู้เล่นแนวรุกกี่คนที่เล่นให้กับวิทยาลัยในอลาบามา?
How many offensive line players played for a college in Alabama?
CREATE TABLE table_11677691_1 (college VARCHAR, school VARCHAR)
SELECT COUNT(college) FROM table_11677691_1 WHERE school = "Hillcrest High school"
มีผู้เล่นกี่คนที่เข้าเรียนที่ Hillcrest High School
How many players attended Hillcrest High School?
CREATE TABLE table_11677691_4 (hometown VARCHAR, school VARCHAR)
SELECT hometown FROM table_11677691_4 WHERE school = "Shanley High school"
บ้านเกิดของผู้เล่นที่เข้าเรียนที่ Shanley High School อยู่ที่ไหน?
Where was the hometown for the player that attended Shanley High School?
CREATE TABLE table_11677691_4 (player VARCHAR, college VARCHAR)
SELECT player FROM table_11677691_4 WHERE college = "Southern California"
ผู้เล่นคนไหนไปเรียนที่วิทยาลัย Southern California?
Which player went to the college Southern California?
CREATE TABLE table_11677691_4 (college VARCHAR, school VARCHAR)
SELECT college FROM table_11677691_4 WHERE school = "Mission Viejo High school"
ผู้เล่นเข้าเรียนที่วิทยาลัยใดและเข้าเรียนที่ Mission Viejo High School
Which college did the player attend that went to Mission Viejo High School?
CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR)
SELECT COUNT(player) FROM table_11677691_4 WHERE hometown = "Cincinnati, Ohio"
ซินซินนาติ โอไฮโอ เป็นบ้านเกิดของผู้เล่นกี่คน
How many players hometown was Cincinnati, Ohio?
CREATE TABLE table_11677691_4 (player VARCHAR, hometown VARCHAR)
SELECT player FROM table_11677691_4 WHERE hometown = "Pewaukee, Wisconsin"
บ้านเกิดของผู้เล่นคนใดคือเมือง Pewaukee รัฐวิสคอนซิน
Which player's hometown was Pewaukee, Wisconsin?
CREATE TABLE table_11677691_4 (school VARCHAR, hometown VARCHAR)
SELECT COUNT(school) FROM table_11677691_4 WHERE hometown = "Akron, Ohio"
เมืองแอครอน รัฐโอไฮโอ มีบ้านเกิดของผู้เล่นกี่คน
How many players' hometown was Akron, Ohio?
CREATE TABLE table_11677691_7 (player VARCHAR, college VARCHAR)
SELECT player FROM table_11677691_7 WHERE college = "Utah"
นักเตะคนไหนมาจากยูทาห์?
Which player is from Utah?
CREATE TABLE table_11677691_7 (position VARCHAR, school VARCHAR)
SELECT position FROM table_11677691_7 WHERE school = "Saguaro High school"
ผู้เล่นคนไหนมาจากโรงเรียนมัธยม Saguaro?
Which player is from Saguaro High School?
CREATE TABLE table_11677691_7 (player VARCHAR, school VARCHAR)
SELECT player FROM table_11677691_7 WHERE school = "Joliet Catholic High school"
ผู้เล่นคนไหนมาจาก Joliet Catholic High School?
Which player is from Joliet Catholic HIgh School?
CREATE TABLE table_11677691_7 (school VARCHAR, college VARCHAR)
SELECT school FROM table_11677691_7 WHERE college = "Auburn"
ผู้เล่นโรงเรียนไหนไปออเบิร์น?
Which school did the player then go to Auburn?
CREATE TABLE table_11677691_7 (hometown VARCHAR, school VARCHAR)
SELECT hometown FROM table_11677691_7 WHERE school = "Trinity High school"
บ้านเกิดของโรงเรียนมัธยมทรินิตี้คืออะไร?
What is the hometown of trinity high school?
CREATE TABLE table_11677691_8 (position VARCHAR, hometown VARCHAR)
SELECT position FROM table_11677691_8 WHERE hometown = "Loganville, Georgia"
เด็กจากโลแกนวิลล์ จอร์เจียเล่นตำแหน่งอะไร
What position did the kid from loganville, georgia play
CREATE TABLE table_11677691_8 (hometown VARCHAR, school VARCHAR)
SELECT hometown FROM table_11677691_8 WHERE school = "Longview High school"
โรงเรียนมัธยมปลายลองวิวอยู่ที่ไหน
Where is longview high school
CREATE TABLE table_11677691_8 (college VARCHAR, player VARCHAR)
SELECT college FROM table_11677691_8 WHERE player = "Robert Nkemdiche ‡"
โรเบิร์ต เน็คเคมดิเช่ ‡ เรียนมหาวิทยาลัยที่ไหน
Where did robert nkemdiche ‡ go to college
CREATE TABLE table_11677691_8 (hometown VARCHAR, school VARCHAR)
SELECT hometown FROM table_11677691_8 WHERE school = "Friendship Collegiate Charter school"
โรงเรียนมิตรภาพวิทยาลัยเช่าเหมาลำอยู่ที่ไหน
Where is friendship collegiate charter school located
CREATE TABLE table_11690135_1 (interview VARCHAR, evening_gown VARCHAR)
SELECT interview FROM table_11690135_1 WHERE evening_gown = "9.78"
ใครได้คะแนนชุดราตรี 9.78 บ้าง?
Who had an evening gown score of 9.78?
CREATE TABLE table_11690135_1 (interview VARCHAR, country VARCHAR)
SELECT COUNT(interview) FROM table_11690135_1 WHERE country = "Virginia"
มีการสัมภาษณ์มิสเวอร์จิเนียกี่ครั้ง?
How many interviews were there for Miss Virginia?
CREATE TABLE table_11690135_1 (country VARCHAR, swimsuit VARCHAR)
SELECT COUNT(country) FROM table_11690135_1 WHERE swimsuit = "9.87"
ใครได้คะแนนชุดว่ายน้ำ 9.87 คะแนน?
Who had a swimsuit score of 9.87?
CREATE TABLE table_11690135_1 (country VARCHAR, evening_gown VARCHAR)
SELECT country FROM table_11690135_1 WHERE evening_gown = "9.82"
ใครได้คะแนนชุดราตรี 9.82 คะแนน?
Who had evening gown score of 9.82?
CREATE TABLE table_11690135_1 (swimsuit VARCHAR, evening_gown VARCHAR)
SELECT COUNT(swimsuit) FROM table_11690135_1 WHERE evening_gown = "9.89"
ผู้หญิงกี่คนได้คะแนน 9.89 สำหรับชุดราตรี?
How many ladies scored a 9.89 for the evening gown?
CREATE TABLE table_11690135_1 (interview VARCHAR, swimsuit VARCHAR)
SELECT interview FROM table_11690135_1 WHERE swimsuit = "9.72"
ใครได้คะแนน 9.72 ในชุดว่ายน้ำ?
Who scored a 9.72 in the swimsuit?
CREATE TABLE table_11695215_1 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_11695215_1 WHERE written_by = "John A. Norris"
John A. Norris เขียนตอนใด
What episode was writted by John A. Norris?
CREATE TABLE table_11695215_1 (written_by VARCHAR, directed_by VARCHAR)
SELECT COUNT(written_by) FROM table_11695215_1 WHERE directed_by = "David Jackson"
David Jackson เขียนบทและกำกับกี่ตอน?
How many episodes did David Jackson write and direct?
CREATE TABLE table_11734041_1 (player VARCHAR, school_club_team_country VARCHAR)
SELECT player FROM table_11734041_1 WHERE school_club_team_country = "Loyola Marymount"
ผู้เล่นคนไหนที่เข้าร่วม Loyola Marymount?
What player attended Loyola Marymount?
CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, school_club_team_country VARCHAR)
SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE school_club_team_country = "Iowa State"
ผู้เล่นที่เข้าร่วมรัฐไอโอวาปรากฏในบัญชีรายชื่อตลอดกาลกี่ครั้ง?
How may times did a player that attended Iowa state appear on the all time roster?
CREATE TABLE table_11734041_1 (height_in_ft VARCHAR, years_for_rockets VARCHAR)
SELECT height_in_ft FROM table_11734041_1 WHERE years_for_rockets = "1992-93"
ผู้เล่นที่เล่นให้กับ Rockets ระหว่างปี 1992-93 มีความสูงเท่าใด
What height was the player that played for the Rockets between 1992-93?
CREATE TABLE table_11734041_1 (years_for_rockets VARCHAR, position VARCHAR, school_club_team_country VARCHAR)
SELECT COUNT(years_for_rockets) FROM table_11734041_1 WHERE position = "Center" AND school_club_team_country = "Oral Roberts"
เซ็นเตอร์ที่เข้าร่วม Oral Roberts เล่นให้กับ Rockets กี่ครั้ง?
How many times did a center that attended Oral Roberts play for the Rockets?
CREATE TABLE table_11734041_1 (player VARCHAR, school_club_team_country VARCHAR)
SELECT player FROM table_11734041_1 WHERE school_club_team_country = "Australia"
ผู้เล่นที่มาจากออสเตรเลียชื่ออะไร?
What was the player name who came from Australia?
CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, years_for_rockets VARCHAR)
SELECT height_in_ft FROM table_11734041_16 WHERE years_for_rockets = "1973-78"
จรวดในปี 1973-78 มีความสูงเป็นฟุตเท่าไร?
What is the height in ft for the rockets from 1973-78?
CREATE TABLE table_11734041_16 (player VARCHAR, no_s_ VARCHAR)
SELECT player FROM table_11734041_16 WHERE no_s_ = "3"
นักเตะคนไหนคือหมายเลข 3?
Which players were number 3?
CREATE TABLE table_11734041_16 (height_in_ft VARCHAR, no_s_ VARCHAR, years_for_rockets VARCHAR)
SELECT height_in_ft FROM table_11734041_16 WHERE no_s_ = "42" AND years_for_rockets = "1993-94"
จรวดหมายเลข 42 ในปี 1993-94 มีความสูงเป็นฟุตเป็นเท่าใด
What is the height in ft for number 42 for the rockets in 1993-94?
CREATE TABLE table_11734041_16 (player VARCHAR, school_club_team_country VARCHAR)
SELECT player FROM table_11734041_16 WHERE school_club_team_country = "Long Beach State"
ผู้เล่นที่ให้ความสนใจลองบีชสเตทคืออะไร?
What are the players that attented long beach state?
CREATE TABLE table_11734041_16 (player VARCHAR, years_for_rockets VARCHAR)
SELECT COUNT(player) FROM table_11734041_16 WHERE years_for_rockets = "1998"
จำนวนผู้เล่นจรวดในปี 1998 เท่านั้นคือเท่าไร?
what is the total amount of players for the rockets in 1998 only?
CREATE TABLE table_1175233_1 (area__square_km_ INTEGER, arrondissement VARCHAR)
SELECT MIN(area__square_km_) FROM table_1175233_1 WHERE arrondissement = "Millau"
พื้นที่ (ตารางกิโลเมตร) ซึ่งเขตคือ Millau คือเท่าใด
What is the area (square km) where the arrondissement is millau?
CREATE TABLE table_1175233_1 (communes VARCHAR, chief_town VARCHAR)
SELECT COUNT(communes) FROM table_1175233_1 WHERE chief_town = "Dijon"
มีกี่ชุมชนที่มีเมืองหลักเป็นดิฌง?
How many communes have the chief town as dijon?
CREATE TABLE table_1175233_1 (communes INTEGER, arrondissement VARCHAR)
SELECT MIN(communes) FROM table_1175233_1 WHERE arrondissement = "Cosne-Cours-sur-Loire"
มีกี่คอมมิวนิสต์เมื่อเขตการปกครองเป็น cosne-cours-sur-loire?
How many communes when the arrondissement is cosne-cours-sur-loire?
CREATE TABLE table_1181375_1 (engine VARCHAR, builder VARCHAR, withdrawn VARCHAR)
SELECT engine FROM table_1181375_1 WHERE builder = "Gloucester RCW" AND withdrawn = "1959"
เครื่องยนต์คืออะไรที่ผู้สร้างคือกลอสเตอร์ rcw และถอนออกคือปี 1959
what's the engine where builder is gloucester rcw and withdrawn is 1959
CREATE TABLE table_1181375_1 (engine VARCHAR, number_range VARCHAR)
SELECT engine FROM table_1181375_1 WHERE number_range = "8–9, 13–16"
เครื่องยนต์อะไรที่มีช่วงหมายเลข 8–9, 13–16
what's the engine where number range is 8–9, 13–16
CREATE TABLE table_1181375_1 (introduced VARCHAR, notes VARCHAR)
SELECT introduced FROM table_1181375_1 WHERE notes = "9 withdrawn in 1946 after fire"
มีอะไรแนะนำบ้างที่ธนบัตร 9 ถูกถอนออกในปี 1946 หลังจากเกิดเพลิงไหม้
what's the introduced where notes is 9 withdrawn in 1946 after fire
CREATE TABLE table_1181375_1 (builder VARCHAR, withdrawn VARCHAR)
SELECT builder FROM table_1181375_1 WHERE withdrawn = "1954–1958"
ผู้สร้างอะไรถอนออกไปคือปี 1954–1958
what's the builder where withdrawn is 1954–1958
CREATE TABLE table_1181375_1 (notes VARCHAR, number_range VARCHAR)
SELECT notes FROM table_1181375_1 WHERE number_range = "17"
โน้ตที่มีช่วงตัวเลขคือ 17 คืออะไร
what's the notes where number range is 17
CREATE TABLE table_1181375_1 (notes VARCHAR, withdrawn VARCHAR)
SELECT notes FROM table_1181375_1 WHERE withdrawn = "1956–57"
บันทึกที่ถอนออกคือปี 1956–57 คืออะไร
what's the notes where withdrawn is 1956–57
CREATE TABLE table_11827596_4 (lyricist VARCHAR, film_name VARCHAR, co_singer VARCHAR)
SELECT lyricist FROM table_11827596_4 WHERE film_name = "Gopal Krishna" AND co_singer = "Solo"
ใครคือผู้แต่งบทเพลงของ gopal krishna และนักร้องร่วมของโซโล?
Who was the lyricist for gopal krishna and co singer of solo?
CREATE TABLE table_11827596_4 (music_director VARCHAR, co_singer VARCHAR, film_name VARCHAR)
SELECT COUNT(music_director) FROM table_11827596_4 WHERE co_singer = "Suresh Wadkar" AND film_name = "Bhayanak"
ผู้กำกับเพลงของสุรเชษฐ์ วาดการ์ นักร้องร่วมของภายานักมีกี่คน?
What was the number of music directors where the suresh wadkar co singer of bhayanak?
CREATE TABLE table_11827596_2 (lyricist VARCHAR, co_singer VARCHAR, film_name VARCHAR)
SELECT COUNT(lyricist) FROM table_11827596_2 WHERE co_singer = "Suresh Wadkar" AND film_name = "Tera Dukh Mera Dukh"
นักร้องร่วมคือ Suresh wadkar และภาพยนตร์เรื่องนี้ชื่อ tera dukh mera dukh กี่ครั้ง
how many times is the co-singer suresh wadkar and the film name is tera dukh mera dukh?
CREATE TABLE table_11827596_2 (film_name VARCHAR, co_singer VARCHAR)
SELECT film_name FROM table_11827596_2 WHERE co_singer = "Vinod Rathod"
วินอด ราธอด นักร้องร่วมชื่อภาพยนตร์ว่าอะไร?
what are the film names with the co-singer vinod rathod?
CREATE TABLE table_11827596_2 (song_name VARCHAR, film_name VARCHAR)
SELECT song_name FROM table_11827596_2 WHERE film_name = "Ganga Kare Insaaf"
ชื่อเพลงของภาพยนตร์เรื่อง Ganga Kare Insaaf คืออะไร?
what is the song name for the film name ganga kare insaaf?
CREATE TABLE table_11827596_2 (song_name VARCHAR, film_name VARCHAR)
SELECT song_name FROM table_11827596_2 WHERE film_name = "Kaal Bhairav"
ชื่อเพลงของภาพยนตร์เรื่อง kaal bhairav คืออะไร?
what are the song names for the film kaal bhairav?
CREATE TABLE table_1184344_1 (name VARCHAR)
SELECT 1845 AS _disposal FROM table_1184344_1 WHERE name = "Sussex"
การกำจัดซัสเซ็กซ์ในปี 1845 คืออะไร?
What was the 1845 disposal for sussex?
CREATE TABLE table_1184344_1 (cr_no VARCHAR, l INTEGER, name VARCHAR)
SELECT MAX(l) & cr_no FROM table_1184344_1 WHERE name = "Archimedes"
ค่า l&cr สูงสุดของอาร์คิมิดีสคือเท่าใด
What was the maximum l&cr number for archimedes?
CREATE TABLE table_1184344_1 (type VARCHAR, name VARCHAR)
SELECT type FROM table_1184344_1 WHERE name = "Sussex"
ซัสเซ็กซ์ประเภทใด?
What was the type of sussex?
CREATE TABLE table_11869952_3 (launch_site VARCHAR, mission VARCHAR, results VARCHAR)
SELECT launch_site FROM table_11869952_3 WHERE mission = "Test mission: war heads and Missile payload" AND results = "Partial Failure"
ภารกิจทดสอบ: War Heads และ Missile Payload เปิดตัวที่ไหนเมื่อมีความล้มเหลวบางส่วน?
Where did Test Mission: War Heads and Missile Payload launch when there was a partial failure?
CREATE TABLE table_11869952_3 (mission VARCHAR, launch_date VARCHAR)
SELECT mission FROM table_11869952_3 WHERE launch_date = "November 16, 2006"
ภารกิจใดมีกำหนดเปิดตัวในวันที่ 16 พฤศจิกายน พ.ศ. 2549
Which missions were scheduled to launch on November 16, 2006?
CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR)
SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = "Rehbar-II"
หน่วยงานใดมีการปล่อยจรวดที่เรียกว่า rehbar-ii?
Which authority has a rocket launch called rehbar-ii?
CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR)
SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = "Rehnuma-8"
หน่วยงานใดมีการปล่อยจรวดที่เรียกว่า rehnuma-8
Which authority has a rocket launch called rehnuma-8?
CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR)
SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = "Shahpar-2"
หน่วยงานใดมีการปล่อยจรวดที่เรียกว่า ชาห์ปาร์-2?
Which authority has a rocket launch called shahpar-2?
CREATE TABLE table_11869952_1 (derivatives VARCHAR, rocket_launch VARCHAR)
SELECT COUNT(derivatives) FROM table_11869952_1 WHERE rocket_launch = "Rehbar-5"
หน่วยงานใดมีการปล่อยจรวดที่เรียกว่า rehbar-5
Which authority has a rocket launch called rehbar-5?
CREATE TABLE table_11900773_4 (denomination VARCHAR, theme VARCHAR)
SELECT denomination FROM table_11900773_4 WHERE theme = "Opera, Léopold Simoneau and Pierrette Alarie"
แสตมป์ที่มีธีมคือโอเปร่า, เลโอโปลด์ ซิโมโน และปิแอร์เรตต์ อลารี มีราคาอะไรบ้าง
What denominations are the stamps with themes opera, léopold simoneau and pierrette alarie?
CREATE TABLE table_11900773_4 (paper_type VARCHAR, theme VARCHAR)
SELECT paper_type FROM table_11900773_4 WHERE theme = "Duck Decoys, Barrow's Golden Eye"
แสตมป์ที่มีธีมล่อเป็ด พิมพ์ตาสีทองของรถเข็นเป็นกระดาษชนิดใด
What kind of paper were the stamps with the theme duck decoys, barrow's golden eye printed on?
CREATE TABLE table_11900773_6 (theme VARCHAR, design VARCHAR)
SELECT theme FROM table_11900773_6 WHERE design = "Isabelle Toussaint"
แสดงรายการธีมทั้งหมดที่ออกแบบโดย Isabelle Toussaint
List all the themes designed by Isabelle Toussaint.
CREATE TABLE table_11900773_6 (paper_type VARCHAR, design VARCHAR)
SELECT COUNT(paper_type) FROM table_11900773_6 WHERE design = "Ian Drolet"
Ian Drolet ออกแบบแสตมป์บนกระดาษกี่ประเภท
How many paper types did Ian Drolet design stamps on?
CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR)
SELECT design FROM table_11900773_6 WHERE theme = "Christmas: Winter Fun (USA)"
ใครคือผู้ออกแบบแสตมป์ Christmas: Winter Fun (USA)
Who is the designer of the Christmas: Winter Fun (USA) stamp?
CREATE TABLE table_11900773_6 (design VARCHAR, theme VARCHAR)
SELECT COUNT(design) FROM table_11900773_6 WHERE theme = "XII Summit de la Francophonie"
มีแสตมป์กี่ดวงที่ออกแบบมาสำหรับธีม XII Summit de la Francophonie?
How many stamps were designed for the theme of XII Summit de la Francophonie?
CREATE TABLE table_11900773_6 (first_day_cover_cancellation VARCHAR, date_of_issue VARCHAR, theme VARCHAR)
SELECT first_day_cover_cancellation FROM table_11900773_6 WHERE date_of_issue = "3 April 2008" AND theme = "IIHF World Championships, Quebec City"
การยกเลิกความคุ้มครองวันแรกสำหรับวันที่ 3 เมษายน 2551 IIHF World Championships, Quebec City อยู่ที่ไหน
Where is the first day cover cancellation for the 3 April 2008 IIHF World Championships, Quebec City stamp?
CREATE TABLE table_11926114_1 (premiere VARCHAR, english_title VARCHAR)
SELECT COUNT(premiere) FROM table_11926114_1 WHERE english_title = "Survivor's Law II"
มีตอนพรีเมียร์กี่ตอนที่มีชื่อเรื่อง Survivor's Law ii?
How many premier episodes were there with the title survivor's law ii?
CREATE TABLE table_11926114_1 (chinese_title VARCHAR, average VARCHAR)
SELECT chinese_title FROM table_11926114_1 WHERE average = 31
ชื่อภาษาจีนที่มีค่าเฉลี่ย 31 คืออะไร?
What is the Chinese name that has a 31 average?
CREATE TABLE table_11926114_1 (rank VARCHAR, finale VARCHAR)
SELECT rank FROM table_11926114_1 WHERE finale = 37
Finale 37 มีอันดับเท่าไหร่คะ?
What is the rank of finale 37?
CREATE TABLE table_11926114_1 (chinese_title VARCHAR, english_title VARCHAR)
SELECT chinese_title FROM table_11926114_1 WHERE english_title = "Forensic Heroes II"
Forensic Heroes ii มีชื่อภาษาจีนว่าอะไร
what is the Chinese name for Forensic heroes ii?
CREATE TABLE table_11926114_1 (rank INTEGER, peak VARCHAR)
SELECT MIN(rank) FROM table_11926114_1 WHERE peak = 42
ตัวเลขใดในรายการที่มีเรตติ้งสูงสุดที่ 42?
What numbr on the list had a peak rating of 42?
CREATE TABLE table_1193568_1 (electorate VARCHAR, election_date VARCHAR)
SELECT electorate FROM table_1193568_1 WHERE election_date = "16 Cannot handle non-empty timestamp argument!"
เขตเลือกตั้งใดที่วันที่เลือกตั้งเป็น 16 ไม่สามารถจัดการอาร์กิวเมนต์การประทับเวลาที่ไม่ว่างเปล่าได้!
what's the electorate where election date is 16 cannot handle non-empty timestamp argument!
CREATE TABLE table_1193568_1 (province VARCHAR, member VARCHAR)
SELECT province FROM table_1193568_1 WHERE member = "Frederick Merriman Category:Articles with hCards"
จังหวัดที่สมาชิกคือเฟรดเดอริก เมอร์ริแมน หมวดหมู่:บทความที่มี hcards
what's the province where member is frederick merriman category:articles with hcards
CREATE TABLE table_1193568_1 (election_date VARCHAR, electorate VARCHAR)
SELECT election_date FROM table_1193568_1 WHERE electorate = "Omata"
วันเลือกตั้งที่ผู้มีสิทธิเลือกตั้งเป็นโอมาตะคือวันใด
what's the election date where electorate is omata
CREATE TABLE table_1193568_1 (election_date VARCHAR, member VARCHAR)
SELECT election_date FROM table_1193568_1 WHERE member = "William Richmond Category:Articles with hCards"
วันเลือกตั้งคือวันที่เท่าไร โดยสมาชิกคือวิลเลียม ริชมอนด์ หมวดหมู่:บทความที่มี hcards
what's the election date where member is william richmond category:articles with hcards
CREATE TABLE table_1193568_1 (province VARCHAR, member VARCHAR)
SELECT province FROM table_1193568_1 WHERE member = "Dingley Brittin Category:Articles with hCards"
จังหวัดที่สมาชิกคือ dingley brittin หมวดหมู่:บทความที่มี hcards
what's the province where member is dingley brittin category:articles with hcards
CREATE TABLE table_1193568_1 (election_date VARCHAR, electorate VARCHAR)
SELECT election_date FROM table_1193568_1 WHERE electorate = "Christchurch Country"
วันเลือกตั้งที่ผู้มีสิทธิเลือกตั้งคือประเทศไครสต์เชิร์ช
what's the election date where electorate is christchurch country
CREATE TABLE table_11948857_1 (county_s__represented VARCHAR, member_senator VARCHAR)
SELECT county_s__represented FROM table_11948857_1 WHERE member_senator = "C. Anthony Muse"
มณฑลสำหรับวุฒิสมาชิก C. Anthony Muse คืออะไร?
What is the county for senator C. Anthony Muse?
CREATE TABLE table_11948857_1 (member_senator VARCHAR, district VARCHAR)
SELECT member_senator FROM table_11948857_1 WHERE district = 24
ส.ส.เขต 24 คือใคร?
Who is the senator for district 24?
CREATE TABLE table_11948857_1 (first_elected VARCHAR, district VARCHAR)
SELECT COUNT(first_elected) FROM table_11948857_1 WHERE district = 41
มีการแสดงกี่รายการสำหรับผู้ได้รับเลือกครั้งแรกสำหรับเขต 41
How many entries are shown for first elected for district 41?
CREATE TABLE table_11944282_1 (allied_unrelated VARCHAR, component VARCHAR)
SELECT COUNT(allied_unrelated) FROM table_11944282_1 WHERE component = "Human Capital"
จำนวนพันธมิตรที่ไม่เกี่ยวข้องกันโดยที่องค์ประกอบเป็นทุนมนุษย์เป็นเท่าใด
What is the total amount of allied-unrelated where the component is human capital?
CREATE TABLE table_11944282_1 (integrated VARCHAR, allied_related VARCHAR)
SELECT integrated FROM table_11944282_1 WHERE allied_related = "Many"
มีพันธมิตรที่เกี่ยวข้องกับบูรณาการกี่แห่ง?
How many integrated allied-related are there?
CREATE TABLE table_11944282_1 (integrated VARCHAR, component VARCHAR)
SELECT integrated FROM table_11944282_1 WHERE component = "Customers"
ชื่อของการรวมโดยที่ส่วนประกอบเป็นลูกค้าคืออะไร?
What is the name of the integrated where the component are customers?
CREATE TABLE table_11944282_1 (holding VARCHAR, allied_unrelated VARCHAR)
SELECT holding FROM table_11944282_1 WHERE allied_unrelated = "Many"
อะไรคือบูรณาการซึ่งการถือครองพันธมิตร-ไม่เกี่ยวข้องมีมากมาย?
what is the integrated in which the holding allied-unrelated is many?
CREATE TABLE table_11944282_1 (component VARCHAR, allied_related VARCHAR)
SELECT component FROM table_11944282_1 WHERE allied_related = "Shared"
ชื่อของการบูรณาการที่มีการแบ่งปันที่เกี่ยวข้องกับพันธมิตรคืออะไร?
What is the name of the integrated where allied-related is shared?
CREATE TABLE table_11951237_1 (written_by VARCHAR, series__number VARCHAR)
SELECT written_by FROM table_11951237_1 WHERE series__number = 20
ใครเป็นผู้เขียนซีรี่ส์หมายเลข 20?
Who were the writers for series number 20?
CREATE TABLE table_11951237_1 (production_code INTEGER, original_air_date VARCHAR)
SELECT MAX(production_code) FROM table_11951237_1 WHERE original_air_date = "October 27, 1994"
รหัสการผลิตรายการที่ออกอากาศเมื่อวันที่ 27 ตุลาคม 2537 คืออะไร?
What is the production code for the show that aired on October 27, 1994?
CREATE TABLE table_11951237_1 (directed_by VARCHAR, series__number VARCHAR)
SELECT directed_by FROM table_11951237_1 WHERE series__number = 1
ใครเป็นผู้กำกับซีรีส์ 1 ตอน?
Who was the director of the Series 1 episode?
CREATE TABLE table_11959669_4 (team VARCHAR, date VARCHAR)
SELECT team FROM table_11959669_4 WHERE date = "December 5"
ทีมไหนเล่นวันที่ 5 ธันวาคม?
Which team played on December 5?
CREATE TABLE table_11959669_4 (location_attendance VARCHAR, high_points VARCHAR)
SELECT location_attendance FROM table_11959669_4 WHERE high_points = "Pierce (22)"
การเข้าร่วมสถานที่เป็นอย่างไรเมื่อเพียร์ซ (22) คะแนนสูงสุดคือ?
What was the location attendance when High points was by Pierce (22)?
CREATE TABLE table_11960610_7 (date VARCHAR, team VARCHAR)
SELECT date FROM table_11960610_7 WHERE team = "LA Lakers"
Bulls เล่นกับ LA Lakers วันที่เท่าไหร่?
What date did the Bulls play the LA Lakers?
CREATE TABLE table_11960610_7 (team VARCHAR, date VARCHAR)
SELECT team FROM table_11960610_7 WHERE date = "December 7"
บูลส์เป็นเจ้าภาพทีมใดในวันที่ 7 ธันวาคม?
What team were the Bulls hosted by on December 7?
CREATE TABLE table_11964154_2 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_11964154_2 WHERE game = 4
ใครมีแอสซิสต์สูงสุดในเกมที่ 4?
Who had the highest assists in game 4?
CREATE TABLE table_11964154_2 (game INTEGER, high_points VARCHAR)
SELECT MIN(game) FROM table_11964154_2 WHERE high_points = "Damien Wilkins (27)"
เดเมียน วิลกินส์ (27) เป็นผู้ทำประตูสูงสุดกี่เกม?
How many games was Damien Wilkins (27) the high scorer?
CREATE TABLE table_1198175_1 (name VARCHAR, born VARCHAR)
SELECT name FROM table_1198175_1 WHERE born = "December 30, 1957 Detroit, MI"
เกิดวันที่ 30 ธันวาคม 2500 ดีทรอยต์ ไมล์ชื่ออะไร
What is the name when born is december 30, 1957 detroit, mi?
CREATE TABLE table_1198175_1 (weight_lbs_ VARCHAR, born VARCHAR)
SELECT weight_lbs_ FROM table_1198175_1 WHERE born = "April 6, 1954 Detroit, MI"
เกิดวันที่ 6 เมษายน 2497 ดีทรอยต์ ไมล์ (ไมล์) น้ำหนักเท่าไหร่ (ปอนด์)
What is the weight(lbs) when born is april 6, 1954 detroit, mi?
CREATE TABLE table_1198175_1 (name VARCHAR, position VARCHAR, college VARCHAR)
SELECT name FROM table_1198175_1 WHERE position = "DE" AND college = "Ohio State"
ตำแหน่งคือ de และวิทยาลัยคือ ohio state ชื่ออะไร
What is the name when the position is de and college is ohio state?
CREATE TABLE table_1198175_1 (drafted VARCHAR, pro_team VARCHAR)
SELECT drafted FROM table_1198175_1 WHERE pro_team = "Arizona Cardinals"
สิ่งที่อยู่ภายใต้การร่างเมื่อทีมโปรคืออริโซนาคาร์ดินัล?
What is under drafted when pro team is arizona cardinals?