Editor does not recognise cast() function
Posted: Fri 20 Feb 2009 15:27
This statement:
totally confuses the keyword recognition and produces several errors, stating with 'Unexpected symbol 'cast''. Using 3.10.225
Code: Select all
set _work_user_game = cast(substr(_list_of_user_games_with_hist_above_limit, 1, _pos - 1) as decimal(25)) ;