Skip to content

能否使用force index语法? #116

@chadhg

Description

@chadhg

能否支持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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions