Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent results of function regexp in MySQL #45337

Open
LJ1An opened this issue May 9, 2024 · 0 comments
Open

Inconsistent results of function regexp in MySQL #45337

LJ1An opened this issue May 9, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@LJ1An
Copy link

LJ1An commented May 9, 2024

Steps to reproduce the behavior (Required)

SELECT 'abc' REGEXP 'B';

Expected behavior (Required)

Result is 1

Real behavior (Required)

Result is 0

StarRocks version (Required)

3.1.5-5d8438a

In MySQL

Result is 1, it ignores case. But case will not be ignored in StarRocks.

@LJ1An LJ1An added the type/bug Something isn't working label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant