How to do an update that retrieves data from one column and plays in another column? For example
Sales
IdVenda | dataVenda | dataPgto
1 | 2017-08-21 |
2 | 2017-08-21 |
Do I want to update the dataPgto with the date information? PS: this sale would be made by credit card.