DEBSOURCES
Skip Quicknav
sources / php5 / 5.2.6.dfsg.1-1%2Blenny16 / ext / oci8 / tests / drop_table.inc
123456789101112
<?php if ($c) { $ora_sql = "DROP TABLE ".$schema.$table_name." "; $statement = OCIParse($c,$ora_sql); OCIExecute($statement); } ?>