Main
Tutorial
Manual
Miscellaneous
.end ends a multi-line command.
.end
The following commands can be potentially multi-line.
SELECT * FROM MyTable ORDER BY a; -- Check the number of rows returned from a query .if activityCount == 0 .rem Test SELECT 2; .rem Test .end if