Posts by Paulo Abdanur • 23 points
2 posts
-
0
votes1
answer7723
viewsQ: Remove "." /" and "-" from varchar in select
I’m performing a query for a client where it requested that the CNPJ/CPF of companies/customers be displayed without the dots, bars and dashes. For example the CNPJ 08.595.551/0001-57 should be…
-
1
votes3
answers1529
viewsQ: Eliminating duplicate values in SQL
I have a problem in a query, because there is only one field that differs from one data from another. I have tried using group by, order by, having, I searched in several forums, anyway, I tried…