Convert UPDATE statements from Teradata to BigQuery - Migration Guide
The order of the SET and FROM clauses is reversed in the UPDATE syntax
| Teradata | BigQuery equivalent |
UPDATE t1 | UPDATE t1 |
The order of the SET and FROM clauses is reversed in the UPDATE syntax
| Teradata | BigQuery equivalent |
UPDATE t1 | UPDATE t1 |
Post Comment