SQL Server System Functions

SIGN(numeric_expression)

Returns the positive (+1), negative (-1), or zero (0) sign of a numeric expression. Returns NULL if the argument is NULL.

 

REVERSE

原文地址:https://www.cnblogs.com/end/p/1946888.html