Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 323 Bytes

sql-statement-show-index.md

File metadata and controls

8 lines (6 loc) · 323 Bytes
title summary
SHOW INDEX [FROM|IN] | TiDB SQL Statement Reference
An overview of the usage of SHOW INDEX [FROM|IN] for the TiDB database.

SHOW INDEX [FROM|IN]

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