[MDEV-12919] Make keyword FROM optional in DELETE statement Created: 2017-05-25 Updated: 2023-11-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Tadas Balaišis | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
Make keyword FROM optional in DELETE statement: DELETE [LOW_PRIORITY] [QUICK] [IGNORE] to DELETE [LOW_PRIORITY] [QUICK] [IGNORE] This would help in porting application from Oracle. |
| Comments |
| Comment by Tadas Balaišis [ 2023-11-09 ] | ||
|
As a workaround, you may change your code like this: Find:
Replace:
[x] Regular expression |