Posts by Leonardo Henrique • 1 point
1 post
-
0
votes1
answer29
viewsQ: it is possible to join one or more columns that have the same id in mysql
I have a customer table, a employees table, products, a sales table and a table to link sales with products. my doubt is when do I select SELECT idvendas,data_da_venda,valortotal,clientes.Nome as…