Update of /cvsroot/monetdb/sql/src/test/ADT2006
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8635
Modified Files:
bram.sql
Log Message:
Enforce order to simplify testing.
Index: bram.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/ADT2006/bram.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bram.sql 2 Sep 2008 13:21:48 -0000 1.3
+++ bram.sql 31 Dec 2009 10:16:37 -0000 1.4
@@ -332,7 +332,7 @@
select i.name, count(v.victim) AS cases from inspector i JOIN inspector_victim
v ON (v.inspector = i.name)
-GROUP BY i.name HAVING count(v.victim) > 1;
+GROUP BY i.name HAVING count(v.victim) > 1 order by i.name;
(SELECT 'Detective' as grade, count(name) AS inspectors FROM inspector
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins