InterviewSolution
Saved Bookmarks
| 1. |
How to change the datatype of a column in PostgreSQL? |
|
Answer» To change the records TYPE of a column, you USE the ALTER TABLE ASSERTION as FOLLOWS: ExampleALTER TABLE users |
|