ReconResults: Compares two SQL resultsets from two database environments

Description Usage Arguments Value

View source: R/reconresults.R

Description

Takes a SQL statement as an input and executes the SQL in two database environments, then compares the SQL resultset for differences.

Usage

1
ReconResults(query, env1, env2)

Arguments

query

SQL Query.

env1

Environment string to the first database.

env2

Environment string to the second database.

Value

Returns a tibble of differences


neemtreeparrot/deebee documentation built on May 6, 2019, 12:05 a.m.