Re: BitmapAnd on correlated column?

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: BitmapAnd on correlated column?
Date: 2019-10-03 21:26:43
Message-ID: ad559551-fa34-3c43-6ded-9720985191cb@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 10/3/19 3:22 PM, greigwise wrote:
> I'm running the following query on Postgres version 10.8:
>
> SELECT count(*) FROM test_table WHERE and id_column_1 IN (9954, 9690, 9689,
> 9688) AND
> id_column_2 IN (75328, 51448, 48060, 48065, 51803, 51449, 51802, 48064,
>
> -
> Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>
>

Is "where and" just a typo?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message greigwise 2019-10-03 21:39:07 Re: BitmapAnd on correlated column?
Previous Message greigwise 2019-10-03 21:22:03 BitmapAnd on correlated column?