@@ -54,11 +54,11 @@ select * from
5454(2 rows)
5555
5656select *,character_length(��ђ��) from ��ג�������ђ��;
57- ��ђ�� | �ʬ������������ | ������1a������ | char_length
58- -----------------------------------------+-----------------+----------------+-------------
59- ������Ԓ�咡������ǒ�������ג�쒥� | ���A01��� | | 12
60- ������Ԓ�咡���������钥Ւ����Ò����� | �ʬB10��� | | 13
61- ������Ԓ�咡������ג�풥���钥ޒ�� | ���Z01��� | | 12
57+ ��ђ�� | �ʬ������������ | ������1a������ | character_length
58+ -----------------------------------------+-----------------+----------------+------------------
59+ ������Ԓ�咡������ǒ�������ג�쒥� | ���A01��� | | 12
60+ ������Ԓ�咡���������钥Ւ����Ò����� | �ʬB10��� | | 13
61+ ������Ԓ�咡������ג�풥���钥ޒ�� | ���Z01��� | | 12
6262(3 rows)
6363
6464select *,octet_length(��ђ��) from ��ג�������ђ��;
@@ -141,11 +141,11 @@ select * from
141141(2 rows)
142142
143143select *,character_length(������) from ��Ƒ�㑻�������;
144- ������ | ��֑����� | ����ע1a | char_length
145- -----------------+-----------+----------+-------------
146- ����ԑ�ԑʾ��� | ���A01��� | | 5
147- ����ԑͼ��� | ���B01��� | | 4
148- ����ԑ�̑��Ա | ���Z01��� | | 5
144+ ������ | ��֑����� | ����ע1a | character_length
145+ -----------------+-----------+----------+------------------
146+ ����ԑ�ԑʾ��� | ���A01��� | | 5
147+ ����ԑͼ��� | ���B01��� | | 4
148+ ����ԑ�̑��Ա | ���Z01��� | | 5
149149(3 rows)
150150
151151select *,octet_length(������) from ��Ƒ�㑻�������;
@@ -228,11 +228,11 @@ select * from
228228(2 rows)
229229
230230select *,character_length(��듾�) from �ͪ�ߩ�Ѧ��듾�;
231- ��듾� | ����ړ�� | ����1a�� | char_length
232- --------------------------+--------------+----------------+-------------
233- ��ēǻ��͓���Ó����� | �ѦA01�߾ | | 8
234- ��ēǻ��͓�ד����ȓ�� | ���B10��� | | 7
235- ��ēǻ��͓����Γ�ד����� | ���Z01��� | | 8
231+ ��듾� | ����ړ�� | ����1a�� | character_length
232+ --------------------------+--------------+----------------+------------------
233+ ��ēǻ��͓���Ó����� | �ѦA01�߾ | | 8
234+ ��ēǻ��͓�ד����ȓ�� | ���B10��� | | 7
235+ ��ēǻ��͓����Γ�ד����� | ���Z01��� | | 8
236236(3 rows)
237237
238238select *,octet_length(��듾�) from �ͪ�ߩ�Ѧ��듾�;
@@ -292,13 +292,13 @@ select * from test where t ~* 'espa
292292(2 rows)
293293
294294select *,character_length(t) from test;
295- t | char_length
296- --------------------------------------+-------------
297- ENGLISH | 7
298- FRAN��AIS | 8
299- ESPA��OL | 7
300- ��SLENSKA | 8
301- ENGLISH FRAN��AIS ESPA��OL ��SLENSKA | 33
295+ t | character_length
296+ --------------------------------------+------------------
297+ ENGLISH | 7
298+ FRAN��AIS | 8
299+ ESPA��OL | 7
300+ ��SLENSKA | 8
301+ ENGLISH FRAN��AIS ESPA��OL ��SLENSKA | 33
302302(5 rows)
303303
304304select *,octet_length(t) from test;
0 commit comments