Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8244/src/test/BugTracker-2009/Tests

Added Files:
        except_error_wrong.SF-2808409.sql 
Log Message:
propagated changes of Friday Aug 07 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/07 - nielsnes:
        src/test/BugTracker-2009/Tests/except_error_wrong.SF-2808409.sql,1.1.2.1
added test for bug in except error message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: except_error_wrong.SF-2808409.sql ---
create table kvk (kvk bigint, bedrijfsnaam varchar(255), adres varchar(64), 
postcode varchar(6), plaats varchar(32), type varchar(16));
create table anbi (naam varchar(256), vestigingsplaats varchar(32), beschikking 
timestamp, intrekking timestamp);

select naam, vestigingsplaats, beschikking from anbi except select naam, 
vestigingsplaats, beschikking from anbi, kvk where lower(naam) = 
lower(bedrijfsnaam) and lower(plaats) = lower(vestigingsplaats);
select naam, vestigingsplaats from anbi except select naam, vestigingsplaats, 
beschikking from anbi, kvk where lower(naam) = lower(bedrijfsnaam) and 
lower(plaats) = lower(vestigingsplaats);

drop table kvk;
drop table anbi;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to