how to query if the kriterial is null
with intention to update the row with UserID=NULL
(there are many rows with UserID haven't fill yet )
I try to query with the statement :
select UserNumber from TblTest where UserID='NULL'
the result give me 0 rows
what wrong with my query ?
tq
denny