| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Zak Greant | Date: | May 6 2003 3:38am |
| Subject: | Re: Comparing two snapshots of a table to produce a change report | ||
| View as plain text | |||
On May 5, 2003 15:37, Mike Hillyer wrote: > Hi Everyone; > > I am trying to work on a solution for an application I am working on. > > Our app tracks data for customers who are sent a new data file every > month that is generated from a query outputted to a CSV file. > > I need to implement a system whereby the file can be accompanied by a > report of changes to the file over the course of the month. We were > thinking that each time an export is done, the data table can be copied > to another table by creating a table using a SELECT SQL statement, that > way we would have historical snapshots of the table (space is not an > issue). > > My question is: can anyone think of a query to get the difference > between a snapshot and the current table? (Return all rows where any > field is has changed)? What about having an extra fields where you maintain a checksum or an update count? Hrm... I wonder if we could add functionality to make MyISAM row checksum values readable to users? -- Zak Greant MySQL AB Community Advocate
| Thread | ||
|---|---|---|
| • Comparing two snapshots of a table to produce a change report | Mike Hillyer | 5 May |
| • Re: Comparing two snapshots of a table to produce a change report | Zak Greant | 6 May |
| • Re: Comparing two snapshots of a table to produce a change report | Jeremy Zawodny | 6 May |
| • RE: Comparing two snapshots of a table to produce a change report | Dave Christensen | 6 May |
| • Am using mysql and oscommerce, but i can't find my database that i created. | David Jackson | 6 May |
| • RE: Comparing two snapshots of a table to produce a change report | Kyle Lange | 6 May |
| • localhost question | Ya-Chun Lin | 6 May |
| • RE: Comparing two snapshots of a table to produce a change report | Mike Hillyer | 6 May |
| • Re: localhost question | James Moe | 6 May |
| • Re: localhost question | Ya-Chun Lin | 6 May |
| • Re[2]: localhost question | Stefan Hinz | 6 May |
| • Re: Re[2]: localhost question | Ya-Chun Lin | 6 May |
| • Re[4]: localhost question | Stefan Hinz | 7 May |
| • Re: Re[4]: localhost question | Ya-Chun Lin | 7 May |
| • import binary file? | Ya-Chun Lin | 29 May |
