Open
Description
Jessie Lin (lin-crl) commented:
Issue Description
Based on the context of this cell, the "commit" is duplicate and should be removed. Because the last section of this page does commit as well.
UPDATE kv SET v = v + 5 WHERE k = 1;
COMMIT;
Suggested Resolution
remove the duplicate commit statement.
Jira Issue: DOC-905