Skip to content

Error updating whitespace and reformatting data to lowercase in Dbeaver. #35334

Answered by TB-HunBoka
Maianh2510 asked this question in Q&A
Discussion options

You must be logged in to vote

This is not a Dbeaver issue but a querry issue. You told the query to replace each row with one string as the sub query will return a list of values and I guess the DB used the first value of the result set.
I am not a sqlite user, but I guess it should be this:
Set full_name = LOWER(LTRIM(full_name))
from ....

Or as in oracle you need to provide a joining condition between the value you would update and the value you would write in the field.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #35291 on August 23, 2024 14:35.