where conditions

  • Thread starter Thread starter alekm
  • Start date Start date
A

alekm

Hi,
I'd like to know which condition in where part of sql will be considered
first. I'd like to optimize sqls.
For example: select * from table t where condition1 and condition2 and
condition3

thank you in advance

alekmil
 
Back
Top