Created
February 16, 2018 14:49
-
-
Save accasey/436f58e1c2ca42b44b195c0249770059 to your computer and use it in GitHub Desktop.
Sanitize ePerformance
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
| UPDATE PS_EP_APPR_SECTION SET EP_RESULTS='Data has been cleared.' | |
| / | |
| UPDATE PS_EP_APPR_ITEM SET EP_RESULTS='Data has been cleared.' | |
| / | |
| UPDATE PS_EP_APPR_ITEM SET REVIEW_RATING = 2 | |
| / | |
| UPDATE PS_EP_APPR_ITEM SET REVIEW_POINTS = 2 | |
| / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment