Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Esimerkki

...

sql-hausta

...

moneen

...

tauluun.

{
Code Block
}
querystring="SELECT *, sensor.name as sensorName, sensor.Type as sensorType "
                "FROM sensor, cylinder, machine  WHERE "
                "sensor.machine_id = machine.machine_id "
                "AND cylinder.cylinder_id = sensor.cylinder_id "
                "AND machine.ActiveMachine = 1";
{code}