Database Error; SQL: SELECT
DISTINCT
t.*, SQRT(POW((69.1 * (t.lat - )) , 2 ) + POW(((69.1 * (t.long - ) ) * cos(/57.3)), 2)) * 1.609344 AS distance
FROM `wp_pods_carhire_sublocations` AS `t`
ORDER BY distance ASC, `t`.`name`, `t`.`id`
LIMIT 1, 5; Response: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) , 2 ) + POW(((69.1 * (t.long - ) ) * cos(/57.3)), 2)) * 1.609344 AS distance
' at line 4