read
Usage
.read [filename]
Description
Read and execute SQL commands from a file. The file must contain valid SQL commands.
Multi-line SQL statements should be terminated with a semicolon (;
).
Examples
Read and execute SQL commands from a file named commands.sql
:
.read commands.sql