This commit is contained in:
Vadim 2018-06-06 22:55:08 +03:00
parent 2ca21dfde7
commit 57f961138e
4 changed files with 3 additions and 4 deletions

View File

@ -13,4 +13,4 @@
1
3
2
0
0

View File

@ -12,4 +12,4 @@ INSERT INTO startsWith_test values ('11', '22', '33'), ('a', 'a', 'bb'), ('abc',
SELECT COUNT() FROM startsWith_test WHERE startsWith(S1, S1);
SELECT COUNT() FROM startsWith_test WHERE startsWith(S1, S2);
SELECT COUNT() FROM startsWith_test WHERE startsWith(S2, S3);
DROP TABLE startsWith_test;
DROP TABLE startsWith_test;

View File

@ -13,4 +13,4 @@
1
3
2
0
0

View File

@ -13,4 +13,3 @@ SELECT COUNT() FROM endsWith_test WHERE endsWith(S1, S1);
SELECT COUNT() FROM endsWith_test WHERE endsWith(S1, S2);
SELECT COUNT() FROM endsWith_test WHERE endsWith(S2, S3);
DROP TABLE endsWith_test;