cjbrown815
IS-IT--Management
SQL server 2005//management studio
I have a field called sample_status (varchar) and a field called reg_on that is (datetime)
Please fix this statement
select * from sample where sample_status='N' and reg_on > currentdate -90
thank you
-CJ
I have a field called sample_status (varchar) and a field called reg_on that is (datetime)
Please fix this statement
select * from sample where sample_status='N' and reg_on > currentdate -90
thank you
-CJ