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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
i user the sentence;
"UPSERT VALUES INTO my_table(id, col1, col2) VALUES( NEXT VALUE FOR my_schema.my_sequence, 'foo', 'bar');"
from "http://phoenix.apache.org/sequences.html".
but ,it do not work,bugs:Error: ERROR 603 (42P00): Syntax error. Unexpected input. Expecting "INTO", got "VALUES" at line 1, column 8. (state=42P00,code=603)
can you tell me why?
The text was updated successfully, but these errors were encountered:
i user the sentence;
"UPSERT VALUES INTO my_table(id, col1, col2) VALUES( NEXT VALUE FOR
my_schema.my_sequence, 'foo', 'bar');"
from "http://phoenix.apache.org/sequences.html".
but ,it do not work,bugs:Error: ERROR 603 (42P00): Syntax error. Unexpected
input. Expecting "INTO", got "VALUES" at line 1, column 8.
(state=42P00,code=603)
can you tell me why?
—
Reply to this email directly or view it on GitHub #739.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i user the sentence;
"UPSERT VALUES INTO my_table(id, col1, col2) VALUES( NEXT VALUE FOR my_schema.my_sequence, 'foo', 'bar');"
from "http://phoenix.apache.org/sequences.html".
but ,it do not work,bugs:Error: ERROR 603 (42P00): Syntax error. Unexpected input. Expecting "INTO", got "VALUES" at line 1, column 8. (state=42P00,code=603)
can you tell me why?
The text was updated successfully, but these errors were encountered: