Closed sharkstate closed 2 years ago
Is it possible using the QueryBuilder to query Timestamps for not null? I tried:
->where('DATE','is.not null')
and
->where('DATE','not.null')
Hi sharkstate,
Of course it's possible. Use the not.is operator.
not.is
->where('date', 'not.is.NULL')
=)
Is it possible using the QueryBuilder to query Timestamps for not null? I tried:
->where('DATE','is.not null')
and
->where('DATE','not.null')