LIKE implementation
See original GitHub issueQuestDB 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)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
mysql - How is LIKE implemented? - DBA Stack Exchange
Can anyone explain how the LIKE operator is implemented in current database systems (e.g. MySQL or Postgres)? or point me to some references ......
Read more >How to implement a 'likes' system [closed] - php - Stack Overflow
I would like to create a liking system for my blog where people get to give a like to a post they enjoyed,...
Read more >24 Synonyms & Antonyms of IMPLEMENTATION
Synonyms for IMPLEMENTATION: accomplishment, achievement, commission, discharge, enactment, execution, fulfillment, performance ... Synonyms & Similar Words.
Read more >A C# LIKE implementation that mimics SQL LIKE - CodeProject
Code for a C# string.Like extension method. Introduction. I've always found the lack of a SQL LIKE operator in C# lacking. Sure -...
Read more >What is Implementation? - TechTarget
Implementation is the execution or practice of a plan, a method or any design, idea, model, specification, standard or policy for doing something....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@TheTanc : I would like to work on this , Can I ?
No yammer group I’m afraid, but you can find us on slack