I'm trying to calculate number of days in between to DATES stored in my database, but I was not able to get any data using DATEDIFF or Extract.
Brief Example:
TABLE (PROJECT) PROJECT START, PROJECT END
What I'm looking to get is the amount of days each project lasted.
Any hint will help!