Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 566 Bytes

sql-statement-show-profiles.md

File metadata and controls

31 lines (20 loc) · 566 Bytes
title summary aliases
SHOW PROFILES
An overview of the usage of SHOW PROFILES for the TiDB database.
/docs/dev/sql-statements/sql-statement-show-profiles/

SHOW PROFILES

The SHOW PROFILES statement currently only returns an empty result.

Synopsis

ShowStmt:

ShowStmt

Examples

{{< copyable "sql" >}}

SHOW PROFILES;
Empty set (0.00 sec)

MySQL compatibility

This statement is included only for compatibility with MySQL. Executing SHOW PROFILES always returns an empty result.