I need to compare system date to a date out of a table. How can I compare the system date to the date_closed as shown below? Should I try to populate a variable using getdate?
select * from jcjobm where job_stat <> 'A' and date_closed > THIS IS WHERE I NEED HELP "Today's date or getdate?"