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