Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
11.4 |
MariaDB [(none)]> select * from (values row(2)) t;
|
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 'row(2)) t' at line 1
|
mysql-8.0.30 |
select * from (values row(2)) t;
|
column_0
|
2
|
Attachments
Issue Links
- links to