I'm trying to estimate a distance using this formula, but when I try to execute it in tarantool sql
box.execute [[SELECT "weight" + sqrt( cos("lat" - 12.31252) * ...]]
it shows:
function SQRT() is not available in SQL
Function 'COS' does not exist
how to make those functions available?