Posts by Rodrigo Xavier • 1 point
1 post
-
0
votes3
answers74
viewsA: How to select information from a table without duplicate values
All you have to do is this: SELECT DISTINCT (NOME) FROM TABELA; So only one name will come if there are several equal.
sqlanswered Rodrigo Xavier 1