SQLServerCentral » Latest topics
Help Needed in Date Logic Query
Hi,
I will need to create query for uservisit tracking. Below are the sample data to play with
[code language="sql"]
Declare @UserVisit table(userid bigint,VisitedDate dat
I will need to create query for uservisit tracking. Below are the sample data to play with
[code language="sql"]
Declare @UserVisit table(userid bigint,VisitedDate dat
No comments:
Post a Comment