droptable ��ג�������ђ��; createtable ��ג�������ђ�� (��ђ�� text, �ʬ������������ varchar, ������1A������ char(16)); createindex ��ג�������ђ��index1 on ��ג�������ђ�� using btree (��ђ��); createindex ��ג�������ђ��index2 on ��ג�������ђ�� using hash (�ʬ������������); insertinto ��ג�������ђ�� values('������Ԓ�咡������ǒ�������ג�쒥�','���A01���'); insertinto ��ג�������ђ�� values('������Ԓ�咡���������钥Ւ����Ò�����','�ʬB10���'); insertinto ��ג�������ђ�� values('������Ԓ�咡������ג�풥���钥ޒ��','���Z01���');
vacuum ��ג�������ђ��; select * from ��ג�������ђ��; select * from ��ג�������ђ�� where �ʬ������������ = '���Z01���'; select * from ��ג�������ђ�� where �ʬ������������ ~* '���z01���'; select * from ��ג�������ђ�� where �ʬ������������ like'_Z01_'; select * from ��ג�������ђ�� where �ʬ������������ like'_Z%'; select * from ��ג�������ђ�� where ��ђ�� ~ '������Ԓ�咡����[��ǒ��]'; select * from ��ג�������ђ�� where ��ђ�� ~* '������Ԓ�咡����[��ǒ��]'; select *,character_length(��ђ��) from ��ג�������ђ��; select *,octet_length(��ђ��) from ��ג�������ђ��; select *,position('���'in ��ђ��) from ��ג�������ђ��; select *,substring(��ђ�� from10for4) from ��ג�������ђ��; droptable ��Ƒ�㑻�������; createtable ��Ƒ�㑻�������(������ text, ��֑����� varchar, ����ע1A char(16)); createindex ��Ƒ�㑻�������index1 on ��Ƒ�㑻������� using btree(������); createindex ��Ƒ�㑻�������index2 on ��Ƒ�㑻������� using btree(��֑�����); insertinto ��Ƒ�㑻������� values('����ԑ�ԑʾ���','���A01���'); insertinto ��Ƒ�㑻������� values('����ԑͼ���','���B01���'); insertinto ��Ƒ�㑻������� values('����ԑ�̑��Ա','���Z01���');
vacuum ��Ƒ�㑻�������; select * from ��Ƒ�㑻�������; select * from ��Ƒ�㑻������� where ��֑����� = '���Z01���'; select * from ��Ƒ�㑻������� where ��֑����� ~* '���z01���'; select * from ��Ƒ�㑻������� where ��֑����� like'_Z01_'; select * from ��Ƒ�㑻������� where ��֑����� like'_Z%'; select * from ��Ƒ�㑻������� where ������ ~ '�����[��ԑͼ]'; select * from ��Ƒ�㑻������� where ������ ~* '�����[��ԑͼ]'; select *,character_length(������) from ��Ƒ�㑻�������; select *,octet_length(������) from ��Ƒ�㑻�������; select *,position('���'in ������) from ��Ƒ�㑻�������; select *,substring(������ from3for4) from ��Ƒ�㑻�������; droptable �ͪ�ߩ�Ѧ��듾�; createtable �ͪ�ߩ�Ѧ��듾� (��듾� text, ����ړ�� varchar, ����1A�� char(16)); createindex �ͪ�ߩ�Ѧ��듾�index1 on �ͪ�ߩ�Ѧ��듾� using btree (��듾�); createindex �ͪ�ߩ�Ѧ��듾�index2 on �ͪ�ߩ�Ѧ��듾� using hash (����ړ��); insertinto �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓���Ó�����', '�ѦA01�߾'); insertinto �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓�ד����ȓ��', '���B10���'); insertinto �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓����Γ�ד�����', '���Z01���');
vacuum �ͪ�ߩ�Ѧ��듾�; select * from �ͪ�ߩ�Ѧ��듾�; select * from �ͪ�ߩ�Ѧ��듾� where ����ړ�� = '���Z01���'; select * from �ͪ�ߩ�Ѧ��듾� where ����ړ�� ~* '���z01���'; select * from �ͪ�ߩ�Ѧ��듾� where ����ړ�� like'_Z01_'; select * from �ͪ�ߩ�Ѧ��듾� where ����ړ�� like'_Z%'; select * from �ͪ�ߩ�Ѧ��듾� where ��듾� ~ '��ēǻ���[����]'; select * from �ͪ�ߩ�Ѧ��듾� where ��듾� ~* '��ēǻ���[����]'; select *,character_length(��듾�) from �ͪ�ߩ�Ѧ��듾�; select *,octet_length(��듾�) from �ͪ�ߩ�Ѧ��듾�; select *,position('���'in ��듾�) from �ͪ�ߩ�Ѧ��듾�; select *,substring(��듾� from3for4) from �ͪ�ߩ�Ѧ��듾�; droptable test; createtable test (t text); insertinto test values('ENGLISH'); insertinto test values('FRAN��AIS'); insertinto test values('ESPA��OL'); insertinto test values('��SLENSKA'); insertinto test values('ENGLISH FRAN��AIS ESPA��OL ��SLENSKA');
vacuum test; select * from test; select * from test where t = 'ESPA��OL'; select * from test where t ~* 'espa��ol'; select *,character_length(t) from test; select *,octet_length(t) from test; select *,position('L'in t) from test; select *,substring(t from3for4) from test;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-08-08)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.