Welcome to plsql4all.blogspot.com SQL, MYSQL, ORACLE, TERADATA, MONGODB, MARIADB, GREENPLUM, DB2, POSTGRESQL.

Friday 24 July 2015

Square Root in Teradata

SQRT is a Teradata function in Teradata which gives us sqare root.

It will compute the square root of the input supplied.




Syntax:-

SQRT (input)

It accept only float values that too in positive. If you provide negative of character values then it will through error.

Example:-

SELECT SQRT(4);
 
Result:- 2 

No comments:

Post a Comment

Please provide your feedback in the comments section above. Please don't forget to follow.