Versions Compared

Key

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

...

INSERT INTO reports.msr_graphical_data (period,year,month,from_data,to_data) values ('201707',2017,7, 5675.2,5427.3);

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

...