Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 376 Bytes

sql-statement-describe.md

File metadata and controls

9 lines (7 loc) · 376 Bytes
title summary aliases
DESCRIBE | TiDB SQL Statement Reference
An overview of the usage of DESCRIBE for the TiDB database.
/docs/dev/sql-statements/sql-statement-describe/
/docs/dev/reference/sql/statements/describe/

DESCRIBE

This statement is an alias to EXPLAIN. It is included for compatibility with MySQL.