Pi

description

Syntax

DOUBLE Pi() 返回常量Pi值.

example

  1. mysql> select Pi();
  2. +--------------------+
  3. | pi() |
  4. +--------------------+
  5. | 3.1415926535897931 |
  6. +--------------------+

keywords

  1. PI