Tagged Questions

0
votes
1answer
154 views

How to yield maximum decimal digits from a cast?

I want to demonstrate the problem with the help of an example. Accurate division: 7299 / 48 = 152.0625 However, in Teradata all precision is lost when querying for select 7299/48 …