ballouta Posted July 12, 2008 Share Posted July 12, 2008 Hi I want to select all rows from table 'members' where 'rename' is different than 'NONE' how the query looks like? thank you e.g: ID Name email credits rename 5 Malek mdaou... 5 NONE 6 Mazen mazen... 8 Saad (such rows are requested) Link to comment https://forums.phpfreaks.com/topic/114405-solved-select-query/ Share on other sites More sharing options...
Jeigh Posted July 12, 2008 Share Posted July 12, 2008 This should work: SELECT * FROM members WHERE rename != 'NONE' Link to comment https://forums.phpfreaks.com/topic/114405-solved-select-query/#findComment-588311 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.