mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 09:26:30 +00:00
11 lines
94 B
MySQL
11 lines
94 B
MySQL
|
|
\c shard0
|
||
|
|
|
||
|
|
SELECT * FROM data;
|
||
|
|
|
||
|
|
\c shard1
|
||
|
|
|
||
|
|
SELECT * FROM data;
|
||
|
|
|
||
|
|
\c shard2
|
||
|
|
|
||
|
|
SELECT * FROM data;
|