I am trying to run the query :
SELECT Payment_Date
FROM dbo.tbl_PaymentDt
WHERE Payment_Date BETWEEN '08/06/2002' AND
'08/07/2002'
In the table, Payment_Date is stored as default value getdate(). The above query results in the records for '08/06/2002' only, even if the records are present...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.