Viewing 8 posts - 1 through 8 (of 8 total)
Thank you so much Jacob. That is giving out the expected results.
Thanks a lot for your help.
July 15, 2015 at 10:32 am
Orlando Colamatteo (4/22/2015)
April 23, 2015 at 12:20 am
Sean Lange (4/22/2015)
tlp6327 (4/22/2015)
April 23, 2015 at 12:18 am
gward 98556 (4/14/2015)
April 14, 2015 at 9:02 am
andrew.courneya 63072 (4/13/2015)
April 14, 2015 at 6:24 am
gward 98556 (4/13/2015)
SELECT
Column_1,
Column_2,
Column_3,
10*Column_1 AS Column_4,
OA.Column_5,
Column_1*OA.Column_5...
April 14, 2015 at 6:23 am
@ Moderators
I made a reply to the above post, few hours ago. But that post seems to have become invisible now !
Can you please make that post visible, or I...
April 13, 2015 at 3:34 am
matak (4/12/2015)
You cant reference a column alias in the same select statement it was created.
You will either need to do Column1*10*column2 as Column6
or wrap it in a cte first
with cte...
April 13, 2015 at 12:53 am
Viewing 8 posts - 1 through 8 (of 8 total)