2007 Jun 05 8:01 AM
hi how to give sql qurey TO COMPARE FIELD NOT EQUALLY.
pl answer soon
thanks
2007 Jun 05 8:16 AM
Hi,
You can use either of the following.
Field1 <> field2
Field1 NE Field2.
Reward points if it is helfpul.
Regards,
Sangeetha.a
2007 Jun 05 8:03 AM
hi
use the symbol
f1 <b><></b> f2.
Reward points if useful
Regards
Anji
2007 Jun 05 8:06 AM
2007 Jun 05 8:12 AM
Hello,
var1 NE var 2.
Here var1 and var2 are variables and NE is not equal to.
Reward points.
Thanks,
Tejus.
2007 Jun 05 8:16 AM
Hi,
You can use either of the following.
Field1 <> field2
Field1 NE Field2.
Reward points if it is helfpul.
Regards,
Sangeetha.a