Posts by Rafael Furtado • 11 points
1 post
-
1
votes0
answers44
viewsQ: Set value of another table in the column of the current table (search value by ID)
I’ll get right to the point. My sql table looks like this: id, venda_id, produto_id, qtd_saida, preco_produto I’d like to fill in the column preco_produto automatically when the product be saved.…