Topic awaiting preservation: MySQL HELP (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Lexington, Kentucky, USA |
posted 07-02-2003 16:18
Does anyone know of a quick script to run through a database and remove a character? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-02-2003 19:20
tgullett: Hmmmmmmm nothing simple as far as I can tell. I'd do something like: |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-02-2003 20:21
well, 'select SUBSTRING(myField,1,length(myField) - 2) from mytable' |