Forum Moderators: coopster
I have a mysql database with about 2500 stock items in. The problem I have is that the addition dates are a little screwed up. The dates should have hyphens not forward slashes in the database. As you can imagine changing 1500+ rows manually would take a very long time.
The dates are like this.
e.g.
Wrong = 10/10/1000
Right = 10-10-1000
Is there an easy way to change all the slashes in the table to hyphens?
Thanks in advance.