Pour certains autres cas, vous devrez peut-être spécifier la façon de lancer commeALTER TABLE tbl_name ALTER COLUMN col_name TYPE integer USING col_name::integer;
@ Darth.Vader, vous devrez peut-être le faire lorsqu'il y a déjà des données existantes dans la colonne qui ne peuvent pas être castées automatiquement.
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.
ALTER TABLE tbl_name ALTER COLUMN col_name TYPE integer USING col_name::integer;