Wish: standard params

RMxxx

Member
select x from y where a = &param

is same as

select x from y where a = :param

bat this code dont run param assistent

thanks
 
Back
Top