Hi,
I have to set the following query in “pull from list” activity according to a label "A" values (3, 4, 5):
A= 4 then A= 3 then A=5.
I can’t use “ORDER BY”, I think there is a way to do it by "WHERE". I set this query:
WHERE A=4, WHERE A=3, WHERE A=5
But this is invalid.
Would you please help me to write the convenient query.
Regards.