根据数字返回月份名称:
SELECT MonthName(3);
MonthName() 函数根据数字返回月份名称。
MonthName(
number,
abbreviate)
Parameter | Description |
---|---|
number | Required. A value from 1 to 12, that represent the month |
abbreviate | Optional. A Boolean value. True = the month name should be abbreviated. False = the month name should not be abbreviated. False is default |
工作于: | 从 Access 2000 |
---|
根据数字返回月份的缩写名称:
SELECT WeekdayName(3, true);
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!