not indicated in the hud

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

not indicated in the hud

Postby Vladislav1975 » Fri Nov 26, 2021 11:11 am

Hi,
I'm trying to create a statistic specifically using SELECT and COUNT.
:
"
SELECT count(tourney_hand_player_statistics.id_hand)
FROM tourney_hand_player_statistics
WHERE (tourney_hand_player_statistics.id_hand = player.id_player )
"

Why is the value of the number of hands not indicated in the hud (there is a dash)?
Vladislav1975
 
Posts: 19
Joined: Fri Nov 01, 2013 6:54 pm

Re: not indicated in the hud

Postby Flag_Hippo » Fri Nov 26, 2021 1:34 pm

A custom column using a subquery cannot be stored in the database cache so its performance may be poor- see here.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 31 guests

cron