Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

How to concatenate a date in three different columns? - response (9) by Raja_KT

$
0
0

Can you plz share the ddl? It works fine :
create table mmmmmm(year1 smallint, month1 smallint, day1 smallint);
insert into mmmmmm values( 1987,2,14);
insert into mmmmmm values( .......);
select (year1-1900)*10000 +month1*100 +day1 (date) from your_tbl;


Viewing all articles
Browse latest Browse all 27759

Trending Articles



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