Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. db.getCollection('timbres').find( { id_pago: { $in: [ "46824", "46825" ] } } )
  2.  
  3. db.timbres.find( {id_pago_pac:{$in:["46824","46825"]}} )
  4.  
  5. //se busca por rango
  6. $_response=$collection->find( array("id_pac"=> array('$in'=> array(1,2,3,4,5,6,7,8))));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement