Subject | RE: [ib-support] If statements in an SP |
---|---|
Author | Bill Meaney |
Post date | 2002-07-31T17:26:58Z |
Try using () around the if expression
if (:CorP <> '') then
if (:CorP <> '') then
> /* if :CORP <> '' thenBill Meaney
> begin
> and C.CUSTPROS = :CORP
> suspend;
> end; */