mysql null's archive
MySQL and Null
by alamster in May 16th, 2008
Just for my own record, dealing with Null type field.
Checking with :
select * from tablename where field1=” -> this one not work
select * from tablename where field1=’Null’ -> same too
is null is the answer
select * from tablename where field1 is null
Save my day, thanks to St4r
Freelance Project:
- Craigslist Ad Copywriter by dayoneprofits
- 1500000 or more visitors for 4 months to my website by DDAB27
- touch-up and slim down existing code by siglesias
- CL Posting Project by dayoneprofits
- GET ME SOME TRAFFIC by timur1505
- Make a simple html web template by lanichesante
- SugarCRM or Other CRM - Used for Lead Management System by eManager
- Nonpublic project #327933 by Teach
- Nonpublic project #327929 by boredgames
- Implement Script For ABK-Soft by Sakuuna

