render_row_count: Render SQL for a Table Row Count

Description Usage Arguments

View source: R/render.R

Description

Render SQL for a Table Row Count

Usage

1
render_row_count(fields = "*", distinct = FALSE, schema, tableName)

Arguments

fields

Fields selected for. Defaults to "*".

distinct

If TRUE, the distinct row count will be returned.

schema

If NULL, defaults to "public"


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.