3
Answers

how to query if the kriterial is null

denny simon

denny simon

14y
2.4k
1

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
Answers (3)