hello, I’m trying to use a LIKE in AQL, but it doesn’t work … how do I like to search for any place that has this certain date?
How can I do it?
hello, I’m trying to use a LIKE in AQL, but it doesn’t work … how do I like to search for any place that has this certain date?
How can I do it?
Am I doing something wrong?
LIKE is only available for String values, I suspect your path …/items[at0075]/value is a DV_DATE_TIME, not a String.
To get the String representation, you need to add a /value to tour path.
Remember operators apply to certain types. I guess the AQL editor is not doing type checking over the paths and operators, that is why you don’t know what the error is.