Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Having on calculated field
Message
From
15/07/2011 10:02:10
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Having on calculated field
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01518229
Message ID:
01518229
Views:
93
Hi,

I have this SQL:
select dbo.claimitemstatus(clm_forwarded
			,cit_received
			,(select com_overduedays
				from companies
					inner join Clients on cli_comfk = com_pk
					inner join Claims subclaims on clm_clifk = cli_pk
				where subclaims.clm_pk = claims.clm_pk)) as statusfk
	from ClaimItems inner join Claims on cit_clmfk = clm_pk
	having statusfk = 3
But I get a syntax error:

Msg 207, Level 16, State 1, Line 9
Invalid column name 'statusfk'.

How can I refer to the statusfk field?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform