Quote:
|
Originally Posted by georgev
try switching to nvarchar
|
I can't find that option
Quote:
|
Originally Posted by healdem
what is making you import through PHPMyAdmin... there may be another route (one that I've used in the past is to upload a flat file and then import using a PHP script)
|
Just a one time story so that's why I'm using MySQL.
I changed all my values for now with:
Code:
UPDATE factuurnummers SET bedrag_excl = REPLACE(bedrag_excl, '?', '€')