mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add \n
This commit is contained in:
parent
2ca21dfde7
commit
57f961138e
@ -13,4 +13,4 @@
|
||||
1
|
||||
3
|
||||
2
|
||||
0
|
||||
0
|
||||
|
@ -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;
|
||||
|
@ -13,4 +13,4 @@
|
||||
1
|
||||
3
|
||||
2
|
||||
0
|
||||
0
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user