![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 21 Jul 2004 @ 12:20:20 GMT
Victor Using derived tables can overcome this one. See below:
select * from (select 'hello' (char(10)) ) t (c1)
union
select * from (select 'bye-bye' (char(10))) t (c1) ;
Cheers Frank
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||