i have a 'Like' condition in Sql Server Select query
My condition is this:
if i have a simple word like 'AZEGLIO' all works fine
but with this type of word 'D'AZEGLIO'
how i can format this in sql to make it work with this type of words?
thanks in advance..
My condition is this:
Code:
WHERE IntestazioneCompleta LIKE '%D'AZEGLIO%'
but with this type of word 'D'AZEGLIO'
how i can format this in sql to make it work with this type of words?
thanks in advance..
Comment