Difference between comma and intersection in Set analysis
Hi Everyone,
I always wonder if there is a difference between the comma used between the modifiers & the intersection operator(*). Please help me with this confusion.
Probably not much. The , is an AND operator which is logically the same as an intersection. There might be a performance difference, but you would need to test this.
HTH
Jonathan
Logic will get you from a to b. Imagination will take you everywhere. - A Einstein