Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-5597

Add support for a SQL REPLACE(in, search, replace) function

    XMLWordPrintableJSON

Details

    • Normal

    Description

      I don't know any other database that lacks this type of function (even SQLite has it):

      REPLACE(in, search)
      REPLACE(in, search, replace)

      But according to the Derby docs, this doesn't exist in Derby:

      http://db.apache.org/derby/docs/10.8/ref/rrefsqlj29026.html

      It would be quite simple to implement, I guess. Yet really useful for many people. Some documentation examples from other databases:

      http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions134.htm
      http://msdn.microsoft.com/de-de/library/ms186862.aspx
      http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.db2.doc.sqlref%2Ffrepl.htm
      http://dev.mysql.com/doc/refman/5.1/en/string-functions.html#function_replace
      http://hsqldb.org/doc/2.0/guide/builtinfunctions-chapt.html#N135A7

      Attachments

        Activity

          People

            Unassigned Unassigned
            lukas.eder Lukas Eder
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: