I have the following code fragment, considering that the rest of my codes work perfectly:
<query name="Samples" rowElementName="Sample>
<sql>
<![CDATA[
select count(p.ProductID)
from Product p
where p.GivenDate <= getDate()
]]>
</sql>
</query>
What seems to be the problem?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks