tSqlRow example
In the following Job script example of tSqlRow, only the query context and query statement are specified, leaving all the other parameter as default.
setSettings {
SQL_CONTEXT : "SQLContext",
SQL_QUERY : "\"select id, name, city from row1\""
}