command line SQL help
Documentation
\h [NAME] help on syntax of SQL commands, * for all commands
Example
\h ROLLBACK TO SAVE POINT
Output
Command: ROLLBACK TO SAVEPOINT
Description: roll back to a savepoint
Syntax:
ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_name
/ht Brian
Tweet