J
Jebuz
Hi,
I have 2 tables, "monitor_configurations" & "Sensors"
Monitor_configurations has fields :VelocityA, VelocityB, VelocityC all text
type storing the serial of the sensor that is plugged into the monitor at
that port.
Sensors has fields: serial, type both text with all the sensors serials and
the type of sensor it is in the type field.
I need to join these to show something like: Monitor X with Velocity A =
035ff25 type "Doppler", Velocity B = 093hh56 type "submerged" etc. for each
monitor.
I can't seem to create a SQL query to join the type field correctly with the
monitor's multiple fields, because each field in Monitor_configurations needs
a type next to it... ?? *sigh* or is my DB design not gonna work for that
or is it just plain done wrong?
Thx in advance!!!
I have 2 tables, "monitor_configurations" & "Sensors"
Monitor_configurations has fields :VelocityA, VelocityB, VelocityC all text
type storing the serial of the sensor that is plugged into the monitor at
that port.
Sensors has fields: serial, type both text with all the sensors serials and
the type of sensor it is in the type field.
I need to join these to show something like: Monitor X with Velocity A =
035ff25 type "Doppler", Velocity B = 093hh56 type "submerged" etc. for each
monitor.
I can't seem to create a SQL query to join the type field correctly with the
monitor's multiple fields, because each field in Monitor_configurations needs
a type next to it... ?? *sigh* or is my DB design not gonna work for that
or is it just plain done wrong?
Thx in advance!!!