salix/db/versions/10883-azureRuscus/00-firstScript.sql

6 lines
158 B
MySQL
Raw Permalink Normal View History

2024-02-13 07:57:49 +00:00
CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`credit`AS
SELECT 1;
2024-02-13 06:52:09 +00:00
GRANT SELECT ON TABLE vn2008.credit TO financialBoss;