System
I have not created any bucket so started creating bucket.
Bucket configuration is listed below.
Now i tried to run n1ql command and it give me following error.
[
{
"code": 4000,
"msg": "No index available on keyspace `default`:`test` that matches your query. Use CREATE PRIMARY INDEX ON `default`:`test` to create a primary index, or check that your expected index is online.",
"query": "select * from test;"
}
]