![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
nobody? "PokerJoker" wrote: I'm pulling a list of customers from out database for a mailing list... it has to keep a specific format to work with the mailing program that we use. Problem is, many of our users have the same email address if they work together at a small company. The emailer we user doesn't filter for that, so I'd like to account for it in the DTS. My query currently looks like this... SELECT a, email, b, c, d, e, f, g, h, i, j FROM x JOIN y on a = b JOIN Z on a = b WHERE x.sendemail = true ORDER BY email thanks in advance |
#2
| |||
| |||
|
|
nobody? "PokerJoker" wrote: I'm pulling a list of customers from out database for a mailing list... it has to keep a specific format to work with the mailing program that we use. Problem is, many of our users have the same email address if they work together at a small company. The emailer we user doesn't filter for that, so I'd like to account for it in the DTS. My query currently looks like this... SELECT a, email, b, c, d, e, f, g, h, i, j FROM x JOIN y on a = b JOIN Z on a = b WHERE x.sendemail = true ORDER BY email thanks in advance |
![]() |
| Thread Tools | |
| Display Modes | |
| |