DynamicQuery::AddDeclaredTable (open)

Add a new selected table source to the query, with a declared table

Syntax

LOADLIB "wh::dbase/dynquery.whlib";

MACRO AddDeclaredTable(STRING rename, TABLE tbl, STRING ARRAY select_columns)

Parameters

STRING rename

Name of the table in the query

TABLE tbl

Declared table

STRING ARRAY select_columns