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?.
10 rows affected
column_1 column_2 column_3
1 null 69
2 null 57
3 null 49
4 null 77
5 null 34
6 null 2
7 null 10
8 null 26
9 null 83
10 null 72
column_1
59
12
83
56
71
67
47
55
21
56
10 rows affected
column_1 column_2 column_3
1 56 69
2 55 57
3 59 49
4 67 77
5 12 34
6 47 2
7 83 10
8 21 26
9 56 83
10 71 72