hi all,
Here i have a very simple query but it has given me a lot of headache.Can some one look at it and point me where i made a mistake.
I have the filed state in my database and i do not know why it keep saying invalid identifer.by the way i am using this in my asp.net page and i am using visual studio 2005. thanks
select * from VENDORDETAIL WHERE STATE LIKE '%'||Upper('&State')||'%'