SSC-FDM-0023
A Global Temporary Table is being referenced.
Severity
Description
Code example
Input
create global temporary table t1
(col1 varchar);
create view view1 as
select col1 from t1;Output
Related Issues
Recommendations
Last updated
