What is the function of the floor function in MySQL?

Source: Internet
Author: User
Tags floor function return tag

Tag: color equals mysq nbsp Large integer PNG return tag string

Requirements Description :

Recently, when I wrote the MySQL program, I used the floor function, where the function was recorded.

Operation Process :

1. Testing using the floor function

Mysql> Select Floor (1.23), Floor ( -1.23), +-------------+--------------+| Floor (1.23) | Floor ( -1.23) |+-------------+--------------+|           1 |           -2 |+-------------+--------------+1 row in Set (0.00 sec)

Note: According to the official documentation, the floor function returns the largest integer less than or equal to the value.

:

Official documentation Reference :

Floor (X) Returns the largest integer value is not greater than x.mysql> SELECT floor (1.23), floor ( -1.23);        --1, 2
for string or floating-point arguments, the return value has a floating-point type. Note: The part labeled yellow has not been fully understood.

Document creation time: June 26, 2018 13:19:04

What is the function of the floor function in MySQL?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.