How can i debug the error in the screenshot below? i simply want to concatenate data in two columns

Viewed 10

SELECT start_station_name, end_station_name FROM bigquery-public-data.new_york_citibike.citibike_trips CONCAT(start_station_name," to ", end_station_name) AS ROUTE

0 Answers
Related