cancel
Showing results for 
Search instead for 
Did you mean: 
mgrave
New Contributor II
since ‎08-25-2023
‎08-25-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

See attached screenshot. In my SQL notebook, declare a temporary view:CREATE OR REPLACE TEMP VIEW tmp_table ASSELECT ...;SELECT count(*) FROM tmp_table; The code editor considers tmp_table is not a valid name in that latter SELECT. The reason is:Coul...
Kudos from