I'm working on a query and I need it to return 2 versions of the same column, so I'm trying to nest the 2nd version in to the first to return the results.
Here are my queries:
select modifications.timestamp, clients.name, remote_sites.name, modifications.name, oiversions.name
from...