Skip to content

Unrecognized keywords and statement types on 4.5.5.1 #41

@jrchamp

Description

@jrchamp

There are just the ones that I noticed.

Unrecognized keywords for REGEXP, RLIKE
Unrecognized statement type for DISTINCT on UNION DISTINCT

SELECT 1
FROM information_schema.TABLES
WHERE 'a' REGEXP '^[a-d]'
UNION DISTINCT
SELECT 1
FROM information_schema.TABLES
WHERE 'a' RLIKE '^[a-d]';

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions