Subject | Re: Stored Procedure bug? |
---|---|
Author | Didier Gasser-Morlay |
Post date | 2002-11-19T16:24:08Z |
May be silly, but should not it be
select workingday from workingdays
where sortorder = (select result from dayofweek_select
(:In_Begin))
into :Temp;
instead of into Temp (semicolon)
Didier
select workingday from workingdays
where sortorder = (select result from dayofweek_select
(:In_Begin))
into :Temp;
instead of into Temp (semicolon)
Didier