Similar Sybase Function 'LIST'
458726Jan 25 2006 — edited Jan 30 2006Hi,
Exists in the Oracle some similar function the LIST of the Sybase?
This function mounts the one result query in list form, being possible until choosing the delimiter of the fields.
Syntax of the Sybase.: LIST ({string-expression | DISTINCT column-name} [, delimiter-string ])
Former: SELECT LIST(year) FROM debits WHERE situation = 'O'
Anderson.