Posts by Igor • 46 points
1 post
-
2
votes3
answers239
viewsA: Pick up a single record for equal columns
To get the same results just use the command DISTINCT in the query. So it doesn’t return repeated values, it would look great: SELECT DISTINCT carrinhos.supermercado FROM carrinhos…