Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UPDATE reports.report_composed_service_availability SET
outage = '13:15:53',
number_of_failures = 27
WHERE year = 2017
AND month = 7
AND name = 'CYNET';

** Pay attention to the year and month values in the SQL statement

...