Last active
August 29, 2015 14:18
-
-
Save rodde177/d02e5bb6ae6a1e155c28 to your computer and use it in GitHub Desktop.
Insert deleted review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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