Hi,

I have a function in javascript as below:

var totsum = 0;
var doc;
var i;
doc = orient.getDatabase().query("select productID from inf_list_item where 
userID = " + userID);
for ( i = 0; i < doc.length; i++){
  var prodIDDoc = doc[i];
}
return prodID;

Here, I want to get productID value from each document in doc. Please let 
me know hot to get it.

Thanks,
Noorul

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to