-2
I have this table like this:
CODIGO_AULA DATA_AULA TURMA
----------- ---------- ----------
1 2018-01-19 MEC-001
2 2018-01-19 MEC-001
1 2018-01-20 MEC-001
2 2018-01-20 MEC-001
1 2018-01-21 MEC-001
2 2018-01-21 MEC-001
1 2018-01-22 MEC-001
2 2018-01-22 MEC-001
I need to make an update in the same according to this past situation,I passed by parameter the date : 2018-01-20
Thus remaining:
1 2018-01-21 MEC-001
2 2018-01-21 MEC-001
1 2018-01-22 MEC-001
2 2018-01-22 MEC-001
1 2018-01-23 MEC-001
2 2018-01-23 MEC-001
All he’s gonna do is move the date I went through to the bottom of the chart. What I need and take is to make an update of the date I passed and came up ?
Your doubt was not very clear. Could you explain us better?
– Lucas de Souza Cruz
Clarify your specific issue or add other details to highlight exactly what you need.
– Caique Romero