powered by
Add special quotes around table name.
tableQuote(sqtable)
String with special quotes.
table name, with or without schema name.
sqlQuery requires special quotes if the table name has spaces.
sqlQuery
Quotes in base R.
Quotes
MSSQL-package gives an overview of the package.
MSSQL-package
tableQuote("table") tableQuote("table name") tableQuote("schema.table") tableQuote("schema.table name")
Run the code above in your browser using DataLab