I have created a view which consists of 4 tables with a 'where clause' and an 'order by' statement.
If I then call this view and add an additional restriction -- such as 'where {datefield} = today', will the database generate the full record set with all possible dates before saying - hey I only need to find data dated today??
All help appreciated.