1 rename-table

The 'rename-table' element renames an existing table.

<rename-table
    name='name'
    to='to'
    onexception='onexception'
/>

1.1 Ejemplo

In the following example, the table 'raider' is given the new name 'twix'.

Example
Copy
<xsql-conversion>
    <rename-table name='raider' to='twix' /> 
</xsql-conversion>