Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
tmaiden
Yak Posting Veteran
86 Posts |
Posted - 2006-06-08 : 12:50:04
|
| I have 2 tables that are exactally the same.Table 1 - Is named LIVETable 2 - Is name EOM (End of Month)The 2 tables have these fieldsMEMBERSTREETI want to build a query that will return any member who has changed their address (ex: member's eom address is "123 main st", and now their live address is "345 apple st")But I do not want to display any addresses that are different because that member wasn't a member last month (not in the eom table)Note: Member Numbers Never Change, only addresses will.Thanks in advance for any help/suggestions. |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-06-09 : 03:49:19
|
| http://weblogs.sqlteam.com/jeffs/archive/2004/11/10/2737.aspxMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|