This should be in the Support list.
 
I believe using the "Relationship" stuff would allow this, but you may have to build a module to provide that information. In which case, doing your own query is probably faster.
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.

From: Roman Zimmermann

for a site specific view I'd need to implement a view which's query
has a condition that spans multiple tables. It'll look something like:
table1.field = 'value' OR table2.field = 'other value'

Is this possible using D6/views2 ?
Am I better off just using a custom query?