Not correct delete ------------------ Key: CORE-4697 URL: http://tracker.firebirdsql.org/browse/CORE-4697 Project: Firebird Core Issue Type: Bug Affects Versions: 2.5.3 Environment: Windows Reporter: Dmitry Kornilov
create table t1(id1 int, id2 int); insert into t1(id1,id2) values(1,2); insert into t1(id1,id2) values(1,3); insert into t1(id1,id2) values(1,4); delete from t1 where id1 in (select id1 from t1 where id2=2) delete one record delete from t1 where id1 in (select id1 from t1 where id2=3) delete two record delete from t1 where id1 in (select id1 from t1 where id2=4) delete three record ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel