Check if a table already exists?
725224Aug 10 2011 — edited Aug 10 2011I need to check if a table exists and do the following; need help with writing query:
If table Exists then
delete * from the table
else
Create table
Edited by: user11146396 on Aug 10, 2011 1:14 PM