Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 339 Bytes

sql-statement-show-fields-from.md

File metadata and controls

8 lines (6 loc) · 339 Bytes
title summary
SHOW [FULL] FIELDS FROM | TiDB SQL Statement Reference
An overview of the usage of SHOW [FULL] FIELDS FROM for the TiDB database.

SHOW [FULL] FIELDS FROM

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