Ask Your Question
2

Is the use of addAfterColumn prohibited in postgresql?

asked 2022-02-12 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-09 09:00:00 +0000

devzero gravatar image

There is no such function or keyword named "addAfterColumn" in PostgreSQL. Therefore, it is not applicable to discuss whether it is prohibited or not. However, PostgreSQL provides various ways to modify tables, such as using the ALTER TABLE statement and related keywords like ADD COLUMN, DROP COLUMN, and MODIFY COLUMN. These methods can be used to add or remove columns in a table.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-12 11:00:00 +0000

Seen: 16 times

Last updated: Apr 09 '22