HELP
displays a list of supported command or help for a specified command
Arguments
command string (optional), the name of a command
Examples
HELP DESCR;
HELP;
Notes
Displays the list of supported commands, or detailed help for one command: HELP or HELP <commandName>.
With no argument, lists every non-hidden core and extension command with a one-line description, followed by the built-in macro syntaxes (<@file>, @file, and /). With a command name, shows that command's description, synonyms, arguments and examples - matching is case-insensitive on the exact keyword (e.g. HELP SHOW TABLES), and this form also finds hidden commands not listed by plain HELP.
If the given name doesn't match any BroadSQL command and the current connection is H2, BroadSQL falls back to H2's own native HELP grammar for that term.
Last modified in release 5.0.7.
BroadSQL