shell% cat abstract.sql select city, date from weather where temp_lo < ?; shell% sql_test abstract.sql 55 # send in placeholder value shell% cat testexec.out # to see results... looks good