BigQuery Syntax Equivalent of Decimal()
BigQuery throws Syntax error of "Expected ")" but got "(" at [24:178]"
Can anyone direct to a BigQuery syntax resource or point out the mistake I'm making?
DECIMAL(10,2)
is not a valid BigQuery datatype. Try using NUMERIC
data type instead
nVector
posted on 02 Jun 19Enjoy great content like this and a lot more !
Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds
Post Comment