Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11143/src/test/BugTracker-2009/Tests
Added Files:
subtraction_between_two_columns.SF-2582389.sql
Log Message:
propagated changes of Monday Feb 09 2009
from the Feb2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/09 - romulog:
src/test/BugTracker-2009/Tests/subtraction_between_two_columns.SF-2582389.sql,1.1.2.1
Add test for bug
subtraction_between_two_columns.SF-2582389
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- NEW FILE: subtraction_between_two_columns.SF-2582389.sql ---
create table t2(id int, inst float);
insert into t2 values(1, 0.2);
insert into t2 values(1, 0.4);
select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2 l, t2 r where
r.id = l.id order by inst limit 2;
drop table t2;
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins