Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Fuzzy logic matching routine problem

    Why use cursor if they're not necessary.

    If i understand what you need is similar to this

    set @count = select count(1) from table where row1 = value1

    Case

      When @count = 0 Then

        return...

Viewing post 1 (of 1 total)