Hello,
I have added data to the default bucket, however I am told by N1QL that there is no data when I run “Select * FROM default;”.
Here is the what happens when I run the command.
“cbq> Select * FROM default;
{
“requestID”: “07d6d2b7-a399-4460-882c-164c4329d58a”,
“signature”: {
”": ""
},
“results”: [
],
“status”: “success”,
“metrics”: {
“elapsedTime”: “19.269814ms”,
“executionTime”: “18.830218ms”,
“resultCount”: 0,
“resultSize”: 0
}
}"
However, when I go to the default bucket in http://localhost:8091/ I see the data is added.
I am able to retrieve the data from beer-sample with no problem. I also followed the steps in N1QL - Getting Started but I have done everything in those steps already with no luck.
Thank you for any insight you can provide.