Projet de remplacement du "RPiPasserelle" d'Otec.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_variable_values_wo_time.sql 143B

1234567
  1. INSERT INTO var_value (type, address, value) VALUES
  2. ('A', 10, 42),
  3. ('A', 11, 24),
  4. ('I', 5010, 42),
  5. ('I', 5011, 24),
  6. ('D', 10, 1),
  7. ('D', 11, 1)