This article is tagged with:
Square root in mysql
and mysql
square root in mysql
SELECT SQRT(64);
/*
gives: 8
*/
SELECT SQRT(64);
/*
gives: 8
*/