Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

simple select query

former_member97974
Participant
0 Likes
415

dear all please tell me what is the meaning of AND e~serviceid NOT IN ('PE_DEFAULT', 'PG_DEFAULT')

SELECT ianlage eservice_start

INTO TABLE i_data

FROM eservice AS e

JOIN euiinstln AS i

ON imandt = emandt

AND iint_ui = eint_ui

WHERE e~service IN ('ESUP','GSUP')

AND e~service_end = c_max_date

AND e~serviceid NOT IN ('PE_DEFAULT', 'PG_DEFAULT')

AND e~service_start IN s_date

AND i~anlage IN s_anlage.

thnkx in advance

Moderator message - Please do not ask or answer basic questions/ Press F1 on SELECT or search the forum instead - thread locked

Edited by: Rob Burbank on Sep 15, 2009 4:02 PM

1 REPLY 1
Read only

former_member611181
Participant
0 Likes
378

AND e~serviceid NOT IN ('PE_DEFAULT', 'PG_DEFAULT') means do not pick data if service ids are 'PE_DEFAULT' or 'PG_DEFAULT'.