Re: Use like clause more then once



Currently 9i, will be moving to 10g this year. I tried joining the
tables and doing to like statements, but it would give back zero
records.

SELECT distinct srv.SERVER_ID,srv.SERVER_NAME,srv
FROM serverdb.servers srv inner join services svc on srv.SERVER_ID =
svc.SERVER_ID
WHERE (svc_display_name LIKE '%Microsoft Exchange%' and
svc_display_name LIKE '%TSM%') and
status_id = 1


If I did only one like at a time it should have around 200 records
returned. So I assume that oracle doesn't like 2 or more like
staments in the same where statement.

.



Relevant Pages

  • Re: Roadpeaces Vision.
    ... well the uk is pretty much sorted; where are they moving to next and will ... you be joining them? ... The only way to get to zero will be to ban ... over the legal drink-drive limit. ...
    (uk.transport)
  • Re: Questions (Space)
    ... and visualize something moving exactly that speed. ... With other things, I look at either more time, or more distance (or more ... driving speeds. ... Zero point sounds like a cool term for in a sci-fi ...
    (rec.arts.sf.composition)
  • Re: FAO BMW drivers !
    ... if this can be done safely AND doesn't force other drivers ... joining driver who has priority, leading to unsafe and aggressive joining. ... People moving over supposedly sends the wrong ... first time joining a motorway. ...
    (uk.rec.driving)
  • Re: Cut a point into two - topological?
    ... so you can't split the point into two non-empty sets. ... It has zero width, ... to each other, and a,,space" where they are moving. ... leave a,, trace", which can be regarded with static geometry, if it is ...
    (sci.math)
  • Re: moving data from one place to another in a text file
    ... >'Zero' and 'file size' means no lines moved. ... >The general solution to 'sorting the file' is sorting. ... Sorting is a special case of Reordering Objects. ... opposed to physically moving the objects. ...
    (comp.lang.cobol)