I am trying to query Couchbase data from Microsoft Office Excel using Simba ODBC Driver.
Querying Table using below statement works:
However, when I tried to query views it doesn't work, kept saying "Cannot create table ..."
Here's one of the many statements I tried to query above View
SELECT *
FROM Couchbase.default.`travel-sample`.`_design/dev_test` .`test_view` `travel-sample`
Is my syntax wrong? Or is it not possible at all?