I am currently working on a web system using Mysql db.
I realized that I initially incorrectly configured the columns in the tables and
Now I need to move the data from one column of the table (receiptno) to the table (clients) to the same column of the table (receiptno) in the table (income).
I am still inexperienced with Mysql, and therefore I do not know the mysql syntax to accomplish this.
May I get some help on this.
thank
source
share