Viewing 3 posts - 1 through 3 (of 3 total)
So would the script look like this?
SELECT *FROM (SELECT * FROM sys.objects) AS SalesStats
GO
SELECT OldDealerID,
[A] AS Approved,
AS Conditioned,
[D] AS Declined
FROM (SELECT OldDealerID, AppDetails.AppID,...
December 14, 2011 at 1:06 pm
As much as I have tried to make this stupid thing work, it is not working. I still keep getting the same error. The sorry thing is that...
December 12, 2011 at 1:47 pm
Where am I going wrong with this?
SELECT OldDealerID,
[A] AS Approved,
AS Conditioned,
[D] AS Declined
FROM (SELECT OldDealerID, AppDetails.AppID, [Status]
...
December 8, 2011 at 4:51 pm
Viewing 3 posts - 1 through 3 (of 3 total)