In your 1st example, ‘(field_age)’ will evaluate ‘false’ when the value equals zero or null.
I presume ‘field_age’ is an integer or numeric type column.
If we are talking text field, a value zero will evaluate ‘true’ !
I’d use the 2nd example, which is more safe in any case using numeric type columns.