Microsoft
Software
Hardware
Network
Question : How can I make related calculated columns and conditionals in a MS SQL View?
Hi,
To simplify, let's say I have 2 related tables, each containing columns of numbers. Now let's say that I need to build a view that adds calculated columns, for example: Table A has a column called X (int) and another called Y (int) and Table B has a column Z (int).
So I create a view that gives me X,Y and Z. Easy enough. But what if I want to add a calculated column called to the view called AA which would essentially be a conditional? The query might look like this (but if did not work for me):
SELECT A.X,A.Y,B.Z, (SELECT CASE X / Z > Y THEN 1 ELSE 0 END) As Factor1, Factor1 + Z As Factor2 FROM A RIGHT OUTER JOIN B ON (whatever)
How can I make this work?
Thanks,
Paul.
Answer : How can I make related calculated columns and conditionals in a MS SQL View?
i think the xhtml standard states you have to have a <title></title> within the header..
Random Solutions
Windows 2008 R2 Terminal Server and Java
How do I create "iphone like" menu .NET C# compact framework 3.5
SET FOCUS AND CHANGE COLOUR
If, Then, Warning Message...?
How should I build some records based on the index of another table?
Log monitoring script
Creat DHCP Server in Delphi
I can receive email but cannot see web pages?
Is MAC OS10 supported on vSphere?
someone turned off mirroring, how do i restart it?