returns 0-6 (integer), where 0 is Sunday and 6 is Saturday select date_part('dow', now()); -- returns a string like monday, tuesday, ...
確定! 回上一頁