internal: set Where

Description Usage Arguments Value

Description

set Where for database queries

Usage

1
2
3
  setWhere(con, serIDs, realVintage, realPanel)
  realVintage(con, vintage, serIDs)
  realPanel(con, panel)

Arguments

con

A database connection.

serIDs

identifier for series to extract.

vintage

Vintage to be specified (possibly alias).

panel

Panel to be specified (possibly alias).

realVintage

Vintage to be specified (not alias).

realPanel

Panel to be specified (not alias).

Value

A character string to use as where in db query.


TSsql documentation built on May 2, 2019, 5:44 a.m.

Related to internal in TSsql...