Subject Acsending or Descending Index
Author Vander Clock Stephane
Hello,

Without the consideration of the order by, i there any difference
between ascending and descending index for queries like

select ... where fieldA > 123;
select ... where fieldA = 123;
select ... where fieldA < 123;

or both gave the same performance ?

thanks
stéphane