Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Simple question
Is it possible to create a group function like SUM() or COUNT() ?
I would create something like that:
TABLE tab(txt varchar2(5)) with the following lines:
ab
bcd
efg
The goal: select myfunc(txt) from tab; would give:
'abcdefg'
Anybody ??
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Bruno Durrenberger mailto:bd_at_arte-tv.comReceived on Mon Oct 01 2001 - 09:05:17 CDT
![]() |
![]() |