notes on altering column type with operation

This commit is contained in:
Paul Trowbridge 2021-01-11 23:31:52 -05:00
parent a3f27a2121
commit d6d03f3980
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ ORDER BY
LIMIT 100;
```
Alter Column
==========================================================
ALTER TABLE rlarp.pcore ALTER COLUMN pack SET DATA TYPE numeric USING pack::numeric