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
However, I'm encountering a syntax error when attempting to use pipe syntax (FROM query) with the emulator. Specifically, running a simple query like the one below fails:
spanner> FROM (SELECT 1);
ERROR: spanner: code="InvalidArgument", desc: Syntax error: Unexpected FROM [at 1:1]
FROM (SELECT 1)
^
I know the pipe syntax is not yet officially released in the real Spanner instance, but it should work in the emulator as written in the release note.
The text was updated successfully, but these errors were encountered:
The release note for v1.5.29 states:
However, I'm encountering a syntax error when attempting to use pipe syntax (
FROM
query) with the emulator. Specifically, running a simple query like the one below fails:I know the pipe syntax is not yet officially released in the real Spanner instance, but it should work in the emulator as written in the release note.
The text was updated successfully, but these errors were encountered: