Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

sql-statement-show-index.md

File metadata and controls

9 lines (7 loc) · 436 Bytes
title summary aliases
SHOW INDEX [FROM|IN] | TiDB SQL Statement Reference
An overview of the usage of SHOW INDEX [FROM|IN] for the TiDB database.
/docs/dev/sql-statements/sql-statement-show-index/
/docs/dev/reference/sql/statements/show-index/

SHOW INDEX [FROM|IN]

This statement is an alias to SHOW INDEXES [FROM|IN]. It is included for compatibility with MySQL.