mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
DOCS: small typo LIMT (Update README.md) (#866)
This commit is contained in:
committed by
GitHub
parent
3796e26402
commit
32f4752daf
@@ -231,7 +231,7 @@ User.find_by_email("test@example.com")
|
|||||||
```sql
|
```sql
|
||||||
-- Grab a bunch of users from shard 1
|
-- Grab a bunch of users from shard 1
|
||||||
SET SHARD TO '1';
|
SET SHARD TO '1';
|
||||||
SELECT * FROM users LIMT 10;
|
SELECT * FROM users LIMIT 10;
|
||||||
|
|
||||||
-- Find by id
|
-- Find by id
|
||||||
SET SHARDING KEY TO '1234';
|
SET SHARDING KEY TO '1234';
|
||||||
|
|||||||
Reference in New Issue
Block a user