question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What is the height of player James Stanton? | SELECT Height FROM table WHERE Name = james stanton |
What is the highest draft after round 2, is from the United States and has picked less than 113? | SELECT MAX Draft FROM table WHERE Round > 2 AND Nationality = united states AND Pick < 113 |
What is the average draft with a pick larger than 42, and player Grant Eakin after round 8? | SELECT AVG Draft FROM table WHERE Pick > 42 AND Player = grant eakin AND Round > 8 |
What venue was the 2000 AFC Asian Cup qualification held at? | SELECT Venue FROM table WHERE Competition = 2000 afc asian cup qualification |
What were the lowest goals when the matches were smaller than 29? | SELECT MIN Goals FROM table WHERE Matches < 29 |
What is the lowest match for goals larger than 36? | SELECT MIN Matches FROM table WHERE Goals > 36 |
For the 2013 completion schedule, what is the total S.no.? | SELECT SUM S.no. FROM table WHERE Completion Schedule = 2013 |
What is the completion schedule for himachal pradesh state with a total capacity (MW) of 800? | SELECT Completion Schedule FROM table WHERE State = himachal pradesh AND Total Capacity (MW) = 800 |
When the completion schedule is 2016 for the state of jammu & kashmir, what is the smallest S.no.? | SELECT MIN S.no. FROM table WHERE State = jammu & kashmir AND Completion Schedule = 2016 |
What is the 2009 value of the shanghai masters, which was A in 2012 and 1r in 2011? | SELECT 2009 FROM table WHERE 2012 = a AND 2011 = 1r AND Tournament = shanghai masters |
What is the 2011 value of the paris masters, which had A in 2008, A in 2012, A in 2009? | SELECT 2011 FROM table WHERE 2008 = a AND 2012 = a AND 2009 = a AND Tournament = paris masters |
What is the 2012 of the hamburg masters? | SELECT 2012 FROM table WHERE Tournament = hamburg masters |
What is the 2008 value of the hamburg masters? | SELECT 2008 FROM table WHERE Tournament = hamburg masters |
What is the 2009 value with lq in 2012, 2r in 2011, and lq in 2008? | SELECT 2009 FROM table WHERE 2012 = lq AND 2011 = 2r AND 2008 = lq |
What is the 2010 value of the monte carlo masters, which had A in 2012? | SELECT 2010 FROM table WHERE 2012 = a AND Tournament = monte carlo masters |
What is the quantity when the DRG was E 62 01–E 62 05? | SELECT COUNT Quantity FROM table WHERE DRG Number(s) = e 62 01–e 62 05 |
Which Opponent in the final has a Partnering of graydon oliver? | SELECT Opponent in the final FROM table WHERE Partnering = graydon oliver |
which Score has a Partnering of dmitry tursunov? | SELECT Score FROM table WHERE Partnering = dmitry tursunov |
Which Score has an Opponent in the final of chris haggard robbie koenig? | SELECT Score FROM table WHERE Opponent in the final = chris haggard robbie koenig |
Which Partnering has a Score of 7–6 7 , 6–1? | SELECT Partnering FROM table WHERE Score = 7–6 7 , 6–1 |
Name the Surface that of Tournament of valencia , spain? | SELECT Surface FROM table WHERE Tournament = valencia , spain |
Name the Opponent in the final on july 4, 2005? | SELECT Opponent in the final FROM table WHERE Date = july 4, 2005 |
What was the Result F–A on 21 February 2009, when the league position was 1st? | SELECT Result F–A FROM table WHERE League position = 1st AND Date = 21 february 2009 |
What club does John Westin play for? | SELECT College/junior/club team (league) FROM table WHERE Player = john westin |
In what round was a left wing drafted? | SELECT Round FROM table WHERE Position = left wing |
What player was drafted in Round 5? | SELECT Player FROM table WHERE Round = 5 |
Where did the player who won in 1991 finish? | SELECT Finish FROM table WHERE Year(s) won = 1991 |
Which player is from scotland? | SELECT Player FROM table WHERE Country = scotland |
What are the Lyrics (l) / Music (m) when the draw was 5? | SELECT Lyrics (l) / Music (m) FROM table WHERE Draw = 5 |
What is the Lyrics (l) / Music (m) when the draw was more than 3, and the results were Siste Sjansen, and song shows"shuffled"? | SELECT Lyrics (l) / Music (m) FROM table WHERE Draw > 3 AND Results = siste sjansen AND Song = "shuffled" |
What is the Lyrics (l) / Music (m) when the results show out, and the song shows "left/right"? | SELECT Lyrics (l) / Music (m) FROM table WHERE Results = out AND Song = "left/right" |
What score has friendly as the competition? | SELECT Score FROM table WHERE Competition = friendly |
Playing against Chelmsford City on 15 November 1986, who was the home team? | SELECT Home team FROM table WHERE Date = 15 november 1986 AND Away team = chelmsford city |
When Lincoln City was the away team what is the tie number? | SELECT Tie no FROM table WHERE Away team = lincoln city |
When was the game played that had Rochdale as the away team? | SELECT Date FROM table WHERE Away team = rochdale |
Scunthorpe United as the home team has what tie number? | SELECT Tie no FROM table WHERE Home team = scunthorpe united |
The game played on 6 December 1986 had what score? | SELECT Score FROM table WHERE Date = 6 december 1986 |
WHAT IS THE TYPE WITH 124? | SELECT Type FROM table WHERE Quantity = 124 |
What is Score, when Total is "28:42"? | SELECT Score FROM table WHERE Total = 28:42 |
What is Date, when Set 1 is "20:22"? | SELECT Date FROM table WHERE Set 1 = 20:22 |
What is Set 1, when Set 2 is "21:18"? | SELECT Set 1 FROM table WHERE Set 2 = 21:18 |
What is Set 2, when Total is "52:44"? | SELECT Set 2 FROM table WHERE Total = 52:44 |
What is the away team with a 4 tie no.? | SELECT Away team FROM table WHERE Tie no = 4 |
What is the date southampton was the away team? | SELECT Date FROM table WHERE Away team = southampton |
What is the score of the home team tottenham hotspur? | SELECT Score FROM table WHERE Home team = tottenham hotspur |
What was the score of the game on 16 december 1987? | SELECT Score FROM table WHERE Date = 16 december 1987 |
Who played against the away team hereford united? | SELECT Home team FROM table WHERE Away team = hereford united |
Who played against away team hereford united? | SELECT Home team FROM table WHERE Away team = hereford united |
Which club was in Position 1 in 1959-1960? | SELECT Clubs FROM table WHERE Position in 1959–1960 = 1 |
In which season did the évora settlements join the league? | SELECT Season joined league FROM table WHERE Settlements = évora |
What was the position in 1959-1960 for the club that had 14 seasons at this level? | SELECT Position in 1959–1960 FROM table WHERE Seasons at this level = 14 seasons |
What was the position in 1959-1960 for the Sporting De Braga club? | SELECT Position in 1959–1960 FROM table WHERE Clubs = sporting de braga |
What is the "season joined league" for the club that had 15 seasons at this level? | SELECT Season joined league FROM table WHERE Seasons at this level = 15 seasons |
What country has a score of 71-66-72-72=281? | SELECT Country FROM table WHERE Score = 71-66-72-72=281 |
What is the total amount of money that Payne Stewart has? | SELECT SUM Money ( £ ) FROM table WHERE Player = payne stewart |
What country has player Nick Faldo? | SELECT Country FROM table WHERE Player = nick faldo |
What is the to par for the score 64-73-74-69=280? | SELECT To par FROM table WHERE Score = 64-73-74-69=280 |
What is the lowest rank for China Eastern Airlines, Korean Air with more passengers than 97,055? | SELECT MIN Rank FROM table WHERE Carriers = china eastern airlines, korean air AND Passengers > 97,055 |
What is the smallest rank for passengers more than 73,754? | SELECT MIN Rank FROM table WHERE Passengers > 73,754 |
Which carrier is ranked 20? | SELECT Carriers FROM table WHERE Rank = 20 |
What is the highest rank when there are fewer than 124,296 passengers? | SELECT MAX Rank FROM table WHERE Passengers < 124,296 |
What's the 2013 result for the grand slam tournaments? | SELECT 2013 FROM table WHERE Tournament = grand slam tournaments |
What's the 2010 result when 2006 is a? | SELECT 2010 FROM table WHERE 2006 = a |
What tournament has a 2003 of a? | SELECT Tournament FROM table WHERE 2003 = a |
What's the 2007 result when 2003 is a? | SELECT 2007 FROM table WHERE 2003 = a |
What's the 2011 result when 2010 is 2r and 2013 is w? | SELECT 2011 FROM table WHERE 2010 = 2r AND 2013 = w |
What's the 2005 result when 2001 is sf? | SELECT 2005 FROM table WHERE 2001 = sf |
When the wolverhampton wanderers were the opponent, with a crowd larger than 41,415, what was the result? | SELECT Result FROM table WHERE Attendance > 41,415 AND Opponent = wolverhampton wanderers |
Which Binibining Pilipinas-World has a Second runner-up of sonia santiago? | SELECT Binibining Pilipinas-World FROM table WHERE Second runner-up = sonia santiago |
Which Year has a Binibining Pilipinas International of alma concepcion? | SELECT Year FROM table WHERE Binibining Pilipinas International = alma concepcion |
Which Binibining Pilipinas International has a Binibining Pilipinas-World of sharmaine gutierrez? | SELECT Binibining Pilipinas International FROM table WHERE Binibining Pilipinas-World = sharmaine gutierrez |
Which Result has a Site of rice stadium • houston, tx? | SELECT Result FROM table WHERE Site = rice stadium • houston, tx |
What Opponent has a Site of razorback stadium • fayetteville, ar, and a Date of october 7, 1967? | SELECT Opponent FROM table WHERE Site = razorback stadium • fayetteville, ar AND Date = october 7, 1967 |
What Opponent has a Site of war memorial stadium • little rock, ar, and a Result of l6–7? | SELECT Opponent FROM table WHERE Site = war memorial stadium • little rock, ar AND Result = l6–7 |
What Result has a Date of october 14, 1967? | SELECT Result FROM table WHERE Date = october 14, 1967 |
What Attendance has a Result of l12–21? | SELECT Attendance FROM table WHERE Result = l12–21 |
What Site has Attendance of 53,000, and a Date of october 21, 1967? | SELECT Site FROM table WHERE Attendance = 53,000 AND Date = october 21, 1967 |
What region is the toshiba emi label with a cd format? | SELECT Region FROM table WHERE Format(s) = cd AND Label = toshiba emi |
What is the dage of catalog asw 28033? | SELECT Date FROM table WHERE Catalog = asw 28033 |
What is the date with a Japan region? | SELECT Date FROM table WHERE Region = japan |
What region has a lp format on 4 August 2008? | SELECT Region FROM table WHERE Format(s) = lp AND Date = 4 august 2008 |
What region is on 11 August 2008? | SELECT Region FROM table WHERE Date = 11 august 2008 |
What is the position with a neutral H/A/N and more than 2 innings? | SELECT AVG Pos. FROM table WHERE H/A/N = neutral AND Inn. > 2 |
Which venue has a neutral H/A/N, lower than position 3 and a score of 141? | SELECT Venue FROM table WHERE H/A/N = neutral AND Pos. < 3 AND Score = 141 |
Which H/A/N has a score of 105*♠? | SELECT H/A/N FROM table WHERE Score = 105*♠ |
What is the average goals scored when less than 34 were played and there were more than 2 draws? | SELECT AVG Goals Scored FROM table WHERE Played < 34 AND Draw > 2 |
What is the average goals scored of the team who scored 44 points and placed higher than 5? | SELECT AVG Goals Scored FROM table WHERE Points = 44 AND Place > 5 |
What is the lowest place of the team who conceded 36 goals and lost more than 6 times? | SELECT MIN Place FROM table WHERE Goals Conceded = 36 AND Lost > 6 |
what is games when the losses is more than 1, percent is 0.5 and wins is 2? | SELECT Games FROM table WHERE Losses > 1 AND Percent = 0.5 AND Wins = 2 |
what is the average wins when percent is more than 0.4 and teams is chargers~? | SELECT AVG Wins FROM table WHERE Percent > 0.4 AND Teams = chargers~ |
What is the average wins when teams is lions and the percent is more than 0? | SELECT AVG Wins FROM table WHERE Teams = lions AND Percent > 0 |
what is the highest wins when the losses is less than 1, team is rams and the games is more than 8? | SELECT MAX Wins FROM table WHERE Losses < 1 AND Teams = rams AND Games > 8 |
What category is Matthew Barton? | SELECT Category FROM table WHERE Opponent = matthew barton |
When did the ship commissioned in November 1975 with a bow number of ps-18 launch? | SELECT Launched FROM table WHERE Commissioned = november 1975 AND Bow number = ps-18 |
When did the ship that was commissioned July 1948 with a bow number of ps-31 launch? | SELECT Launched FROM table WHERE Commissioned = july 1948 AND Bow number = ps-31 |
When was the ship BRP Miguel Malvar commissioned? | SELECT Commissioned FROM table WHERE Ship name = brp miguel malvar |
What parish has the lowest area and a population of more than 1,776 and a 579 of 5,008 census ranking? | SELECT MIN Area km 2 FROM table WHERE Population > 1,776 AND Census Ranking = 579 of 5,008 |
What is the population of northfield parish that has an area less than 342.4? | SELECT SUM Population FROM table WHERE Area km 2 < 342.4 AND Official Name = northfield |
What is the population of the parish with a census ranking of 579 of 5,008? | SELECT SUM Population FROM table WHERE Census Ranking = 579 of 5,008 |
What is the population of the parish that has an area of 304.06? | SELECT SUM Population FROM table WHERE Area km 2 = 304.06 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.