gpt4 book ai didi

postgresql - 从日期字段中提取月份

转载 作者:行者123 更新时间:2023-11-29 11:30:46 24 4
gpt4 key购买 nike

我在 postgresql 数据库中有一个日期字段(字段名称是输入的),我怎样才能只从日期字段中提取月份?我使用了下面的语法,但我希望它显示实际的月份名称,而不是月份的数值

EXTRACT(MONTH FROM input) AS "Month"

因此,如果字段输入中的日期是 04/26/2016,此语法将返回 4,我该如何更改它以返回 April

最佳答案

一个更简单的版本。

to_char(input, 'Month') AS Month

来源:Data Type Formatting Functions

关于postgresql - 从日期字段中提取月份,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36869703/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com