Created
October 23, 2018 20:16
-
-
Save arekgotfryd/87672ce38dc1b386ca78c63b57cbc04e to your computer and use it in GitHub Desktop.
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 online_bookstore.book SET unit_price = TRUNCATE(RAND()*(10-5)+5,2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment