Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: MySQL question

Re: MySQL question

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 25 Oct 2002 12:44:08 -0800
Message-ID: <3db99f08@news.victoria.tc.ca>


Gregory Toomey (nobody_at_nowhere.com) wrote:
: The following should be pretty close:

: select users.field1, users.field2
: from users
: left join blacklist ON users.user_name=blacklist.user_name
: where blacklist.user_name is null

: (field1 etc are the columns you want to select).

: And for the Oracle users, mysql may be a little primitive at the moment but

                                                            ^^^^^^^^^^^^^

that "momement" has been five or more years long :) Received on Fri Oct 25 2002 - 15:44:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US