Write SQL to a SQL (text) file
writeSql writes SQL to a file
writeSql(sql, targetFile)
sql |
A string containing the sql |
targetFile |
The target SQL file |
writeSql writes SQL to a file
## Not run: sql <- "SELECT * FROM @table_name" writeSql(sql, "myParamStatement.sql") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.