This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
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?