0

In my SQL server procedure am having a input as TVP . Is there any possible ways to achieve this in Snowflake?

Shahul
  • 99
  • 3
  • 8

1 Answers1

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