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 GRAMMAR FOR
On this page
The SHOW FUSION GRAMMAR FOR command returns the grammar (syntax) for the specified Fusion SQL command.
Syntax
SHOW FUSION GRAMMAR FOR '<command>'Argument
-
command: A Fusion SQL command.
Example
The following command displays the grammar for the CREATE WORKSPACE Fusion SQL command:
SHOW FUSION GRAMMAR FOR 'CREATE WORKSPACE';
Last modified: