Posts by brunoo • 59 points
3 posts
-
0
votes0
answers28
viewsQ: How to get a word from a certain letter inside a String in Postgres
I’m trying to get a word from a certain letter inside a String in Postgres. I’ve tried several ways, but I haven’t succeeded using substring, strpos… In the select below, I need to pick up the words…
-
2
votes0
answers126
viewsQ: Problems with deletion of git files
Recently, I had a conflict problem between my local branch impl-springboot4 and the remote branch master. At the time of MERGE via Pull Request, there was conflict where I had to enter the…
-
2
votes1
answer145
viewsQ: Remove tag in XML generation with Xstream
How can we remove the tag <list> automatically generated on XStream during the serialization process? I have three classes for this scenario: one for test and two to feed data that will be…