[ 
https://issues.apache.org/jira/browse/PHOENIX-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

alex kamil updated PHOENIX-957:
-------------------------------

    Description: 
allow incrementing column value using standard update syntax:
UPDATE table1  SET col1 = col1 + 1 WHERE col2>7;

  was:
allow incrementing column value using standard update syntax:
UPDATE table1  SET col1 = col1 + 1;


> increment column value
> ----------------------
>
>                 Key: PHOENIX-957
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-957
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: alex kamil
>             Fix For: 3.0.0, 4.0.0
>
>
> allow incrementing column value using standard update syntax:
> UPDATE table1  SET col1 = col1 + 1 WHERE col2>7;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to