cantademorna
MIS
Can I build up a SQL where statemant? i.e.
can I do this :
the_where_action := "{JOBS.CONTRACT_NO} = {?contract_no}"
+ " and {JOB_TYPES.ORDER_TYPE} = 'R'"
+ " and {ADMIN.PRIORITY} <> '4'";
and then excecute the_where_action for the select query?
Is there another way I can add to or take away from the
where clause of the query within the formula environment at excecution time?
Thank you.
can I do this :
the_where_action := "{JOBS.CONTRACT_NO} = {?contract_no}"
+ " and {JOB_TYPES.ORDER_TYPE} = 'R'"
+ " and {ADMIN.PRIORITY} <> '4'";
and then excecute the_where_action for the select query?
Is there another way I can add to or take away from the
where clause of the query within the formula environment at excecution time?
Thank you.