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

starrocks support ANSI_QUOTES #49685

Open
ShaoxunLi opened this issue Aug 11, 2024 · 0 comments · May be fixed by #49686
Open

starrocks support ANSI_QUOTES #49685

ShaoxunLi opened this issue Aug 11, 2024 · 0 comments · May be fixed by #49686
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@ShaoxunLi
Copy link
Contributor

Enhancement

Mysql support set sql_mode="ANSI_QUOTES" like:

mysql> select "t"."a" from "t";
+------+
| a    |
+------+
|    0 |
|    1 |
|    2 |
+------+
3 rows in set (0.00 sec)

compatibility

@ShaoxunLi ShaoxunLi added the type/enhancement Make an enhancement to StarRocks label Aug 11, 2024
@ShaoxunLi ShaoxunLi linked a pull request Aug 11, 2024 that will close this issue
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Make an enhancement to StarRocks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant