Hi there,
if i have a query which is the following:
select '<option value=' || id || '>' || name as hehe from library;
which produces the result
hehe
------------------------------------------------------
<option value=1>Bayside City Council Library Service
How can i make it concatenate every record which is in that table and return it as one field?
Is there a standard function for something like this or has anyone written something similiar?
Thanks in Advance
troy
if i have a query which is the following:
select '<option value=' || id || '>' || name as hehe from library;
which produces the result
hehe
------------------------------------------------------
<option value=1>Bayside City Council Library Service
How can i make it concatenate every record which is in that table and return it as one field?
Is there a standard function for something like this or has anyone written something similiar?
Thanks in Advance
troy