All Manuals > LispWorks® User Guide and Reference Manual > 45 The SQL Package

drop-view Function

Summary

Deletes a view from a database.

Package

sql

Signature

drop-view view &key database

Arguments
view
A view.
database
A database.
Description

The function drop-view deletes view from database.

The default value of database is *default-database*.

Notes

DROP VIEW is not implemented in MS Access SQL, so drop-view does not work with that database. Use drop-table instead.

See also

create-view
*default-database*
drop-index
drop-table


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56