Posts by user98519 • 1 point
1 post
-
0
votes0
answers49
viewsQ: Make Insert with select
I have a table called label, with nameTag varchar and Quant int 11. When I insert in the label table, I have to increase the total quantity registered in the bank +1. But I don’t know how to do this…