T
tdahsu
Hi,
I'm sorry if this is very basic but I haven't had much sleep lately.
I have three tables:
Machines
Processes
Process Instances
Machines is a listing of computers by name (has a unique id for each
machine).
Processes is a listing of processes running on each machine (has a
unique id for each process).
Process Instances is a table that lists each process with the process
id and machine id as well as other information related to the
particular process instance (has a unique id for each process
instance).
What I'd like is a query that will allow me to show, in a table:
Machine
- Process (with instance information)
- Process2 (with instance information)
I'm sorry if this is very basic but I haven't had much sleep lately.
I have three tables:
Machines
Processes
Process Instances
Machines is a listing of computers by name (has a unique id for each
machine).
Processes is a listing of processes running on each machine (has a
unique id for each process).
Process Instances is a table that lists each process with the process
id and machine id as well as other information related to the
particular process instance (has a unique id for each process
instance).
What I'd like is a query that will allow me to show, in a table:
Machine
- Process (with instance information)
- Process2 (with instance information)