Code: Select all
set _work_user_game = cast(substr(_list_of_user_games_with_hist_above_limit, 1, _pos - 1) as decimal(25)) ;
Code: Select all
set _work_user_game = cast(substr(_list_of_user_games_with_hist_above_limit, 1, _pos - 1) as decimal(25)) ;