SIGNSQLSIGN (expression) Parameters expression - any valid numeric expression. Description Return -1 if the value is smaller 0, 0 if zero, and otherwise 1. Example Gets a sign for every value: SQLSELECT name, SIGN(VALUE) FROM Player; Updated almost 5 years ago Table of Contents Parameters Description Example