Mega Code Archive
Categories
/
MySQL Tutorial
/
Math Numeric Functions
SQRT(-16)
mysql> mysql> SELECT SQRT(-16); +-----------+ | SQRT(-16) | +-----------+ | NULL | +-----------+ 1 row in set (0.00 sec) mysql>