| List: | General Discussion | « Previous MessageNext Message » | |
| From: | spacemarc | Date: | October 18 2006 8:21pm |
| Subject: | Re: Simple JOIN on three tables | ||
| View as plain text | |||
ok, instead I use
(SELECT * FROM tab1 WHERE mydate between 'the-date1' and 'the-date2' )
UNION
(SELECT * FROM tab2 WHERE mydate between 'the-date1' and 'the-date2' )
etc....
But if I wanted to use a join I can make it however or not?
--
http://www.spacemarc.it
| Thread | ||
|---|---|---|
| • Simple JOIN on three tables | spacemarc | 18 Oct |
| • Re: Simple JOIN on three tables | William R. Mussatto | 18 Oct |
| • Re: Simple JOIN on three tables | Rolando Edwards | 18 Oct |
| • Re: Simple JOIN on three tables | spacemarc | 18 Oct |
| • Re: Simple JOIN on three tables | Peter Brawley | 18 Oct |
| • Re: Simple JOIN on three tables | spacemarc | 18 Oct |
| • Re: Simple JOIN on three tables | William R. Mussatto | 18 Oct |
| • Re: Simple JOIN on three tables | spacemarc | 18 Oct |
| • Re: Simple JOIN on three tables | Peter Brawley | 18 Oct |
| • Re: Simple JOIN on three tables | William R. Mussatto | 18 Oct |
| • Re: Simple JOIN on three tables | Martijn Tonies | 19 Oct |
