Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 varchar2 字段中保存的表中有日期,oracle 数据库。
例子
2012 年 6 月 30 日 2013 年 6 月 30 日
我正在尝试提取年份。除了使用 substr 函数之外,还有什么提取年份的方法吗?
转换为日期,然后使用日期函数获取年份:
在 Oracle 中将字符串日期转换为日期时间