Skip to content

Instantly share code, notes, and snippets.

@puyokw
Created February 24, 2016 10:31
Show Gist options
  • Save puyokw/b48837538b9530fbb682 to your computer and use it in GitHub Desktop.
Save puyokw/b48837538b9530fbb682 to your computer and use it in GitHub Desktop.
td_intern rossmann
SELECT
t2.id as id,
t1.predicted as sales
FROM
prediction t1
JOIN testing2 t2 ON(t1.rowid = t2.rowid)
ORDER BY id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment