Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 464 Bytes

sql-statement-show-fields-from.md

File metadata and controls

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

SHOW [FULL] FIELDS FROM

This statement is an alias to SHOW [FULL] COLUMNS FROM. It is included for compatibility with MySQL.