1 table, 1.5million records,
login
information
date (mostly blank)
Reading down the table we see a login date combination followed by several login information records.
We wish to add the date to each information line, resetting date to blank on each change of login and changing date if the date field is already populated, so we can easily see which login accessed information on a specific date.
How may we associate a date with a variable number of following records?
login
information
date (mostly blank)
Reading down the table we see a login date combination followed by several login information records.
We wish to add the date to each information line, resetting date to blank on each change of login and changing date if the date field is already populated, so we can easily see which login accessed information on a specific date.
How may we associate a date with a variable number of following records?