SyntaxFix
Write A Post
Hire A Developer
Questions
If you are doing in code then first check for table in database by using query SELECT table_name FROM user_tables WHERE table_name = 'XYZ'
if record found then truncate table otherwise create Table
Work like Create or Replace.