Changes between Initial Version and Version 4 of Ticket #1763
- Timestamp:
- Jun 10, 2018, 2:55:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1763
- Property Owner set to
- Property Status new → accepted
-
Ticket #1763 – Description
initial v4 1 It should be possible to dynamically set null values to any mdd expression, e.g. marray constructor, decode, etc. It would be also useful if #1411 is fixed. 1 It should be possible to dynamically set null values to any mdd expression, e.g. marray constructor, decode, etc. The syntax is as follows: 2 {{{ 3 mddExp NULL VALUES [...] 4 }}} 2 5 3 Some possibilities for the syntax for this: 4 - `mddExpr NULL VALUES [..]` 5 - `nullvalues(mddExpr, [..])` 6 Example: 7 {{{ 8 SELECT avg_cells(1 + (c NULL VALUES [0])) FROM coll AS c 9 }}} 10 11 Note: this replaces any previous null values of generalExp.