I tried to drop a view using drop view accounts cascade;
but received an error about other relations depending on it. Why is this happening?
Ralph Matthias Debusmann
Asked on May 25, 2023
cascade
, it will only drop the view itself if there are no other dependent relations.accounts
that you were trying to drop.