Find practical knowledge without the noise.

Search guides, SQL, error codes, and procedures — or browse by topic below.

388 guides · 8 topics

Numeric Functions

Guides filed under this topic.

Showing 1 technical documents Folder: Numeric Functions
Filtering…
Numeric Functions

Using Numeric Functions in MySQL

ExamplesSELECT ROUND(123.456, 2); SELECT CEIL(9.1); SELECT FLOOR(9.9); SELECT MOD(10, 3); SELECT POWER(2, 3);

Sai Sree Ram Gundepudi Updated Jul 26, 2025 0 views