MySQL least() Datetime Value Function Example
Open your MySQL Query Editor then copy & paste the below code to get the value of least() MySQL Function Example on Datetime value:
select now()-2, now()-1, now()-3, least(now()-2, now()-1, now()-3);
MySQL least() Datetime Value Function Example - Result in MySQL Query Editor
Related Tutorial Examples
- MySQL isnull() Function Example
- MySQL least() Function String Value Example
- MySQL least() Function Numeric Value Example
- MySQL greatest() Function Datetime Example
- MySQL now() Datetime Function Example
- MySQL greatest() Function String Value Example
- MSSQL PRINT Like Function in MySQL Example
- How to Find MySQL Stored Procedure or Function Information
- Describe Table Structure using SQL Command MySQL Example
- SELECT specific columns using SQL Command MySQL Example

No comments:
Post a Comment
leave your comments here..