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?.
2 rows affected
2 rows affected
1 rows affected
5 rows affected
cid created gid uid msg
1 2022-05-04 08:45:47.453606+01 10 1 Hi how are you doing?
2 2022-05-04 08:46:47.453606+01 10 1 I am a nice user
3 2022-05-04 08:47:47.453606+01 10 2 F*** ***!!
4 2022-05-04 08:48:47.453606+01 10 2 I am a bad user
5 2022-05-04 08:49:47.453606+01 10 1 Are you there??
nice_user
(1,"Hi how are you doing?")
(1,"I am a nice user")
(0,"F*** ***!!")
(0,"I am a bad user")
(1,"Are you there??")
muted_user
(0,"Hi how are you doing?")
(0,"I am a nice user")
(1,"F*** ***!!")
(1,"I am a bad user")
(0,"Are you there??")