Home >> MySql >> How to calculate number of days between two dates in MySql

How to calculate number of days between two dates in MySql

datediff() Aggregate function used for calculate the number of days between two dates.

Example

SELECT DATEDIFF('2022-10-12', '2022-03-21') as days

Post Your Comment

Next Questions
Calculate days between two dates
How to Find the Number of Days Between Two Dates
How to Find the Number of Days Between Current Date to Specific Date
How much query taking long time to execute
How to Identify Performance Issues with Slow Queries
Using results from one query to use in another query
Using Output from one Query in a different Query
How to update a column with another column value from same table
How to update a column with another tables columns value
Updating one table row from another table row
Update columns values with column of another table based on condition
How to insert data in one table from another table
How to copy data from one table to another table
How to concatenate two columns into one
How to concatenate two columns into one with the existing column name
How to Concatenate Multiple Rows into One Column
How to Concatenate Multiple Rows into One Column Using Group BY
How to set GROUP_CONCAT separator
How to count duplicate rows
How to count the number of duplicate entries a column
How To Find Duplicate Values
How to Find Duplicate Records
Count duplicates records
How to find duplicate records without GROUP BY
How can remove duplicate rows

Copyright ©2022 coderraj.com. All Rights Reserved.