Hagen Schl�mer wrote : >Hi!
>Can anyone tell me how to use exists table? I like to drop a table if it >exists. The helpfile means: ><exists_table_statement> ::= > EXISTS TABLE <table_name> >?? >greetings >Hagen The exists table statement returns the sql code 0, if the table exists. Otherwise sql code -4004 is returned. Regards, Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
