Changes between Initial Version and Version 4 of Ticket #1759
- Timestamp:
- May 3, 2018, 9:07:20 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1759
- Property Owner set to
- Property Status new → assigned
-
Ticket #1759 – Description
initial v4 5 5 WHERE oid(B) = .. 6 6 }}} 7 What's missing in the syntax is support for an optional FROM clause, so we can say7 What's missing in the syntax is support for specifying multiple collections, e.g. 8 8 {{{ 9 UPDATE A SET A[..]9 UPDATE A, B SET A[..] 10 10 ASSIGN B 11 FROM B12 11 WHERE oid(B) = .. 13 12 }}}