Hello,
I have a complex scalar function which requires 2 integers and returns 1 integer.
Now if I add that function to my query I loose two rows. Is that possible ?
The function is add to the select list. I thought a scalar function would always return a 1 value or NULL.
Any idea's ?
Constantijn