Instead of giving ALTER VIEW I mistakenly issued the command ALTER TABLE on a VIEW and it didn’t complain.
What are the implications of running ALTER TABLE on a VIEW ?
ALTER TABLE schema.view_name OWNER TO `group`
Instead of giving ALTER VIEW I mistakenly issued the command ALTER TABLE on a VIEW and it didn’t complain.
What are the implications of running ALTER TABLE on a VIEW ?
ALTER TABLE schema.view_name OWNER TO `group`