diff --git a/Query.php b/Query.php index a69504c..4f4f74d 100644 --- a/Query.php +++ b/Query.php @@ -285,7 +285,7 @@ class Query extends Component implements QueryInterface list($column, $values) = $operands; if ($values === [] || $column === []) { - return $operator === 'IN' ? '0=1' : ''; + return $operator === 'IN' ? '0==1' : ''; } if ($values instanceof Query) {