Re: Lexical Variables & Performance in Reports

From: Serge A. Krivoziatev <ksa_at_ftc.ru>
Date: Mon, 7 Sep 1998 10:15:42 +0600
Message-ID: <905188455.593680_at_goliaf.ftc.ru>


Try the following:

select col1, col2, col3
from table1, table2
where table1.col1 = table2.col1 &where_supplement;

in where_supplement you pass:

'and '||<condition>

Regards,
Serge Krivoziatev Received on Mon Sep 07 1998 - 06:15:42 CEST

Original text of this message