You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to parse statements: failed to parse statement: INVALID_ARGUMENT: Syntax error: Expected ")" but got ";" [type.googleapis.com/zetasql.ErrorLocation='\x08\x07\x10.']
What did you expect to happen?
View to be created successfully
How can we reproduce it (as minimally and precisely as possible)?
iferr:=view.Create(ctx, &bigquery.TableMetadata{
Name: viewName,
ViewQuery: `WITH table_rows AS ( SELECT "Blueberry Muffins" AS item, 2 AS orders ) SELECT item, COUNT(*) AS total_count FROM table_rows GROUP BY item, orders ORDER BY item;`,
}); err!=nil {
t.Fatal(err)
}
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered:
What happened?
What did you expect to happen?
View to be created successfully
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: