hostfreak Posted September 13, 2006 Share Posted September 13, 2006 I was wondering if there was any way to select fields that don't: == '' (have an equivalence of blank), from the query? I have a field that contains an edit date, but if it has never been edited it won't contain anything therefore it will be blank. I guess if there is no way, I could always make the ones without an edit date null and make that field null by default. Link to comment https://forums.phpfreaks.com/topic/20616-query-help-solved/ Share on other sites More sharing options...
Daniel0 Posted September 13, 2006 Share Posted September 13, 2006 Use != instead of == or if you want to check if the field is empty then just ='' Link to comment https://forums.phpfreaks.com/topic/20616-query-help-solved/#findComment-91044 Share on other sites More sharing options...
hostfreak Posted September 13, 2006 Author Share Posted September 13, 2006 Ah, got it. Thanks. Link to comment https://forums.phpfreaks.com/topic/20616-query-help-solved/#findComment-91051 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.