Out of curiosity, what do you want to use this for? I can understand temp table, but temp views in an application seems unusual.
e
Elka
06/05/2020, 4:42 PM
Just wanted to create a view that lives only during the life time of the database connection...
Wouldn't creating normal view requires "Alter statements" when db is migrated?