I want to do something like this but always getting error so code is not correct. I want to update
the same column with blank space.
update table
set (select line as line1 from table where id='100')=line1+' '
where id='100'
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In
DB2(assumed from your previous questions, works inMySQLtoo):