Advertisement
jotazetaec

Untitled

Dec 7th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ALTER TABLE esq_conv_2020.tbl_preinscripcion ADD aprobado text NULL DEFAULT 'N';
  2.  
  3. update esq_conv_2020.tbl_preinscripcion set aprobado = 'S'
  4. where idregistro in(73779,
  5. 73733,
  6. 73680,
  7. 73643,
  8. 73758,
  9. 73670,
  10. 73707,
  11. 73828,
  12. 73805,
  13. 73771,
  14. 73623,
  15. 73204,
  16. 73750,
  17. 73778,
  18. 56035,
  19. 54252,
  20. 73838,
  21. 54666,
  22. 73630,
  23. 73642,
  24. 57231,
  25. 73649,
  26. 73808,
  27. 53748,
  28. 73840,
  29. 73743,
  30. 73860,
  31. 73850,
  32. 73852,
  33. 73849,
  34. 73804);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement