Changeset: 0dce2a4262ba for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0dce2a4262ba
Modified Files:
        sql/ChangeLog
Branch: default
Log Message:

Better example.


diffs (12 lines):

diff --git a/sql/ChangeLog b/sql/ChangeLog
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -23,7 +23,7 @@
 - Added possibility to change the schema of a table with the syntax:
   > ALTER TABLE [ IF EXISTS ] qname SET SCHEMA ident
 - Added optional alias option for target table in update and delete
-  statements: (e.g. UPDATE target AS alias SET col1=...)
+  statements: (e.g. UPDATE target AS alias SET col1=1 WHERE alias.col2 < 5)
 
 * Thu Nov 29 2018 Martin van Dinther <martin.van.dint...@monetdbsolutions.com>
 - Improved and extended storagemodel functionality. Changes include:
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to