We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can use query hint as follows:
/*!dble:plan=1 & 2 & 3 )$use_table_index*/ select * from t1 a left join t2 b on a.id = b.id left join t3 c on a.id=c.id
1 is a, 2 is b, 3 is c
The text was updated successfully, but these errors were encountered:
updated doc:https://github.com/actiontech/dble-docs-cn/blob/develop/2.Function/2.33_execute_plan_hint/overview.md#hint%E8%AF%AD%E6%B3%95
Sorry, something went wrong.
yanhuqing666
No branches or pull requests
can use query hint as follows:
1 is a, 2 is b, 3 is c
The text was updated successfully, but these errors were encountered: