Monday, 14 November 2016

SQL SERVER FUNCTION COS COSINE

SQL SERVER FUNCTION COS COSINE

--Hi all we will now look at the COS or cosine function using SQL SERVER SSMS

--first start with the select keyword, then type the function name.
select COS(180);

--then higlight the specific code and click on run
--that is it.

No comments:

Post a Comment