Hi,

 What is the difference between the following 2 statements


stmt1 : FactA( attrib1 == "X" ||  attrib1 =="Y")   


stmt2: FactA( attrib1 =="X") or FactA(attrib1 =="Y")



Thanks

Jai