select substr(names,1,1) || substr(names, instr(names,' ')+1,1) from tablename;
You might want to add a decode before the second concatenation to check if there is a space.
|
Results 1 to 10 of 16
Threaded View
|
Click Here to Expand Forum to Full Width |