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

能否使用force index语法? #116

Open
chadhg opened this issue Oct 11, 2024 · 0 comments
Open

能否使用force index语法? #116

chadhg opened this issue Oct 11, 2024 · 0 comments

Comments

@chadhg
Copy link

chadhg commented Oct 11, 2024

能否支持force index语法,如果能支持,应该使用哪个方法?
sql example:
SELECT id, user_id, err_code, err_info, create_time, update_time FROM pr_user_record_tab FORCE INDEX(idx_err_id) WHERE (err_code=0 AND id>=12345678) ORDER BY id ASC LIMIT 1000;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant