Skip to content

Commit 12ae5aa

Browse files
Update articles/cosmos-db/cassandra-secondary-index.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent 3fb31e2 commit 12ae5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra-secondary-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ insert into sampleks.t1(user_id,lastname) values (8, 'Theo');
2828
insert into sampleks.t1(user_id,lastname) values (9, 'jagan');
2929
```
3030

31-
If you try to execute below statement - you will get an error asking you to use `ALLOW FILTERING`.
31+
If you try executing the following statement, you will run into an error that asks you to use `ALLOW FILTERING`:
3232

3333
```
3434
select user_id, lastname from sampleks.t1 where lastname='nishu';

0 commit comments

Comments
 (0)