![]() |
|
Archives of the TeradataForumMessage Posted: Tue, 22 Feb 2005 @ 09:03:09 GMT
<-- Anonymously Posted: Monday, February 21, 2005 22:25 --> Hi A couple more things we've discovered, 1) It also affects permanent tables created in this manner. 2) It can be overcome by doing this:
create volatile table test as
(
select
proc_d
,case when proc_d is null then 'Y' else 'N' end (character(1),character
set
latin) as Null_D
from run_d
) with no data
on commit preserve rows ;
Cheers
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||