How to select first record from table using query in axapta?
example
example
EmplTable EMPL;
;
select firstonly From EMPL;
info(ct.(fieldnum(EMPL, EmplId));