RE: HAVING column not in select_statement

2003-09-03 Thread Fortuno, Adam
n't exist in the query, you cannot use it in the 'HAVING' statement. Regards, Adam -Original Message- From: Stefano Fraccaro [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:44 AM To: [EMAIL PROTECTED] Subject: HAVING column not in select_statement I have

Re: HAVING column not in select_statement

2003-09-03 Thread Keith C. Ivey
On 3 Sep 2003 at 15:43, Stefano Fraccaro wrote: > I have a query with a column in HAVING clause that not refer any > column listed in SELECT statement because I don't need to group by > this column and ... this query don't work. It's possible or this > feature is planned for the future? Can you g

HAVING column not in select_statement

2003-09-03 Thread Stefano Fraccaro
I have a query with a column in HAVING clause that not refer any column listed in SELECT statement because I don't need to group by this column and ... this query don't work. It's possible or this feature is planned for the future? Any solution? Thanks