Subject | Re: [firebird-support] Can you guess the result of this query? :) |
---|---|
Author | Milan Babuskov |
Post date | 2006-08-13T16:45:07Z |
Svein Erling Tysvaer wrote:
select new.old from new old
where old.old = new.old
etc.
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
> I tried changing the names a bit to make it easier for me to understand:LOL :)
>
> create table MILAN ( BABUSKOV INTEGER );
> SET TERM ^ ;My initial idea even used alias to complicate things even further ;)
> CREATE TRIGGER NEW_BU2 FOR MILAN ACTIVE BEFORE UPDATE POSITION 0 AS
> BEGIN
> select MILAN.BABUSKOV from MILAN
select new.old from new old
where old.old = new.old
etc.
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org