Hi again!!
How can I make selects not accent sensitive?
The select: Select * from articul where desc like 'jamon' return the sames record that is Select * from articul where desc like 'jamon'
Thanks