Subject | Re: [ib-support] Triggers |
---|---|
Author | Nando Dessena |
Post date | 2001-03-15T14:29:03Z |
Lee,
declare variable myvar sometype;
...
select somefield from sometable where <unique condition> into :myvar;
--
____
_/\/ando
> Thanks Lucas, yes I think that works when I use a constant. Any idea on howwhat about SELECTing it?
> to do this when the 'abc_def' part needs to come from a table value?
declare variable myvar sometype;
...
select somefield from sometable where <unique condition> into :myvar;
--
____
_/\/ando