These functions describe how to find the difference in days between two dates. PostgreSQL: DATE_PART('day',date_2 - date_1); MySQL: DATEDIFF(date_1,date_2) ...
確定! 回上一頁