mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
5 lines
125 B
Text
5 lines
125 B
Text
|
PREPARE stmt2 FROM "CREATE VIEW v AS SELECT * FROM INFORMATION_SCHEMA.TABLES";
|
||
|
FLUSH PRIVILEGES;
|
||
|
EXECUTE stmt2;
|
||
|
DROP VIEW v;
|