Convert point to point in mysql

0

I am learning to work with mysql and in the conversion of a database, in text, I have a column with currency format. I ask. What is the procedure for mysql to accept the variable in DECIMAL?

Should I import as text and change this in mysql ?? (how to do that there?)

    
asked by anonymous 11.07.2016 / 20:35

1 answer

0

Good afternoon,

You could try the Replace method: Syntax: REPLACE (string_expression, string_pattern, string_replacement)

    
11.07.2016 / 21:16