Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 345 Bytes

File metadata and controls

10 lines (8 loc) · 345 Bytes
title DESCRIBE | TiDB SQL Statement Reference
summary An overview of the usage of DESCRIBE for the TiDB database.
category reference
aliases
/docs/dev/reference/sql/statements/describe/

DESCRIBE

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