question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What home has 46 points?
CREATE TABLE table_name_2 (home VARCHAR, points VARCHAR)
SELECT home FROM table_name_2 WHERE points = 46
in the milwaukee team who made the high points
CREATE TABLE table_30049462_3 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_30049462_3 WHERE team = "Milwaukee"
What years had a ranking of 1?
CREATE TABLE table_name_99 (years VARCHAR, ranking VARCHAR)
SELECT years FROM table_name_99 WHERE ranking = 1
What was United States place when the player was Fred Couples?
CREATE TABLE table_name_26 (place VARCHAR, country VARCHAR, player VARCHAR)
SELECT place FROM table_name_26 WHERE country = "united states" AND player = "fred couples"
Which Wins have a Win % smaller than 0.8270000000000001, and a Name of rick mirer, and Ties smaller than 1?
CREATE TABLE table_name_17 (wins INTEGER, ties VARCHAR, win__percentage VARCHAR, name VARCHAR)
SELECT SUM(wins) FROM table_name_17 WHERE win__percentage < 0.8270000000000001 AND name = "rick mirer" AND ties < 1
What time was the game played against Cagliari that lasted 16 rounds?
CREATE TABLE table_name_32 (time VARCHAR, opponent VARCHAR, round VARCHAR)
SELECT time FROM table_name_32 WHERE opponent = "cagliari" AND round = "16"
What is the drew for the 1999-2000 season when they were in third place?
CREATE TABLE table_name_52 (drew VARCHAR, round VARCHAR, season VARCHAR)
SELECT drew FROM table_name_52 WHERE round = "third place" AND season = "1999-2000"
which school shows #/county of 29 hamilton?
CREATE TABLE table_name_49 (school VARCHAR, _number___county VARCHAR)
SELECT school FROM table_name_49 WHERE _number___county = "29 hamilton"
What organization ranks 68?
CREATE TABLE table_name_14 (organization VARCHAR, rank VARCHAR)
SELECT organization FROM table_name_14 WHERE rank = "68"
What is Catalog, when the Region is UK, and when Label is Razor Records?
CREATE TABLE table_name_16 (catalog VARCHAR, region VARCHAR, label VARCHAR)
SELECT catalog FROM table_name_16 WHERE region = "uk" AND label = "razor records"
What is the evening gown score of the contestant from the District of Columbia with preliminaries smaller than 8.647?
CREATE TABLE table_name_79 (evening_gown VARCHAR, preliminaries VARCHAR, state VARCHAR)
SELECT COUNT(evening_gown) FROM table_name_79 WHERE preliminaries < 8.647 AND state = "district of columbia"
What are the shipping agent names?
CREATE TABLE Ref_Shipping_Agents (shipping_agent_name VARCHAR)
SELECT shipping_agent_name FROM Ref_Shipping_Agents
What is the title of Amenemhat II?
CREATE TABLE table_name_78 (title VARCHAR, name VARCHAR)
SELECT title FROM table_name_78 WHERE name = "amenemhat ii"
Score F–A of 2–0, and a Opponents of walsall has what date?
CREATE TABLE table_name_49 (date VARCHAR, score_f_a VARCHAR, opponents VARCHAR)
SELECT date FROM table_name_49 WHERE score_f_a = "2–0" AND opponents = "walsall"
What is the year of the Lotus 25 chassis?
CREATE TABLE table_name_19 (year INTEGER, chassis VARCHAR)
SELECT AVG(year) FROM table_name_19 WHERE chassis = "lotus 25"
What's the time of IFL: Championship Final?
CREATE TABLE table_name_98 (time VARCHAR, event VARCHAR)
SELECT time FROM table_name_98 WHERE event = "ifl: championship final"
What date did the Steelers play against the New York Jets?
CREATE TABLE table_name_39 (date VARCHAR, opponent VARCHAR)
SELECT date FROM table_name_39 WHERE opponent = "new york jets"
What is Score, when Record is "2-0"?
CREATE TABLE table_name_95 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_95 WHERE record = "2-0"
What is the home leg who are opponents of rotor volgograd
CREATE TABLE table_name_88 (home_leg VARCHAR, opponents VARCHAR)
SELECT home_leg FROM table_name_88 WHERE opponents = "rotor volgograd"
What is the CERCLIS ID of the site in Polk County, with the date 08/04/2009?
CREATE TABLE table_name_96 (cerclis_id VARCHAR, county VARCHAR, deleted VARCHAR)
SELECT cerclis_id FROM table_name_96 WHERE county = "polk" AND deleted = "08/04/2009"
What is the Pixie and Dixie skit in episode 7?
CREATE TABLE table_19860361_3 (pixie_and_dixie VARCHAR, ep VARCHAR)
SELECT pixie_and_dixie FROM table_19860361_3 WHERE ep = 7
Name the money for ireland
CREATE TABLE table_name_73 (money___£__ VARCHAR, country VARCHAR)
SELECT money___£__ FROM table_name_73 WHERE country = "ireland"
What is the name of the customer who has the most orders?
CREATE TABLE orders (customer_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR)
SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY COUNT(*) DESC LIMIT 1
what are all the date withdrawn for service entered on 21 november 1945
CREATE TABLE table_11662133_3 (date_withdrawn VARCHAR, date_entered_service VARCHAR)
SELECT date_withdrawn FROM table_11662133_3 WHERE date_entered_service = "21 November 1945"
How many people attended the game at the miami orange bowl?
CREATE TABLE table_name_49 (attendance INTEGER, game_site VARCHAR)
SELECT SUM(attendance) FROM table_name_49 WHERE game_site = "miami orange bowl"
What are the highest mbit/s when the dbm is +17.5?
CREATE TABLE table_2394927_1 (max_downstream_throughput___mbit_s__ VARCHAR, power___dbm__ VARCHAR)
SELECT max_downstream_throughput___mbit_s__ FROM table_2394927_1 WHERE power___dbm__ = "+17.5"
What was the title of the episode directed by John T. Kretchmer?
CREATE TABLE table_18481791_2 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_18481791_2 WHERE directed_by = "John T. Kretchmer"
Faith of –, and a Name of greenway has what type?
CREATE TABLE table_name_79 (type VARCHAR, faith VARCHAR, name VARCHAR)
SELECT type FROM table_name_79 WHERE faith = "–" AND name = "greenway"
What is the sum of the losses that a match score larger than 26, a points score of 62, and a draw greater than 5?
CREATE TABLE table_name_6 (lost INTEGER, draw VARCHAR, matches VARCHAR, points VARCHAR)
SELECT SUM(lost) FROM table_name_6 WHERE matches > 26 AND points = 62 AND draw > 5
What is the Priority-entry-rights to Derby in rank 4?
CREATE TABLE table_name_51 (priority_entry_rights_to_derby VARCHAR, race_name VARCHAR)
SELECT priority_entry_rights_to_derby FROM table_name_51 WHERE NOT race_name = 4
What is the largest money for a t4 place, for Tiger Woods?
CREATE TABLE table_name_64 (money___ INTEGER, place VARCHAR, player VARCHAR)
SELECT MAX(money___) AS $__ FROM table_name_64 WHERE place = "t4" AND player = "tiger woods"
Who in 2009, has a 2003 2r and a 2000 2r?
CREATE TABLE table_name_64 (Id VARCHAR)
SELECT 2009 FROM table_name_64 WHERE 2003 = "2r" AND 2000 = "2r"
Who were the opponents in the final where the score was 6–4, 2–6, 6–4, 7–6(3)?
CREATE TABLE table_2362486_1 (opponents_in_the_final VARCHAR, score_in_the_final VARCHAR)
SELECT opponents_in_the_final FROM table_2362486_1 WHERE score_in_the_final = "6–4, 2–6, 6–4, 7–6(3)"
What date were the runner ups pat hurst juli inkster?
CREATE TABLE table_1121352_2 (date VARCHAR, runner_s__up VARCHAR)
SELECT date FROM table_1121352_2 WHERE runner_s__up = "Pat Hurst Juli Inkster"
List the names of counties that do not have any cities.
CREATE TABLE city (Name VARCHAR, County_ID VARCHAR); CREATE TABLE county_public_safety (Name VARCHAR, County_ID VARCHAR)
SELECT Name FROM county_public_safety WHERE NOT County_ID IN (SELECT County_ID FROM city)
What was the score when the Spurs' record was 43-13?
CREATE TABLE table_name_72 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_72 WHERE record = "43-13"
What was the away team score at victoria park?
CREATE TABLE table_name_62 (away_team VARCHAR, venue VARCHAR)
SELECT away_team AS score FROM table_name_62 WHERE venue = "victoria park"
Which Against has Wins of 11, and Losses smaller than 7?
CREATE TABLE table_name_97 (against INTEGER, wins VARCHAR, losses VARCHAR)
SELECT AVG(against) FROM table_name_97 WHERE wins = 11 AND losses < 7
What is the total when the name is Carl Robinson Category:Articles with hcards?
CREATE TABLE table_name_15 (total VARCHAR, name VARCHAR)
SELECT total FROM table_name_15 WHERE name = "carl robinson category:articles with hcards"
What is the Theme when the Original artist was carole king, and a Week # shows hollywood?
CREATE TABLE table_name_85 (theme VARCHAR, original_artist VARCHAR, week__number VARCHAR)
SELECT theme FROM table_name_85 WHERE original_artist = "carole king" AND week__number = "hollywood"
What is the Constituency number for Bikhangaon with a Reserved for ( SC / ST /None) of st?
CREATE TABLE table_name_11 (constituency_number VARCHAR, reserved_for___sc___st__none_ VARCHAR, name VARCHAR)
SELECT constituency_number FROM table_name_11 WHERE reserved_for___sc___st__none_ = "st" AND name = "bikhangaon"
What's the sum of Top-25 that has an Events that is smaller than 10?
CREATE TABLE table_name_61 (top_25 VARCHAR, events INTEGER)
SELECT COUNT(top_25) FROM table_name_61 WHERE events < 10
What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%?
CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR)
SELECT result FROM table_1346118_5 WHERE candidates = "John A. Elston (R) 88.4% Luella Twining (S) 11.6%"
What is the score for a game after 34 with a record of 31-11?
CREATE TABLE table_name_53 (score VARCHAR, game VARCHAR, record VARCHAR)
SELECT score FROM table_name_53 WHERE game > 34 AND record = "31-11"
When there are more than 12 total medals and less than 5 gold medals, how many bronze medals are there?
CREATE TABLE table_name_55 (bronze VARCHAR, total VARCHAR, gold VARCHAR)
SELECT COUNT(bronze) FROM table_name_55 WHERE total > 12 AND gold < 5
What is the Series of the Filmography with Release date of 1946-01-05?
CREATE TABLE table_name_1 (series VARCHAR, release_date VARCHAR)
SELECT series FROM table_name_1 WHERE release_date = "1946-01-05"
What is the latitude that has a sqmi smaller than 34.401, a Geo ID smaller than 3807157722, and a Longitude of -98.475995?
CREATE TABLE table_name_18 (latitude VARCHAR, longitude VARCHAR, land___sqmi__ VARCHAR, geo_id VARCHAR)
SELECT latitude FROM table_name_18 WHERE land___sqmi__ < 34.401 AND geo_id < 3807157722 AND longitude = -98.475995
How many draws occured with a record of 10 losses, and 6 wins?
CREATE TABLE table_name_38 (draws VARCHAR, losses VARCHAR, wins VARCHAR)
SELECT COUNT(draws) FROM table_name_38 WHERE losses = 10 AND wins > 6
Which Run 4 has a Run 3 of 1:26.63?
CREATE TABLE table_name_53 (run_4 VARCHAR, run_3 VARCHAR)
SELECT run_4 FROM table_name_53 WHERE run_3 = "1:26.63"
The game played on October 2, 1966 had what result?
CREATE TABLE table_name_40 (result VARCHAR, date VARCHAR)
SELECT result FROM table_name_40 WHERE date = "october 2, 1966"
Name the most lot number with notes of b4 bogies and diagram of 185
CREATE TABLE table_name_46 (lot_no INTEGER, notes VARCHAR, diagram VARCHAR)
SELECT MAX(lot_no) FROM table_name_46 WHERE notes = "b4 bogies" AND diagram = 185
What is the lowest overall number of 09-10 oi 2nd?
CREATE TABLE table_24990183_6 (Id VARCHAR)
SELECT MIN(09 AS _10_oi_2nd) FROM table_24990183_6
What date was the 200m breaststroke event?
CREATE TABLE table_name_53 (date VARCHAR, event VARCHAR)
SELECT date FROM table_name_53 WHERE event = "200m breaststroke"
What is the Position, when the Birthplace is Buffalo, New York?
CREATE TABLE table_name_92 (position VARCHAR, birthplace VARCHAR)
SELECT position FROM table_name_92 WHERE birthplace = "buffalo, new york"
Which result was there when the opponents were the Buffalo Bills?
CREATE TABLE table_name_14 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_name_14 WHERE opponent = "buffalo bills"
Show the names of people, and dates and venues of debates they are on the negative side, ordered in ascending alphabetical order of name.
CREATE TABLE people (Name VARCHAR, People_ID VARCHAR); CREATE TABLE debate (Date VARCHAR, Venue VARCHAR, Debate_ID VARCHAR); CREATE TABLE debate_people (Debate_ID VARCHAR, Negative VARCHAR)
SELECT T3.Name, T2.Date, T2.Venue FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Negative = T3.People_ID ORDER BY T3.Name
What is the lowest Points with an against of 20 and less than 1 lost?
CREATE TABLE table_name_92 (points INTEGER, against VARCHAR, lost VARCHAR)
SELECT MIN(points) FROM table_name_92 WHERE against = 20 AND lost < 1
Which Nationality has a Name of janne happonen?
CREATE TABLE table_name_33 (nationality VARCHAR, name VARCHAR)
SELECT nationality FROM table_name_33 WHERE name = "janne happonen"
what is the least draw when the place is higher than 4?
CREATE TABLE table_name_62 (draw INTEGER, place INTEGER)
SELECT MIN(draw) FROM table_name_62 WHERE place > 4
What is the smallest number of seats with INC as an election winner and BJP incumbent?
CREATE TABLE table_name_57 (seats__acs_ INTEGER, election_winner VARCHAR, incumbent VARCHAR)
SELECT MIN(seats__acs_) FROM table_name_57 WHERE election_winner = "inc" AND incumbent = "bjp"
How many times was the rank (csa) was (msa 348)?
CREATE TABLE table_12720275_1 (rank__csa_ VARCHAR)
SELECT COUNT(2000 AS _population) FROM table_12720275_1 WHERE rank__csa_ = "(MSA 348)"
How many results have the two candidates Gene Taylor (r) 67.0% Ken Young (d) 33.0%?
CREATE TABLE table_1341586_26 (result VARCHAR, candidates VARCHAR)
SELECT COUNT(result) FROM table_1341586_26 WHERE candidates = "Gene Taylor (R) 67.0% Ken Young (D) 33.0%"
Who in Qual 2 had the best time of 1:31.327?
CREATE TABLE table_name_5 (qual_2 VARCHAR, best VARCHAR)
SELECT qual_2 FROM table_name_5 WHERE best = "1:31.327"
Which event was held in Beijing?
CREATE TABLE table_name_44 (event VARCHAR, venue VARCHAR)
SELECT event FROM table_name_44 WHERE venue = "beijing"
How many different constructors had Paul Thiel as a winning driver?
CREATE TABLE table_1140114_5 (constructor VARCHAR, winning_driver VARCHAR)
SELECT COUNT(constructor) FROM table_1140114_5 WHERE winning_driver = "Paul Thiel"
How many millions of viewers are listed when the share is 10.8?
CREATE TABLE table_29574579_1 (uk_viewers__million_ VARCHAR, share___percentage_ VARCHAR)
SELECT uk_viewers__million_ FROM table_29574579_1 WHERE share___percentage_ = "10.8"
What stadium was the 1994 Gator Bowl in?
CREATE TABLE table_15190346_2 (stadium VARCHAR, bowl_game VARCHAR)
SELECT stadium FROM table_15190346_2 WHERE bowl_game = "1994 Gator Bowl"
Who was the leader at the summit earlier than 1956, when Carcassonne shows for finish?
CREATE TABLE table_name_82 (leader_at_the_summit VARCHAR, year VARCHAR, finish VARCHAR)
SELECT leader_at_the_summit FROM table_name_82 WHERE year < 1956 AND finish = "carcassonne"
What is the local/networked value for the show with an ad frequency of N/A?
CREATE TABLE table_name_38 (local_networked VARCHAR, ad_freq VARCHAR)
SELECT local_networked FROM table_name_38 WHERE ad_freq = "n/a"
Can you tell me the Opponent that has the Series of 4-2?
CREATE TABLE table_name_91 (opponent VARCHAR, series VARCHAR)
SELECT opponent FROM table_name_91 WHERE series = "4-2"
What was the name of the home team playing at the Junction Oval venue?
CREATE TABLE table_name_10 (home_team VARCHAR, venue VARCHAR)
SELECT home_team FROM table_name_10 WHERE venue = "junction oval"
What number episode in the series was watched by 15.89 million U.S. viewers?
CREATE TABLE table_22078906_2 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR)
SELECT no_in_series FROM table_22078906_2 WHERE us_viewers__millions_ = "15.89"
Which County has a Size larger than 258, and a Mascot of commodores?
CREATE TABLE table_name_95 (county VARCHAR, size VARCHAR, mascot VARCHAR)
SELECT county FROM table_name_95 WHERE size > 258 AND mascot = "commodores"
What is the lowest Races, when Podiums is greater than 1?
CREATE TABLE table_name_53 (races INTEGER, podiums INTEGER)
SELECT MIN(races) FROM table_name_53 WHERE podiums > 1
Which event was Tatyana Lebedeva in?
CREATE TABLE table_name_75 (event VARCHAR, athlete VARCHAR)
SELECT event FROM table_name_75 WHERE athlete = "tatyana lebedeva"
What is the weight of Damir Burić?
CREATE TABLE table_name_95 (weight VARCHAR, name VARCHAR)
SELECT weight FROM table_name_95 WHERE name = "damir burić"
How many losses have points less than 3, with a drawn greater than 0?
CREATE TABLE table_name_20 (lost INTEGER, points VARCHAR, drawn VARCHAR)
SELECT SUM(lost) FROM table_name_20 WHERE points < 3 AND drawn > 0
Who was the opponent at the game when the record was 28–45?
CREATE TABLE table_name_66 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_66 WHERE record = "28–45"
With a 1986 of NH and a career SR of 0 / 5 what is the results in 1985?
CREATE TABLE table_name_70 (career_sr VARCHAR)
SELECT 1985 FROM table_name_70 WHERE career_sr = "0 / 5" AND 1986 = "nh"
What was the home team score for the game where Hawthorn is the home team?
CREATE TABLE table_name_83 (home_team VARCHAR)
SELECT home_team AS score FROM table_name_83 WHERE home_team = "hawthorn"
What is Australia's role in the UN operation Unama?
CREATE TABLE table_10121127_1 (australian_role VARCHAR, un_operation_name VARCHAR)
SELECT australian_role FROM table_10121127_1 WHERE un_operation_name = "UNAMA"
Who was the winner for Peter Jackson Racing at Mallala Motor Sport Park?
CREATE TABLE table_name_9 (winner VARCHAR, team VARCHAR, circuit VARCHAR)
SELECT winner FROM table_name_9 WHERE team = "peter jackson racing" AND circuit = "mallala motor sport park"
Name the most year when population of woocoo is 2700
CREATE TABLE table_12576536_1 (year INTEGER, population__woocoo_ VARCHAR)
SELECT MAX(year) FROM table_12576536_1 WHERE population__woocoo_ = 2700
What is the Region of the release on December 22, 2008?
CREATE TABLE table_name_2 (region VARCHAR, date VARCHAR)
SELECT region FROM table_name_2 WHERE date = "december 22, 2008"
What language has sky famiglia as the package/option?
CREATE TABLE table_name_82 (language VARCHAR, package_option VARCHAR)
SELECT language FROM table_name_82 WHERE package_option = "sky famiglia"
Where did Celestino Tugot place?
CREATE TABLE table_name_43 (place VARCHAR, player VARCHAR)
SELECT place FROM table_name_43 WHERE player = "celestino tugot"
What is Weekly Winner, when Air Date is "July 4, 2008"?
CREATE TABLE table_name_85 (weekly_winner VARCHAR, air_date VARCHAR)
SELECT weekly_winner FROM table_name_85 WHERE air_date = "july 4, 2008"
What is the total of Barangay with an area larger than 865.13?
CREATE TABLE table_name_72 (s_barangay INTEGER, area___has__ INTEGER)
SELECT SUM(s_barangay) FROM table_name_72 WHERE area___has__ > 865.13
What is the number of goals with less than 14 wins and a goal difference less than -4?
CREATE TABLE table_name_97 (goals_for VARCHAR, wins VARCHAR, goal_difference VARCHAR)
SELECT goals_for FROM table_name_97 WHERE wins < 14 AND goal_difference < -4
what is the earliest round for nominee david mundy?
CREATE TABLE table_name_98 (round INTEGER, nominees VARCHAR)
SELECT MIN(round) FROM table_name_98 WHERE nominees = "david mundy"
what is the maximum season where leading goalkicker is scott simister (54)
CREATE TABLE table_1165048_1 (season INTEGER, leading_goalkicker VARCHAR)
SELECT MAX(season) FROM table_1165048_1 WHERE leading_goalkicker = "Scott Simister (54)"
What shows as the status for Diogo?
CREATE TABLE table_name_29 (status VARCHAR, name VARCHAR)
SELECT status FROM table_name_29 WHERE name = "diogo"
WHAT IS THE LOWEST DIAMETER FOR A LATITIDE OF 52.0S?
CREATE TABLE table_name_78 (diameter__km_ INTEGER, latitude VARCHAR)
SELECT MIN(diameter__km_) FROM table_name_78 WHERE latitude = "52.0s"
List the clubs that have at least a member with advisor "1121".
CREATE TABLE member_of_club (clubid VARCHAR, stuid VARCHAR); CREATE TABLE club (clubname VARCHAR, clubid VARCHAR); CREATE TABLE student (stuid VARCHAR, advisor VARCHAR)
SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.advisor = 1121
How many Caps does the Club/province Munster, position of lock and Mick O'Driscoll have?
CREATE TABLE table_name_16 (caps VARCHAR, player VARCHAR, club_province VARCHAR, position VARCHAR)
SELECT COUNT(caps) FROM table_name_16 WHERE club_province = "munster" AND position = "lock" AND player = "mick o'driscoll"
When populatioin is greater than 7,747 and the type is V, what is the sum of code?
CREATE TABLE table_name_99 (code VARCHAR, type VARCHAR, population VARCHAR)
SELECT COUNT(code) FROM table_name_99 WHERE type = "v" AND population > 7 OFFSET 747
What was the score of the game against Minnesota?
CREATE TABLE table_name_69 (score VARCHAR, opponent VARCHAR)
SELECT score FROM table_name_69 WHERE opponent = "minnesota"
what is the type when the regulatory citation is 40 cfr 50.9(a)?
CREATE TABLE table_name_63 (type VARCHAR, regulatory_citation VARCHAR)
SELECT type FROM table_name_63 WHERE regulatory_citation = "40 cfr 50.9(a)"
What was roberto travern's record when he fought against john salter?
CREATE TABLE table_name_60 (record VARCHAR, opponent VARCHAR)
SELECT record FROM table_name_60 WHERE opponent = "john salter"
What is the average crowd size at glenferrie oval?
CREATE TABLE table_name_16 (crowd INTEGER, venue VARCHAR)
SELECT AVG(crowd) FROM table_name_16 WHERE venue = "glenferrie oval"