Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
4 votes
1 answer
159 views

Looking for an async solution? Look here. Otherwise read on. I am trying to delete documents that have expired via a query. I am not using Couchbase's feature of expiring documents as I need better ...
queeg's user avatar
  • 9,950
1 vote
2 answers
123 views

I have documents in Couchbase that contain data like this: { "name": "doc1", "is_deleted": true } { "name": "doc2", "is_deleted"...
queeg's user avatar
  • 9,950
2 votes
2 answers
70 views

I'm trying to write a Couchbase query to get result from my JSON given below. I am using UNNEST operation to but somehow not getting expected result. Can we use multiple UNNEST in one query? If so, ...
2 votes
1 answer
71 views

I am trying to select record order by date in descending order and its not working for me please help. Same query without DESC working fine for Ascending order select data.id, data.modified_date from `...
2 votes
2 answers
68 views

I have a couchbase collection called "books" in "cloud" scope. This is the document structure - { "doc_type": "book_item", "plumap": { "000": { ...
2 votes
1 answer
83 views

I am having Controller, Service, Repository kind of Spring web project having enterprise couchbase server as DB, I am using spring-data-couchbase for querying data of couchbase, and I am using @Query ...
2 votes
1 answer
297 views

I have a couchbase with documents (in a bucket called myBucket) each of whose structure is like so: { "id": 1234 "name": "Smith", "properties": [ { ...
gnitsuk's user avatar
  • 315
1 vote
1 answer
71 views

I have a CTE based SUBQUERY block named sq_filter which returns this kind of JSON: { "aId": "2769ba8f", "bId": "5837c902", "tn": "oi&...
axnet's user avatar
  • 5,840
1 vote
1 answer
104 views

Are full or outer joins directly possible in Couchbase, without doing any extra operations?
axnet's user avatar
  • 5,840
0 votes
1 answer
48 views

I have the following query : SELECT i.id, i.docId, i.proId, i.invRecipientType FROM pulse i WHERE i.type = 'pulseInvoice' AND i.invRecipientType IN ['cpam', 'b2b', 'b2c'] AND i.orgId = '...
Gnujeremie's user avatar
1 vote
2 answers
98 views

I have a Spring micro-service that has been working for months now. The owner wanted to add 2 additional function, one of them required a custom query: SELECT Meta().id AS __id, * FROM `bucket` WHERE ...
1 vote
3 answers
88 views

I have a couchbase database full of records that look like this: { "_class": "com.discussoftware.server.shared.model.bo.licenseBo", "customerId": "A1A2", &...
1 vote
2 answers
116 views

I have a super simple Couchbase-Spring-Data project hooked up to a Couchbase 6.6 instance, based on the walkthrough from bealdung The project works as expected and I'm able to create and read ...
2 votes
1 answer
117 views

why i cannot use let or for clauses in my query, it always says its a reserved keyword, following is my query: for "FOR" clause: `SELECT properties.hotelId, MIN(ARRAY_AVG(rate.base_rate) FOR ...
0 votes
1 answer
61 views

My couchbase bucket document looks like below { "Records": [ { "record_id": "21", "amount": 10, "count": 2 }, { &...
Krishna's user avatar

15 30 50 per page
1
2 3 4 5
...
48

AltStyle によって変換されたページ (->オリジナル) /