Viewing 2 posts - 1 through 3 (of 3 total)
Luis Cazares (7/10/2015)
sgmunson (7/10/2015)
Luis Cazares (4/22/2015)
It should be something like this:
WITH RCTE AS(
select T1.a1, T1.a2,...
September 18, 2015 at 7:18 am
#1827727
select T1.a1, T1.a2, T1.a3,
...
September 18, 2015 at 7:17 am
#1827726