chickadee » sqlite3 » execute

execute STATEMENT #!rest PARAMETERSprocedure
execute DATABASE SQL #!rest PARAMETERSprocedure

(Compiles the given SQL), resets the statement, binds the statement's free parameters and executes the statement ignoring possible results from it.