mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
PREPARE stmt2 FROM "CREATE VIEW v AS SELECT * FROM INFORMATION_SCHEMA.TABLES";
|
|
FLUSH PRIVILEGES;
|
|
EXECUTE stmt2;
|
|
DROP VIEW v;
|