DynamicQuery::AddJoin (open)

Adds a join to the query of the form 'table.column OPERATOR table.column'. Comparisons will be done case-sensitive.

Syntax

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

MACRO AddJoin(STRING left_column, STRING type, STRING right_column)

Parameters

STRING left_column

Name of the left column

STRING type

Operator (one of '>', '>=', '=', '!=', '<', '<=', 'LIKE')

STRING right_column

Name of the right column