This tag is used to remove a table of the database.

1 drop

<drop table='tabname'/>
Example

Remove a table of the database.

Copy
<xsql-script name='sql_drop_ex1'>
    <body>
        <drop table='gex1table'/>
    </body>
</xsql-script>