Posts by Mailson Anselmo • 3 points
2 posts
-
0
votes2
answers68
viewsQ: How to use XML inside a String variable
I created a variable of type String that has the return of the webservice in XML: Example: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <books> <book> <author>…
-
0
votes2
answers160
viewsQ: How to delete duplicate lines in Postgres database?
In my bank I have a table that has a list of (carrier and waste specifications) where the carriers can have several waste, I checked that the data are duplicated and are represented in this way:…