Functions
Mathematical
A mathematical function operates on input values provided as arguments and returns a numeric value as the operation’s output.Trigonometric
Operators
Mathematical Operators
Below is a list of mathematical operators available in PostgreSQL:JSON Operators
Oxla supports operators for handling JSON data. One such operator is:Equal Operator (=)
This operator checks if two JSON values are identical. In Oxla, this operator is order-sensitive which means that for two JSON objects to be considered equal, their key-value pairs must appear in the exact same order.
In PostgreSQL, this operator is not order-sensitive, so the order of key-value pairs does not affect the comparison result.