|      382 | Ongoing     |
|      383 | Ongoing     |
|      384 | Ongoing     |
|      385 | Ongoing     |
|      386 | 
Ongoing
   |
|      387 | 
Ongoing
   |
|      388 | 
Ongoing
   |
|      389 | 
Ongoing
   |
|      390 | 
Ongoing
   |
|      391 | 
Ongoing
Above is my sql, somehow or somewhat I did some mistake when insert the value.
I wanna do a str replace to replace the empty "spaces"
I did the following
update content set status = replace(status,' ','');
It replace 19 rows, then I tried again, it replace 0 rows. but the empty spaces still exist.
How do I solve this by str_replace at mysql
Thanks!
 
    