• Igor Micev (2/9/2016)


    why you have

    where Contains(Name, '"Jo*"')

    shouldn't it be

    where Contains(Name, 'Jo')

    When I do this, it has less results than when I use with the double quote and the *