Functions
Function | Description | Notes/Examples |
---|---|---|
SIZE | Find out how many objects there are in a containment. | Find orders that contain a single orderLine:
SIZE(orderLines) = 1 |
UPPER | Convert Text, URI or ID attributes to upper case. |
UPPER(postcode) = 'SN%' |
LOWER | Convert Text, URI or ID attributes to lower case. |
LOWER(postcode) = 'sn%' |
Copyright © Cloud Software Group, Inc. All rights reserved.