rashmi_k28 Posted July 14, 2008 Share Posted July 14, 2008 Hi, How to select name where inpacket=NULL. select name from `table` where inpacket='NULL'; returns warning........ Link to comment https://forums.phpfreaks.com/topic/114638-null-values/ Share on other sites More sharing options...
vikramjeet.singla Posted July 14, 2008 Share Posted July 14, 2008 try this: select name from `table` where inpacket IS NULL Link to comment https://forums.phpfreaks.com/topic/114638-null-values/#findComment-589477 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.