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

Make keyword FROM optional in DELETE statement

    XMLWordPrintable

Details

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

    Description

      Make keyword FROM optional in DELETE statement:

      DELETE [LOW_PRIORITY] [QUICK] [IGNORE]
      FROM tbl_name

      to

      DELETE [LOW_PRIORITY] [QUICK] [IGNORE]
      [FROM] tbl_name

      This would help in porting application from Oracle.

      Attachments

        Activity

          People

            Unassigned Unassigned
            balta Tadas Balaišis
            Votes:
            0 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.