Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pgadmin3 を使用して PostgreSQL の 1 つのクエリ ステートメントに複数の列を追加するにはどうすればよいですか?
これを試して :
ALTER TABLE table ADD COLUMN col1 int, ADD COLUMN col2 int;