Top "Sql-drop" questions

`DROP` is a keyword in sql.

Postgresql - Why is DROP VIEW command hanging?

I want to perform a simple DROP VIEW ... but it hangs. I have run this query SELECT * FROM pg_locks …

postgresql view freeze sql-drop
Drop index query is slow

This is the query I'm trying to execute: DROP INDEX id_index on table; I've been able to drop indexes …

mysql performance indexing sql-drop