1. date_part 函数日期相减得到相差天数. select date_part('day', '2021-01-20 17:05'::timestamp - '2021-01-14 16:05'::timestamp); 2. date_part 获取当前日期周 ...
確定! 回上一頁