我正在将数据从 MySQL 导入 PowerPivot。我有所有相关的驱动程序。当我尝试导入 PowerPivot 时,出现以下错误:
当我从表列表中选择时:
Failed to retrieve data from companies. Reason: ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.1.58]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 '[companies].* FROM [companies]' at line 1
当我“编写一个经过验证的查询”时,我收到:
The following system error occurred: Catastrophic failure A connection could not be made to the data source with the DataSourceID of 'dc746dc9-4aaa-4e03-b938-f84a128f5671', Name of 'Custom'. An error occurred while processing the 'Query' table. The operation has been cancelled.
但是,我可以很好地导入 Excel。如何修复 PowerPivot 导入?