Thursday, April 20, 2006

check null in sql

I am not sure if you will have to do this in SQL server, I am a little bit confused...
Anyhow, if you are interested in those null values in db2, you have to use

where [column name] is null

I vaguely remembered that you just us = in sql server. will have to double check it. Damn it, get too old to remember staff?