Adds a simple WHERE condition comparing two SQL expressions.
Sqler whereOne(SQL left, QO operator, SQL right) { return where(WhereOne(left, operator, right)); }