Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

sql-statement-show-keys.md

File metadata and controls

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

SHOW KEYS [FROM|IN]

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