mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add tests
This commit is contained in:
parent
8c0581c503
commit
7d75866722
@ -0,0 +1,4 @@
|
||||
1
|
||||
1
|
||||
1
|
||||
0
|
5
tests/queries/0_stateless/01513_ilike_like_cache.sql
Normal file
5
tests/queries/0_stateless/01513_ilike_like_cache.sql
Normal file
@ -0,0 +1,5 @@
|
||||
SELECT 'hello' like 'hell%';
|
||||
SELECT 'HELLO' ilike 'hell%';
|
||||
|
||||
SELECT 'world' ilike 'Wo%Ld';
|
||||
SELECT 'world' like 'Wo%Ld';
|
Loading…
Reference in New Issue
Block a user