Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.6.15
-
None
Description
select LENGTH( |
CONCAT_WS('', |
LPAD('',485761,'-'), |
LPAD('',2000000,'-'), |
LPAD('',2000000,'-'), |
LPAD('',2000000,'-'), |
LPAD('',2000000,'-'), |
LPAD('',2000000,'-') |
)
|
);
|
result is null, but in documentation no limit. Please update documentation!
Same problem with lpad Please update documentation!
select length(LPAD('',3000000,'-')); |
return with null