king1980
9th February 2010, 09:31
I have writen follwoing query in my program script .
select sum(whinh270.qoro)
from whinh270 where whinh270.orno=:whinh220.orno
group by whinh270.orno
But while compiling i am getting following error
Error SQL: SQLState HYL06: select item 1 must be bound explicitly (302)
Please help me to resolve this issue.
Regards
King1980
select sum(whinh270.qoro)
from whinh270 where whinh270.orno=:whinh220.orno
group by whinh270.orno
But while compiling i am getting following error
Error SQL: SQLState HYL06: select item 1 must be bound explicitly (302)
Please help me to resolve this issue.
Regards
King1980