I keep getting an error when USING SELECT Into to make a table

Viewed 47

I am trying to make a table, but I keep getting this error - Syntax error: Expected end of input but got keyword INTO at [3:1]

Any suggestions? I have also tried to use Create Table, but I am getting similar results.

SELECT 
  Country_of_Nationality,_2016_Delhi__Airport_, _2016_Mumbai__Airport_,_2016_Chennai__Airport_,_2016_Calicut__Airport_,_2016_Benguluru__Airport_,_2016_Kolkata__Airport_,_2016_Hyderabad__Airport_,_2016_Cochin__Airport_,
INTO Top_5_Airports
FROM `india-tourism-362921.India_tourism.Airport_Arrivals`
WHERE Country_of_Nationality = 'Bangadesh', 'Sri Lanka'
0 Answers
Related