Any body know --- 'sql query where condition execution plan'

From: raja kumar thatte <trajakumar(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Any body know --- 'sql query where condition execution plan'
Date: 2002-01-22 03:59:09
Message-ID: 20020122035909.84067.qmail@web20609.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hai every body,
I want to know how the--where condition--is executed in a sql query.
e.g., select aa,bb,cc from ttt where aa=100 and bb = 200 and cc =300.
my doubt is , will psql leave the record as on when it fails to satisfy a record having aa !=100
or will it chect for bb = 200 and cc = 300 also.
ie will it work like C-language if condition or not.
If i give paranthesis, will it change the execution plan accordingly.
Thanks in advance.
c u
raja

---------------------------------
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-01-22 04:49:25 Re: Any body know --- 'sql query where condition execution plan'
Previous Message Ferdinand Smit 2002-01-21 15:43:48 Re: Character problems