![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 21 Feb 2008 @ 10:30:23 GMT
<-- Anonymously Posted: Thu, 21 Feb 2008 10:19 --> Hi Criaig, Following code can be used if you are not sure about the existence of the table to be dropped.
DROP TABLE Tablename ;
.IF ERRORCODE = 3807 THEN .GOTO NEXT1
.IF ERRORCODE = 0 THEN .GOTO NEXT1
.QUIT ERRORCODE
Regards
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||