摘要:
转 http://blog.csdn.net/wh62592855/article/details/4739492create or replace function Getweekbydate(sdate in date) return number is Result number;begin select to_char(decode(sign((to_date(to_char(sdate, 'yyyymmdd'), 'yyyymmdd') + to_nu... 阅读全文