CC: | gisbert.selke [...] wido.bv.aok.de |
Subject: | Error parsing MySQL CREATE VIEW |
The following MySQL CREATE statement
CREATE DEFINER='usr@%' VIEW w AS select a from v;
triggers an error
ERROR (line 1): Invalid statement: Was expecting comment, or use, or
set, or drop, or create, or alter, or insert, or
delimiter, or empty statement
Removing the DEFINER=... clause will yield empty output from sqlt if run
without --validate, or an "invalid schema" error.
It seems that CREATE VIEW is not supported. Should I expect it to be?