There is no IN clause in x++. But you can do this:

Select Table where Table.Field == Value1 || Table.Field == Value2;

or use the Query class:

queryBuildRange.value(Value1+","+Value2);

Simon

--- In [EMAIL PROTECTED], Alfonso Collados Arroyo
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to make a select statement like this:
>
> Select Table where Table.Field IN (Value1,Value2);
>
> How can I do this in X++? I'm interested in IN clause.
>
> Regards,
>
> Alfonso
>
>
>
> [Non-text portions of this message have been removed]




Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to