select LPAD('abc', 5, ' ');
|
||||
hidden batch(es) | ||||
select LPAD('abc', 5);
Incorrect parameter count in the call to native function 'LPAD'
|
||||
hidden batch(es) | ||||