13
logic
7y

That feeling when you're working with production data and you get a cold feeling running down your spine, telling yourself: you could really fuck up now.

Comments
  • 2
    SELECT *
    INTO PROD_TABLE_TEST
    FROM PROD _TABLE
    WHERE Dates and Stuff ??
  • 2
    Start by typing ZZZDELETE or ZZZUPDATE. Then you can go back and delete the ZZZ when you've finished writing the WHERE clause.
  • 0
    Thats actually a great tip !@d4ng3r0u5
Add Comment