notes on altering column type with operation
This commit is contained in:
parent
a3f27a2121
commit
d6d03f3980
@ -27,3 +27,6 @@ ORDER BY
|
||||
LIMIT 100;
|
||||
```
|
||||
|
||||
Alter Column
|
||||
==========================================================
|
||||
ALTER TABLE rlarp.pcore ALTER COLUMN pack SET DATA TYPE numeric USING pack::numeric
|
||||
|
Loading…
Reference in New Issue
Block a user