[MonetDB-users] trigger ambiguous issue

3 May
2010
3 May
'10
6:23 a.m.
I have following trigger statement: CREATE TRIGGER delete_pos_cp AFTER DELETE ON cp referencing old row as o FOR EACH ROW WHEN o.new_id_ IS NOT NULL UPDATE cp SET old_id_ = o.old_id_ WHERE rec_id_ = o.rec_id_; Following error is issued: SELECT: identifier 'rec_id_' ambiguous The last "o.rec_id_" gives rise to this ambigious. Any suggestion on this.
5515
Age (days ago)
5515
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huabing
-
Martin Kersten