Here's the deal. I've got articles and issues, both of which can have a release date. (Issues must, articles can.) Whichever date is earlier is the release date.
I've got all the logic for that basically worked out, and it all works perfectly, except I can't quite figure out the order clause to order by this release date. What is the cleanest SQL method to implement this functionality? I know basic SQL structure and whatnot, but not this sort of advanced logic...
Thanks in advance! --Matchu