Hello,
I need to be able to bring data for the present day from a paradox 4
table into SQL Server 2000 (hopefully using DTS). I need to know the
corresponding paradox function that would be equivalent to the
getDate() function in T-SQL or PL-SQL.
Here is roughly what I'm attempting to do in DTS:
select * from ASSIGN
where Frdate BETWEEN GETDATE() -2 AND GETDATE() +1
order by Frdate
Thanks,
Adam Stretch