select * from
(
select DoCalculate(aLongitude,aLATITUDE,a.LONGITUDE,a.LATITUDE) mileage_calcualted
from TABLEx a
)
where mileage_calcualted is not null;
Better if you can to express the function behind DoCalculate in SQL
|
Results 1 to 10 of 12
Thread: Query problemThreaded View
|
Click Here to Expand Forum to Full Width |