This line solved my same problem in postgresql: SELECT DATE_PART('year', column_name::date) from tableName;. If you want ...
確定! 回上一頁