Subject Re: for select c from t where :p = initial-value-of-p
Author woodsmailbox
> Also note that if you had where field = :p (and :p changes) you are
> going to have different results depending if an index is used or not...

Semantics of code depending on wherever you have indexes or not?
Scary, to say the least.