Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Remove of Period '.' from my concatnated string. - response (2) by dnoeth

$
0
0

CONCAT is not a built-in Teradata function.
Instead of oREPLACE better use oTRANSLATE, both are built-in since TD14, before they have to be installed as C-UDFs by a DBA.
Or concat the columns on your own (you might add a FORMAT for each column): trim(id) || trim(rec_num) || ...
 
Dieter


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>