RunSQL
RunSQL Function
Runs any SQL query.
Syntax
RunSQL (scalar query, table tables)
Arguments
| Argument | Description |
|---|---|
scalar query | SQL query |
table tables | A table of the tables to be used as source material |
Examples:
RunSQL('select * from [{{0}}]', [[FusionTestTable]])
Returns all columns of the given table.