Hi is it possible to count days between columns, something like
datediff(date_finished-date_started) as 'days'
only datediff works just with actual dates, and I'd like to have the days number for every row counted automatically with the rsults in a new temporary column'days'; I hope it makes sense.
Please could you help or point me in right direction. Thank you