drop table if it exists condition
518011Jul 10 2006 — edited Jul 10 2006I am trying to set a condition that if a table exists in the database to drop the table and alter the sequence. I keep getting the error EXISTS must be declared. I have tried delete as an alternative. Any Suggestions?