• Old style to write the WHERE condition.

    I prefer to build a string ONLY with the true condition; it's more performing.

    In a complex WHERE with useless condition may lead to a BIG consume of resources.