I\'m trying to do an order query that finds records nearest to the current_user.
I know the distance between the two points is: current_location.euclidean_distance
current_location.euclidean_distance
Look at the ST_Distance documentation in PostGIS.