Table Function Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
SELECT * FROM TABLE(TUDF1(3) CARDINALITY 30) AS X;SELECT * FROM TABLE(TUDF1(3)
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. CARDINALITY CLAUSE **
-- CARDINALITY 30
) AS X;