Skip to main content
The SHOW STATEMENT HINTS lists the that have been created for a specific SQL statement fingerprint using the information_schema.crdb_rewrite_inline_hints() built-in function.

Required privileges

Users must have the privilege to run SHOW STATEMENT HINTS.

Synopsis

show_statement_hints syntax diagram

Parameters

Options

Response

The following fields are returned:

Examples

Show hints for a statement

To show all injected hints for a specific statement fingerprint:

Show hints with detailed information

To include the donor fingerprint in the output:

See also