![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New MySQL Enterprise with Query Analyzer Boosts Database Application Performance | iBot | MySQL DevZone RSS | 0 | 11-19-2008 04:10 AM |
| MySQL Query Analyzer: Interview with Mark Matthews | iBot | MySQL DevZone RSS | 0 | 11-10-2008 10:50 PM |
| How to query one to many mysql | pinkgladiator | High Level Programming | 0 | 10-30-2008 01:45 PM |
| mysql query browser issue | venhart | UNIX and Linux Applications | 3 | 09-18-2008 07:05 AM |
| sed command to match log entries | jambesh | Shell Programming and Scripting | 4 | 07-23-2008 03:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
mysql query all entries which 'dont' match
I am trying to query a list of hosts and extract all entries which 'dont' match.
Code:
SELECT LOGS.host, GOODLIST.host FROM LOGS,db.GOODLIST WHERE (LOGS.host <> GOODLIST.host) thanks & regards |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|