I have the flowing tables:
See fiddle: http://sqlfiddle.com/#!2/c1c2f/1
I'm struggling to find a way to
select software.name, systems.pc(or software.pc), systems.user
only for the rows were the software.date field matches the systems.time field meaning that fields
You need a JOIN, like this:
Fiddle: http://sqlfiddle.com/#!2/c1c2f/34/0