Functions overloading
Last updated
Was this helpful?
Last updated
Was this helpful?
Snowflake support . You can create multiple UDFs with the same name but with different types of arguments..
Let's create:
The first one has Table A as a source, and the second one Table B.
Now let's create VIEWs depending on these functions:
Here is the result: