As the title says - what do I put in the Where conditions to retrieve all entries where fieldname is NOT empty or null
Forums
Select entries where NOT null or empty
Never mind I got it
Where conditions:
Will get me all the entries where fieldname is not NULL or an empty string.
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.