Hello, Is it possible to create a database function that mimics the C function atof? I'm guessing it should look something like this:
create function atof(varchar) returns float
as '??????'
language ????
returns null on null input;
Thanks,
Mark
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
