Karthik Palanisamy created PHOENIX-5324:
-------------------------------------------
Summary: Document: Incorrect syntax DECLARE/OPEN CURSOR
Key: PHOENIX-5324
URL: https://issues.apache.org/jira/browse/PHOENIX-5324
Project: Phoenix
Issue Type: Bug
Affects Versions: 5.0.0
Reporter: Karthik Palanisamy
Assignee: Karthik Palanisamy
Incorrect Syntax:
DECLARE CURSOR [cursorName|https://phoenix.apache.org/language/index.html#name]
FOR
[selectStatement|https://phoenix.apache.org/language/index.html#select_statement]
OPEN CURSOR [cursorName|https://phoenix.apache.org/language/index.html#name]
Correct Syntax:
DECLARE [cursorName|http://localhost:8000/language/index.html#name] CURSOR FOR
[selectStatement|http://localhost:8000/language/index.html#select_statement]
OPEN [cursorName|http://localhost:8000/language/index.html#name]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)