|
|
|
|
|
by johbjo
1831 days ago
|
|
Views are equivalent to "query templates" unless for example they do operations on subquery aggregate columns (for example group by sum().) So views don't add complexity relative to giving the query explicitly. It might even help since the incoming queries can be smaller, thus less parsing/processing. |
|