Learn R Programming

data.world (version 1.2.2)

qry_sql: Constructor function for SQL queries.

Description

Constructor function for SQL queries.

Usage

qry_sql(query_string, params = NULL)

Arguments

query_string

SQL query string.

params

Sequence of positional query parameters.

Value

Object of type qry_sql.

Examples

Run this code
# NOT RUN {
  sql_stmt <- data.world::qry_sql("SELECT * FROM Tables")
# }

Run the code above in your browser using DataLab