Skip to content

Instantly share code, notes, and snippets.

@rodde177
Last active August 29, 2015 14:18
Show Gist options
  • Save rodde177/d02e5bb6ae6a1e155c28 to your computer and use it in GitHub Desktop.
Save rodde177/d02e5bb6ae6a1e155c28 to your computer and use it in GitHub Desktop.
Insert deleted review
INSERT INTO review VALUES(640,'2015-03-24 19:52:37',1,125,1);
SELECT * FROM reviews;
SELECT * FROM review_detail WHERE review_id = 640;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment