By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
11 rows affected
| count_colonna | count_star | colonna1 | diverso |
|---|---|---|---|
| 2 | 3 | 1111 | X |
| 2 | 2 | 2222 | |
| 1 | 1 | 3333 | |
| 1 | 3 | 4444 | X |
| 1 | 1 | 5555 | |
| 1 | 1 | 6666 |
Warning: Null value is eliminated by an aggregate or other SET operation.
| (No column name) | colonna1 |
|---|---|
| 3 | 1111 |
| 2 | 2222 |
| 1 | 3333 |
| 3 | 4444 |
| 1 | 5555 |
| 1 | 6666 |