By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
INSERT 0 3
CREATE INDEX
| QUERY PLAN |
|---|
| Seq Scan on stock_prices (cost=0.00..1.04 rows=1 width=218) (actual time=0.032..0.035 rows=2 loops=1) |
| Filter: (reverse((composit)::text) ~~ 'SU.%'::text) |
| Rows Removed by Filter: 1 |
| Buffers: shared hit=1 |
| Planning Time: 0.552 ms |
| Execution Time: 0.063 ms |
EXPLAIN