我已经安装了最新的.net连接器,我可以将MySQL数据库添加为数据源,我甚至可以浏览Business Intelligence Studio中的数据.
问题是我无法创建数据源视图,或者如果我确实创建了一个没有表的视图,尝试在事实之后添加它们会给我带来同样的错误.
具体来说,看起来数据源视图向导尝试使用方括号/大括号和查询炸弹来提交针对MySQL数据库的查询.
我收到一条错误消息:
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 '[my_db].[cheatType]' at line 2
Run Code Online (Sandbox Code Playgroud)
如何才能做到这一点?