`ID`,`NAMES`, `TIMESTAMP`
'3', 'Sharon', '2020-02-17 21:11:12'
'4', 'RALPH', '2020-02-18 01:50:19'
Above is an extraction from my table.I would want to find time difference between the two timestamps(i.e for ID=3 and ID=4). Also i would like to create a column for the time difference.Please someone help Thanks