mysql> SELECT SIN(1),SIN(0.5*PI()); +--------------------+---------------+ | SIN(1) | SIN(0.5*PI()) | +--------------------+---------------+ | 0.8414709848078965 | 1 | +--------------------+---------------+ 1 row in set (0.15 sec)
本文链接:http://task.lmcjl.com/news/5314.html