mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fixing a copy/paste issue in the Not() docs
This commit is contained in:
parent
d78d9511ed
commit
424ca9378a
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ attrs will always be empty
|
|||
|
||||
**Examples:**
|
||||
|
||||
Query columns with a bit set in one row and not another (repositories that are starred by one user and not another):
|
||||
Query existing columns that do not have a bit set in the given row.
|
||||
```request
|
||||
Not(Row(stargazer=1))
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue