28.4.3 Analyzing Query Results (cont.)
- execsql program demonstrates these concepts
- Executes SQL commands stored in a text file (e.g., product.sql)
execsql < product.sql
- Prints out results of a SELECT query
- To run interactively:
execsql
- Enter key executes a query
- End-of-file (ctrl-D or ctrl-Z to quit)
prev
|top
|next