master
Jonathan Seltmann 2024-06-29 12:11:47 +02:00
parent dcc888dfce
commit 3ebcee4bb5
1 changed files with 4 additions and 2 deletions

View File

@ -108,6 +108,7 @@ INSERT INTO twitter.tweets(author, content, country, date_time, id, language, la
VALUES
('taylorswift12', 'Hallo there BDEA','DE', dateof(now()), 'NoID', 'de', 48, 48, 10000000, 0, 233248636);
```
![result_ex4_2](img/ex4_2_likes.png)
@ -119,5 +120,6 @@ CREATE CUSTOM INDEX search_in ON twitter.tweets (content) USING 'org.apache.cass
'case_sensitive': 'false' };
SELECT * from twitter.tweets WHERE content LIKE '%world%' limit 25;
```
![result_ex4_2](img/ex6.png)