Created
April 1, 2016 18:42
-
-
Save fogonthedowns/55d7bb3a0e4f3ffaaa05a0bfefbd29f3 to your computer and use it in GitHub Desktop.
convert lbs to grams
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 inventory | |
| SET original_amount = original_amount * 453.592, | |
| original_units='grams' | |
| WHERE original_units ILIKE 'lbs'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment