Select from Table
Arguments
- db
database name or file
- tableName
name of table from which to read data
- arguments
list with elements
select,where,orderByand 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