SQL FunctionsNumeric FunctionsPIOn this pagePIReturns the value of π as a floating-point value. Syntax PI() Examples SELECT PI();┌───────────────────┐│ pi() │├───────────────────┤│ 3.141592653589793 │└───────────────────┘