Answers for "postgres 9.2 add column if not exists"

SQL
0

add column if not exists postgresql

ALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name INTEGER;
Posted by: Guest on February-17-2021

Code answers related to "postgres 9.2 add column if not exists"

Code answers related to "SQL"

Browse Popular Code Answers by Language