2024-11-22 10:21:50
SQL> create or replace procedure pro_into
as
declare
v_x number;
v_y number;
begin
select sta_long into v_x from sta_87 where id=2;
select sta_alt into v_y from sta_87 where id=2;
update station_87
set geom= addpoint(v_x,v_y,4214)where id=2;
end pro_into;
/
Warning: Procedure created with compilation errors
就报错了,帮忙看看有哪不对吗?多给分哦
set geom= addpoint(v_x,v_y,4214)where id=2;
4214)后面是否要加一个空格
2024-11-22 13:52:19
2024-11-22 19:45:40
2024-11-22 14:18:23
TT 也不行,说是标示符无效,是不是我的pl/sql developer版本不对啊?
你确定表名都对吧?
你那个_87都加了?
或者是都不用加?
表名都对,大侠方便加下我qq吗1269160297
额...非大侠,只是凭经验的一点推论,oracle不是很瘦
公司无法聊Q,*_*