Actions
Tareas #199
closedEnlarge COUSUA to 45 characters
Start date:
08/02/2018
Due date:
08/05/2018
% Done:
100%
Estimated time:
4:00 h (Total: 8:00 h)
Spent time:
(Total: 4:00 h)
Puntos de historia:
4
Description
Take a list of COUSUA from ATCL table:
SELECT * FROM ATCL WHERE CODATR IN ('COUSUA', 'CODAUT', 'AUULMO')
Prepare SQL script to alter column cousua of the tables extracted from the list of ATCL
select concat('ALTER TABLE ', vaclob, ' ALTER COLUMN ', codatr, ' TYPE VARCHAR(45);') as sql from atcl where codatr in ('COUSUA', 'CODAUT', 'AUULMO') and coinob in (select coinob from objm where tiobme='CD' and coobme='OBJM') and subcla='CD' order by vaclob; update atcl set longitud=45.00 where codatr in ('COUSUA', 'CODAUT', 'AUULMO') and coinob in (select coinob from objm where tiobme='CD' and coobme='OBJM') order by vaclob; select concat('UPDATE ', vaclob, ' SET ', codatr, ' =''jfreire'' WHERE ', codatr, ' = ''FMJ000'';') as sql from atcl where codatr in ('COUSUA', 'CODAUT', 'AUULMO') and coinob in (select coinob from objm where tiobme='CD' and coobme='OBJM') and subcla='CD' order by vaclob;
List of users:
jfreire FMJ000
maria HPM000
antoniofreire FMA000
Updated by Jesús Freire almost 7 years ago
- Description updated (diff)
- Status changed from Nueva to En curso
Updated by Jesús Freire almost 7 years ago
- Status changed from En curso to Nueva
- Assignee deleted (
Jesús Freire)
Estado del EPP auto actualizado a Nueva porque todas las tareas estaban en estado Nueva
Updated by Jesús Freire almost 7 years ago
- Status changed from Nueva to En curso
- Assignee set to Jesús Freire
Estado del EPP auto actualizado a En curso porque al menos una tarea no estaba en estado Nueva
Updated by Jesús Freire almost 7 years ago
- Status changed from En curso to Nueva
- Assignee deleted (
Jesús Freire)
Estado del EPP auto actualizado a Nueva porque todas las tareas estaban en estado Nueva
Updated by Jesús Freire almost 7 years ago
- Status changed from Nueva to En curso
- Assignee set to Jesús Freire
Estado del EPP auto actualizado a En curso porque al menos una tarea no estaba en estado Nueva
Updated by Jesús Freire over 6 years ago
- Status changed from En curso to Cerrada
Estado del EPP auto actualizado a Cerrada porque todas las tareas estaban cerradas
Actions