Skip to content
Advertisement

Tag: bigquery-public-datasets

Unnecessary blank row in SQL query

Aim was to write a SQL query to return ride details from a public database. While going through a data analytics course, I stumbled across this problem. the code used is correct as the instruction provided was the same however the result I obtained was different. The first row returned a blank row with just the number of trips mentioned.

Advertisement