Viewing 7 posts - 1 through 7 (of 7 total)
Hi
I've worked out the problem.
from members_.memberID_ with (nolock)
shouldn't have memberID_ in the SQL
Thanks
May 21, 2013 at 2:15 am
Yes I've corrected that
May 16, 2013 at 9:17 am
Sorry, afraid not
thanks
May 16, 2013 at 9:10 am
The naming convention was decided by someone else
May 16, 2013 at 8:56 am
select
List_,
Description,
count(month(TimeClicked)) as MonthTimeClicked
from clicktracking_ with (nolock)
inner join members_ on clicktracking_.MemberID_ = Members_.MemberID_
inner join lyrLookupCompletionStatus on lyrCompletedRecips.CompletionStatusID = lyrLookupCompletionStatus.CompletionStatusID
group by
List_,
Description
May 16, 2013 at 5:36 am
Viewing 7 posts - 1 through 7 (of 7 total)