Example of using ALL in where
To disable where, you need to pass "*ALL*" as the comparison value.
For example, if if goes to then, we consider where, but if it goes to else, we take all values:
=: select(table: 'table'; field: 'field'; where: 'id' = $if)
if: if(condition: #value != 0; then: #value; else: "*ALL*")