Thinking in Sets
May 24, 2006 Hey, Ted
I have a program that contains a complicated SQL command that selects a group of records exactly the way I want them selected. My boss has added a new wrinkle by creating an exceptions file, which would indicate other records that are to be selected, whether they meet the selection criteria or not. I cannot find a way to add the exceptions file without breaking my query. How do I modify my SQL command to handle the exceptions file? –Clayton You were taught the solution to your problem in elementary school. Do you remember learning about sets in math class? |