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?.
version
PostgreSQL 9.5.15 on x86_64-pc-linux-gnu (Debian 9.5.15-1.pgdg80+1), compiled by gcc (Debian 4.9.2-10+deb8u1) 4.9.2, 64-bit
3 rows affected
3 rows affected
country_name
us
usa
united states of america
id string_bone country_name
1 usa united states
2 u s a united states
3 america united states
ERROR:  syntax error at or near "b"
LINE 6: ...     WHERE a.country_name LIKE '%' || string_bone || '%') b;
                                                                     ^