Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SHOW FUSION COMMANDS
On this page
The SHOW FUSION COMMANDS command 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: