搜索资源列表
oracle_HzPy_function
- 获取汉字拼音和拼音首字母的功能函数; --函数GetHzFullPY(string)用于获取汉字字符串的拼音 --select GetHzFullPY( 中华人民共和国 ) from dual --返回:ZhongHuaRenMinGongHeGuo --函数GetHzPYCAP(string)用于获取拼音首字母 --select GetHzPYCAP( 中华人民共和国 ) from dual --返回ZHRMGHG
get_n_month
- 获取输入日期 n 个月前的日期 (oracle function ) 使用例子:select get_n_month(sysdate,100) from dual-Access to enter a date n months before the date (oracle function) using the example: select get_n_month (sysdate, 100) from dual
