|
Archives of the TeradataForumMessage Posted: Tue, 14 Aug 2007 @ 18:20:03 GMT
It works. create volatile table t1 ( the_value char(1) ) on commit preserve rows ; insert into t1 values('1'); insert into t1 values('2'); insert into t1 values('3'); insert into t1 values('4'); insert into t1 values('5'); select * from t1 where the_value between '2' and '5'; Vince Bernard
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||