Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE esq_conv_2020.tbl_preinscripcion p
- SET genero_certificado = 'N'
- FROM esq_conv_2020.tbl_congreso c
- WHERE p.id_congreso = c.idregistro and c.id_convencion = 6;
- ALTER TABLE esq_conv_2020.tbl_ponencias ADD genero_certificado text NULL;
- ALTER TABLE esq_conv_2020.tbl_congreso ADD genero_certificado text NULL;
- ALTER TABLE esq_conv_2020.tbl_congreso_equipo ADD genero_certificado text NULL;
- update esq_conv_2020.tbl_ponencias set genero_certificado = 'N';
- update esq_conv_2020.tbl_congreso set genero_certificado = 'N';
- update esq_conv_2020.tbl_congreso_equipo set genero_certificado = 'N';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement