fix lrpad return null when param is empty string && fix nanvl return null when 1st param is binary double
This commit is contained in:
committed by
ob-robot
parent
03fdde5756
commit
d38916c6f0
@ -6124,7 +6124,7 @@ select lpad('a', 5, '');
|
||||
+------------------+
|
||||
| lpad('a', 5, '') |
|
||||
+------------------+
|
||||
| NULL |
|
||||
| |
|
||||
+------------------+
|
||||
select lpad(NULL, 5, 'a');
|
||||
+--------------------+
|
||||
|
||||
Reference in New Issue
Block a user