Copy
// Update the 'ship_state' column to proper case
UPDATE
amazon
SET
ship_state
=
INITCAP
(ship_state);