![]() |
|
Archives of the TeradataForumMessage Posted: Fri, 15 Nov 2002 @ 14:24:09 GMT
You will save some resources if you don't concatenant the columns together...
select
COL1 (format 'XXX') (char(3)
,',' (char(1))
,COL2 (format '9999') (char(4))
,',' (char(1))
,COL3 (char(?))
FROM ${DBNAME}.${TABLENAME}
;
Michael
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||