Execute a SQL statement from a file that takes a single Variant parameter
path to SQL file
a single Variant parameter
database.execute!("queries/statement.sql")(Variant("value"));
See Implementation
Execute a SQL statement from a file that takes a single Variant parameter