Posts by Rafael Dantas • 95 points
3 posts
-
1
votes1
answer201
viewsQ: Substitution of Oracle character
I have a field in my table with a string as follows: 80,82,45,80,82,79,88,73,77,79,32,65,32 I want to replace the comma (,) comma between single quotes (','), to stay:…
-
1
votes1
answer1397
viewsQ: User permission in Oracle tables
There is a way to know which tables a particular Oracle database user is allowed to select?
-
6
votes1
answer2181
viewsQ: Identify if a string is capitalized in sql server!
I have a field in a table that must be filled all in lower case, but the user being user filled some lines in upper case. I want to identify what records are like this so I can request correction. I…