Sorry to ask it as an issue but I couldn't find any other better channel to ask.. :)
I'd like to know what functions are available to be used in a select/scan statement. For example:
- How can I filter dates, let's say last three months or fixed values ?
- I could use WHERE aField = true but since the field is optional, I'd like to calculate the final value, like (aField = true) as final_value
- How could I use something like an IF anotherField = "a" THEN "OK" ELSE "NOT OK" ?
Maybe the documentation could have an index of all available functions... :)
Sorry to ask it as an issue but I couldn't find any other better channel to ask.. :)
I'd like to know what functions are available to be used in a select/scan statement. For example:
Maybe the documentation could have an index of all available functions... :)