Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created December 3, 2015 21:40
Show Gist options
  • Save samueleresca/355d954a86d23f5063b9 to your computer and use it in GitHub Desktop.
Save samueleresca/355d954a86d23f5063b9 to your computer and use it in GitHub Desktop.
//Prendo tutti i record con i valore del field sal greater than($gt) del valore 2900
$cursor=$coll->find(array("sal"=>array('$gt'=>2900)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment