Add count listitems.
parent
dc80cd95ad
commit
e1ec43def7
|
@ -89,4 +89,7 @@ select * from records where collection not in (
|
||||||
'app.bsky.graph.listblock'
|
'app.bsky.graph.listblock'
|
||||||
) limit 20;
|
) limit 20;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
count listitems
|
||||||
|
`select count(*) from listitems where list='at://did:plc:2yqylcqgxier4l5uplp6w6jh/app.bsky.graph.list/3kkud7l6s4v2m';`
|
Loading…
Reference in New Issue