Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsql: add absolute value unary operator (@) #47543
Open
Projects
Comments
|
Can I take this up too ? |
|
@abhishek20123g was looking into this, and I think that it is going to be difficult to implement this. Because we support column references in expressions (e.g. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In PostgreSQL, @ is a unary operator that returns the absolute value of a number. For example:
CockroachDB is missing such a unary operator.