Forums

Select entries where NOT null or empty

healyhatman 28 May, 2018
As the title says - what do I put in the Where conditions to retrieve all entries where fieldname is NOT empty or null
healyhatman 28 May, 2018
Answer
Never mind I got it

Where conditions:
fieldname/>:''

Will get me all the entries where fieldname is not NULL or an empty string.
This topic is locked and no more replies can be posted.