i need to make the tipical query:
select all r_object_id
from dm_folder where folder ('/Cabinet/Consultoría',descend)
The problem is that some folders has names with special characters - for example a folder called "Consultoría", that has an accent in the letter "i" as you can see. I have readen that it exists the scape character "\"but is doesn´t work in this kind of querys. I don´t mind to use the Character "_" that means "one and only one character" to put in any special character - I know this wouldn´t be an ellegant and perfect solution, but it would be a good enough solution for what I need to use.
Somebody knows how can I solve this problem?.
Thanks