|
-
Feb 27th, 2000, 12:37 PM
#1
Thread Starter
Member
Hi all,
In a SQLSERVER whether a NULL=NULL or NULL!=NULL????
anyone can help me out from this??????
adv thanxx,
kandan.
-
Feb 27th, 2000, 02:34 PM
#2
Junior Member
Null is SQL Reserved word so if you use it without a recordset, enclosed it in brackets:
"UPDATE MyTable SET [Null] = Null" or
"INSERT INTO MyTable ([Null], Field2) VALUES (Null, Value2)"
Otherwise, assign Null as usual:
rs!Null = Null or
rs.Fields("Null") = Null
Share your knowledge, it is the best way to achieve immortality
-
Feb 27th, 2000, 02:39 PM
#3
Lively Member
i can't quite get ur question but
perhaps it would help if you use
"Is Null" when testing...
-
Feb 27th, 2000, 03:17 PM
#4
Hyperactive Member
ennada purinjutha??
Ennada kandus,
enna solranunga...ultimately is null equals or not equals null?? 
Venkat.
Thanks and Regards,
Venkat.
-
Feb 27th, 2000, 03:39 PM
#5
Thread Starter
Member
NULL
hi all,
thanxx for ur reply...but that not i wanted..
all i want is ..in SQLSERVER a NULL is equal to a NULL or notequal to NULL..thats all.
again thanxxx,
kandan.
-
Feb 27th, 2000, 03:47 PM
#6
Hyperactive Member
-
Feb 27th, 2000, 04:05 PM
#7
Thread Starter
Member
hi venkat mama,
dai icq ella yahoomess ethuna openn panni irrukiya daa..
tell me..
kandan.
-
Feb 27th, 2000, 04:31 PM
#8
Hyperactive Member
aappu
hi da mama,
inga aapadipangada..nothing like that....
Thanks and Regards,
Venkat.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|