Feature Request
Oracle-Compatible Feature: LIKE operator
Describe the feature you'd like to propose:
The LIKE operator is utilized in the WHERE clause of a SQL statement to filter rows based on pattern matching with string expressions. It allows for flexible searching capabilities by enabling partial matches according to specified patterns.