add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Help with an interesting Postgres question: Why isn't an Index Only Scan used on a partition accessed via the parent table?.
4 rows affected
u_id username creatorid c_id username creatorid
1 supUser null 1 supUser null
1 supUser null 2 小明 1
1 supUser null 3 小黃 2
1 supUser null 4 小白 1
2 小明 1 1 supUser null
2 小明 1 2 小明 1
2 小明 1 3 小黃 2
2 小明 1 4 小白 1
3 小黃 2 1 supUser null
3 小黃 2 2 小明 1
3 小黃 2 3 小黃 2
3 小黃 2 4 小白 1
4 小白 1 1 supUser null
4 小白 1 2 小明 1
4 小白 1 3 小黃 2
4 小白 1 4 小白 1
id username id creator
2 小明 1 supUser
3 小黃 2 小明
4 小白 1 supUser
id username id creator
1 supUser 2 小明
1 supUser 4 小白
2 小明 3 小黃
id username id creator
2 小明 1 supUser
3 小黃 2 小明
4 小白 1 supUser
id username id creator
1 supUser 2 小明
1 supUser 4 小白
2 小明 3 小黃