But when i try to run the below query, it is giving an error. I just added the type after the bucket name. Please advise what I’m missing in order to make it work for the below SELECT query.
SELECT * FROM my_buckt user WHERE type = “user”
We can’t use the couchbase reserved keyword “user” and this is not an issue of type='user, this issue is in “my_buckt user”. If you change user to other than reseved keyword like “mybucket user1” it will work. Ex: