Re: More grist for the PostgreSQL vs MySQL mill

From: "Michael Nolan" <htfoot(at)gmail(dot)com>
To: "Ron Johnson" <ron(dot)l(dot)johnson(at)cox(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: More grist for the PostgreSQL vs MySQL mill
Date: 2007-01-20 23:09:08
Message-ID: 4abad0eb0701201509h7d022df6v2e8370494200e0a0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This is a generated query in a web form where there could be a series of 12
digit event IDs input by the user, hence using the 'in' form. This is
slightly lazy programming on my part, but it makes little difference in
either PostgreSQL or MySQL whether I use = or 'in'.
--
Mike Nolan

On 1/20/07, Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> wrote:
>
>
>
> Is this query created by an application? I.e, there might be a list
> of PLR_EVENTIDs?
>
> If so, I understand why it is like it is. Otherwise, why not make
> it a direct equality?
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-01-20 23:17:02 Re: More grist for the PostgreSQL vs MySQL mill
Previous Message Ron Johnson 2007-01-20 22:59:47 Re: More grist for the PostgreSQL vs MySQL mill