In my SQL server procedure am having a input as TVP . Is there any possible ways to achieve this in Snowflake?
Asked
Active
Viewed 98 times
1 Answers
0
Snowflake has 3 types of semistructured data, object, json (variant) or array. depending on your usage I would suggest to look through the documentation/examples and decide which one makes most sense for you:
https://docs.snowflake.net/manuals/sql-reference/data-types-semistructured.html

MMV
- 920
- 4
- 9