Skip to content

Commit 0d9ec50

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

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
@@ -30,7 +30,7 @@ insert into sampleks.t1(user_id,lastname) values (9, 'jagan');
3030

3131
If you try executing the following statement, you will run into an error that asks you to use `ALLOW FILTERING`:
3232

33-
```
33+
```shell
3434
select user_id, lastname from sampleks.t1 where lastname='nishu';
3535
```
3636

0 commit comments

Comments
 (0)