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 Quote 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"); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.