Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4
Description
Returns the last element of the specified column for each element of the given parent table. An order by expression can be set to define the order that should be used to determine the last element.
PU_LAST can be applied on any data type. The data type of the result is the same as the input column data type.
If no value in the child table exists for the element in the parent table (either because all values of the child table column are filtered out, or because no corresponding value exists in the first place), NULL will be returned.
Возвращает последний элемент указанного столбца для каждого элемента данной родительской таблицы. Порядок по выражению может быть установлен для определения порядка, который должен использоваться для определения последнего элемента.
PU_LAST может применяться к любому типу данных. Тип данных результата совпадает с типом данных входного столбца.
Если в элементе родительской таблицы не существует значения в дочерней таблице (либо из-за того, что все значения столбца дочерней таблицы отфильтрованы, либо из-за отсутствия соответствующего значения в первую очередь), будет возвращено значение NULL.
Syntax
PU_LAST ( parent_table, child_table.column [, filter_expression] [, order_by_expression] ) |
Examples