我在PLPGSQL以下查詢:比較操作錯誤
FOR _t IN EXECUTE 'select distinct_network_point.id AS network_point_id
from distinct_network_point, all_points_ordered
where road_id='||road_id||' AND distinct_network_point.point = all_points_ordered.point AND all_points_ordered.point != st_setsrid(st_makepoint('||new_point||'),4326)
order by st_distance(all_points_ordered.point,st_setsrid(st_makepoint('||new_point||'),4326))
limit 1'
對於一些它給我以下錯誤:
如果我用這個<>運營商,它會給我這個比:
任何人都可以解釋它的真正含義嗎?該查詢在sql中正常工作。
我已嘗試了,不過謝謝你的建議 – 2013-03-07 22:46:28
我已經更新的問題,以顯示錯誤,當我嘗試<>運算符。 @bernie – 2013-03-07 22:48:45