If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Replace OR-Operator with IN-Operator

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-03-03, 07:03
c149187 c149187 is offline
Registered User
 
Join Date: Jul 2003
Posts: 50
Replace OR-Operator with IN-Operator

Hi

I have the following sql:
Select count(*) from ADU.UTADU_ADRESSE where (wvrd_wlgs, wvagentur) = (1,1) or (wvrd_wlgs, wvagentur) = (2,2)

Can the OR-Operator be replaced with the IN-Operator for this query ?

Marc
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On