Data Archive
- Data Archive 6.4.3
- All Products
PI ( )
CREATE TABLE num_table (col1 SMALLINT); INSERT INTO num_table VALUES (2); 1 row affected SELECT PI(), PI()*col1 FROM num_table; 1 row selected 1 2 ---------------------- ---------------------- 3.14159265358979e+00 6.28318530717958e+00