13.07.2015 Views

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

Caché Transact-SQL (TSQL) Migration Guide - InterSystems ...

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

6T<strong>SQL</strong> Functions6.1 Supported FunctionsThe following T<strong>SQL</strong> functions are implemented.6.1.1 ABSABS(num)Returns the absolute value of num. Thus both 123.99 and –123.99 return 123.99.6.1.2 ACOSACOS(float)Arc cosine: returns the angle in radians whose cosine is float. Thus 1 returns 0.6.1.3 ASCIIASCII(char)Returns the integer value corresponding to the first character in string char. Thus, ASCII('A') returns 65.ASCII is functionally identical to UNICODE. The reverse of this function is CHAR.6.1.4 ASINASIN(float)Arc sine: returns the angle in radians whose sine is float. Thus 1 returns 1.570796326...6.1.5 ATANATAN(float)Arc tangent: returns the angle in radians whose tangent is float. Thus 1 returns .785398163...<strong>Caché</strong> <strong>Transact</strong>-<strong>SQL</strong> (T<strong>SQL</strong>) <strong>Migration</strong> <strong>Guide</strong> 33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!