Domain Empire

Remove a character from beginning of a field value in MySQL

Spaceship Spaceship
Watch

Vincentas

Established Member
Impact
4
Hi guys,

I have about 2000 records in a MySql table. a specific field in some of them starts with colon character (:) that is not needed. I have to remove this character from the beginning of it.

How can I do that ? Should I use regular expression ?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Download the database and open in a text editor that have search and replace and search and replace something like ','; with ','

easiest way.
 
1
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back