MySQL Forums
Forum List  »  Newbie

Re: removing nul from data+nul in column
Posted by: Mohd Shaffiq Mohamad Yusof
Date: September 30, 2016 12:56AM

1. sorry not view editor, right click on column output, select open value in viewer

2. i. select TRIM(column1) from tbl1
where column2 = 'xxxxx';

ii. SELECT replace(column1, ' ','') from tbl1
where column2 = 'xxxxx';

Options: ReplyQuote


Subject
Written By
Posted
September 29, 2016 07:12AM
Re: removing nul from data+nul in column
September 30, 2016 12:56AM
September 30, 2016 10:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.