Синтаксическая ошибка при создании материализованного представления в MySQL:
Попытка создать mview, как показано ниже:
create materialized view test.dept10
as
select * from test.employees
where deptno=10;
**ERROR 1064 (42000):** You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'materialized view test.dept10