SHOW FUSION COMMANDS
On this page
Lists all the supported Fusion SQL commands.
Syntax
SHOW FUSION COMMANDS [ LIKE '<pattern>' ]Argument
-
pattern: Specifies a pattern similar to the SQLLIKEclause and returns Fusion SQL commands that match the specified pattern.Uses %as the wildcard character.
Example
The following command lists Fusion SQL commands that start with SHOW:
SHOW FUSION COMMANDS LIKE 'SHOW%';
Last modified: February 13, 2025