context
stringlengths 27
489
| answer
stringlengths 18
557
| question_th
stringlengths 8
226
| question_en
stringlengths 12
244
|
---|---|---|---|
CREATE TABLE table_14102379_4 (attendance INTEGER, record VARCHAR) | SELECT MIN(attendance) FROM table_14102379_4 WHERE record = "4–6" | ผู้เข้าร่วมขั้นต่ำคือเท่าใดโดยมีบันทึกอยู่ที่ 4–6 | what is the minimum attendance with record being 4–6 |
CREATE TABLE table_14125006_1 (number VARCHAR, astronaut VARCHAR) | SELECT number FROM table_14125006_1 WHERE astronaut = "Yurchikhin Fyodor Yurchikhin" | หมายเลขของ Yurchikhin Fyodor Yurchikhin คืออะไร? | What's Yurchikhin Fyodor Yurchikhin's number? |
CREATE TABLE table_14125006_1 (total_time_hours VARCHAR, number VARCHAR) | SELECT total_time_hours AS :minutes FROM table_14125006_1 WHERE number = 17 | การเดินหมายเลข 17 ใช้เวลานานเท่าไหร่? | How long was the walk numbered at 17? |
CREATE TABLE table_14125006_1 (agency VARCHAR, astronaut VARCHAR) | SELECT COUNT(agency) FROM table_14125006_1 WHERE astronaut = "Budarin Nikolai Budarin" | บุดาริน นิโคไล บุดาริน ทำงานให้กับหน่วยงานกี่แห่ง? | How many agencies did Budarin Nikolai Budarin working for? |
CREATE TABLE table_14125006_1 (agency VARCHAR, astronaut VARCHAR) | SELECT agency FROM table_14125006_1 WHERE astronaut = "Anderson Clayton Anderson" | Anderson Clayton Anderson ทำงานให้กับหน่วยงานใด | What agency does Anderson Clayton Anderson work for? |
CREATE TABLE table_141541_5 (year VARCHAR, change VARCHAR) | SELECT year FROM table_141541_5 WHERE change = "+8.0%" | ปีที่มีการเปลี่ยนแปลงคือ +8.0% | what's the year with change being +8.0% |
CREATE TABLE table_141541_5 (domestic_freight VARCHAR, change VARCHAR) | SELECT domestic_freight FROM table_141541_5 WHERE change = "+8.0%" | ค่าขนส่งภายในประเทศอยู่ที่เท่าไร โดยมีการเปลี่ยนแปลง +8.0% | what's the domestic freight with change being +8.0% |
CREATE TABLE table_141541_5 (international_mail INTEGER, total_freight_and_mail VARCHAR) | SELECT MAX(international_mail) FROM table_141541_5 WHERE total_freight_and_mail = 145044 | ไปรษณีย์ระหว่างประเทศสูงสุดเท่าไร โดยยอดรวมค่าขนส่งและไปรษณีย์อยู่ที่ 145044 | what is the maximum international mail with total freight and mail being 145044 |
CREATE TABLE table_14154271_2 (results VARCHAR, gt2_winning_team VARCHAR) | SELECT results FROM table_14154271_2 WHERE gt2_winning_team = "Lars-Erik Nielsen Allan Simonsen Richard Westbrook" | ผลการแข่งขันของทีมที่ชนะ GT2 ได้แก่ ลาร์ส-เอริก นีลเซ่น อัลลัน ไซมอนเซน ริชาร์ด เวสต์บรูก | The results for gt2 winning team is all lars-erik nielsen allan simonsen richard westbrook. |
CREATE TABLE table_14154271_2 (rnd VARCHAR, lmp2_winning_team VARCHAR) | SELECT rnd FROM table_14154271_2 WHERE lmp2_winning_team = "Jos Verstappen Jeroen Bleekemolen" | Jos verstappen jeroen bleekemolen อยู่ในทีมที่ชนะ Imp2 ซึ่งทุกคนอยู่ในทีมที่ชนะ | Jos verstappen jeroen bleekemolen is on Imp2 winning team where all are rnd. |
CREATE TABLE table_1417184_1 (population INTEGER, canton VARCHAR) | SELECT MIN(population) FROM table_1417184_1 WHERE canton = "Redange" | จำนวนประชากรขั้นต่ำที่แคนตันมีการเปลี่ยนแปลงคือเท่าใด | what is the minimum population with canton being redange |
CREATE TABLE table_1417184_1 (canton VARCHAR, commune VARCHAR) | SELECT COUNT(canton) FROM table_1417184_1 WHERE commune = "Waldbillig" | มีกี่ตำบลที่มีชุมชนเป็นวาลด์บิลลิก | how many canton with commune being waldbillig |
CREATE TABLE table_142159_1 (arrival INTEGER, name VARCHAR) | SELECT MAX(arrival) FROM table_142159_1 WHERE name = "Greenbat" | กรีนแบทมาถึงกี่โมง | What is the arrival time of greenbat |
CREATE TABLE table_142159_1 (no VARCHAR, location VARCHAR) | SELECT no FROM table_142159_1 WHERE location = "Engine shed" | เบอร์ไหนมีโรงเครื่องยนต์เป็นที่ตั้ง | Which number has Engine Shed as the location |
CREATE TABLE table_142159_1 (name VARCHAR, builder VARCHAR) | SELECT name FROM table_142159_1 WHERE builder = "Kerr Stuart" | ผู้สร้าง Kerr Stuart ชื่ออะไร | What is the name with the builder of Kerr Stuart |
CREATE TABLE table_142159_1 (builder VARCHAR, location VARCHAR) | SELECT builder FROM table_142159_1 WHERE location = "Irton Road shed" | ใครคือผู้สร้างที่ตั้งโรงเก็บของถนนไอร์ตัน | Who is the builder for the location Irton Road shed |
CREATE TABLE table_142159_1 (status VARCHAR, location VARCHAR) | SELECT status FROM table_142159_1 WHERE location = "Museum" | สถานะของรถไฟ ณ สถานที่ พิพิธภัณฑ์ | Whats the status of the trains at location Museum |
CREATE TABLE table_142159_1 (built VARCHAR, name VARCHAR) | SELECT COUNT(built) FROM table_142159_1 WHERE name = "River Esk" | แม่น้ำเอสค์มีกี่ชื่อ | How many are named River Esk |
CREATE TABLE table_1420954_1 (publication_dates VARCHAR, artist_s_ VARCHAR) | SELECT publication_dates FROM table_1420954_1 WHERE artist_s_ = "Timothy Truman" | ทิโมธี ทรูแมนทำงานวันที่ไหน | timothy truman worked on what dates |
CREATE TABLE table_1420954_1 (book_title VARCHAR, artist_s_ VARCHAR) | SELECT book_title FROM table_1420954_1 WHERE artist_s_ = "Timothy Truman" | ทิโมธี ทรูแมนทำงานในหนังสือเล่มไหน | timothy truman worked on what books |
CREATE TABLE table_1420954_1 (issues VARCHAR, writer VARCHAR) | SELECT COUNT(issues) FROM table_1420954_1 WHERE writer = "Elaine Lee" | อีเลน ลีทำงานไปกี่ประเด็นแล้ว | elaine lee worked on how many issues |
CREATE TABLE table_14242137_11 (regionalliga_nord VARCHAR, regionalliga_süd VARCHAR) | SELECT regionalliga_nord FROM table_14242137_11 WHERE regionalliga_süd = "1. FC Nuremberg SpVgg Greuther Fürth" | ลีกระดับภูมิภาคภาคเหนือคืออะไร กับลีกระดับภูมิภาค süd 1. fc นูเรมเบิร์ก spvgg กรอยเธอร์ เฟือร์ธ | what's the regionalliga nord with regionalliga süd being 1. fc nuremberg spvgg greuther fürth |
CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_nord VARCHAR) | SELECT season FROM table_14242137_11 WHERE regionalliga_nord = "VfB Oldenburg" | ฤดูกาลที่ Regionalliga nord คือ vfb oldenburg | what's the season with regionalliga nord being vfb oldenburg |
CREATE TABLE table_14242137_11 (regionalliga_nord VARCHAR, regionalliga_west_südwest VARCHAR) | SELECT regionalliga_nord FROM table_14242137_11 WHERE regionalliga_west_südwest = "FC Gütersloh Rot-Weiß Essen" | ลีการะดับภูมิภาคภาคเหนือคืออะไร โดยรีเจียนัลลีกาตะวันตก/ซูดเวสต์เป็น fc gütersloh rot-weiß essen | what's the regionalliga nord with regionalliga west/südwest being fc gütersloh rot-weiß essen |
CREATE TABLE table_14242137_11 (season VARCHAR, regionalliga_west_südwest VARCHAR) | SELECT season FROM table_14242137_11 WHERE regionalliga_west_südwest = "Arminia Bielefeld" | ลีกาภูมิภาคตะวันตก/ซูดเวสต์เป็นอาร์มิเนีย บีเลเฟลด์ในฤดูกาลอะไร | what's the season with regionalliga west/südwest being arminia bielefeld |
CREATE TABLE table_14242137_11 (regionalliga_west_südwest VARCHAR, regionalliga_süd VARCHAR) | SELECT regionalliga_west_südwest FROM table_14242137_11 WHERE regionalliga_süd = "Stuttgarter Kickers" | ลีการะดับภูมิภาคตะวันตก/ซูดเวสต์คืออะไร โดยรีเจียนัลลีกาซูดเป็นนักเตะสตุ๊ตการ์ต | what's the regionalliga west/südwest with regionalliga süd being stuttgarter kickers |
CREATE TABLE table_14253123_1 (population__2010___rank_ VARCHAR, county_name VARCHAR) | SELECT COUNT(population__2010___rank_) FROM table_14253123_1 WHERE county_name = "Spencer" | เมื่อสเปนเซอร์อยู่ในเทศมณฑล จำนวนประชากรทั้งหมด (พ.ศ. 2553) (อันดับ) เป็นเท่าใด | When Spencer is the county what is total of the population (2010) (rank)? |
CREATE TABLE table_14253123_1 (area_sq_mi__km_2____rank_ VARCHAR, county_seat VARCHAR) | SELECT area_sq_mi__km_2____rank_ FROM table_14253123_1 WHERE county_seat = "Vincennes" | เมื่อวินเซนน์เป็นที่ตั้งของเทศมณฑล พื้นที่คือตารางไมล์ (กม. 2) (อันดับ) คือเท่าใด | When Vincennes is the county seat what is the area sq mi (km 2 ) (rank) ? |
CREATE TABLE table_14253123_1 (population__2010___rank_ VARCHAR, area_sq_mi__km_2____rank_ VARCHAR) | SELECT population__2010___rank_ FROM table_14253123_1 WHERE area_sq_mi__km_2____rank_ = "sqmi (km2) (5)" | เมื่อพื้นที่ ตร.ไมล์ (กม. 2) (อันดับ) เท่ากับ ตร.ม. (กม.2) (5) ประชากร (พ.ศ. 2553) (อันดับ) เป็นเท่าใด? | When the area sq mi (km 2 ) (rank) is sqmi (km2) (5) what is the population (2010) (rank)? |
CREATE TABLE table_14253123_1 (zip_code_prefix_es_ VARCHAR, _percentage_of_boundary_by_water VARCHAR) | SELECT COUNT(zip_code_prefix_es_) FROM table_14253123_1 WHERE _percentage_of_boundary_by_water = "63%" | เมื่อ % ของขอบเขตทางน้ำคือ 63% จำนวนคำนำหน้ารหัสไปรษณีย์โดยรวมคือเท่าใด | When the % of boundary by water is 63% what is the overall number of zip code prefix(es)? |
CREATE TABLE table_14253123_1 (in_no VARCHAR, county_name VARCHAR) | SELECT in_no FROM table_14253123_1 WHERE county_name = "Spencer" | เมื่อสเปนเซอร์เป็นเคาน์ตี เลขอะไรอยู่ในนั้น? | When Spencer is the county what is the in no.? |
CREATE TABLE table_14242137_4 (oberliga_hessen VARCHAR, oberliga_baden_württemberg VARCHAR, oberliga_südwest VARCHAR) | SELECT oberliga_hessen FROM table_14242137_4 WHERE oberliga_baden_württemberg = "SV Sandhausen" AND oberliga_südwest = "FSV Salmrohr" | ตั้งชื่อโอเบอร์ลิกา เฮสเซ่น สำหรับ sv sandhausen และ fsv salmrohr | Name the oberliga hessen for sv sandhausen and fsv salmrohr |
CREATE TABLE table_14242137_4 (oberliga_baden_württemberg VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR) | SELECT oberliga_baden_württemberg FROM table_14242137_4 WHERE oberliga_bayern = "TSV 1860 Munich" AND oberliga_südwest = "Borussia Neunkirchen" | ตั้งชื่อโอเบอร์ลีกาสำหรับตำแหน่งที่ tsv 1860 มิวนิก และโบรุสเซีย นึนเคียร์เชน | Name the oberliga for where tsv 1860 munich and borussia neunkirchen |
CREATE TABLE table_14242137_4 (oberliga_südwest VARCHAR, oberliga_bayern VARCHAR, season VARCHAR) | SELECT oberliga_südwest FROM table_14242137_4 WHERE oberliga_bayern = "SpVgg Unterhaching" AND season = "1988-89" | ตั้งชื่อ oberliga sudwest สำหรับ spvgg unterhaching สำหรับปี 1988-89 | Name the oberliga sudwest for spvgg unterhaching for 1988-89 |
CREATE TABLE table_14242137_4 (season VARCHAR, oberliga_bayern VARCHAR, oberliga_südwest VARCHAR) | SELECT season FROM table_14242137_4 WHERE oberliga_bayern = "SpVgg Bayreuth" AND oberliga_südwest = "FSV Salmrohr" | ตั้งชื่อฤดูกาลของ spvgg bayreuth และ fsv salmrohr | Name the season for spvgg bayreuth and fsv salmrohr |
CREATE TABLE table_14242137_4 (oberliga_bayern VARCHAR, oberliga_baden_württemberg VARCHAR, season VARCHAR) | SELECT oberliga_bayern FROM table_14242137_4 WHERE oberliga_baden_württemberg = "SV Sandhausen" AND season = "1986-87" | ตั้งชื่อโอเบอร์ลีกา บาเยิร์น สำหรับเอสวี แซนด์เฮาเซ่น ฤดูกาล 1986-87 | Name the oberliga bayern for sv sandhausen for 1986-87 |
CREATE TABLE table_14260687_3 (blackberry_os VARCHAR, other VARCHAR, quarter VARCHAR) | SELECT COUNT(blackberry_os) FROM table_14260687_3 WHERE other = "0.1" AND quarter = "2012 Q2" | ในช่วงไตรมาสของไตรมาสที่ 2 ปี 2555 มีโทรศัพท์ Blackberry OS กี่ล้านเครื่องที่ถูกจัดส่ง โดยมีอีก 0.1 ล้านเครื่องถูกจัดส่ง | During the quarter of 2012 Q2, how many millions of Blackberry OS phones where shipped when 0.1 million others were shipped? |
CREATE TABLE table_14260687_3 (android VARCHAR, quarter VARCHAR) | SELECT COUNT(android) FROM table_14260687_3 WHERE quarter = "2012 Q4" | ในช่วงไตรมาสที่ 4 ของปี 2555 มีการจัดส่งโทรศัพท์ Android กี่ล้านเครื่อง | During the quarter 2012 Q4, how many millions of android phones were shipped? |
CREATE TABLE table_14260687_3 (windows_phone VARCHAR, total VARCHAR) | SELECT windows_phone FROM table_14260687_3 WHERE total = "216.2" | มีการจัดส่ง windows phone กี่ล้านเครื่องในระหว่างไตรมาสซึ่งมียอดจัดส่งรวม 216.2 ล้านเครื่อง | How many million of windows phones were shipped during the quarter that shipped 216.2 million total? |
CREATE TABLE table_14260687_3 (total VARCHAR, quarter VARCHAR) | SELECT COUNT(total) FROM table_14260687_3 WHERE quarter = "2012 Q1" | มีสมาร์ทโฟนทั้งหมดกี่เครื่องที่ถูกจัดส่งในระหว่างไตรมาสที่ 1 ปี 2555 | How many total smartphones were shipped during the quarter 2012 Q1? |
CREATE TABLE table_14260687_3 (blackberry_os VARCHAR, symbian VARCHAR) | SELECT blackberry_os FROM table_14260687_3 WHERE symbian = "10.4" | มีการจัดส่งสมาร์ทโฟน Blackberry OS กี่ล้านเครื่องเมื่อมีการจัดส่งสมาร์ทโฟน Symbian 10.4 ล้านเครื่อง | How many millions of Blackberry OS smartphones were shipped when 10.4 million Symbian smartphones were shipped? |
CREATE TABLE table_14260687_3 (other VARCHAR, total VARCHAR) | SELECT COUNT(other) FROM table_14260687_3 WHERE total = "181.1" | สมาร์ทโฟน "อื่นๆ" หลายล้านเครื่องถูกจัดส่งโดยมนุษย์อย่างไรเมื่อมีการจัดส่งทั้งหมด 181.1 ล้านเครื่อง | How man "other" millions of smartphones were shipped when 181.1 million total were shipped? |
CREATE TABLE table_1427868_1 (load_bearing_capacity VARCHAR, scientific_name VARCHAR) | SELECT load_bearing_capacity FROM table_1427868_1 WHERE scientific_name = "Camelus dromedarius" | ความสามารถในการรับน้ำหนักเมื่อชื่อ Camelus Dromedarius คืออะไร | What is the load bearing capacity when the name is Camelus Dromedarius |
CREATE TABLE table_1427998_1 (division VARCHAR, year VARCHAR) | SELECT division FROM table_1427998_1 WHERE year = 2006 | ปี 2549 แบ่งเป็นสาขาอะไรคะ? | What is the division for the year 2006? |
CREATE TABLE table_1427998_1 (playoffs VARCHAR, team_name VARCHAR) | SELECT playoffs FROM table_1427998_1 WHERE team_name = "Bay Area Seals" | ผลการแข่งขันรอบรองชนะเลิศสำหรับชื่อทีมซีลบริเวณอ่าวคืออะไร | What was the playoff result for the team name of bay area seals |
CREATE TABLE table_1427998_1 (regular_season VARCHAR, playoffs VARCHAR) | SELECT regular_season FROM table_1427998_1 WHERE playoffs = "divisional Finals" | ทีมจบที่ไหนในฤดูกาลที่ผลเพลย์ออฟคือรอบชิงชนะเลิศประเภทดิวิชั่น | Where did the team finish in the season when the playoff result was divisional finals. |
CREATE TABLE table_1427998_1 (playoffs VARCHAR, league VARCHAR, regular_season VARCHAR) | SELECT playoffs FROM table_1427998_1 WHERE league = "USISL" AND regular_season = "1st, Pacific" | ผลเพลย์ออฟจะเป็นอย่างไรเมื่อลีกคือ USISL และสถิติฤดูกาลปกติคือที่ 1 แปซิฟิก | What is the playoff result when the league is USISL and the regular season record is 1st, pacific. |
CREATE TABLE table_1427998_1 (division VARCHAR, playoffs VARCHAR) | SELECT COUNT(division) FROM table_1427998_1 WHERE playoffs = "Conference Quarterfinals" | มีกี่ดิวิชั่นที่ชนะเมื่อผลเพลย์ออฟคือรอบก่อนรองชนะเลิศของการประชุม | How many divisions have been won when the playoff result is conference quarterfinals. |
CREATE TABLE table_14302582_1 (home_attendance INTEGER, competition VARCHAR) | SELECT MIN(home_attendance) FROM table_14302582_1 WHERE competition = "Southern Derby" | เซาท์เทิร์นดาร์บี้มีผู้ชมในบ้านน้อยที่สุดคือเท่าไร? | What was the lowest home attendance for the southern derby? |
CREATE TABLE table_14302582_1 (result VARCHAR, home_matches VARCHAR) | SELECT result FROM table_14302582_1 WHERE home_matches = 14 | เมื่อทีมลงเล่นในบ้านถึง 14 นัด ผลเป็นอย่างไร? | What was the result when the team had contested 14 home games? |
CREATE TABLE table_14302582_1 (result VARCHAR, record VARCHAR) | SELECT result FROM table_14302582_1 WHERE record = "4-1" | เมื่อทีมเสมอ 4-1 ผลเป็นอย่างไร? | What was the result when the team was 4-1? |
CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR) | SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE category = "Picturesque and trekking_route" | เส้นทางที่งดงามและเดินป่าอยู่ในหมวดความสูงจากระดับน้ำทะเลเป็นเมตรเท่าไร? | picturesque and trekking route is the category what is the height from sea level in meters? |
CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR) | SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE category = "Extremely Adventures" | ถ้าเป็นประเภทผจญภัยสุดขีด ความสูงจากระดับน้ำทะเลเป็นเมตรเท่าไร? | If extremely adventures is the category what is the height from sea level in meters? |
CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, trekking_route VARCHAR) | SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE trekking_route = "22km" | ถ้าระยะทาง 22 กม. เป็นเส้นทางเดินป่าความสูงจากระดับน้ำทะเลมีหน่วยเป็นเมตร? | if 22km is the trekking route what is height from sea level in meters? |
CREATE TABLE table_1430913_1 (category VARCHAR, name_of_place VARCHAR) | SELECT category FROM table_1430913_1 WHERE name_of_place = "Hemkunt Sahib" | หากสถานที่นั้นคือเฮมคุนต์ซาฮิบ อยู่ในหมวดหมู่ใด? | If the place is hemkunt sahib what is the category? |
CREATE TABLE table_14325808_1 (density__pop_km²_ VARCHAR, population__2011_census_ VARCHAR) | SELECT density__pop_km²_ FROM table_14325808_1 WHERE population__2011_census_ = 5402 | ความหนาแน่นในสถานที่ซึ่งการสำรวจสำมะโนประชากร พ.ศ. 2554 มีประชากร 5402 คนเป็นเท่าใด | What is the density in places where the 2011 census gives a population of 5402? |
CREATE TABLE table_14325808_1 (area__km²_ VARCHAR, density__pop_km²_ VARCHAR) | SELECT area__km²_ FROM table_14325808_1 WHERE density__pop_km²_ = "137.61" | พื้นที่เป็นกิโลเมตรยกกำลังสองความหนาแน่นของประชากรคือ 137.61 คืออะไร? | What is the area in kilometers squared the population density is 137.61? |
CREATE TABLE table_14325808_1 (population__2011_census_ VARCHAR, area__km²_ VARCHAR) | SELECT COUNT(population__2011_census_) FROM table_14325808_1 WHERE area__km²_ = "132.79" | จากการสำรวจสำมะโนประชากร พ.ศ. 2554 ประชากรใดๆ ก็ตามที่มีพื้นที่ 132.79 ตารางกิโลเมตร มีกี่แห่ง | How many places according to the 2011 census of whatever population have an area of 132.79 kilometers squared? |
CREATE TABLE table_14325808_1 (area__km²_ VARCHAR, population__2007_estimation_ VARCHAR) | SELECT COUNT(area__km²_) FROM table_14325808_1 WHERE population__2007_estimation_ = 7996 | มีสถานที่ทุกขนาดจำนวนเท่าใดที่มีจำนวนประชากรประมาณ 7,996 คนในปี 2550 | How many places of whatever size have a 2007 population estimation of 7996? |
CREATE TABLE table_14332822_1 (genbank_id VARCHAR) | SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE genbank_id = "HQ021437" | ลำดับ 3utr คืออะไรเมื่อรหัส genbank คือ hq021437 | What is the 3utr sequence when the genbank id is hq021437? |
CREATE TABLE table_14332822_1 (coding VARCHAR, genbank_id VARCHAR) | SELECT coding FROM table_14332822_1 WHERE genbank_id = "HQ021442" | การเข้ารหัสสำหรับ hq021442 genbankid คืออะไร? | What is the coding for hq021442 genbankid? |
CREATE TABLE table_14332822_1 (variant_id VARCHAR) | SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE variant_id = "AD'6A 4" | ลำดับ 3'utr ที่มีรหัสตัวแปรเป็น ad'6a 4 คืออะไร | What is the 3'utr sequence with a variant id of ad'6a 4? |
CREATE TABLE table_14332822_1 (variant_id VARCHAR) | SELECT 3 AS ’utr_sequence FROM table_14332822_1 WHERE variant_id = "ACD'6A 3" | ลำดับ 3'utr ที่มีรหัสตัวแปรของ acd'6a 3 คืออะไร | What is the 3'utr sequence with a variant id of acd'6a 3? |
CREATE TABLE table_14330096_3 (director VARCHAR, total_number VARCHAR) | SELECT director FROM table_14330096_3 WHERE total_number = 14 | ใครคือผู้กำกับตอนที่ตรงกับจำนวนตอนที่ 14 ทั้งหมด? | Who is the director of the episode that corresponds to the total episodes number 14? |
CREATE TABLE table_14330096_3 (title VARCHAR, writer VARCHAR) | SELECT title FROM table_14330096_3 WHERE writer = "Rob Heyland" | ตอนที่ Rob Heyland เขียนชื่ออะไร | What's the title of the episode that Rob Heyland wrote? |
CREATE TABLE table_14330096_3 (series_number VARCHAR, writer VARCHAR) | SELECT series_number FROM table_14330096_3 WHERE writer = "Julian Unthank" | ตอนที่เขียนโดย Julian UnThank เป็นจำนวนเท่าใดจากจำนวนตอนทั้งหมด | What number from the total number of episodes is the episode written by Julian Unthank? |
CREATE TABLE table_14342210_12 (touchdowns INTEGER, player VARCHAR) | SELECT MIN(touchdowns) FROM table_14342210_12 WHERE player = "Redden" | เรดเดนทำทัชดาวน์ได้กี่ทัชดาวน์? | How many touchdowns did Redden score? |
CREATE TABLE table_14342210_12 (extra_points INTEGER) | SELECT MAX(extra_points) FROM table_14342210_12 | คะแนนพิเศษมากที่สุดคืออะไร? | What was the most extra points? |
CREATE TABLE table_14342210_12 (position VARCHAR, extra_points VARCHAR) | SELECT position FROM table_14342210_12 WHERE extra_points = 4 | ผู้เล่นที่ได้คะแนนพิเศษ 4 คะแนนเล่นตำแหน่งใด? | What position did the player who scored 4 extra points play? |
CREATE TABLE table_14342210_12 (points VARCHAR, position VARCHAR) | SELECT COUNT(points) FROM table_14342210_12 WHERE position = "Right end" | ฝั่งขวาทำแต้มได้กี่แต้ม? | How many points where scored by the right end? |
CREATE TABLE table_14342210_13 (games_started VARCHAR, player VARCHAR) | SELECT games_started FROM table_14342210_13 WHERE player = "Hugh White" | Hugh White มีเกมที่เริ่มเกมกี่เกม? | How many Games Started are there for Hugh White ? |
CREATE TABLE table_14342210_13 (class VARCHAR, player VARCHAR) | SELECT COUNT(class) FROM table_14342210_13 WHERE player = "Everett Sweeley" | มีกี่รายการสำหรับคลาสสำหรับผู้เล่น Everett Sweeley? | How many entries are there for Class for the player Everett Sweeley? |
CREATE TABLE table_14342210_13 (class VARCHAR, prior_experience VARCHAR) | SELECT COUNT(class) FROM table_14342210_13 WHERE prior_experience = "Shasta H.S." | มีกี่รายการในชั้นเรียนเมื่อประสบการณ์ก่อนหน้าคือ shasta hs | How many entries are there for class when the prior experience is shasta h.s. |
CREATE TABLE table_14342210_13 (weight INTEGER, player VARCHAR) | SELECT MAX(weight) FROM table_14342210_13 WHERE player = "Hugh White" | ฮิวจ์ ไวท์ มีน้ำหนักเท่าไหร่? | What is hugh white's weight? |
CREATE TABLE table_14342210_14 (field_goals__5_points_ VARCHAR, player VARCHAR) | SELECT COUNT(field_goals__5_points_) FROM table_14342210_14 WHERE player = "Walter Shaw" | วอลเตอร์ ชอว์ ยิงประตูได้กี่ประตู? | How many field goals did Walter Shaw make? |
CREATE TABLE table_14342210_14 (field_goals__5_points_ INTEGER, total_points VARCHAR) | SELECT MAX(field_goals__5_points_) FROM table_14342210_14 WHERE total_points = 100 | บุคคลที่มีคะแนนรวม 100 คะแนนทำฟิลด์โกลได้กี่ครั้ง? | How many field goals were made by the person with 100 points in total? |
CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, extra_points_1_point VARCHAR) | SELECT COUNT(touchdowns__5_points_) FROM table_14342210_14 WHERE extra_points_1_point = 7 | คนที่มีคะแนนพิเศษ 7 คะแนนทำทัชดาวน์ได้กี่ครั้ง? | How many touchdowns were made by the person with 7 extra points? |
CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, player VARCHAR) | SELECT touchdowns__5_points_ FROM table_14342210_14 WHERE player = "Albert Herrnstein" | Albert Herrnstein ทำทัชดาวน์ได้กี่ครั้ง? | How many touchdowns did Albert Herrnstein make? |
CREATE TABLE table_14342210_14 (touchdowns__5_points_ INTEGER, player VARCHAR) | SELECT MAX(touchdowns__5_points_) FROM table_14342210_14 WHERE player = "Bruce Shorts" | Bruce Shorts ทำทัชดาวน์ได้กี่ครั้ง? | How many touchdowns did Bruce Shorts make? |
CREATE TABLE table_14342210_14 (player VARCHAR, touchdowns__5_points_ VARCHAR) | SELECT COUNT(player) FROM table_14342210_14 WHERE touchdowns__5_points_ = 4 | มีผู้เล่นกี่คนที่ทำทัชดาวน์ได้ 4 ครั้ง? | How many players made 4 touchdowns? |
CREATE TABLE table_14342210_2 (player VARCHAR, position VARCHAR) | SELECT player FROM table_14342210_2 WHERE position = "Fullback" | ตั้งชื่อผู้เล่นทั้งหมดสำหรับฟูลแบ็ก | Name all the players for fullback |
CREATE TABLE table_14342210_2 (position VARCHAR, player VARCHAR) | SELECT position FROM table_14342210_2 WHERE player = "Shorts" | ตั้งชื่อตำแหน่งกางเกงขาสั้น | Name the position for shorts |
CREATE TABLE table_14342210_6 (player VARCHAR, touchdowns VARCHAR, position VARCHAR) | SELECT player FROM table_14342210_6 WHERE touchdowns = 4 AND position = "Left halfback" | ผู้เล่นคนไหนทำ 4 ทัชดาวน์ขณะเล่นกองหลังซ้าย? | Which player made 4 touchdowns while playing left halfback? |
CREATE TABLE table_14342210_6 (points INTEGER, position VARCHAR) | SELECT MAX(points) FROM table_14342210_6 WHERE position = "Left end" | ผู้เล่นฝั่งซ้ายคนไหนทำแต้มได้มากที่สุด? | Which left end player made the most points? |
CREATE TABLE table_14342210_6 (points INTEGER, player VARCHAR) | SELECT MIN(points) FROM table_14342210_6 WHERE player = "Herrnstein" | Herrnstein ทำคะแนนได้น้อยที่สุดคือเท่าไร? | What is the least amount of points made by Herrnstein? |
CREATE TABLE table_14342210_6 (field_goals INTEGER) | SELECT MIN(field_goals) FROM table_14342210_6 | ผู้เล่นทำฟิลด์โกลได้น้อยที่สุดคือเท่าใด? | What is the least amount of field goals made by a player? |
CREATE TABLE table_14342210_6 (position VARCHAR, player VARCHAR) | SELECT position FROM table_14342210_6 WHERE player = "Redden" | เรดเดนเล่นตำแหน่งไหน? | Which position did Redden play? |
CREATE TABLE table_14342210_6 (extra_points INTEGER) | SELECT MIN(extra_points) FROM table_14342210_6 | ผู้เล่นได้แต้มพิเศษขั้นต่ำจำนวนเท่าใด? | What is the least amount of extra points made in by a player? |
CREATE TABLE table_14342367_13 (previous_experience VARCHAR, hometown VARCHAR) | SELECT previous_experience FROM table_14342367_13 WHERE hometown = "East Jordan, Michigan" | ประสบการณ์ก่อนหน้านี้ของผู้เล่นจากอีสต์ จอร์แดน มิชิแกน คืออะไร? | What is the previous experience of the player from East Jordan, Michigan? |
CREATE TABLE table_14342367_13 (class VARCHAR, position VARCHAR) | SELECT class FROM table_14342367_13 WHERE position = "Right tackle" | ผู้เล่นที่เล่นแท็คเกิลขวาคือคลาสอะไร? | What was the class of the player who played right tackle? |
CREATE TABLE table_14342367_13 (player VARCHAR, hometown VARCHAR) | SELECT COUNT(player) FROM table_14342367_13 WHERE hometown = "Sioux City, Iowa" | มีผู้เล่นกี่คนจากเมืองซูซิตี้ รัฐไอโอวา | How many players are from Sioux City, Iowa? |
CREATE TABLE table_14342367_13 (hometown VARCHAR, player VARCHAR) | SELECT hometown FROM table_14342367_13 WHERE player = "George W. Gregory" | George W. Gregory มาจากไหน? | Where is George W. Gregory from? |
CREATE TABLE table_14342367_13 (class VARCHAR, player VARCHAR) | SELECT class FROM table_14342367_13 WHERE player = "George W. Gregory" | ชั้นเรียนของ George W. Gregory คืออะไร | What was George W. Gregory's class? |
CREATE TABLE table_14342367_5 (points INTEGER) | SELECT MAX(points) FROM table_14342367_5 | คะแนนสูงสุดคือเท่าไร? | what is the maximum number of points? |
CREATE TABLE table_14342367_5 (starter VARCHAR, player VARCHAR) | SELECT starter FROM table_14342367_5 WHERE player = "Herb Graver" | Herb Graver เป็นตัวเริ่มต้นหรือไม่? | was herb graver a starter? |
CREATE TABLE table_14342480_15 (player VARCHAR, touchdowns VARCHAR) | SELECT player FROM table_14342480_15 WHERE touchdowns = 14 | ผู้เล่นคนไหนทำทัชดาวน์ได้ 14 ครั้ง? | Which player scored 14 touchdowns? |
CREATE TABLE table_14342480_15 (points INTEGER, player VARCHAR) | SELECT MAX(points) FROM table_14342480_15 WHERE player = "Duncan Thompson" | ดันแคน ทอมป์สันทำคะแนนได้กี่คะแนน? | How many points did Duncan Thompson score? |
CREATE TABLE table_14342480_15 (extra_points INTEGER) | SELECT MAX(extra_points) FROM table_14342480_15 | คะแนนพิเศษสูงสุดคือเท่าไร? | What is the highest number of extra points? |
CREATE TABLE table_14342592_5 (player VARCHAR, position VARCHAR) | SELECT player FROM table_14342592_5 WHERE position = "Left tackle" | นักเตะคนไหนเล่นตำแหน่งแท็คเกิ้ลซ้าย? | What players played the position of left tackle? |
CREATE TABLE table_14342592_5 (field_goals VARCHAR, position VARCHAR) | SELECT COUNT(field_goals) FROM table_14342592_5 WHERE position = "Right end" | ผู้เล่นตำแหน่งฝั่งขวาทำประตูได้กี่ประตู? | How many field goals were made by someone playing position of right end? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.