I'm querying XMLTV data. It looks like it is currently impossible to select a path named "desc".
How can I escape 'desc' as it seems that it is a reserved word whatever the context where it is used? I tried double quotes (like in SQL) without success.
I'm querying XMLTV data. It looks like it is currently impossible to select a path named "desc".
How can I escape 'desc' as it seems that it is a reserved word whatever the context where it is used? I tried double quotes (like in SQL) without success.