I have a table with 'dateborrowed' and 'datereturned' column. What I want to do is I want to get the value in between 'datereturned' and 'dateborrowed' and bind it to another column in another table. Also how can I do it using datediff function? I'm still learning it in the meantime. Any help would be greatly appreciated.
Thanks in advance!!
datereturnedanddateborrowed? What result is whendatereturned = 01/01/2011 and dateborrowed = 01/01/2009? Please specify what result you want to get – Stecya May 19 '11 at 10:44