0
votes
1answer
91 views
Least function in TD
Hi,
I need help in getting this function,
In oracle,
least(2, 5, 12, 3) would return 2
Do we have similar function in TD or how do we do.
Thanks for Regards,
TDHelp
0
votes
1answer
149 views
What UDFs would you like to see written?
Teradata was missing a lot of the string manipulation and binary handling functions found on other DBMSs until they added the ability to write our own user defined functions. Peopl …