dolphin ignore index request

This commit is contained in:
chenbd
2023-05-24 16:09:20 +08:00
committed by chenxiaobin19
parent fb668ca67b
commit ce8a0a5ca2
8 changed files with 687 additions and 18 deletions

View File

@ -71,7 +71,7 @@ SUBPARTITION { ( subpartition_name ) | FOR ( subpartition_value [, ...] )}
where nlssort_expression_clause can be:
NLSSORT ( column_name, ' NLS_SORT = { SCHINESE_PINYIN_M | generic_m_ci } ' )
where index_hints can be:
FORCE { INDEX | KEY } ( index_name [, ...] )
{ FORCE | IGNORE } { INDEX | KEY } ( index_name [, ...] )
| USE { INDEX | KEY } ( [ index_name [, ...] ] )
NOTICE: [into_option] is only available in CENTRALIZED mode and B-format database.
NOTICE: [index_hints] is only available in CENTRALIZED mode and B-format database.