|
|
|
|
|
by bdcravens
2422 days ago
|
|
Yes, if you are running the same query. Some of the worst use of views I've seen involve massive joins without filters, and then filtering further down, so you end up working with a recordset in the millions of records rather than a few thousand. |
|