link
Search commands...
⌘
K
psql
/
drop-view
Drop View
Delete a PostgreSQL view
Back
view
delete
Command
DROP VIEW viewname
;
Show Explanation
Examples
Drop active_users view
DROP VIEW active_users
;