Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Gives me the error message:SELECT SUM(A.Person_count/(B.Person_count*E.Number_of_years)/A.Total_pop*C.Pe +rson_count))*1+(sqrt((SUM((A.Person_count/(B.Person_count*E.Number_of +_years)/A.Total_pop)*(A.Person_count/(B.Person_count*E.Number_of_year +s)/A.Total_pop)*C.Person_count))/(SUM(C.Person_count)))*(((SUM(C.Pers +on_count)+1))*(1-1/(9*((SUM(C.Person_count)+1)))+1.96/(3*sqrt((SUM(C. +Person_count)+1))))^3-(SUM(C.Person_count))))*1 FROM ************ A, ****************** B, ************** C, * +************ E
Can anyone please point out the problem with this?Invalid operator for data type. Operator equals boolean XOR, type equa +ls float.
2004-10-28 Edited by Arunbear: Changed title from 'Invalid operator for data type', as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) MS-SQL error: 'Invalid operator for data type'
by gellyfish (Monsignor) on Oct 27, 2004 at 13:44 UTC | |
by Anonymous Monk on Oct 27, 2004 at 14:44 UTC | |
by edan (Curate) on Oct 27, 2004 at 15:14 UTC |