There are a few scripts start with DROP VIEW but immediately followed by CREATE TABLE. This would cause an issue mostly when local testing is performed when the database does not start from a "clean slate' and existing table won't get properly dropped and new table cannot replace the existing ones.
There are a few scripts start with
DROP VIEW
but immediately followed byCREATE TABLE
. This would cause an issue mostly when local testing is performed when the database does not start from a "clean slate' and existing table won't get properly dropped and new table cannot replace the existing ones.