如何在sql中创建UDF来确定一年中的月份?
我想创建一个用户定义的函数来计算日期中的月份数。 但问题是我的月份编号为 1、2、3 ...,每个月有 26 天,这使得一年总共有 13 个月,而不是 12
有什么有用的帮助吗?
I want to make a user defined function for calculating the month number from date.
But the problem is that I have the months numbered as 1, 2, 3 ... and each month is of 26 days, that makes a total of 13 months in the year, rather than 12
any useful help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不会问你为什么要这样做。但我们开始吧:
I'm not going to ask you why you'd want to do this. But here we go: