Skip to main content

SQL Unary Operators

  • - (Negative) – A unary operator that returns an expression as a negative, numeric value.
  • + (Positive) – A unary operator that returns an expression as a positive, numeric value.
FeedbackOpens in a new tab