Viewing 2 posts - 1 through 2 (of 2 total)
In oracle it works like this
select Initcap(lastname) from table;
and I think michaeal answered it right way.
June 27, 2007 at 8:50 am
#715559
if this oracle you can do like this
select
substr('10h',1,instr('10h',
November 18, 2005 at 7:48 am
#604633