I am using Standard SQL.Even though its a basic query it is still throwing errors. Any suggestions pls
SELECT fullVisitorId, CONCAT(CAST(fullVisitorId A
Besides the accepted answer, you might want to partition your table by date to lessen the amount of memory used with an expensive query.