This tag is used to remove a table of the database.
1 drop
<drop table='tabname'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atable | string | Name of the table which you want to remove. |
Example
Remove a table of the database.
Copy
<xsql-script name='sql_drop_ex1'> <body> <drop table='gex1table'/> </body> </xsql-script>