| http://www.w3.org/ns/prov#value | - zed as 'comparable' to SQL?I have already found that there does not seem to be a way to overload operators in SQL so I have to dodeclare @c ComplexNumberdeclare @d ComplexNumberset @c = '1+0i'set @d = @cselect @c.Plus(@d).ToString()// Result is 2+0iSo I will not be surprised if the answer is a flat No.I also found thatSELECT c1 FROM complex GROUP BY c1givesMsg 249, Level 16, State 1, Line 2The type C
|