K
kcmtnbiker
What is the WHERE syntax to exlude records meeting criteria accross two
fields. The best way to explain what I am trying to accomplish to provide a
simple example
STATE RATE
AL 1.5
AL 2
MO 1
MO 2
AL 1
I want to exlude all records where state = "AL" and Rate <=1.5. Records not
meeting this criteria should be returned as part of my query.
fields. The best way to explain what I am trying to accomplish to provide a
simple example
STATE RATE
AL 1.5
AL 2
MO 1
MO 2
AL 1
I want to exlude all records where state = "AL" and Rate <=1.5. Records not
meeting this criteria should be returned as part of my query.