To get the ISO week number (1-53) from a date in the column datecol , use SELECT EXTRACT(WEEK FROM datecol ) FROM … . To get the corresponding four-digit year, ...
確定! 回上一頁