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........ Quote Link to comment 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 Quote Link to comment 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.