Hi,
I am experiencing something unusual
I am running a query like :
select * from doctors where name like '%pra%' and specialization ='cardiology' order by doctorID
I have SET ANSI_WARNINGS off. Even then I am getting the following warning message
Warning: Null value is eliminated by an aggregate or other SET operation.
This is creating problem for me in the app. Can somebody correct me where I am going wrong.
Thanks
Prasad Bhogadi
www.inforaise.com