context
stringlengths 27
489
| answer
stringlengths 18
557
| question_th
stringlengths 8
226
| question_en
stringlengths 12
244
|
---|---|---|---|
CREATE TABLE table_name_68 (memory_map VARCHAR, model VARCHAR, byte_string VARCHAR, max_memory__kwords_ VARCHAR)
|
SELECT memory_map FROM table_name_68 WHERE byte_string = "standard" AND max_memory__kwords_ > 128 AND model = "sigma 9"
|
บน Sigma 9 ที่มีสตริงไบต์มาตรฐานและหน่วยความจำสูงสุดมากกว่า 128 หน่วยความจำ ค่าของแผนผังหน่วยความจำคือเท่าใด
|
On a Sigma 9 with a standard byte string and more than 128 max memory, what is the value of the memory map?
|
CREATE TABLE table_name_19 (decimal VARCHAR, max_memory__kwords_ VARCHAR, byte_string VARCHAR, memory_map VARCHAR)
|
SELECT decimal FROM table_name_19 WHERE byte_string = "standard" AND memory_map = "standard" AND max_memory__kwords_ = 512
|
ค่าทศนิยมคืออะไรเมื่อการแมปหน่วยความจำและสตริงไบต์เป็นค่ามาตรฐาน และหน่วยความจำสูงสุดคือ 512
|
What is the decimal value when the memory map and byte string are standard, and the max memory is 512?
|
CREATE TABLE table_name_41 (co_drivers VARCHAR, pos VARCHAR, class VARCHAR)
|
SELECT co_drivers FROM table_name_41 WHERE pos = "dnf" AND class = "gt1"
|
ใครคือผู้ร่วมขับในตำแหน่ง DNF ในคลาส GT1
|
Who was the co-driver in the DNF position in the GT1 class?
|
CREATE TABLE table_name_14 (co_drivers VARCHAR, year VARCHAR, team VARCHAR)
|
SELECT co_drivers FROM table_name_14 WHERE year < 1986 AND team = "martini lancia"
|
นักขับร่วมคนใดที่เคยเป็นส่วนหนึ่งของทีม Martini Lancia ก่อนปี 1986?
|
Which co-driver was part of team Martini Lancia earlier than 1986?
|
CREATE TABLE table_name_53 (class VARCHAR, team VARCHAR)
|
SELECT class FROM table_name_53 WHERE team = "le mans porsche team joest racing"
|
ทีม Le Mans Porsche Joest Racing อยู่ในประเภทใด?
|
The Le Mans Porsche team Joest Racing is in which class?
|
CREATE TABLE table_name_65 (build_date VARCHAR, total_produced VARCHAR)
|
SELECT build_date FROM table_name_65 WHERE total_produced = 146
|
ตั้งชื่อวันที่สร้างสำหรับการผลิตทั้งหมด 146 รายการ
|
Name the build date for total produced of 146
|
CREATE TABLE table_name_54 (model VARCHAR, specification VARCHAR)
|
SELECT model FROM table_name_54 WHERE specification = "dl-066"
|
ตั้งชื่อโมเดลสำหรับข้อกำหนดของ dl-066
|
Name the model for specification of dl-066
|
CREATE TABLE table_name_29 (power_output VARCHAR, model VARCHAR)
|
SELECT power_output FROM table_name_29 WHERE model = "s-13"
|
ตั้งชื่อกำลังไฟฟ้าเอาท์พุตสำหรับรุ่น s-13
|
Name the power output for model of s-13
|
CREATE TABLE table_name_95 (worst_score VARCHAR, best_score VARCHAR, worst_dancer_s_ VARCHAR)
|
SELECT worst_score FROM table_name_95 WHERE best_score = 36 AND worst_dancer_s_ = "john barnes"
|
คะแนนที่แย่ที่สุดสำหรับนักเต้นที่แย่ที่สุดอย่าง John Barnes โดยได้คะแนนสูงสุดคือ 36 คะแนน
|
What's the worst score for the worst dancer(s) john barnes, with a best score of 36?
|
CREATE TABLE table_name_91 (worst_dancer_s_ VARCHAR, dance VARCHAR)
|
SELECT worst_dancer_s_ FROM table_name_91 WHERE dance = "jive"
|
การเต้นรำที่แย่ที่สุดของนักเต้นหลอกคืออะไร?
|
What's the worst dance of jive dancer(s)?
|
CREATE TABLE table_name_19 (best_score VARCHAR, worst_dancer_s_ VARCHAR)
|
SELECT best_score FROM table_name_19 WHERE worst_dancer_s_ = "gethin jones/kenny logan"
|
คะแนนที่ดีที่สุดกับนักเต้นที่แย่ที่สุดคือ gethin jones/kenny logan?
|
What's the best score, with the worst dancer(s) gethin jones/kenny logan?
|
CREATE TABLE table_name_46 (best_score INTEGER, worst_score VARCHAR)
|
SELECT AVG(best_score) FROM table_name_46 WHERE worst_score = 15
|
คะแนนเฉลี่ยที่ดีที่สุดแต่คะแนนไม่ดีเท่ากับ 15 คืออะไร?
|
What's the best average score with a bad score of 15?
|
CREATE TABLE table_name_46 (opponent VARCHAR, record VARCHAR)
|
SELECT opponent FROM table_name_46 WHERE record = "66-69"
|
คู่ต่อสู้ที่มีสถิติ 66-69 ชื่ออะไร?
|
What is the name of the opponent that has a record of 66-69?
|
CREATE TABLE table_name_88 (score VARCHAR, player VARCHAR)
|
SELECT score FROM table_name_88 WHERE player = "olin dutra"
|
คะแนนของ Olin Dutra คืออะไร?
|
What was Olin Dutra's score?
|
CREATE TABLE table_name_22 (score VARCHAR, player VARCHAR)
|
SELECT score FROM table_name_22 WHERE player = "craig wood"
|
คะแนนของ Craig Wood คืออะไร?
|
What was Craig Wood's score?
|
CREATE TABLE table_name_22 (score VARCHAR, player VARCHAR)
|
SELECT score FROM table_name_22 WHERE player = "paul runyan"
|
คะแนนของ Paul Runyan คืออะไร?
|
What was Paul Runyan's score?
|
CREATE TABLE table_name_84 (country VARCHAR, to_par VARCHAR)
|
SELECT country FROM table_name_84 WHERE to_par = "e"
|
ประเทศใดมี To par ของ e?
|
What country has a To par of e?
|
CREATE TABLE table_name_5 (position VARCHAR, school VARCHAR)
|
SELECT position FROM table_name_5 WHERE school = "villa park high school"
|
ตำแหน่งใดของนักเตะจากโรงเรียนมัธยมวิลล่า พาร์ค?
|
What position for the player from villa park high school?
|
CREATE TABLE table_name_70 (total VARCHAR, nation VARCHAR)
|
SELECT total FROM table_name_70 WHERE nation = "czech republic"
|
สาธารณรัฐเช็กได้เหรียญทั้งหมดเท่าไร?
|
What is the total number of medals by the Czech republic?
|
CREATE TABLE table_name_56 (gold INTEGER, rank VARCHAR, bronze VARCHAR)
|
SELECT SUM(gold) FROM table_name_56 WHERE rank < 2 AND bronze > 8
|
ประเทศอันดับสูงกว่า 2 และมากกว่า 8 เหรียญทองแดงมีกี่เหรียญทอง?
|
How many gold medals does the country ranked higher than 2 with more than 8 bronze have?
|
CREATE TABLE table_name_98 (rank INTEGER, total VARCHAR, gold VARCHAR, silver VARCHAR)
|
SELECT MAX(rank) FROM table_name_98 WHERE gold < 3 AND silver > 2 AND total < 5
|
อันดับสูงสุดของประเทศที่มีน้อยกว่า 3 เหรียญทอง มากกว่า 2 เหรียญเงิน และมีเหรียญรางวัลทั้งหมดน้อยกว่า 5 เหรียญคืออะไร?
|
What is the highest rank a country with less than 3 gold, more than 2 silver, and less than 5 total medals has?
|
CREATE TABLE table_name_51 (date VARCHAR, record VARCHAR)
|
SELECT date FROM table_name_51 WHERE record = "5-4"
|
สถิติ 5-4 คือเมื่อไหร่?
|
When is the record 5-4?
|
CREATE TABLE table_name_7 (genre VARCHAR, artist VARCHAR)
|
SELECT genre FROM table_name_7 WHERE artist = "prince"
|
เมื่อศิลปินเป็นเจ้าชายจะเป็นประเภทไหน?
|
What is the Genre when the Artist is Prince?
|
CREATE TABLE table_name_79 (genre VARCHAR, release_year_of_first_charted_record VARCHAR, country_of_origin VARCHAR)
|
SELECT genre FROM table_name_79 WHERE release_year_of_first_charted_record = 1968 AND country_of_origin = "united states"
|
ประเภทคืออะไร เมื่อปีที่วางจำหน่ายของสถิติชาร์ตแรกคือปี 1968 และเมื่อใดที่ประเทศต้นทางคือสหรัฐอเมริกา
|
What is the Genre, when the Release-year of first charted record is 1968, and when the Country of origin is United States?
|
CREATE TABLE table_name_15 (rr_nos VARCHAR, builder VARCHAR, year VARCHAR)
|
SELECT rr_nos FROM table_name_15 WHERE builder = "hudswell clarke" AND year < 1914
|
ตั้งชื่อหมายเลข RR ของฮัดสเวลล์ คลาร์ก และปีก่อนปี 1914
|
Name the RR numbers of hudswell clarke and years before 1914
|
CREATE TABLE table_name_67 (to_par VARCHAR, player VARCHAR)
|
SELECT to_par FROM table_name_67 WHERE player = "vijay singh"
|
To par คืออะไรเมื่อมี Vijay Singh อยู่?
|
What is the To par has the presence of Vijay Singh?
|
CREATE TABLE table_name_51 (laps VARCHAR, rank VARCHAR)
|
SELECT laps FROM table_name_51 WHERE rank = "14"
|
Dick Rathmann จบไปกี่รอบเมื่อเขาอยู่ในอันดับที่ 14
|
How many laps did Dick Rathmann complete when he ranked 14?
|
CREATE TABLE table_name_35 (finish VARCHAR, qual VARCHAR)
|
SELECT finish FROM table_name_35 WHERE qual = "130.928"
|
การจบสกอร์ของ Dick Rathmann ในปีที่เขาผ่านเข้ารอบที่ 130.928 คืออะไร?
|
What was Dick Rathmann's Finish the year he Qualed at 130.928?
|
CREATE TABLE table_name_49 (total_produced INTEGER, prime_mover VARCHAR)
|
SELECT AVG(total_produced) FROM table_name_49 WHERE prime_mover = "12-251c"
|
ผลรวมเฉลี่ยที่ผลิตได้เมื่อตัวเสนอญัตติหลักคือ 12-251c เป็นเท่าใด
|
What is the average total produced when the prime mover is 12-251c?
|
CREATE TABLE table_name_80 (build_date VARCHAR, total_produced VARCHAR)
|
SELECT build_date FROM table_name_80 WHERE total_produced = 2
|
วันที่สร้างคือเมื่อใดเมื่อยอดผลิตทั้งหมดเป็น 2?
|
What is the build date when total produced is 2?
|
CREATE TABLE table_name_47 (total_produced INTEGER, model VARCHAR)
|
SELECT MIN(total_produced) FROM table_name_47 WHERE model = "m-420"
|
จำนวนรวมที่น้อยที่สุดที่ผลิตด้วยรุ่น M-420 คือเท่าใด
|
What is the smallest total produced with a model of M-420?
|
CREATE TABLE table_name_87 (prime_mover VARCHAR, build_date VARCHAR)
|
SELECT prime_mover FROM table_name_87 WHERE build_date = "1975"
|
อะไรคือปัจจัยสำคัญสำหรับวันที่สร้างในปี 1975?
|
What is the prime mover for a build date in 1975?
|
CREATE TABLE table_name_15 (model VARCHAR, total_produced VARCHAR, prime_mover VARCHAR)
|
SELECT model FROM table_name_15 WHERE total_produced > 5 AND prime_mover = "12-251c"
|
รุ่นใดมียอดผลิตมากกว่า 5 คัน และระยะไพรม์ 12-251c?
|
What model has a total produced more than 5 and a prime move of 12-251c?
|
CREATE TABLE table_name_85 (date VARCHAR, record VARCHAR, decision VARCHAR, home VARCHAR)
|
SELECT date FROM table_name_85 WHERE decision = "joseph" AND home = "detroit" AND record = "27–13–5–2"
|
วันที่เกมเหย้าดีทรอยต์ด้วยการตัดสินของโจเซฟและสถิติ 27–13–5–2 คือวันที่ใด
|
What was the date of the home Detroit game with a decision of Joseph and a record of 27–13–5–2?
|
CREATE TABLE table_name_16 (score VARCHAR, decision VARCHAR, home VARCHAR)
|
SELECT score FROM table_name_16 WHERE decision = "legace" AND home = "dallas"
|
เกมเหย้าดัลลัสที่ได้คะแนนจากเลกาซเป็นเท่าไหร่?
|
What was the score of the home Dallas game that had a decision of Legace?
|
CREATE TABLE table_name_24 (score VARCHAR, decision VARCHAR, record VARCHAR)
|
SELECT score FROM table_name_24 WHERE decision = "joseph" AND record = "26–13–4–2"
|
อะไรคือคะแนนของเกมที่มีสถิติ 26–13–4–2 และการตัดสินของโจเซฟ?
|
What was the score of the game that had a record of 26–13–4–2 and a decision of Joseph?
|
CREATE TABLE table_name_86 (visitor VARCHAR, record VARCHAR)
|
SELECT visitor FROM table_name_86 WHERE record = "28–14–6–2"
|
ทีมเยือนคือใครเมื่อทำสถิติ 28–14–6–2?
|
Who was the visiting team when the record was 28–14–6–2?
|
CREATE TABLE table_name_36 (points INTEGER, engine VARCHAR, chassis VARCHAR)
|
SELECT MIN(points) FROM table_name_36 WHERE engine = "mugen v8" AND chassis = "reynard 91d"
|
จุดต่ำสุดที่มีเครื่องยนต์ Mugen V8 และแชสซี Reynard 91D คืออะไร?
|
What are the lowest points that have a Mugen V8 engine and a Reynard 91D chassis?
|
CREATE TABLE table_name_83 (points INTEGER, engine VARCHAR, year VARCHAR)
|
SELECT MAX(points) FROM table_name_83 WHERE engine = "mugen v8" AND year = 1991
|
จุดสูงสุดที่มีเครื่องยนต์ Mugen V8 และเกิดขึ้นในปี 1991 คืออะไร?
|
What are the highest points that have a Mugen V8 engine and happened in 1991?
|
CREATE TABLE table_name_3 (year INTEGER, engine VARCHAR, entrant VARCHAR)
|
SELECT SUM(year) FROM table_name_3 WHERE engine = "cosworth v8" AND entrant = "john player lotus"
|
John Player Lotus ใช้ Cosworth v8 กี่ปี?
|
How many years did John Player Lotus used Cosworth v8?
|
CREATE TABLE table_name_2 (entrant VARCHAR, year VARCHAR, chassis VARCHAR)
|
SELECT entrant FROM table_name_2 WHERE year > 1989 AND chassis = "eurobrun er189b"
|
ใครใช้ Eurobrun er189b หลังปี 1989
|
Who used Eurobrun er189b after 1989?
|
CREATE TABLE table_name_50 (entrant VARCHAR, chassis VARCHAR, points VARCHAR, year VARCHAR, engine VARCHAR)
|
SELECT entrant FROM table_name_50 WHERE year > 1990 AND engine = "ford v8" AND points = 8 AND chassis = "jordan 191"
|
ใครใช้ Ford v8 และ Jordan 191 หลังปี 1990 และได้ 8 คะแนน?
|
Who used Ford v8 and Jordan 191 after 1990 and got 8 points?
|
CREATE TABLE table_name_90 (leftfielder VARCHAR, year VARCHAR, shortstop VARCHAR, second_baseman VARCHAR, first_baseman VARCHAR)
|
SELECT leftfielder FROM table_name_90 WHERE second_baseman = "davey lopes" AND first_baseman = "steve garvey" AND shortstop = "bill russell" AND year > 1977
|
Leftfielder ชื่ออะไรเมื่อ Davey Lopes เป็นเบสที่สองและเบสคนแรกคือ steve garvey ซึ่งเป็นชอร์ตสต็อปของ Bill russell ก่อนหน้าปี 1977
|
What is the name of the Leftfielder when Davey Lopes was the Second Baseman and first baseman was steve garvey, Shortstop of bill russell eariler than 1977?
|
CREATE TABLE table_name_40 (shortstop VARCHAR, second_baseman VARCHAR, catcher VARCHAR, third_baseman VARCHAR)
|
SELECT shortstop FROM table_name_40 WHERE catcher = "johnny roseboro" AND third_baseman = "jim lefebvre" AND second_baseman = "nate oliver"
|
ชอร์ตสต็อปชื่ออะไรเมื่อ Catcher คือ johnny roseboro และเบสคนที่สามของ jim lefebvre และเบสคนที่สองของ nate Oliver
|
What is the name of the shortstop when the Catcher was johnny roseboro, and a Third Baseman of jim lefebvre, and a Second Baseman of nate oliver?
|
CREATE TABLE table_name_53 (first_baseman VARCHAR, shortstop VARCHAR)
|
SELECT first_baseman FROM table_name_53 WHERE shortstop = "zoilo versalles"
|
ใครคือเบสคนแรกเมื่อชอร์ตสต็อปเป็น zoilo versalles?
|
Who was the First Baseman when the Shortstop was zoilo versalles?
|
CREATE TABLE table_name_25 (leftfielder VARCHAR, year VARCHAR, shortstop VARCHAR, second_baseman VARCHAR)
|
SELECT leftfielder FROM table_name_25 WHERE shortstop = "bill russell" AND second_baseman = "steve sax" AND year = 1983
|
นักเตะฝ่ายซ้ายชื่ออะไรเมื่อชอร์ตสต็อปคือบิล รัสเซลล์ และเบสคนที่สองคือสตีฟ แซ็กโซโฟนในปี 1983
|
What is the name of the Leftfielder when the Shortstop was bill russell, and the Second Baseman was steve sax in 1983?
|
CREATE TABLE table_name_40 (year INTEGER, points VARCHAR, entrant VARCHAR)
|
SELECT MIN(year) FROM table_name_40 WHERE points < 3 AND entrant = "parmalat forti ford"
|
ปีแรกสุดที่มีคะแนนน้อยกว่า 3 แต้มคือปีใด และมีพาร์มาลัต ฟอร์ติ ฟอร์ดเป็นผู้เข้าแข่งขัน?
|
What is the earliest year with less than 3 points and Parmalat Forti Ford was the entrant?
|
CREATE TABLE table_name_17 (points INTEGER, entrant VARCHAR)
|
SELECT AVG(points) FROM table_name_17 WHERE entrant = "equipe ligier gauloises blondes"
|
คะแนนเฉลี่ยคืออะไรเมื่อผู้เข้าประกวดมีผมบลอนด์ ligier gauloises?
|
What is the average Points when equipe ligier gauloises blondes is the entrant?
|
CREATE TABLE table_name_86 (points INTEGER, entrant VARCHAR, year VARCHAR)
|
SELECT MIN(points) FROM table_name_86 WHERE entrant = "parmalat forti ford" AND year > 1995
|
จำนวนคะแนนที่น้อยที่สุดสำหรับผู้เข้าประกวด Ford Parmalat Forti ภายหลังปี 1995 คือเท่าใด
|
What is the smallest amount of points for parmalat forti ford entrant later than 1995?
|
CREATE TABLE table_name_19 (chassis VARCHAR, entrant VARCHAR)
|
SELECT chassis FROM table_name_19 WHERE entrant = "danka arrows yamaha"
|
บริษัท ใดที่ผลิตแชสซีสำหรับผู้เข้าแข่งขัน Danka Arrows Yamaha คืออะไร?
|
What is the company that made the chassis for the entrant danka arrows yamaha?
|
CREATE TABLE table_name_2 (college VARCHAR, name VARCHAR)
|
SELECT college FROM table_name_2 WHERE name = "ray graves"
|
Ray Graves เข้าเรียนที่วิทยาลัยใด
|
What college did Ray Graves attend?
|
CREATE TABLE table_name_70 (pick__number VARCHAR, name VARCHAR)
|
SELECT pick__number FROM table_name_70 WHERE name = "bill athey"
|
Bill Athey เป็นคนเลือกเบอร์อะไร?
|
What number pick was Bill Athey?
|
CREATE TABLE table_name_47 (overall VARCHAR, name VARCHAR)
|
SELECT COUNT(overall) FROM table_name_47 WHERE name = "john cole"
|
หมายเลขเลือกโดยรวมของ John Cole คืออะไร?
|
What is John Cole's overall pick number?
|
CREATE TABLE table_name_50 (date_made VARCHAR, class VARCHAR)
|
SELECT date_made FROM table_name_50 WHERE class = "waterford"
|
รถจักรกับคลาส Waterford คือวันไหนครับ?
|
What is the date of the locomotive with a Waterford class?
|
CREATE TABLE table_name_69 (date_made VARCHAR, names VARCHAR)
|
SELECT date_made FROM table_name_69 WHERE names = "blacklion glencar"
|
หัวรถจักรชื่อ Blacklion Glencar คือวันที่เท่าไหร่?
|
What is the date of the locomotive named Blacklion Glencar?
|
CREATE TABLE table_name_67 (quantity_made VARCHAR, class VARCHAR)
|
SELECT quantity_made FROM table_name_67 WHERE class = "waterford"
|
หัวรถจักรคลาสวอเตอร์ฟอร์ดทำปริมาณเท่าไหร่?
|
What is the quantity made of the locomotive with a Waterford class?
|
CREATE TABLE table_name_16 (class VARCHAR, quantity_made VARCHAR, type VARCHAR)
|
SELECT class FROM table_name_16 WHERE quantity_made = "1" AND type = "0-6-0t"
|
หัวรถจักรที่มีปริมาณเป็นประเภท 1 และ 0-6-0t เป็นรถประเภทใด
|
What is the class of the locomotive with a quantity made of 1 and a 0-6-0t type?
|
CREATE TABLE table_name_23 (class VARCHAR, type VARCHAR)
|
SELECT class FROM table_name_23 WHERE type = "0-4-0st"
|
หัวรถจักรประเภท 0-4-0 มีคลาสอะไรบ้าง?
|
What is the class of the locomotive with a 0-4-0st type?
|
CREATE TABLE table_name_98 (names VARCHAR, class VARCHAR)
|
SELECT names FROM table_name_98 WHERE class = "glencar"
|
หัวรถจักรที่มีคลาส Glencar ชื่ออะไร?
|
What is the name of the locomotive with a Glencar class?
|
CREATE TABLE table_name_75 (country VARCHAR, type VARCHAR, moving_from VARCHAR)
|
SELECT country FROM table_name_75 WHERE type = "signed" AND moving_from = "porto"
|
ประเทศไหนลงนามแบบย้ายจากปอร์โต?
|
What country has signed type moving from porto?
|
CREATE TABLE table_name_38 (transfer_window VARCHAR, moving_from VARCHAR)
|
SELECT transfer_window FROM table_name_38 WHERE moving_from = "borussia dortmund"
|
ตลาดซื้อขายนักเตะใดที่ย้ายมาจากโบรุสเซีย ดอร์ทมุนด์?
|
Which transfer window was moving from borussia dortmund?
|
CREATE TABLE table_name_64 (moving_from VARCHAR, country VARCHAR, transfer_fee VARCHAR)
|
SELECT moving_from FROM table_name_64 WHERE country = "esp" AND transfer_fee = "youth system"
|
อะไรจะย้ายจาก ESP กับค่าธรรมเนียมการโอนของระบบเยาวชน?
|
What is moving from esp with transfer fee of youth system?
|
CREATE TABLE table_name_85 (transfer_window VARCHAR, ends VARCHAR, country VARCHAR, type VARCHAR)
|
SELECT transfer_window FROM table_name_85 WHERE country = "esp" AND type = "promoted" AND ends > 2010
|
หน้าต่างการถ่ายโอนใน esp พร้อมประเภทที่ได้รับการเลื่อนระดับและมากกว่าปี 2010 สิ้นสุดลงคืออะไร
|
What is the transfer window in esp with promoted type and more than 2010 ends?
|
CREATE TABLE table_name_38 (week_12 VARCHAR, week_2 VARCHAR)
|
SELECT week_12 FROM table_name_38 WHERE week_2 = "magda tomek"
|
สัปดาห์ที่ 12 สำหรับสัปดาห์ที่ 2 กับ Magda Tomek คือใคร?
|
Who is the week 12 for the week 2 with Magda Tomek?
|
CREATE TABLE table_name_35 (week_12 VARCHAR, week_4 VARCHAR)
|
SELECT week_12 FROM table_name_35 WHERE week_4 = "gerard ewelina"
|
สัปดาห์ที่ 12 สำหรับสัปดาห์ที่ 4 ของเจอราร์ด เอเวลินาคือใคร
|
Who is the week 12 for the week 4 of Gerard Ewelina?
|
CREATE TABLE table_name_12 (points VARCHAR, rebounds VARCHAR)
|
SELECT points FROM table_name_12 WHERE rebounds = "al jefferson (7)"
|
ใครเป็นผู้นำใน Points เมื่อ Al Jefferson (7) เป็นผู้นำใน Rebounds?
|
Who was the leader in Points when Al Jefferson (7) was the leader in Rebounds?
|
CREATE TABLE table_name_87 (steals VARCHAR, rebounds VARCHAR)
|
SELECT steals FROM table_name_87 WHERE rebounds = "travis watson (9)"
|
ใครเป็นผู้นำในเรื่อง Steals เมื่อ Travis Watson (9) เป็นผู้นำในเรื่อง Rebounds?
|
Who was the leader in Steals when Travis Watson (9) was the leader in Rebounds?
|
CREATE TABLE table_name_22 (year INTEGER, rebounds VARCHAR)
|
SELECT MIN(year) FROM table_name_22 WHERE rebounds = "al harrington (9)"
|
Al Harrington (9) ปีที่ 1 เป็นผู้นำในการ Rebounds คืออะไร?
|
What was the 1st Year Al Harrington (9) the leader in Rebounds?
|
CREATE TABLE table_name_7 (points VARCHAR, steals VARCHAR, assists VARCHAR)
|
SELECT points FROM table_name_7 WHERE steals = "3 tied (2)" AND assists = "2 tied (5)"
|
ใครคือผู้นำในแต้มที่มีแอสซิสต์ 2 เสมอ (5) และขโมย 3 แต้มเสมอ (2)?
|
Who was the leader in Points with Assists of 2 tied (5) and Steals of 3 tied (2)?
|
CREATE TABLE table_name_40 (average INTEGER, tally VARCHAR, total VARCHAR)
|
SELECT AVG(average) FROM table_name_40 WHERE tally = "0-29" AND total > 29
|
ตั้งชื่อค่าเฉลี่ยด้วยคะแนน 0-29 และคะแนนรวมมากกว่า 29
|
Name the average with tally of 0-29 and total more than 29
|
CREATE TABLE table_name_86 (tally VARCHAR, total VARCHAR, average VARCHAR)
|
SELECT tally FROM table_name_86 WHERE total < 27 AND average > 3.41
|
ตั้งชื่อผลรวมน้อยกว่า 27 และเฉลี่ยมากกว่า 3.41
|
Name the tally with total less than 27 and average more than 3.41
|
CREATE TABLE table_name_14 (year INTEGER, engine VARCHAR, entrant VARCHAR)
|
SELECT MAX(year) FROM table_name_14 WHERE engine = "maserati straight-6" AND entrant = "h h gould"
|
สำหรับเครื่องยนต์ Maserati Straight-6 และผู้เข้าร่วม HH Gould ล่าสุดคือปีไหน?
|
For engines of Maserati Straight-6 and entrants of H H Gould, what is the latest year?
|
CREATE TABLE table_name_41 (points INTEGER, year VARCHAR, entrant VARCHAR, engine VARCHAR)
|
SELECT MIN(points) FROM table_name_41 WHERE entrant = "goulds' garage (bristol)" AND engine = "maserati straight-6" AND year < 1956
|
Goulds' Garage (Bristol) ซึ่งเป็นเครื่องยนต์ของ Maserati Straight-6 ได้คะแนนน้อยที่สุดในช่วงหลายปีก่อนปี 1956 คือเท่าใด
|
What is the fewest number of points scored by Goulds' Garage (Bristol), engines of Maserati Straight-6, in years before 1956?
|
CREATE TABLE table_name_59 (chassis VARCHAR, year VARCHAR, points VARCHAR, entrant VARCHAR)
|
SELECT chassis FROM table_name_59 WHERE points < 2 AND entrant = "goulds' garage (bristol)" AND year = 1954
|
แชสซีใดที่มีคะแนนน้อยกว่า 2 คะแนน โดยผู้เข้าร่วม Goulds' Garage (Bristol) ในปี 1954
|
Which chassis has fewer than 2 points, entrants of Goulds' Garage (Bristol), in 1954?
|
CREATE TABLE table_name_39 (points INTEGER, chassis VARCHAR, year VARCHAR)
|
SELECT MAX(points) FROM table_name_39 WHERE chassis = "maserati 250f" AND year > 1955
|
อะไรคือคะแนนที่แชสซีของ Maserati 250F ทำคะแนนได้มากที่สุดในช่วงหลายปีหลังปี 1955?
|
What is the most points that the Maserati 250F chassis scored in years after 1955?
|
CREATE TABLE table_name_74 (engine VARCHAR, year INTEGER)
|
SELECT engine FROM table_name_74 WHERE year > 1956
|
เครื่องยนต์ใดมีปีใหญ่กว่าปี 1956?
|
Which engine has a year larger than 1956?
|
CREATE TABLE table_name_81 (age_on_mission INTEGER, name VARCHAR)
|
SELECT MIN(age_on_mission) FROM table_name_81 WHERE name = "stu roosa"
|
อายุต่ำสุดของนักบินอวกาศชื่อ Stu Roosa คือเท่าใด
|
What is the lowest age of an astronaut named Stu Roosa?
|
CREATE TABLE table_name_70 (mission VARCHAR, service VARCHAR, age_on_mission VARCHAR)
|
SELECT mission FROM table_name_70 WHERE service = "nasa" AND age_on_mission = 38
|
นักบินอวกาศที่อายุ 38 ปีในภารกิจนี้และผู้ที่ทำหน้าที่ใน NASA ทำภารกิจอะไร
|
What mission did the astronaut who 38 years old on the mission and who served in NASA serve on?
|
CREATE TABLE table_name_54 (lithium VARCHAR, rubidium VARCHAR)
|
SELECT lithium FROM table_name_54 WHERE rubidium = "nabr (1.9)"
|
ลิเธียมประเภทใดเมื่อรูบิเดียมเป็น nabr (1.9)?
|
what is the type of lithium when rubidium is nabr (1.9)?
|
CREATE TABLE table_name_98 (sodium VARCHAR, rubidium VARCHAR)
|
SELECT sodium FROM table_name_98 WHERE rubidium = "nacl (2.1)"
|
เมื่อรูบิเดียมเป็น Nacl (2.1) คุณสมบัติของโซเดียมจะเป็นอย่างไร?
|
what is the properties of sodium when rubidium is nacl (2.1)?
|
CREATE TABLE table_name_76 (potassium VARCHAR, lithium VARCHAR, sodium VARCHAR)
|
SELECT potassium FROM table_name_76 WHERE lithium = "h a l o g e n s" AND sodium = "bromine"
|
โพแทสเซียมมีคุณสมบัติอย่างไรเมื่อลิเธียมเป็นฮาโลเจนและโซเดียมเป็นโบรมีน?
|
what is the properties of potassium when lithium is h a l o g e n s and sodium is bromine?
|
CREATE TABLE table_name_17 (lithium VARCHAR, caesium VARCHAR)
|
SELECT lithium FROM table_name_17 WHERE caesium = "ki (1.7)"
|
คุณสมบัติของลิเธียมเมื่อซีเซียมเป็น ki (1.7) คืออะไร?
|
what is the properties of lithium when caesium is ki (1.7)?
|
CREATE TABLE table_name_10 (sodium VARCHAR, lithium VARCHAR, rubidium VARCHAR)
|
SELECT sodium FROM table_name_10 WHERE lithium = "h a l o g e n s" AND rubidium = "nacl (2.1)"
|
โซเดียมมีคุณสมบัติอย่างไร เมื่อลิเทียมเป็นฮาโลเจน และรูบิเดียมเป็น Nacl (2.1)
|
what is the properties of sodium when lithium is h a l o g e n s and rubidium is nacl (2.1)?
|
CREATE TABLE table_name_66 (sodium VARCHAR, potassium VARCHAR)
|
SELECT sodium FROM table_name_66 WHERE potassium = "lii (1.5)"
|
โซเดียมมีคุณสมบัติอย่างไรเมื่อโพแทสเซียมมีค่าเป็น lii (1.5)
|
what is the properties of sodium when potassium is lii (1.5)?
|
CREATE TABLE table_name_61 (prime_mover VARCHAR, model VARCHAR)
|
SELECT prime_mover FROM table_name_61 WHERE model = "rs-18"
|
ผู้เสนอญัตติสำคัญคนใดมีโมเดล rs-18?
|
Which prime mover had a Model of rs-18?
|
CREATE TABLE table_name_98 (model VARCHAR, specification VARCHAR)
|
SELECT model FROM table_name_98 WHERE specification = "dl-718"
|
รุ่นไหนมี Spec ของ dl-718 ครับ?
|
Which model had a Specification of dl-718?
|
CREATE TABLE table_name_23 (power_output VARCHAR, build_date VARCHAR)
|
SELECT power_output FROM table_name_23 WHERE build_date = "1951–1956"
|
กำลังไฟฟ้าใดที่มีวันที่สร้างเป็นปี 1951–1956
|
Which power output had a Build date of 1951–1956?
|
CREATE TABLE table_name_9 (wheel_arrangement VARCHAR, specification VARCHAR)
|
SELECT wheel_arrangement FROM table_name_9 WHERE specification = "dl-700"
|
การจัดเรียงล้อใดมีข้อกำหนดของ dl-700
|
Which wheel arrangement had a Specification of dl-700?
|
CREATE TABLE table_name_2 (player VARCHAR, year_born VARCHAR, height VARCHAR)
|
SELECT player FROM table_name_2 WHERE year_born < 1985 AND height < 2.02
|
นักเตะที่เกิดก่อนปี 1985 สูงไม่เกิน 2.02 คือใคร?
|
Who is the player born before 1985 who is less than 2.02 tall?
|
CREATE TABLE table_name_22 (player VARCHAR, year_born VARCHAR, current_club VARCHAR)
|
SELECT player FROM table_name_22 WHERE year_born < 1980 AND current_club = "toronto raptors"
|
ใครคือนักเตะที่เกิดก่อนปี 1980 และปัจจุบันเล่นให้กับทีม Toronto Raptors?
|
Who is the player who was born before 1980 who currently plays for the Toronto Raptors?
|
CREATE TABLE table_name_39 (position VARCHAR, player VARCHAR, height VARCHAR, year_born VARCHAR)
|
SELECT position FROM table_name_39 WHERE height < 1.96 AND year_born > 1980 AND player = "sergio rodríguez"
|
Sergio Rodríguez ซึ่งสูงน้อยกว่า 1.96 และเกิดหลังปี 1980 เล่นตำแหน่งใด
|
What position does Sergio Rodríguez, who is less than 1.96 tall and was born after 1980, play?
|
CREATE TABLE table_name_25 (year_born VARCHAR, position VARCHAR, current_club VARCHAR)
|
SELECT year_born FROM table_name_25 WHERE position = "guard" AND current_club = "memphis grizzlies"
|
การ์ดที่ปัจจุบันเล่นให้กับทีมเมมฟิส กริซลี่ส์เกิดในปีใด
|
What year was the Guard who currently plays for the Memphis Grizzlies born?
|
CREATE TABLE table_name_1 (height VARCHAR, position VARCHAR, current_club VARCHAR)
|
SELECT height FROM table_name_1 WHERE position = "forward" AND current_club = "toronto raptors"
|
กองหน้าที่เล่นให้กับ Toronto Raptors อยู่ส่วนสูงเท่าไร?
|
What is the height of the Forward who currently plays for the Toronto Raptors?
|
CREATE TABLE table_name_55 (group_position VARCHAR, date VARCHAR)
|
SELECT group_position FROM table_name_55 WHERE date = "24 september 2002"
|
วันที่ 24 กันยายน 2545 อยู่ในตำแหน่งใดของกลุ่ม?
|
Date of 24 september 2002 is what group position?
|
CREATE TABLE table_name_37 (result_f_a VARCHAR, date VARCHAR)
|
SELECT result_f_a FROM table_name_37 WHERE date = "24 september 2002"
|
วันที่ 24 กันยายน 2545 FA สรุปผลเป็นอย่างไรบ้าง?
|
Date of 24 september 2002 had what F-A result?
|
CREATE TABLE table_name_42 (attendance VARCHAR, result_f_a VARCHAR)
|
SELECT COUNT(attendance) FROM table_name_42 WHERE result_f_a = "2–0"
|
ผลการแข่งขัน F–A เท่ากับ 2–0 มีผู้เข้าร่วมทั้งหมดเท่าใด
|
Result F–A of 2–0 had what total number of attendance?
|
CREATE TABLE table_name_47 (score VARCHAR, loss VARCHAR)
|
SELECT score FROM table_name_47 WHERE loss = "myers (5-6)"
|
ในเกมที่แพ้ไมเออร์ส (5-6) สกอร์เท่าไหร่?
|
What was the score of the game with a loss of Myers (5-6)?
|
CREATE TABLE table_name_50 (loss VARCHAR, attendance VARCHAR)
|
SELECT loss FROM table_name_50 WHERE attendance = "41,212"
|
อะไรคือการสูญเสียของเกมที่มีผู้เข้าร่วม 41,212 คน?
|
What was the loss of the game attended by 41,212?
|
CREATE TABLE table_name_84 (attendance VARCHAR, loss VARCHAR)
|
SELECT attendance FROM table_name_84 WHERE loss = "wolf (3-4)"
|
การเข้าร่วมเกมที่แพ้วูล์ฟ (3-4) เป็นอย่างไรบ้าง?
|
What was the attendance of the game that had a loss of Wolf (3-4)?
|
CREATE TABLE table_name_60 (nation VARCHAR, athlete VARCHAR)
|
SELECT nation FROM table_name_60 WHERE athlete = "bianca knight"
|
bianca Knight คือคำตอบของชาติไหน?
|
what nation is bianca knight the answer for?
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.