sysibm.char(0.1) giving different result in IBM DB2 v 10.5 and 11.1

Viewed 93
select sysibm.char(0.1) from dual

in Db2 10.5 this gives 0.1

select sysibm.char(0.1) from dual

in Db2 11.1 this gives .1

Is there a change in the char function between version 10.5 and 11.1 of DB2 LUW

1 Answers
Related