OQL SLICE functionDevelopers.OQLSLICE HistoryHide minor edits - Show changes to markup November 28, 2005, at 06:42 PM
by -
Changed line 13 from:
returns all the objects whose displayName starts with 'R'. to:
returns all the objects whose displayName starts with 'R'. November 28, 2005, at 06:42 PM
by -
Added lines 1-13:
Syntax: slice(x, start, stop)
Return a slice of an object. For instance: select id, displayName from deep('/')
where slice(displayName, 0, 1) = 'R'
returns all the objects whose displayName starts with 'R'. |
|
|
Page last modified on November 28, 2005, at 06:42 PM
|
|