zgkhoo Posted November 22, 2007 Share Posted November 22, 2007 $result=mysql_query("SELECT DISTINCT Initial from gamecard ORDER BY Initial"); how to ignore/skip the null value? thanks Link to comment https://forums.phpfreaks.com/topic/78361-solved-how-to-ignore-the-null-value/ Share on other sites More sharing options...
rajivgonsalves Posted November 22, 2007 Share Posted November 22, 2007 $result=mysql_query("SELECT DISTINCT Initial from gamecard where Initial is not null ORDER BY Initial"); Link to comment https://forums.phpfreaks.com/topic/78361-solved-how-to-ignore-the-null-value/#findComment-396509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.