I have the following question: How to put an automatic date in SQL Server or in C #?
For example in this query :
SELECT id,Registration FROM tbl_CRs
WHERE Registration BETWEEN '20170201' AND '20170216'
and [Status]='OPEN'
In C # it woul...
asked by
16.02.2017 / 19:52