Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save fogonthedowns/55d7bb3a0e4f3ffaaa05a0bfefbd29f3 to your computer and use it in GitHub Desktop.

Select an option

Save fogonthedowns/55d7bb3a0e4f3ffaaa05a0bfefbd29f3 to your computer and use it in GitHub Desktop.
convert lbs to grams
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