mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
--source include/galera_cluster.inc
|
|
|
|
CREATE OR REPLACE VIEW v AS WITH cte AS ( SELECT 1 ) SELECT * FROM cte;
|
|
|
|
# Cleanup
|
|
DROP VIEW v;
|