All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.postgresql.migrate.4.4.7.sql Maven / Gradle / Ivy

There is a newer version: 4.8.11
Show newest version

alter table bulletin.notices add issuer varchar(40);
update bulletin.notices n set issuer = (select u.name from usr.users u where u.id=n.operator_id);
alter table bulletin.notices alter column issuer set not null;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy