PRodgers4284
Registered User.
- Local time
- Today, 23:01
- Joined
- Feb 17, 2009
- Messages
- 64
I need to join two dates from two tables, "Patient" and "Admission". I have Date from the "patient" table and a date from the "Admission" table and i want to calculate the number of days between the two dates, i think i need an inner join to join the two tables but im unsure how to do this. Can anyone point me in the right direction?