[MDEV-33241] support explict ROW syntax in select * from (values row(2)) t; Created: 2024-01-15  Updated: 2024-01-15

Status: Open
Project: MariaDB Server
Component/s: Data types
Fix Version/s: None

Type: New Feature Priority: Major
Reporter: Daniel Black Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: compat80


 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 compat.

mysql-8.0.30

select * from (values row(2)) t;
column_0
2


Generated at Thu Feb 08 10:37:27 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.