How to give parameter query

S

subbu

Hi,
I have requirement to to fetch soem records based on the
some group code which may be SPSREL OR SPSSVM OR
SPSVMN.How to give in the criteria.

Any help in this regard is highly aprreciated

subbu
 
J

JohnFol

You would use the IN clause for the criteria

In ("SPSREL", "SPSSVM", "SPSVMN")

or exactly what you have written

"SPSREL" OR "SPSSVM" OR "SPSVMN"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top