Redshift: DATEDIFF('day', start, stop) AS days ... MySQL: DATEDIFF(stop, start) AS days ... DATEDIFF('day', ${start_date}, ${end_date}) + 1.
確定! 回上一頁