Jump to content

Comparing using an alias and count()


tlavelle

Recommended Posts

What is wrong with this sql?

 

use imis;
select count(id) as duescount , id from activity where activity_type='dues' and duescount>=2 group by id order by duescount asc;

 

it is giving me this

Msg 207, Level 16, State 3, Line 2

Invalid column name 'duescount'.

 

Can you not sue an alias like this?  If not, how do I make that comparison?

Link to comment
https://forums.phpfreaks.com/topic/67050-comparing-using-an-alias-and-count/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.