How do I add to the date in a select query in SQL Server? -
apologies unclear question unsure of how title this. new sql server. have 2 columns in table, 1 called datetimerented
, 1 called datetimereturned
. want have select query calculates movies overdue (+48hrs) along lines of:
select * ---- [where datetimereturned datetimerented + 2 days] --- this.
i want know need work out, thank :)
Comments
Post a Comment