всем привет ..
Подскажите как сказать что мне нужно сделать инкримент полю
insert into score.stats_favorite(favorite_cnt, geo, tournament_obj_id) VALUES (1, _geo, _trn_name)
on conflict (tournament_obj_id, geo, date_create) do update
set
favorite_cnt = favorite_cnt +1
returning stats_favorite_id into _stats_favorite_id;
ругается на двусмысленность параметра favorite_cnt