write_sql_for_random_records: Writes SQL to get random records of a certain limit

Description Usage Arguments Value

View source: R/write_sql_for_random_records.R

Description

Writes SQL to get random records of a certain limit

Usage

1
write_sql_for_random_records(table_name, limit = 1000, select = "*")

Arguments

table_name

name of table, including schema if applicable

limit

value LIMIT is assigned to in the sql statement

select

character vector of column names for SELECT statement

Value

character string of length one of a sql statement that queries a table for a desired number of random records


patelm9/mySeagull documentation built on April 12, 2020, 9:21 p.m.