How can I convert a string to a double precision in PostgreSQL ?
I tried something like :
update points set latitude2 = cast(latitude as double) ;
where latitude is a string and latitude2 is a double. I just can't get it to work.
but
So try:
|
|||
|