How can I convert a string 17,74320512 to a double precision in PostgreSQL ?
I tried:
select cast(`17,74320512` as double precision);
ERROR: invalid syntax for double precision type: '17,74320512'
But i can not change format of the number(17,74320512) because i imported it from .txt file