Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specifing a column in the where clause
Message
From
19/02/2004 18:43:11
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Specifing a column in the where clause
Miscellaneous
Thread ID:
00879002
Message ID:
00879002
Views:
54
In this example:

select customer_id,customer_nme,(select sum(sell_amount) from sales where sales.customer_id=customer.customer_id) as sales_total
from customer
where sales_total>0
order by 3,2 desc

Why do I get the error message: Invalid column name 'sales_total'?
Is there a way around this without having to repeat the query in the where command (similar to the order command where you just specify the column number)?
Next
Reply
Map
View

Click here to load this message in the networking platform