The advantage of the query builder is that I can add and drop columns via the builder without having to memorize the dozens of tables and hundreds of variables available. I run a standard query that joins 9 tables and takes a long time to set up in the query builder. A view will not help in this instance because I want to choose needed columns for each project. Is there a way to populate the query builder with a standard set of tables and join logic? Please advise.