Subject | RE: [firebird-support] Re: SubSelect Question |
---|---|
Author | Alan McDonald |
Post date | 2003-11-11T00:13:32Z |
> Hi,SELECT (select avg(old_salary) from salary_history where old_salary>0)
>
> sorry maybe I misworded it.
>
> I just have one table with the volume column and I'd like to do only
> one select statement that gives me both the averages for the negative
> volume numbers and the positive numbers which reside in the same column
>
avgsal from RDB$DATABASE
you might get the drift
Alan