Subject UDF's
Author Mike Grover
Ok, next question?

the following query works good:

select zip,udftest(target_latitude,target_longitude,lat,long) from experian;

how can I order the records by the second field?

mike