answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT MIN(points) FROM table_name_97 WHERE tries > 23 AND player = "tevita vaikona" | What is the lowest number of points that Tevita Vaikona scored when making more than 23 tries? | CREATE TABLE table_name_97 (points INTEGER, tries VARCHAR, player VARCHAR) |
SELECT representative FROM table_20098199_2 WHERE religion = "United Methodist" AND prior_background = "Congressional aide" | Who has a religion of United Methodist and a prior background of a Congressional Aide? | CREATE TABLE table_20098199_2 (representative VARCHAR, religion VARCHAR, prior_background VARCHAR) |
SELECT country FROM singer WHERE age > 40 INTERSECT SELECT country FROM singer WHERE age < 30 | Show countries where a singer above age 40 and a singer below 30 are from. | CREATE TABLE singer (country VARCHAR, age INTEGER) |
SELECT competition FROM table_name_60 WHERE result = "2–0 (w)" AND venue = "shah alam stadium" | What Competition in Shah Alam Stadium have a Result of 2–0 (w)? | CREATE TABLE table_name_60 (competition VARCHAR, result VARCHAR, venue VARCHAR) |
SELECT AVG(total) FROM table_name_70 WHERE gold = 0 AND rank < 16 AND nation = "georgia" AND bronze > 2 | What is the average Total that has a Gold of 0, when the rank is less than 16, the nation is Georgia and there is more than 2 for Bronze? | CREATE TABLE table_name_70 (total INTEGER, bronze VARCHAR, nation VARCHAR, gold VARCHAR, rank VARCHAR) |
SELECT ministers FROM table_21422977_2 WHERE cabinet__nickname_ = "Steingrímur Hermannsson III" | How many ministers are there when the cabinet (nickname) is Steingrímur Hermannsson III? | CREATE TABLE table_21422977_2 (ministers VARCHAR, cabinet__nickname_ VARCHAR) |
SELECT player FROM table_name_98 WHERE club = "balmain tigers" | What player played for the Balmain Tigers? | CREATE TABLE table_name_98 (player VARCHAR, club VARCHAR) |
SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE language = "Native and Spanish" | If the language is Native and Spanish, what is the Vinto Municipality minimum? | CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR) |
SELECT MIN(_number_s_lake_and_gnis_query_link) FROM table_17978052_2 WHERE borough_or_census_area = "Valdez-Cordova (CA)" | How many number of lakes are there in the Valdez-Cordova (CA) area? | CREATE TABLE table_17978052_2 (_number_s_lake_and_gnis_query_link INTEGER, borough_or_census_area VARCHAR) |
SELECT lost FROM table_name_30 WHERE against > 22 AND points = 9 | Which amount of lost had an against of more than 22 and 9 points? | CREATE TABLE table_name_30 (lost VARCHAR, against VARCHAR, points VARCHAR) |
SELECT pada_4 FROM table_name_90 WHERE pada_1 = "खी ju/khi" | What kind of Pada 4 has a Pada 1 of खी ju/khi? | CREATE TABLE table_name_90 (pada_4 VARCHAR, pada_1 VARCHAR) |
SELECT film FROM table_name_23 WHERE category = "best actress – musical or comedy" AND lost_to = "nicole kidman ( moulin rouge! )" | which Film has a Category of best actress – musical or comedy, and a Lost to of nicole kidman ( moulin rouge! )? | CREATE TABLE table_name_23 (film VARCHAR, category VARCHAR, lost_to VARCHAR) |
SELECT surface FROM table_29127804_3 WHERE location = "Noida , Uttar Pradesh, India" | what is the material of the surface in noida , uttar pradesh, india | CREATE TABLE table_29127804_3 (surface VARCHAR, location VARCHAR) |
SELECT format FROM table_name_98 WHERE label = "candlelight records" | What is Candlelight Records format? | CREATE TABLE table_name_98 (format VARCHAR, label VARCHAR) |
SELECT vocal_percussionist FROM table_28715942_6 WHERE track = "Sex Bomb" | Who is the vocal percussionist for Sex Bomb? | CREATE TABLE table_28715942_6 (vocal_percussionist VARCHAR, track VARCHAR) |
SELECT SUM(attendance) FROM table_name_12 WHERE score = "98–111" | How many people were in attendance for the game with a score of 98–111? | CREATE TABLE table_name_12 (attendance INTEGER, score VARCHAR) |
SELECT title FROM table_24649082_1 WHERE directed_by = "Charles Beeson" | What is the title of the episode directed by Charles Beeson? | CREATE TABLE table_24649082_1 (title VARCHAR, directed_by VARCHAR) |
SELECT score FROM table_name_24 WHERE date = "30 january 2013" | Name the score for 30 january 2013 | CREATE TABLE table_name_24 (score VARCHAR, date VARCHAR) |
SELECT location FROM table_name_99 WHERE country = "australia" AND event = "havaianas beachley classic" | What was the location of the Havaianas Beachley Classic, held in Australia? | CREATE TABLE table_name_99 (location VARCHAR, country VARCHAR, event VARCHAR) |
SELECT release_date FROM table_name_96 WHERE format = "vhs" AND title = "super callanetics" | What is the release date of vhs super callanetics? | CREATE TABLE table_name_96 (release_date VARCHAR, format VARCHAR, title VARCHAR) |
SELECT MAX(interview) FROM table_name_56 WHERE evening_gown = 9.286 | Which biggest interview score had an evening gown stat of 9.286? | CREATE TABLE table_name_56 (interview INTEGER, evening_gown VARCHAR) |
SELECT SUM(pop__2004_) FROM table_name_15 WHERE governorate = "al mahrah" AND area_km² < 78 OFFSET 073 | Count the sum of Pop (2004) which has a Governorate of al mahrah with an Area km² smaller than 78,073? | CREATE TABLE table_name_15 (pop__2004_ INTEGER, governorate VARCHAR, area_km² VARCHAR) |
SELECT combativity_award FROM table_name_13 WHERE winner = "luis león sánchez" | Name the combativity award with winner of luis león sánchez | CREATE TABLE table_name_13 (combativity_award VARCHAR, winner VARCHAR) |
SELECT MAX(pick) FROM table_name_82 WHERE round = 8 | What is the largest pick in round 8? | CREATE TABLE table_name_82 (pick INTEGER, round VARCHAR) |
SELECT college_junior_club_team FROM table_name_11 WHERE round = 4 | Which College/junior/club team has a Round of 4? | CREATE TABLE table_name_11 (college_junior_club_team VARCHAR, round VARCHAR) |
SELECT MAX(l3_cache__mb_) FROM table_269920_17 WHERE qpi_speed__gt_s_ = "4.8" AND speed__ghz_ = "2.00" AND model = "E5504" | What is the maximum L3 cache of the processor whose speed is 2.00 GHZ, has a QPI speed of 4.8 gt/s, and is model e5504? | CREATE TABLE table_269920_17 (l3_cache__mb_ INTEGER, model VARCHAR, qpi_speed__gt_s_ VARCHAR, speed__ghz_ VARCHAR) |
SELECT AVG(react) FROM table_name_53 WHERE time < 20.05 AND nationality = "jamaica" AND lane > 5 | Name the average React of the Time smaller than 20.05 in jamaica with a Lane larger than 5? | CREATE TABLE table_name_53 (react INTEGER, lane VARCHAR, time VARCHAR, nationality VARCHAR) |
SELECT opponent FROM table_name_4 WHERE round = "1" AND event = "the ultimate fighter 2 finale" | Who was the opponent in the 1 round fight in the Ultimate Fighter 2 Finale? | CREATE TABLE table_name_4 (opponent VARCHAR, round VARCHAR, event VARCHAR) |
SELECT eliminated AS by FROM table_name_15 WHERE time = "12:38" | What is the number eliminated for the person with a time of 12:38? | CREATE TABLE table_name_15 (eliminated VARCHAR, time VARCHAR) |
SELECT position FROM table_name_31 WHERE cfl_team = "toronto" | Can you tell me the Position that has the CFL Team of toronto? | CREATE TABLE table_name_31 (position VARCHAR, cfl_team VARCHAR) |
SELECT city FROM table_name_26 WHERE prize = "€880,000" | What is the City, when the Prize is €880,000? | CREATE TABLE table_name_26 (city VARCHAR, prize VARCHAR) |
SELECT earth FROM table_name_10 WHERE metal = "west" | Which earth has west metal? | CREATE TABLE table_name_10 (earth VARCHAR, metal VARCHAR) |
SELECT AVG(game) FROM table_name_32 WHERE date = "december 17" | What is the average game that has December 17 as the date? | CREATE TABLE table_name_32 (game INTEGER, date VARCHAR) |
SELECT country FROM table_name_16 WHERE rank < 2 | What country is ranked smaller than 2? | CREATE TABLE table_name_16 (country VARCHAR, rank INTEGER) |
SELECT written_by FROM table_21312845_1 WHERE directed_by = "David Straiton" | Who wrote the episodes directed by David Straiton? | CREATE TABLE table_21312845_1 (written_by VARCHAR, directed_by VARCHAR) |
SELECT AVG(rank) FROM table_name_71 WHERE cyclist = "alexandr pliuschin" | what is the average rank when the cyclist is alexandr pliuschin? | CREATE TABLE table_name_71 (rank INTEGER, cyclist VARCHAR) |
SELECT COUNT(drew) FROM table_name_55 WHERE rank = 5 AND played > 30 | Which Drew has a Rank of 5, and a Played larger than 30? | CREATE TABLE table_name_55 (drew VARCHAR, rank VARCHAR, played VARCHAR) |
SELECT apparatus FROM table_name_38 WHERE score_final > 17.75 | Which apparatus had a final score that was more than 17.75? | CREATE TABLE table_name_38 (apparatus VARCHAR, score_final INTEGER) |
SELECT T1.purchase_details FROM PURCHASES AS T1 JOIN TRANSACTIONS AS T2 ON T1.purchase_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction > 10000 | What are the purchase details of transactions with amount bigger than 10000? | CREATE TABLE PURCHASES (purchase_details VARCHAR, purchase_transaction_id VARCHAR); CREATE TABLE TRANSACTIONS (transaction_id VARCHAR, amount_of_transaction INTEGER) |
SELECT MAX(week) FROM table_13258972_2 WHERE record = "5-9" | In what week was the record 5-9? | CREATE TABLE table_13258972_2 (week INTEGER, record VARCHAR) |
SELECT SUM(top_speed__km_h_) FROM table_name_84 WHERE model = "1.8 20v t" | What is the top speed of the model 1.8 20v t? | CREATE TABLE table_name_84 (top_speed__km_h_ INTEGER, model VARCHAR) |
SELECT year FROM table_name_65 WHERE winner = "panathinaikos" AND runner_up = "olympiacos" AND venue = "nikos goumas stadium" | When is the winner panathinaikos, the runner-up olympiacos and the venue nikos goumas stadium? | CREATE TABLE table_name_65 (year VARCHAR, venue VARCHAR, winner VARCHAR, runner_up VARCHAR) |
SELECT MAX(int) FROM table_25773915_11 WHERE player = "Maake Kemoeatu" | If the player is Maake Kemoeatu, what is the int maximum? | CREATE TABLE table_25773915_11 (int INTEGER, player VARCHAR) |
SELECT crowd FROM table_name_51 WHERE venue = "arden street oval" | What was the crowd size at Arden Street Oval? | CREATE TABLE table_name_51 (crowd VARCHAR, venue VARCHAR) |
SELECT main_cast FROM table_26032940_2 WHERE airdate = "3/23/1963" | Who was the cast on the 3/23/1963 episode? | CREATE TABLE table_26032940_2 (main_cast VARCHAR, airdate VARCHAR) |
SELECT result FROM table_name_62 WHERE opponent = "philadelphia eagles" | What is the Result of the game against Philadelphia Eagles? | CREATE TABLE table_name_62 (result VARCHAR, opponent VARCHAR) |
SELECT AVG(week) FROM table_name_25 WHERE attendance = "14,381" | What week had an attendance of 14,381? | CREATE TABLE table_name_25 (week INTEGER, attendance VARCHAR) |
SELECT elevation_msl FROM table_name_71 WHERE housing__2007_ = "91,385" | What is the elevation of the city with a number of 91,385 Housing dwellings in 2007? | CREATE TABLE table_name_71 (elevation_msl VARCHAR, housing__2007_ VARCHAR) |
SELECT result_f___a FROM table_name_95 WHERE date = "6 march 1993" | What is the result F-A of the game on 6 march 1993? | CREATE TABLE table_name_95 (result_f___a VARCHAR, date VARCHAR) |
SELECT date FROM table_name_93 WHERE type = "ds4-4-750" AND works_number = "74409" | What is Date, when Type is DS4-4-750, and when Works Number is 74409? | CREATE TABLE table_name_93 (date VARCHAR, type VARCHAR, works_number VARCHAR) |
SELECT team FROM table_2268216_1 WHERE race_time = "2:53:57" | What team had a race time of 2:53:57? | CREATE TABLE table_2268216_1 (team VARCHAR, race_time VARCHAR) |
SELECT week_6 FROM table_name_85 WHERE week_3 = "25" AND week_7 = "eliminated" | Name the week 6 when week 3 is 25 and week 7 is eliminated | CREATE TABLE table_name_85 (week_6 VARCHAR, week_3 VARCHAR, week_7 VARCHAR) |
SELECT winner FROM table_14016079_1 WHERE circuit = "Symmons Plains Raceway" | Who was the winner on the Symmons Plains Raceway? | CREATE TABLE table_14016079_1 (winner VARCHAR, circuit VARCHAR) |
SELECT district FROM table_1342198_25 WHERE party = "Republican" | What is the district with Republican party in place? | CREATE TABLE table_1342198_25 (district VARCHAR, party VARCHAR) |
SELECT MAX(rank) FROM table_name_64 WHERE team = "psv - fc barcelona" | What is the highest rank for PSV - FC Barcelona? | CREATE TABLE table_name_64 (rank INTEGER, team VARCHAR) |
SELECT COUNT(result) FROM table_1341604_10 WHERE district = "Florida 14" | how many result with district being florida 14 | CREATE TABLE table_1341604_10 (result VARCHAR, district VARCHAR) |
SELECT MIN(pick) FROM table_name_61 WHERE round > 6 AND player = "dean sears" | What is the pick with Dean Sears and round larger than 6? | CREATE TABLE table_name_61 (pick INTEGER, round VARCHAR, player VARCHAR) |
SELECT COUNT(*), T1.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id GROUP BY T1.name | Find number of tracks in each genre? | CREATE TABLE tracks (genre_id VARCHAR); CREATE TABLE genres (name VARCHAR, id VARCHAR) |
SELECT model__list_ FROM table_24099916_1 WHERE tdp = "5.5 W" | What's the model of the processor with a 5.5 w TDP? | CREATE TABLE table_24099916_1 (model__list_ VARCHAR, tdp VARCHAR) |
SELECT area FROM table_name_60 WHERE hangul_chosongul = "경기도" | What is the area for the province having Hangul of 경기도? | CREATE TABLE table_name_60 (area VARCHAR, hangul_chosongul VARCHAR) |
SELECT unit FROM table_name_16 WHERE status = "nomen oblitum" | What shows for Unit with a status of nomen oblitum? | CREATE TABLE table_name_16 (unit VARCHAR, status VARCHAR) |
SELECT speed FROM table_name_43 WHERE machine = "bmw" AND points = 6 | How fast does the BMW with 6 points go? | CREATE TABLE table_name_43 (speed VARCHAR, machine VARCHAR, points VARCHAR) |
SELECT date_of_appointment FROM table_name_42 WHERE outgoing_manager = "hakan kutlu" | What is Date of Appointment, when Outgoing Manager is "Hakan Kutlu"? | CREATE TABLE table_name_42 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) |
SELECT COUNT(season) AS premiere FROM table_27553627_2 WHERE viewers__in_millions_ = "15.27" | How many season premieres had 15.27 million viewers? | CREATE TABLE table_27553627_2 (season VARCHAR, viewers__in_millions_ VARCHAR) |
SELECT successor FROM table_2417345_3 WHERE date_of_successors_formal_installation = "February 23, 1870" | Who were the successors when the date the successors were installed was February 23, 1870? | CREATE TABLE table_2417345_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) |
SELECT team FROM table_name_48 WHERE founded = "1970" | Which team was founded in 1970? | CREATE TABLE table_name_48 (team VARCHAR, founded VARCHAR) |
SELECT result FROM table_name_23 WHERE location = "arrowhead stadium" AND loser = "kansas city chiefs" | What is result of the game at Arrowhead Stadium where the loser was the Kansas City Chiefs? | CREATE TABLE table_name_23 (result VARCHAR, location VARCHAR, loser VARCHAR) |
SELECT champion FROM table_name_74 WHERE scoreboard = "22-14" | Which Championship has a Scoreboard that is 22-14? | CREATE TABLE table_name_74 (champion VARCHAR, scoreboard VARCHAR) |
SELECT result FROM table_1342393_41 WHERE incumbent = "Cordell Hull" | What was the result of the election for incumbent Cordell Hull? | CREATE TABLE table_1342393_41 (result VARCHAR, incumbent VARCHAR) |
SELECT home_team FROM table_name_56 WHERE away_team = "melbourne" | Which home team competed against the away team of Melbourne? | CREATE TABLE table_name_56 (home_team VARCHAR, away_team VARCHAR) |
SELECT MAX(losses) FROM table_18594107_2 WHERE team = "Atl. Colegiales" | How many losses for the team atl. colegiales? | CREATE TABLE table_18594107_2 (losses INTEGER, team VARCHAR) |
SELECT MIN(avg_g) FROM table_name_16 WHERE att_cmp_int = "2-9-0" | What is the lowest avg/g that has 2-9-0 for the att-cmp-int? | CREATE TABLE table_name_16 (avg_g INTEGER, att_cmp_int VARCHAR) |
SELECT civil_parish FROM table_30120560_1 WHERE area__acres__ = 405 | which cilvil parishes have areas of 405? | CREATE TABLE table_30120560_1 (civil_parish VARCHAR, area__acres__ VARCHAR) |
SELECT MAX(total) FROM table_name_83 WHERE silver > 1 AND nation = "russia" AND bronze > 6 | What is the highest total medals of russia, which has more than 1 silver and more than 6 bronze medals? | CREATE TABLE table_name_83 (total INTEGER, bronze VARCHAR, silver VARCHAR, nation VARCHAR) |
SELECT torque FROM table_name_73 WHERE engine_code = "m54b25" | What is the Torque of the model with the engine code of M54B25? | CREATE TABLE table_name_73 (torque VARCHAR, engine_code VARCHAR) |
SELECT lost FROM table_name_58 WHERE points = "36" AND points_against = "489" | when points were 36 and points against 489 what is the lost? | CREATE TABLE table_name_58 (lost VARCHAR, points VARCHAR, points_against VARCHAR) |
SELECT 1 AS st_leg FROM table_name_62 WHERE team__number2 = "bp. honvéd" | What is the 1st leg of bp. honvéd team #2? | CREATE TABLE table_name_62 (team__number2 VARCHAR) |
SELECT category FROM table_name_43 WHERE nominated_work = "cecilie" AND award = "robert award" | What category is the nominated work of cecilie, winner of the robert award? | CREATE TABLE table_name_43 (category VARCHAR, nominated_work VARCHAR, award VARCHAR) |
SELECT year FROM table_name_91 WHERE manager = "marty berghammer / nick allen" | Manager of marty berghammer / nick allen is what year? | CREATE TABLE table_name_91 (year VARCHAR, manager VARCHAR) |
SELECT school FROM table_name_14 WHERE player = "jason fraser" | Tell me the school that jason fraser went to | CREATE TABLE table_name_14 (school VARCHAR, player VARCHAR) |
SELECT status FROM table_name_9 WHERE commissioned = "july 28, 1963" | What is the status of the fleet that was commissioned on July 28, 1963? | CREATE TABLE table_name_9 (status VARCHAR, commissioned VARCHAR) |
SELECT name_of_the_river FROM table_name_31 WHERE name_of_the_state_where_found_in_india = "madhya pradesh" | What is the name of the river found in Madhya Pradesh, India? | CREATE TABLE table_name_31 (name_of_the_river VARCHAR, name_of_the_state_where_found_in_india VARCHAR) |
SELECT place FROM table_name_67 WHERE player = "phil mickelson" | Which Place has Phil Mickelson as the Player? | CREATE TABLE table_name_67 (place VARCHAR, player VARCHAR) |
SELECT name FROM table_name_91 WHERE floors > 31 AND year < 1964 | What is the name of the building that has more than 31 floors and built prior to 1964? | CREATE TABLE table_name_91 (name VARCHAR, floors VARCHAR, year VARCHAR) |
SELECT t1.name, t1.capacity FROM stadium AS t1 JOIN event AS t2 ON t1.id = t2.stadium_id WHERE t2.name = 'World Junior' | Find the name and capacity of the stadium where the event named "World Junior" happened. | CREATE TABLE event (stadium_id VARCHAR, name VARCHAR); CREATE TABLE stadium (name VARCHAR, capacity VARCHAR, id VARCHAR) |
SELECT call_sign FROM table_name_24 WHERE class = "d" AND frequency_mhz < 107.7 AND erp_w < 232 | Class of d, and a Frequency MHz smaller than 107.7, and a ERP W smaller than 232 has what call sign? | CREATE TABLE table_name_24 (call_sign VARCHAR, erp_w VARCHAR, class VARCHAR, frequency_mhz VARCHAR) |
SELECT location FROM table_1974482_1 WHERE founded = 1829 | Name the location for 1829 | CREATE TABLE table_1974482_1 (location VARCHAR, founded VARCHAR) |
SELECT tournament FROM table_name_22 WHERE surface = "hard" | Which tournament had a hard surface? | CREATE TABLE table_name_22 (tournament VARCHAR, surface VARCHAR) |
SELECT manner_of_departure FROM table_name_30 WHERE date_of_vacancy = "20 september 2009" | What was the manner of departure for the vacancy date of 20 September 2009? | CREATE TABLE table_name_30 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR) |
SELECT district FROM table_2668347_14 WHERE party = "Federalist" AND first_elected = "1814" | what is the district when the party is federalist and first elected is 1814? | CREATE TABLE table_2668347_14 (district VARCHAR, party VARCHAR, first_elected VARCHAR) |
SELECT COUNT(games_played) FROM table_25401874_1 WHERE name = "Lauren McGee" | How many games played catagories are there for Lauren McGee? | CREATE TABLE table_25401874_1 (games_played VARCHAR, name VARCHAR) |
SELECT height__f_ FROM table_23670057_6 WHERE year_born = 1989 AND height__m_ = "2.11" | Name the height for the player born 1989 and height 2.11 | CREATE TABLE table_23670057_6 (height__f_ VARCHAR, year_born VARCHAR, height__m_ VARCHAR) |
SELECT race_name FROM table_name_22 WHERE dist__miles_ = "4" AND runner_up = "not known" | Which race had a distance of 4 miles where the runner-up was not known? | CREATE TABLE table_name_22 (race_name VARCHAR, dist__miles_ VARCHAR, runner_up VARCHAR) |
SELECT candidates FROM table_2668416_18 WHERE district = "Virginia 17" | If the district is Virginia 17, who are the candidates? | CREATE TABLE table_2668416_18 (candidates VARCHAR, district VARCHAR) |
SELECT COUNT(episode__number) FROM table_22353769_3 WHERE viewers__millions_ = "3.63" | How many epsidode(s) had 3.63 million viewers? | CREATE TABLE table_22353769_3 (episode__number VARCHAR, viewers__millions_ VARCHAR) |
SELECT ch__number FROM table_24673888_1 WHERE branding = "PTV 4 Laoag" | What is the channel number that has a branding of PTV 4 Laoag? | CREATE TABLE table_24673888_1 (ch__number VARCHAR, branding VARCHAR) |
SELECT britain__2013_ FROM table_name_1 WHERE us__2013_ = "ruby" | What was Britain's (2013) birthstone when the U.S (2013) birthstone was ruby? | CREATE TABLE table_name_1 (britain__2013_ VARCHAR, us__2013_ VARCHAR) |
SELECT season FROM table_20833768_4 WHERE l__ot_so_ = "22 (3/4)" | When l (ot/so) is 22 (3/4), what is the season? | CREATE TABLE table_20833768_4 (season VARCHAR, l__ot_so_ VARCHAR) |
SELECT country FROM table_13282157_1 WHERE _number = 8 | What is the country for # 8 | CREATE TABLE table_13282157_1 (country VARCHAR, _number VARCHAR) |
SELECT date FROM table_name_2 WHERE match > 8 AND ground = "a" AND opponent = "guiseley" | On what date was the match higher than 8 on ground A against Guiseley? | CREATE TABLE table_name_2 (date VARCHAR, opponent VARCHAR, match VARCHAR, ground VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.