I have a set of codes in field name
Code:
What i want to do is to
Select [Code] from TableA Where....
Here's the problem. What I want to do is exclude all the Codes that end in "AC" except two (0001AC and 0016AC).
How might I wirte the SQL statment to do that?