Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-12090

Make INSTR understand optional parameters for position and occurence

Details

    • New Feature
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • None

    Description

      Currently the built-in function INSTR understands two parameters:

      INSTR(string, substring)
      

      We'll extend INSTR to understand two extra optional parameters:

      INSTR(string, substring [,position [,occurence])
      

      where:

      • position is an nonzero integer indicating the character of string where to begin the search. If position is negative, then INSTR counts backward from the end of string and then searches backward from the resulting position.
      • occurrence is a positive integer indicating which occurrence of string to search for.

      Attachments

        Issue Links

          Activity

            No workflow transitions have been executed yet.

            People

              Unassigned Unassigned
              bar Alexander Barkov
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.