Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Last active August 29, 2015 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenopolanski/c060ffc23f0bc8a6d6ad to your computer and use it in GitHub Desktop.
Save brenopolanski/c060ffc23f0bc8a6d6ad to your computer and use it in GitHub Desktop.
Update time_by_day year

on your local install go to http://localhost:8080/saiku/console

jdbc:h2:../../data/foodmart add that as a jdbc url and then run:

  • update "time_by_day" set "the_year" = 2014 where "the_year" = 1997;
  • update "time_by_day" set "the_year" = 2015 where "the_year" = 1998;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment