Skip to content

Instantly share code, notes, and snippets.

@jahvi
Last active November 1, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/ee3a74d411ba9db758d6 to your computer and use it in GitHub Desktop.
Save jahvi/ee3a74d411ba9db758d6 to your computer and use it in GitHub Desktop.
SQL statement filter (Deprecated)
<?php
$collection->addFieldToFilter('(field1 – field2)', array('eq' => 3));
// or...
$collection->addFieldToFilter('`field`', array('eq' => 3));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment