Hi @vsr1
is it possible to order by field?
something like:
select * from bucket
where foo=bar order by field (xxx, “us”, “gb”, “es”) ?
I can’t find any documentation related to this, and if I try the above I get an error: “Number of arguments to function FIELD must be 2. - at end of input”
What I need is to be able to order the results in a specific order based on a list of values, not just ASC or DESC