hi,All thanks in advance. i need a help.
i am working with a sql server 2005 database. where a table contains data like INTNO, name, dateofpurchase , item
now i want to search the value based on name and dateofpurchase fields. but not value is retrieving. i don't know what is happening.
here is the code i am using.
<code>
select INTNO from Point_item_mast er where PointName='ABC' and Date='1/12/2010'
</code>
PLEASE HELP
NEEL
i am working with a sql server 2005 database. where a table contains data like INTNO, name, dateofpurchase , item
now i want to search the value based on name and dateofpurchase fields. but not value is retrieving. i don't know what is happening.
here is the code i am using.
<code>
select INTNO from Point_item_mast er where PointName='ABC' and Date='1/12/2010'
</code>
PLEASE HELP
NEEL
Comment