SQL recursive REPLACE command: "REPLACE(SourceString, FindString, NewString) where SourceString is the string to search, FindSting is the string you want to replace and NewString is the string you want to put in the place of FindString.
This function is recursive so it will replace all occurrences of FindString within SourceString. The function will accommodate any string size up to 2000 characters. "
Monday, January 31, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk
- Using as400 QRCVDTAQ api to retrieve a message / entry from a dataqueue
- AS400 Job Scheduler
- EclipseZone - Clean Up Warnings with the 'restriction' Suppression Flag
- Common Gateway Interface (CGI) on the as400 / iSeries
- Adobe Flex 2.0 Beta
- AS400 APIs
- as400 Iseries Tips
- Raj Blogs: Common UNIX Commands
- UDATE and *DATE in AS400 RPG
No comments:
Post a Comment