REF Data Types
Description
CREATE VIEW generic_view AS
SELECT REF(type) AS ref_col, MAKE_REF(type, identifier_column) AS make_ref_col
FROM generic_table;
SELECT v.ref_col, v.make_ref_col
FROM generic_view v
WHERE v.ref_col IS NOT DANGLING AND v.make_ref_col IS NOT DANGLINGSample Source Patterns
Types and Tables for References
Oracle
Selects and Views using REFs
Oracle
Snowflake
Known Issues
3. OID Clauses in view are not supported by SnowConvert, but there is no EWI related to them
Related EWIs
Last updated