Home > Documentation > Syntax > Functions > Runscript
Execute script file against a connection source. This will typically be a SQL query.
Definition
runscript(arg1, arg2)
Parameters:
- arg1 – source
Source to run the script against. - arg2 – string
The script file to run.
Returns:
- Null
Eg:
runscript(sources.source1, "script.sql")

Leave a comment