0
votes

I am trying to query Couchbase data from Microsoft Office Excel using Simba ODBC Driver.

Querying Table using below statement works:

enter image description here

However, when I tried to query views it doesn't work, kept saying "Cannot create table ..."

enter image description here

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?

1

1 Answers

1
votes

For the benefits of other readers: this question was answered in the comments to this blog post. Querying views is currently not supported by the driver because N1QL doesn't have access to map-reduce views.