×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Mark

If you are fairly current on the OS level and there will be no other underscores, there is a replace() function now.

Update filename set field = replace(field, '_', '#') where substr(field, 1, 1) = '_'

Not sure of the order of the parameters - and maybe the "field" can be an expression, like a substring - don't know.

Otherwise, there is the old way -
update filename set field = '#' || substr(field, 2) where substr(field, 1, 1) = '_'

HTH
Vern

At 07:57 AM 9/28/2007, you wrote:

Is there a way to update a substring of one column?

I would like to replace the first character of a 10-character field with
say "#" where ever that first byte is say "_" in a column.

Can I do this with an UPDATE ... WHERE ...?

Thanks.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.