当前位置:网站首页>Oracle/PLSQL: NumToYMInterval Function

Oracle/PLSQL: NumToYMInterval Function

2022-06-27 01:35:00 yuanlnet

In Oracle/PLSQL, the numtoyminterval function converts a number to an INTERVAL YEAR TO MONTH literal.

Syntax

The syntax for the numtoyminterval function is:

numtoyminterval( number, expression )

number is the number to convert to an interval.

expression is the unit. It must be one of the following values: YEAR or MONTH.

原网站

版权声明
本文为[yuanlnet]所创,转载请带上原文链接,感谢
https://blog.csdn.net/yuanlnet/article/details/125446769