|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/22/2008 11:30:56 AM
Posts: 22,
Visits: 41
|
|
Hi
I want to include some select statements in a function.
So, can anyone help me in creating a function,
Syntax for creating an user defined function in Teradata.
Thanks
Dileep
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 6:49:01 AM
Posts: 180,
Visits: 578
|
|
Hello,
You cannot include SELECT statements in Teradata UDFs. Teradata UDFs are C/C++ based objects.
For example, you can either search the UDFs forum, or consult the manuals.
Regards,
Adeel
|
|
|
|