Definition: | delete_table(string st) |
Description: | Delete a table in the current database. The name of the table is given by st. |
Comments: | All records are deleted and all space used by the table is freed up.
If the table is the
current table, the
current table becomes undefined.
If there is no table with the name given by s, then nothing happens. |
See Also: | db_create_table db_select_table |