Hi there,
I have a question, which should be easy to answer for any HQL pro. I execute the following code:
It queries the title column of the Product database, for my search query by the name of, "query". It works as it should. However, I want to use the same query to also check in
p.productDesc.
I've tried many ways I can think of, including:
My other question is, how do I get it to also find part of the
word. E.g. if my query is "hel", it also finds a row/column with "
help me", or "where the
hell did you go?". I tried "%", but it gives me errors everytime I add it.