BookmarkSubscribeRSS Feed
flyingsohigh
Calcite | Level 5

hi, I have a sql question as below:

 

Given timestamps of visits, how to figure out how many people visit all seven days of a week on the location?

 

Thanks.

1 REPLY 1
Reeza
Super User

Making a lot of assumptions:

 

1. Filter data for a week

2. Remove possible duplicate visits per week

3. Count unique dates, if < 7 then they did not visit every day in a week.

 

vague questions = vague answers


@flyingsohigh wrote:

hi, I have a sql question as below:

 

Given timestamps of visits, how to figure out how many people visit all seven days of a week on the location?

 

Thanks.


 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1156 views
  • 0 likes
  • 2 in conversation