powered by
Constructor function for SQL queries.
qry_sql(query_string, params = NULL)
SQL query string.
Sequence of positional query parameters.
Object of type qry_sql.
qry_sql
# NOT RUN { sql_stmt <- data.world::qry_sql("SELECT * FROM Tables") # }
Run the code above in your browser using DataLab