On 1/25/12 8:42 PM, MB Software Solutions, LLC wrote:
>
> UPDATE MyTable SET MyFactor = 1.23456 WHERE Field1 = 'VALUE' AND Field2
> = "VALUE2"
>
> So by using the IN clause, that nullifies any chance of optimizable tag
> use????

What happens if you get rid of the IN clause, like:

WHERE field1 = "Value" AND (field2 = "Value1" or field2 = "Value2")

Paul

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/4f21ad2e.8030...@ulmcnett.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to