how to get every first letter from a string ... ???
623513Feb 16 2008 — edited Mar 11 2009Hi guys
I want to get every first character from my string column say:
Name
---------
Mark Thomsan
Allen John
John Trovolta Robert
I want my result like this
Name
---------
MT
AJ
JTR
and name column could be 255 long
how can i get this ???
thanks
abbas