TD 12 will give same results.
when you say
select 2/10
then teradata interprets datatype and provides answer in same datatype
If
select 2.0/10 or select 2/10.0
then it will go to decimal/float datatype and answer will be 0.2
↧