修改空格

This commit is contained in:
nifinity
2020-08-06 16:47:46 +08:00
parent 5a1f462b18
commit adb753db88

View File

@ -108,7 +108,6 @@ SELECT '' AS four, * FROM VARCHAR_TBL ORDER BY f1;
| abcd
(4 rows)
select char_length(to_char(lpad('abc', 1024 * 1024 *10, 'x')));
char_length
-------------