Hi
Does anybody know how to check the existance of a table before deleting it?
I am using RUNSQLSTM and I would like to do something like:
if table qtemp/temp exists then drop table qtemp/temp;
Thanks
Does anybody know how to check the existance of a table before deleting it?
I am using RUNSQLSTM and I would like to do something like:
if table qtemp/temp exists then drop table qtemp/temp;
Thanks



Comment