1 drop-table

The 'drop-table' element deletes a table from the database.

<drop-table
    name='name'
    onexception='onexception'
/>

1.1 Example

In the following example, the table 'obsolete' is deleted.

Example
Copy
<xsql-conversion>
    <drop-table name='obsolete' /> 
</xsql-conversion>