.Q.view x
Where x is a list of partition values that serves as a filter for all queries against any partitioned
table in the database, x is added as a constraint in the first sub-phrase of the where-clause of every
query.
.Q.view is handy when you are executing queries against partitioned or segmented tables. Recall that
multiple tables can share the partitioning. Q.view can guard against runaway queries that ask for all
historical data.
.Q.view 2#date