Viewing 15 posts - 16 through 30 (of 210 total)
insert into #testing
values('testingOrder1','UK','red',10),
('testingOrder1','UK','red',20),
('testingOrder1','UK','red',30),
('testingOrder2','US','blue',50),
('testingOrder2','US','green',50)
select * from #testing
how can i count distinct partition...
February 18, 2019 at 5:00 am
Snippet SELECT [Masjien], aliasname = STUFF((
...
February 14, 2019 at 3:28 am
February 14, 2019 at 2:44 am
February 14, 2019 at 2:40 am
February 11, 2019 at 10:09 am
February 3, 2019 at 9:51 pm
THIS IS A DIFFERENT WAY OF DOING THIS
EXPERTS CORRECT ME IF I AM MISSING...
February 3, 2019 at 8:03 am
Here is...
February 3, 2019 at 8:00 am
you could try changing the index to...
January 20, 2019 at 2:37 am
January 18, 2019 at 4:30 am
In my scenario, i need to generate string like
AAA,AAB,AAC.........ZZZ
My input parameter is just Total...
January 17, 2019 at 6:00 am
January 14, 2019 at 7:47 am
January 13, 2019 at 2:54 am
January 13, 2019 at 1:25 am
Viewing 15 posts - 16 through 30 (of 210 total)