RE: help me with complicate sql query

2002-03-02 Thread Bill Easton
he first--and most offbeat--solution, because I was looking for a one-SQL-statement solution. Hope this helps. - Original Message - From: Brian Smith To: Bill Easton Sent: Saturday, March 02, 2002 8:51 AM Subject: RE: help me with complicate sql query I guess this would work if per

Re: help me with complicate sql query

2002-03-01 Thread Bill Easton
Well, it's possible, but it's not pretty. The right way, of course, is to have subselects. Ah, well, someday... You can't do it using just joins (inner or outer) and where clauses. The reason is that the joins will give you a cross product and the on clauses and the where clauses will throw a