Skip to contents

Select from Table

Usage

selectFromTable(db, tableName, arguments, run = TRUE, ...)

Arguments

db

database name or file

tableName

name of table from which to read data

arguments

list with elements select, where, orderBy and further elements starting with select_, where_ and orderBy_, respectively

run

if TRUE (default) the SQL SELECT statement is run otherwise returned as character string

...

further arguments passed to hsSqlQuery