N
Nir N
I have a table detailing customer's visits to an office and their activities.
Each record has a customer ID field, visit date and activity code. In each
date, a customer usually has some activities in the office, therefore each
visit to the office is represented by 5-10 records, each with the same
customer ID and visit date.
I need to create a new table that has only 2 columns- the customer ID and
the total count of his visits to the office (i.e. grouping all visits dates
and counting the number of different groups).
How can is be done?
Thanks!
Each record has a customer ID field, visit date and activity code. In each
date, a customer usually has some activities in the office, therefore each
visit to the office is represented by 5-10 records, each with the same
customer ID and visit date.
I need to create a new table that has only 2 columns- the customer ID and
the total count of his visits to the office (i.e. grouping all visits dates
and counting the number of different groups).
How can is be done?
Thanks!