output stringlengths 18 557 | instruction stringlengths 22 540 |
|---|---|
SELECT date FROM table_name_76 WHERE score = "2β3 ot" | CREATE TABLE table_name_76 (date VARCHAR, score VARCHAR), Score of 2β3 ot on what date? |
SELECT score FROM table_name_38 WHERE opponent = "@ edmonton oilers" AND game < 7 AND series = "oilers lead 3β2" | CREATE TABLE table_name_38 (score VARCHAR, series VARCHAR, opponent VARCHAR, game VARCHAR), Opponent of @ edmonton oilers, and a Game smaller than 7, and a Series of oilers lead 3β2 had what score? |
SELECT score FROM table_name_30 WHERE opponent = "@ edmonton oilers" AND game > 1 AND series = "oilers lead 3β2" | CREATE TABLE table_name_30 (score VARCHAR, series VARCHAR, opponent VARCHAR, game VARCHAR), Opponent of @ edmonton oilers, and a Game larger than 1, and a Series of oilers lead 3β2 had what score? |
SELECT MAX(game) FROM table_name_6 WHERE series = "oilers win 4β3" | CREATE TABLE table_name_6 (game INTEGER, series VARCHAR), Series of oilers win 4β3 had what highest game? |
SELECT december FROM table_name_65 WHERE record = "4-3-6" | CREATE TABLE table_name_65 (december VARCHAR, record VARCHAR), Which December has a Record of 4-3-6? |
SELECT score FROM table_name_93 WHERE december < 14 AND game = 12 | CREATE TABLE table_name_93 (score VARCHAR, december VARCHAR, game VARCHAR), Which Score has a December smaller than 14, and a Game of 12? |
SELECT MAX(game) FROM table_name_83 WHERE record = "4-3-6" | CREATE TABLE table_name_83 (game INTEGER, record VARCHAR), Which Game is the highest one that has a Record of 4-3-6? |
SELECT score FROM table_name_85 WHERE record = "18β11β5" | CREATE TABLE table_name_85 (score VARCHAR, record VARCHAR), Which Score has a Record of 18β11β5? |
SELECT score FROM table_name_28 WHERE game > 32 AND points < 42 AND december > 19 AND record = "18β12β5" | CREATE TABLE table_name_28 (score VARCHAR, record VARCHAR, december VARCHAR, game VARCHAR, points VARCHAR), Which Score has a Game larger than 32, and Points smaller than 42, and a December larger than 19, and a Record of 18β12β5? |
SELECT score FROM table_name_6 WHERE points = 36 AND game = 30 | CREATE TABLE table_name_6 (score VARCHAR, points VARCHAR, game VARCHAR), Which Score has Points of 36, and a Game of 30? |
SELECT SUM(game) FROM table_name_50 WHERE record = "14β10β4" AND points < 32 | CREATE TABLE table_name_50 (game INTEGER, record VARCHAR, points VARCHAR), Which Game has a Record of 14β10β4, and Points smaller than 32? |
SELECT SUM(game) FROM table_name_47 WHERE score = "4β1" | CREATE TABLE table_name_47 (game INTEGER, score VARCHAR), Which Game has a Score of 4β1? |
SELECT celebrity FROM table_name_23 WHERE famous_for = "rapper" | CREATE TABLE table_name_23 (celebrity VARCHAR, famous_for VARCHAR), Which celebrity was famous for being a rapper? |
SELECT finished FROM table_name_16 WHERE exited = "day 19" AND entered = "day 1" | CREATE TABLE table_name_16 (finished VARCHAR, exited VARCHAR, entered VARCHAR), What position did the celebrity finish that entered on day 1 and exited on day 19? |
SELECT famous_for FROM table_name_32 WHERE celebrity = "dom joly" | CREATE TABLE table_name_32 (famous_for VARCHAR, celebrity VARCHAR), What was Dom Joly famous for? |
SELECT finished FROM table_name_41 WHERE entered = "day 1" AND exited = "day 15" | CREATE TABLE table_name_41 (finished VARCHAR, entered VARCHAR, exited VARCHAR), What position did the celebrity finish that entered on day 1 and exited on day 15? |
SELECT celebrity FROM table_name_84 WHERE famous_for = "actor" | CREATE TABLE table_name_84 (celebrity VARCHAR, famous_for VARCHAR), What celebrity is famous for being an actor? |
SELECT school_club_team FROM table_name_53 WHERE player = "steve smith" | CREATE TABLE table_name_53 (school_club_team VARCHAR, player VARCHAR), Where did steve smith go to school? |
SELECT result FROM table_name_93 WHERE award = "cinemaa awards" AND film = "gabbar singh" | CREATE TABLE table_name_93 (result VARCHAR, award VARCHAR, film VARCHAR), What was the result associated with the cinemaa awards, and gabbar singh film? |
SELECT award FROM table_name_96 WHERE category = "excellence in tamil" | CREATE TABLE table_name_96 (award VARCHAR, category VARCHAR), What was the award for the excellence in tamil category? |
SELECT composer_s_ FROM table_name_85 WHERE length = "6:24" | CREATE TABLE table_name_85 (composer_s_ VARCHAR, length VARCHAR), Who is the composer of the song with a length of 6:24? |
SELECT length FROM table_name_88 WHERE track = "16" | CREATE TABLE table_name_88 (length VARCHAR, track VARCHAR), What is the lengtho f track 16? |
SELECT new_entries_this_round FROM table_name_58 WHERE clubs = "2 β 1" | CREATE TABLE table_name_58 (new_entries_this_round VARCHAR, clubs VARCHAR), How many new entries this round have clubs 2 β 1? |
SELECT AVG(matches) FROM table_name_56 WHERE prize_money = "Β£3,000" | CREATE TABLE table_name_56 (matches INTEGER, prize_money VARCHAR), What is the average for matches with a prize money amount of Β£3,000? |
SELECT new_entries_this_round FROM table_name_90 WHERE matches > 16 AND round = "third round qualifying" | CREATE TABLE table_name_90 (new_entries_this_round VARCHAR, matches VARCHAR, round VARCHAR), How many new entries this round are there with more than 16 matches and a third round qualifying? |
SELECT clubs FROM table_name_57 WHERE matches = 46 | CREATE TABLE table_name_57 (clubs VARCHAR, matches VARCHAR), What are the clubs with 46 matches? |
SELECT high_school FROM table_name_17 WHERE division = "crest" AND nickname = "s eagle" | CREATE TABLE table_name_17 (high_school VARCHAR, division VARCHAR, nickname VARCHAR), What High School with a nickname of S Eagle has a Division of crest? |
SELECT affiliation FROM table_name_51 WHERE location = "issaquah" | CREATE TABLE table_name_51 (affiliation VARCHAR, location VARCHAR), What is the affiliation of a location called Issaquah? |
SELECT affiliation FROM table_name_37 WHERE founded < 1965 AND high_school = "issaquah" | CREATE TABLE table_name_37 (affiliation VARCHAR, founded VARCHAR, high_school VARCHAR), What is the affiliation of a high school in Issaquah that was founded in less than 1965? |
SELECT venue FROM table_name_82 WHERE competition = "pl group b" AND score = "2-2" | CREATE TABLE table_name_82 (venue VARCHAR, competition VARCHAR, score VARCHAR), Which Venue has a Competition of pl group b, and a Score of 2-2? |
SELECT competition FROM table_name_33 WHERE score = "0-1" AND opponents = "pkns fc" | CREATE TABLE table_name_33 (competition VARCHAR, score VARCHAR, opponents VARCHAR), Which Competition has a Score of 0-1, and Opponents of pkns fc? |
SELECT opponents FROM table_name_50 WHERE date = "may 6, 2006" | CREATE TABLE table_name_50 (opponents VARCHAR, date VARCHAR), Who competed on may 6, 2006? |
SELECT score FROM table_name_35 WHERE opponents = "pkns fc" AND date = "january 8, 2006" | CREATE TABLE table_name_35 (score VARCHAR, opponents VARCHAR, date VARCHAR), Which Score has Opponents of pkns fc, and a Date of january 8, 2006? |
SELECT date FROM table_name_52 WHERE competition = "pl group b" AND opponents = "police" AND venue = "selayang municipal council stadium" | CREATE TABLE table_name_52 (date VARCHAR, venue VARCHAR, competition VARCHAR, opponents VARCHAR), Which Date has a Competition of pl group b, and Opponents of police, and a Venue of selayang municipal council stadium? |
SELECT competition FROM table_name_38 WHERE opponents = "pkns fc" AND score = "0-0" | CREATE TABLE table_name_38 (competition VARCHAR, opponents VARCHAR, score VARCHAR), Which Competition has Opponents of pkns fc, and a Score of 0-0? |
SELECT SUM(attendance) FROM table_name_49 WHERE game_site = "miami orange bowl" | CREATE TABLE table_name_49 (attendance INTEGER, game_site VARCHAR), How many people attended the game at the miami orange bowl? |
SELECT attendance FROM table_name_11 WHERE loss = "josh hall (0β1)" | CREATE TABLE table_name_11 (attendance VARCHAR, loss VARCHAR), What was the attendance at game with a loss of Josh Hall (0β1)? |
SELECT score FROM table_name_68 WHERE loss = "chad fox (3β3)" | CREATE TABLE table_name_68 (score VARCHAR, loss VARCHAR), What was the score of the game that had a loss of Chad Fox (3β3)? |
SELECT attendance FROM table_name_37 WHERE loss = "yates (3-2)" | CREATE TABLE table_name_37 (attendance VARCHAR, loss VARCHAR), What's the attendance of the game where there was a Loss of Yates (3-2)? |
SELECT MAX(keynote_version) FROM table_name_18 WHERE numbers_version = "2.3" AND pages_version > 4.3 | CREATE TABLE table_name_18 (keynote_version INTEGER, numbers_version VARCHAR, pages_version VARCHAR), What's the latest keynote version of version 2.3 of numbers with pages greater than 4.3? |
SELECT iwork_version FROM table_name_44 WHERE release_date = "october 22, 2013" AND pages_version > 2 | CREATE TABLE table_name_44 (iwork_version VARCHAR, release_date VARCHAR, pages_version VARCHAR), What version of iWork was released on October 22, 2013 with a pages version greater than 2? |
SELECT MIN(rank) FROM table_name_9 WHERE points > 52 AND year > 1970 | CREATE TABLE table_name_9 (rank INTEGER, points VARCHAR, year VARCHAR), Which Rank is the lowest one that has Points larger than 52, and a Year larger than 1970? |
SELECT opponent FROM table_name_73 WHERE game > 61 AND february < 28 AND points < 69 | CREATE TABLE table_name_73 (opponent VARCHAR, points VARCHAR, game VARCHAR, february VARCHAR), Which opponent has a game larger than 61, february smaller than 28, and fewer points than 69? |
SELECT COUNT(game) FROM table_name_86 WHERE record = "30β25β9" AND points > 69 | CREATE TABLE table_name_86 (game VARCHAR, record VARCHAR, points VARCHAR), How many games have a record of 30β25β9 and more points than 69? |
SELECT AVG(february) FROM table_name_62 WHERE record = "29β24β9" | CREATE TABLE table_name_62 (february INTEGER, record VARCHAR), How many february games had a record of 29β24β9? |
SELECT COUNT(pick__number) FROM table_name_85 WHERE college = "texas" | CREATE TABLE table_name_85 (pick__number VARCHAR, college VARCHAR), What numbered pick was the player from texas? |
SELECT conference_record FROM table_name_7 WHERE year = "1971" | CREATE TABLE table_name_7 (conference_record VARCHAR, year VARCHAR), What is the conference record for the year of 1971? |
SELECT delegate FROM table_name_99 WHERE first_elected = 2006 | CREATE TABLE table_name_99 (delegate VARCHAR, first_elected VARCHAR), When first elected was 2006, who was the delegate? |
SELECT district FROM table_name_51 WHERE party = "democratic" AND first_elected > 2006 | CREATE TABLE table_name_51 (district VARCHAR, party VARCHAR, first_elected VARCHAR), Which was the district that had first elected greater than 2006 and is democratic? |
SELECT score FROM table_name_67 WHERE game > 6 AND october < 28 | CREATE TABLE table_name_67 (score VARCHAR, game VARCHAR, october VARCHAR), Name the score for game more than 6 and before october 28 |
SELECT MIN(game) FROM table_name_42 WHERE october = 21 | CREATE TABLE table_name_42 (game INTEGER, october VARCHAR), Name the least game for october 21 |
SELECT MIN(game) FROM table_name_93 WHERE record = "5-1-3" | CREATE TABLE table_name_93 (game INTEGER, record VARCHAR), Name the least game for record of 5-1-3 |
SELECT MAX(october) FROM table_name_19 WHERE game < 1 | CREATE TABLE table_name_19 (october INTEGER, game INTEGER), Name the most october for game less than 1 |
SELECT MIN(game) FROM table_name_24 WHERE record = "1-0-2" | CREATE TABLE table_name_24 (game INTEGER, record VARCHAR), Name the least game for record of 1-0-2 |
SELECT MAX(bronze) FROM table_name_44 WHERE rank > 1 AND nation = "dominican republic" AND total > 4 | CREATE TABLE table_name_44 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR), Which Bronze is the highest one that has a Rank larger than 1, and a Nation of dominican republic, and a Total larger than 4? |
SELECT MIN(total) FROM table_name_47 WHERE rank < 1 | CREATE TABLE table_name_47 (total INTEGER, rank INTEGER), Which Total is the lowest one that has a Rank smaller than 1? |
SELECT MIN(total) FROM table_name_23 WHERE rank < 2 AND silver < 15 | CREATE TABLE table_name_23 (total INTEGER, rank VARCHAR, silver VARCHAR), Which Total is the lowest one that has a Rank smaller than 2, and a Silver smaller than 15? |
SELECT SUM(silver) FROM table_name_71 WHERE gold = 2 AND nation = "puerto rico" AND total < 12 | CREATE TABLE table_name_71 (silver INTEGER, total VARCHAR, gold VARCHAR, nation VARCHAR), Which Silver has a Gold of 2, and a Nation of puerto rico, and a Total smaller than 12? |
SELECT MIN(year) FROM table_name_18 WHERE album = "les mots" | CREATE TABLE table_name_18 (year INTEGER, album VARCHAR), Album of les mots had what lowest year? |
SELECT team FROM table_name_67 WHERE season = "2000-01" | CREATE TABLE table_name_67 (team VARCHAR, season VARCHAR), What team has 2000-01 as the season? |
SELECT season FROM table_name_95 WHERE number < 90 AND league = "mitte" AND team = "spvgg ruhmannsfelden" | CREATE TABLE table_name_95 (season VARCHAR, team VARCHAR, number VARCHAR, league VARCHAR), What season has a number less than 90, Mitte as the league and spvgg ruhmannsfelden as the team? |
SELECT league FROM table_name_38 WHERE number < 122 AND record = "least wins" | CREATE TABLE table_name_38 (league VARCHAR, number VARCHAR, record VARCHAR), What league has a number less than 122, and least wins as the record? |
SELECT league FROM table_name_77 WHERE record = "most wins" | CREATE TABLE table_name_77 (league VARCHAR, record VARCHAR), What league has most wins as the record? |
SELECT league FROM table_name_11 WHERE number < 1 | CREATE TABLE table_name_11 (league VARCHAR, number INTEGER), What league has a number less than 1? |
SELECT AVG(nominated_by_the_taoiseach) FROM table_name_99 WHERE industrial_and_commercial_panel < 9 AND administrative_panel > 0 AND cultural_and_educational_panel > 2 AND total < 29 | CREATE TABLE table_name_99 (nominated_by_the_taoiseach INTEGER, total VARCHAR, cultural_and_educational_panel VARCHAR, industrial_and_commercial_panel VARCHAR, administrative_panel VARCHAR), What is the average nominated of the composition nominated by Taioseach with an Industrial and Commercial panel less than 9, an a... |
SELECT AVG(administrative_panel) FROM table_name_36 WHERE nominated_by_the_taoiseach = 0 AND total < 4 | CREATE TABLE table_name_36 (administrative_panel INTEGER, nominated_by_the_taoiseach VARCHAR, total VARCHAR), What is the average administrative panel of the composition nominated by Taoiseach 0 times with a total less than 4? |
SELECT MAX(nominated_by_the_taoiseach) FROM table_name_11 WHERE administrative_panel > 0 AND industrial_and_commercial_panel < 1 | CREATE TABLE table_name_11 (nominated_by_the_taoiseach INTEGER, administrative_panel VARCHAR, industrial_and_commercial_panel VARCHAR), What is the highest number of nominations by Taoiseach of the composition with an administrative panel greater than 0 and an industrial and commercial panel less than 1? |
SELECT AVG(agricultural_panel) FROM table_name_62 WHERE labour_panel < 6 AND nominated_by_the_taoiseach > 0 AND total < 4 | CREATE TABLE table_name_62 (agricultural_panel INTEGER, total VARCHAR, labour_panel VARCHAR, nominated_by_the_taoiseach VARCHAR), What is the average agricultural panel of the composition with a labour panel less than 6, more than 0 nominations by Taoiseach, and a total less than 4? |
SELECT COUNT(agricultural_panel) FROM table_name_59 WHERE national_university_of_ireland > 3 | CREATE TABLE table_name_59 (agricultural_panel VARCHAR, national_university_of_ireland INTEGER), What is the total number of agriculatural panels of the composition with more than 3 National Universities of Ireland? |
SELECT MAX(attendance) FROM table_name_92 WHERE date = "september 28" | CREATE TABLE table_name_92 (attendance INTEGER, date VARCHAR), What was the attendance on September 28? |
SELECT season FROM table_name_95 WHERE away_result = "1-2" | CREATE TABLE table_name_95 (season VARCHAR, away_result VARCHAR), Away result of 1-2 has what season? |
SELECT season FROM table_name_24 WHERE round = "2r" AND home_result = "0-0" | CREATE TABLE table_name_24 (season VARCHAR, round VARCHAR, home_result VARCHAR), Round of 2r, and a Home result of 0-0 has what season? |
SELECT club FROM table_name_56 WHERE home_result = "1β0" AND away_result = "0β1" | CREATE TABLE table_name_56 (club VARCHAR, home_result VARCHAR, away_result VARCHAR), Home result of 1β0, and a Away result of 0β1 involves what club? |
SELECT season FROM table_name_65 WHERE round = "1r" AND away_result = "7β1" | CREATE TABLE table_name_65 (season VARCHAR, round VARCHAR, away_result VARCHAR), Round of 1r, and an away result of 7β1 is what season? |
SELECT competition FROM table_name_48 WHERE away_result = "0β3" AND season = "1969-70" | CREATE TABLE table_name_48 (competition VARCHAR, away_result VARCHAR, season VARCHAR), Away result of 0β3, and a Season of 1969-70 is what competition? |
SELECT club FROM table_name_92 WHERE away_result = "1β1" AND round = "1r" AND season = "1967-68" | CREATE TABLE table_name_92 (club VARCHAR, season VARCHAR, away_result VARCHAR, round VARCHAR), Away result of 1β1, and a Round of 1r, and a Season of 1967-68 involves what club? |
SELECT nominee FROM table_name_67 WHERE category = "best musical" | CREATE TABLE table_name_67 (nominee VARCHAR, category VARCHAR), what was the nominee of best musical |
SELECT year FROM table_name_60 WHERE nominee = "michele assaf" | CREATE TABLE table_name_60 (year VARCHAR, nominee VARCHAR), what year was michele assaf nominated |
SELECT MAX(pick) FROM table_name_9 WHERE school_club_team = "arkansas" | CREATE TABLE table_name_9 (pick INTEGER, school_club_team VARCHAR), What was the highest pick for a player from a school or club team of Arkansas? |
SELECT COUNT(gold) FROM table_name_99 WHERE rank = "10" AND bronze > 2 | CREATE TABLE table_name_99 (gold VARCHAR, rank VARCHAR, bronze VARCHAR), How many Golds did Rank 10 get, with a Bronze larger than 2? |
SELECT rank FROM table_name_93 WHERE silver = 0 AND gold < 2 AND nation = "turkmenistan" | CREATE TABLE table_name_93 (rank VARCHAR, nation VARCHAR, silver VARCHAR, gold VARCHAR), What rank is Turkmenistan, who had 0 silver's and Less than 2 golds? |
SELECT MAX(bronze) FROM table_name_73 WHERE silver < 0 | CREATE TABLE table_name_73 (bronze INTEGER, silver INTEGER), What's the biggest Bronze that has less than 0 Silvers? |
SELECT COUNT(total) FROM table_name_44 WHERE gold < 0 | CREATE TABLE table_name_44 (total VARCHAR, gold INTEGER), What is the total Gold's less than 0? |
SELECT city FROM table_name_55 WHERE rank < 8 AND first < 1980 AND last > 1960 AND school = "highland" | CREATE TABLE table_name_55 (city VARCHAR, school VARCHAR, last VARCHAR, rank VARCHAR, first VARCHAR), What city is the School, Highland, in that ranks less than 8 and had its first title before 1980 and its last title later than 1960? |
SELECT city FROM table_name_86 WHERE _number_of_titles < 17 AND last > 2005 AND sport = "boys basketball" | CREATE TABLE table_name_86 (city VARCHAR, sport VARCHAR, _number_of_titles VARCHAR, last VARCHAR), What city is the school that had less than 17 titles in boys basketball with the last title being after 2005? |
SELECT MAX(rank) FROM table_name_72 WHERE sport = "boys swimming" AND city = "albuquerque" | CREATE TABLE table_name_72 (rank INTEGER, sport VARCHAR, city VARCHAR), What is the highest rank for the boys swimming team in Albuquerque? |
SELECT COUNT(rank) FROM table_name_84 WHERE school = "los alamos" AND sport = "girls cross country" | CREATE TABLE table_name_84 (rank VARCHAR, school VARCHAR, sport VARCHAR), What is the total rank number for Los Alamos' girls cross country? |
SELECT capital FROM table_name_89 WHERE sno < 7 AND name_of_janapada = "punia" | CREATE TABLE table_name_89 (capital VARCHAR, sno VARCHAR, name_of_janapada VARCHAR), What capital has an S.Number under 7, and a Name of janapada of Punia? |
SELECT name_of_king FROM table_name_54 WHERE sno > 1 AND no_of_villages = 600 | CREATE TABLE table_name_54 (name_of_king VARCHAR, sno VARCHAR, no_of_villages VARCHAR), What king has an S. number over 1 and a number of villages of 600? |
SELECT AVG(no_of_villages) FROM table_name_86 WHERE name_of_janapada = "punia" | CREATE TABLE table_name_86 (no_of_villages INTEGER, name_of_janapada VARCHAR), What is the average number of villages with a name of janapada of Punia? |
SELECT MAX(sno) FROM table_name_5 WHERE capital = "shekhsar" | CREATE TABLE table_name_5 (sno INTEGER, capital VARCHAR), What is the highest S number with a capital of Shekhsar? |
SELECT MAX(round) FROM table_name_38 WHERE school_club_team = "missouri" | CREATE TABLE table_name_38 (round INTEGER, school_club_team VARCHAR), What is the highest round number for the player who came from team Missouri? |
SELECT COUNT(round) FROM table_name_62 WHERE player = "duncan mccoll" AND pick < 97 | CREATE TABLE table_name_62 (round VARCHAR, player VARCHAR, pick VARCHAR), What is the total number of rounds that had draft pick 97, duncan mccoll? |
SELECT opponent FROM table_name_75 WHERE method = "decision" AND record = "5-3" | CREATE TABLE table_name_75 (opponent VARCHAR, method VARCHAR, record VARCHAR), What opponent uses the method of decision and a 5-3 record? |
SELECT MAX(round) FROM table_name_36 WHERE res = "loss" AND time = "40:00" | CREATE TABLE table_name_36 (round INTEGER, res VARCHAR, time VARCHAR), What round has the highest Res loss, and a time of 40:00? |
SELECT visitor FROM table_name_35 WHERE date = "april 29" | CREATE TABLE table_name_35 (visitor VARCHAR, date VARCHAR), Who visited on April 29? |
SELECT date FROM table_name_47 WHERE visitor = "montreal" AND score = "1-4" | CREATE TABLE table_name_47 (date VARCHAR, visitor VARCHAR, score VARCHAR), When did Montreal visit and have a score of 1-4? |
SELECT score FROM table_name_9 WHERE date = "april 25" | CREATE TABLE table_name_9 (score VARCHAR, date VARCHAR), What was the score on April 25? |
SELECT score FROM table_name_35 WHERE date = "may 3" | CREATE TABLE table_name_35 (score VARCHAR, date VARCHAR), What was the score on May 3? |
SELECT college_junior_club_team__league_ FROM table_name_49 WHERE round > 6 AND position = "winger" AND player = "evgeny afanasiev" | CREATE TABLE table_name_49 (college_junior_club_team__league_ VARCHAR, player VARCHAR, round VARCHAR, position VARCHAR), What is the School/Junior/Club Group (Association) that has a Round bigger than 6, and a Place of winger, and a Player of evgeny afanasiev? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.