1 drop-view

The 'drop-view' element deletes a view in the database.

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

1.1 Example

In the following example, the view 'darknight' is deleted.

Example
Copy
<xsql-conversion>
    <drop-view name='darknight' /> 
</xsql-conversion>