I am trying to execute a SELECT query with WHERE from a file name. But I get the following error:
I can't find what the problem is. Can you help me or tell me if there is another way?
Also, I am trying to do 2 processing flow. If the query returns at least one line then flow1. But if the query does not return any rows then flow2. Can you give me an idea?