Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Variable declaration works:
DECLARE
|
cDate VARCHAR2(10) := '2011-10-30'; |
BEGIN
|
NULL; |
END; |
/
|
Constant declaration does NOT:
DECLARE
|
-> cDate CONSTANT VARCHAR2(10) := '2011-10-30'; |
-> BEGIN |
-> NULL; |
-> END; |
-> /
|
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'VARCHAR2(10) := '2011-10-30'; |
BEGIN
|
NULL;
|
END' at line 2 |
See also: MDEV-10591
Attachments
Issue Links
- blocks
-
MDEV-34569 Oracle compatibility project 4
- Open
- is part of
-
MDEV-10872 Providing compatibility Oracle database
- Open