Skip to content

Instantly share code, notes, and snippets.

@mlebkowski
Created March 5, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlebkowski/9369570 to your computer and use it in GitHub Desktop.
Save mlebkowski/9369570 to your computer and use it in GitHub Desktop.
INSERT INTO `reach` (`id`, `day`, `value`)
VALUES
(1, 1, 0.0743),
(2, 2, 0.1244),
(3, 3, 0.1682),
(4, 4, 0.2060),
(5, 5, 0.2407),
(6, 6, 0.2780),
(7, 7, 0.3153),
(8, 8, 0.3496),
(9, 9, 0.3820),
(10, 10, 0.4133),
(11, 11, 0.4434),
(12, 12, 0.4689),
(13, 13, 0.4972),
(14, 14, 0.5291),
(15, 15, 0.5606),
(16, 16, 0.5912),
(17, 17, 0.6207),
(18, 18, 0.6482),
(19, 19, 0.6734),
(20, 20, 0.7005),
(21, 21, 0.7298),
(22, 22, 0.7593),
(23, 23, 0.7865),
(24, 24, 0.8130),
(25, 25, 0.8367),
(26, 26, 0.8597),
(27, 27, 0.8892),
(28, 28, 0.9196),
(29, 29, 0.9487),
(30, 30, 0.9761);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment