Firstly i am sorry if this question is sounding too stupid. But i am recently learning N1QL and need some output for my statement. My bucket name is MultiSiteResponseTime and I am trying to get the result of all the hours by executing "select HourResponsetime.Hour from MultiSiteResponseTime;". But i don't get any result. From what i have understood, if you want to access the inner elements then you have to use it like so HourResponsetime.Hour but i am not sure where i am wrong. Also if you could help me in getting result of a specific key, for example i would like to know the result of ResponseTime present for Hour 1.
{
"Para": "ResponseTime",
"Date": "18-04-2016",
"Qantas": {
"HourResponsetime": [
{
"Hour": 0,
"ResponseTime": 8
},
{
"Hour": 1,
"ResponseTime": 9
},
]
}
}