Viewing 4 posts - 1 through 5 (of 5 total)
thanks for your attention, I was getting to the same conclusion.
July 27, 2006 at 12:47 pm
the problem is that this is coming in from a java front end in a predominantly database agnostic application, so I don't know that I could use the sql server...
July 27, 2006 at 10:33 am
I messed up the escape characters in the example, sorry
select mpe_join('select fname||'' ''||lname from table1 where') as namelist, somecol,someothercol
from sometable
July 27, 2006 at 9:17 am
the developers use the oracle function like so:
select mpe_join('select fname||' '||lname from table1 where') as namelist, somecol,someothercol
from sometable
to get back something like
namelist ...
July 27, 2006 at 9:16 am
Viewing 4 posts - 1 through 5 (of 5 total)