我正在將數據從MySQL導入到PowerPivot。我擁有所有相關的驅動程序。當我嘗試導入的PowerPivot我收到以下錯誤:MySQL ODBC導入失敗
當我從表的列表中進行選擇:
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導入?