1
How to do an update that recovers data from one column and plays in another column? For example
Sales
IdVenda | dataVenda | dataPgto
1 | 2017-08-21 |
2 | 2017-08-21 |
Want to update the dataPgto with the dataVenda information? PS: this sale would be made with credit card.
You need to give some more information, such as table names and structures.
– rLinhares
@Inhares is from the same brother table :)
– Diego Ananias