```js where(and(cond('a', '>=', 'somevalue'), cond('a', '<=', 'someothervalue'))) ``` For the above example only the second condition is reflected because the first gets overwritten by the second condition
For the above example only the second condition is reflected because the first gets overwritten by the second condition