I need to configure a user with an access to any views current and future without specify everytime the GRANT to the new ones.
Is it possibile?
I've searched on google but any solution user a single GRANT query like this:
CREATE VIEW chartio_read_only.”Visitors” AS SELECT * FROM Visitors; GRANT SELECT ON chartio_read_only.”Visitors” TO chartio_schema_user;
I need something more global.