execSQL: Execute query in database

Description Usage Arguments Value Author(s)

View source: R/execSQL.R

Description

Execute query in database

Usage

1
execSQL(sql, replacement = NULL, connection_alias = "default")

Arguments

sql

Query SQL to be executed: 'INSERT INTO cars (speed, dist) VALUES (1, 1), (2, 2), (3, 3);'

replacement

Array with replecements c('find this' = 'replace with this')

connection_alias

Alias para acesso a conexao armazenada

Value

TRUE if executed without errors

Author(s)

Herson Melo


hersonpc/RISGMv documentation built on Aug. 26, 2020, 9:30 a.m.