> This would potentially allow me to shortcut some largish UNION > statements.
I should clarify: I don't want to have to force my callers to use their own if/then/else statements in order to pick a specific query. I want a single general-purpose query they can call that shortcuts based on a bind value (or WHERE clause to a VIEW). -- Mark Lawrence

