Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

sql-statement-desc.md

File metadata and controls

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

DESC

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