Select from Table
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 withselect_
,where_
andorderBy_
, respectively- run
if TRUE (default) the SQL SELECT statement is run otherwise returned as character string
- ...
further arguments passed to
hsSqlQuery