Answer the question
In order to leave comments, you need to log in
How to write trigger or function in Postgresql?
I messed up something in my last question, and it turned out that you can’t add comments to it or change the question itself. So I apologize in advance for duplicating this question.
Initial data: There is a database in which there are two tables:
id_player
= tourney_hand_player_statistics.id_palyer
, tourney_hand_player_range.range_p_3bet
must contain all unique values lookup_hole_cards.hole_cards
under the following conditions: tourney_hand_player_statistics.id_gametype = 1
and tourney_hand_player_statistics.flg_p_3bet = true
. tourney_hand_player_range.range_p_3bet
for id_player
when new data for this appears id_player
in the table tourney_hand_player_statistics
. Or maybe it's better to write a function that would return the data for the desired one id_player
in the form of text?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question