Creating a composite query (with AND and OR type) for Datatable
Hello,
I would like to create a composite query (single query) which has types of both AND and OR. For better explanation consider that datatable (say DT_A) has four columns (say 'name' [type: STRING], 'description' [type: STRING], 'remarks' [type: STRING] and 'date' [type: DATETIME]).
Now I would like to create a single query which can give me results for -
"GET datatable entries when 'name' or 'description' or 'remarks' is LIKE '*asd*' and 'date' equals (EQ) '1543881600'"
I referred couple of links as mentioned below, but I am not able to create a single query for above statement
Please let me know in case some more information is required to address this problem.
Thanks in advance.
Regards
Aditya Mittal
