DB2一些内置函数不可用,如LOCATE、RTRIM等,原因可能是系统时间被调到数据库安装时间之前。
查询系统时间:
select current date from (values 1) as test
select current time from (values 1) as test
DB2一些内置函数不可用,如LOCATE、RTRIM等,原因可能是系统时间被调到数据库安装时间之前。
查询系统时间:
select current date from (values 1) as test
select current time from (values 1) as test