cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to define a function that returns a void?

Former Member
0 Likes
1,376

Hi all,

How can I define a custom function that returns a void?

My understanding is simple UDF can only return a string.

Is there any way around this limitation?

Thanks.

Ron

View Entire Topic
prabhu_s2
Active Contributor
0 Likes

returning a void will be like returning an empty string or null inside a UDF.