DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 16

Thread: How to get the substring value from a column with data?

Threaded View

  1. #6
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    translate(initcap(column),
    'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',
    'ABCDEFGHIJKLMNOPQRSTUVWXYZ')
    Will deal with any number of names - but I feel there must be a neater way . . .
    Last edited by DaPi; 04-15-2004 at 11:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width