Skip to content

LIKE implementation #476

@TheTanc

Description

@TheTanc

QuestDB implements regex string match with the operators ~= and !~. However, LIKE is not implemented.

Describe the solution you'd like
Implement LIKE such that
column LIKE pattern becomes ~=(column, pattern)
NOT column LIKE pattern becomes !~(column, pattern)

Metadata

Metadata

Assignees

Labels

Good first issueA great place to get familiar with the codebaseNew featureFeature requestsSQLIssues or changes relating to SQL execution

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions