Search Postgresql Archives

Re: where clause help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ketema <ketema@xxxxxxxxx> writes:

> Man so simple!  is your solution the same as:
>
> num_provisioned < num_products AND (num_open_issues + num_provisioned
> + num_canceled) < num_prods
>
> which is what i finally came up with....

This can be simplified to "num_open_issues + num_provisioned +
num_canceled < num_prods", without the AND and the other statement. 

-- 
Jorge Godoy      <jgodoy@xxxxxxxxx>


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux