Viewing 4 posts - 1 through 5 (of 5 total)
i have 2 functions:
f1() - always returns 1
and f2() - with loop: "while true"
when I wrote:
if (dbo.f1() = 2) AND (dbo.f2() = 2) select 1 else select 2
there was...
September 26, 2006 at 9:20 am
ok, thanks.
but... I expected that there isn't calculated all boolean logic in 1., - for example: if COND1 is false, the rest of expression...
September 21, 2006 at 7:54 am
thanks
but I red, that AND conditions are evaluated them from left to right in the order they are written - thats mean, that every...
September 21, 2006 at 4:34 am
function compares 2 strings, and returns 1 if they're similar. it's like Levenshtein Distance, but for max difference between 2 words = 1 (O(n), not O(n^2)).
it is possible, that...
September 21, 2006 at 12:36 am
Viewing 4 posts - 1 through 5 (of 5 total)