Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ALTER TABLE esq_conv_2020.tbl_preinscripcion ADD aprobado text NULL DEFAULT 'N';
- update esq_conv_2020.tbl_preinscripcion set aprobado = 'S'
- where idregistro in(73779,
- 73733,
- 73680,
- 73643,
- 73758,
- 73670,
- 73707,
- 73828,
- 73805,
- 73771,
- 73623,
- 73204,
- 73750,
- 73778,
- 56035,
- 54252,
- 73838,
- 54666,
- 73630,
- 73642,
- 57231,
- 73649,
- 73808,
- 53748,
- 73840,
- 73743,
- 73860,
- 73850,
- 73852,
- 73849,
- 73804);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement