Viewing 6 posts - 31 through 37 (of 37 total)
Thanks. Almost what I need. Is it possible to compare the values? If the same value exists, I don't want it to count.
insert into #t1 values('11111','2022-01-10 13:37:06.000','P1','P2','P3','','','')
insert...
July 27, 2022 at 1:34 am
Thanks for the response. Unfortunately, I have no control over the data. It's a 3rd party database. This is how they designed it.
Your solution groups by vid and orddate.
What I...
July 26, 2022 at 9:21 pm
Thanks for the response. This works well. Much appreciated.
July 25, 2022 at 2:58 pm
Great. Thanks for all the replies. Much appreciated.
June 1, 2022 at 8:26 pm
June 1, 2022 at 5:05 pm
Viewing 6 posts - 31 through 37 (of 37 total)