MySQL and Null
by alamster in May 16th, 2008
Database Tags: mysql null, null datatype
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:
- Online Marketing Expert by websolution71
- Nonpublic project #283208 by ekoolstra
- banners required asap by wbmasters
- Invitation card design by Formationsuk
- Nonpublic project #283205 by plennon
- Flash and HTML Partner Wanted by asonofhaiti
- Nonpublic project #283204 by maisaiah
- Michelle 01 by longterm1947
- Nonpublic project #283198 by ekoolstra
- Website similar to Yelp by gritz

No Comment
Random Post
Leave Your Comments Below