Re: [PHP] clause

2001-08-27 Thread ERISEN, Mehmet Kamil
sers LEFT JOIN picks USING(uid) > WHERE picks.users_uid <> users.uid > > Andrey Hristov > IcyGEN Corporation > http://www.icygen.com > 99% > > - Original Message - > From: "Jeremy Morano" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> &g

Re: [PHP] clause

2001-08-27 Thread Andrey Hristov
eremy Morano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 9:52 PM Subject: [PHP] clause > Hi, > > Can somebody help me out? > My where clause is completely being ignored. > More specifically the <>. I tried to use != and that

Re: [PHP] clause

2001-08-27 Thread ERISEN, Mehmet Kamil
Hello Jeremy, you are using two tables, but you are not joining them. What's you goal? --- Jeremy Morano <[EMAIL PROTECTED]> wrote: > Hi, > > Can somebody help me out? > My where clause is completely being ignored. > More specifically the <>. I tried to use != and that > didn't work either. > Ho

[PHP] clause

2001-08-27 Thread Jeremy Morano
Hi, Can somebody help me out? My where clause is completely being ignored. More specifically the <>. I tried to use != and that didn't work either. However, when I substitute it with an = , It fuctions correctly. Right now, the output is all the users.uid and all the users.username from the tabl