REVERSE
Syntax
<reverse-expression> := 'REVERSE(' <Any> ')'
Since
1.2
Return-type
The type of the argument.
Description
This function returns all values from the argument in their reverse order.
Examples
REVERSE( 1 | 2 | 3 )
= 3 | 2 |1
REVERSE( LEVEL( Time, 3 ) )
E.g. returns Time:'Dec/2003' + ... + Time:'Jan/2003'
See also
INTERSECT, JOIN, WITHOUT
