Einfache Abfrage

Einfache Abfrage

am 30.11.2006 11:34:47 von m.raupe

Ich hab ein einfaches Problem:
Ein Feld status, das "0","1" oder NULL enthalten kann.
Wie muss ich die Abfrage stellen, dass ich alle bekomme, bei denen es nicht
"1" ist.

.... WHERE status='1'
funktioniert

aber
.... WHERE status='0' or status=NULL
oder
.... WHERE status!='1'

funktioniert einfach nicht...

Re: Einfache Abfrage

am 30.11.2006 12:02:31 von Andreas Scherbaum

Hallo,

michael ra. wrote:

> Ich hab ein einfaches Problem:

Du solltest dich mal mit dem Konzept von NULL auseinandersetzen.


> Ein Feld status, das "0","1" oder NULL enthalten kann.
> Wie muss ich die Abfrage stellen, dass ich alle bekomme, bei denen es nicht
> "1" ist.

WHERE status != '1' AND status IS NOT NULL


Bye

--
Andreas 'ads' Scherbaum
Failure is not an option. It comes bundled with your Microsoft product.
(Ferenc Mantfeld)

Re: Einfache Abfrage

am 30.11.2006 12:11:47 von m.raupe

Ah Danke.
Jetz wo dus sagst kommts mir bekannt vor :-)

"Andreas Scherbaum" schrieb im Newsbeitrag
news:7bq244-9c.ln1@base.wars-nicht.de...
> Hallo,
>
> michael ra. wrote:
>
>> Ich hab ein einfaches Problem:
>
> Du solltest dich mal mit dem Konzept von NULL auseinandersetzen.
>
>
>> Ein Feld status, das "0","1" oder NULL enthalten kann.
>> Wie muss ich die Abfrage stellen, dass ich alle bekomme, bei denen es
>> nicht
>> "1" ist.
>
> WHERE status != '1' AND status IS NOT NULL
>
>
> Bye
>
> --
> Andreas 'ads' Scherbaum
> Failure is not an option. It comes bundled with your Microsoft product.
> (Ferenc Mantfeld)

Re: Einfache Abfrage

am 30.11.2006 16:00:21 von Andreas Scherbaum

michael ra. wrote:
> Ah Danke.
> Jetz wo dus sagst kommts mir bekannt vor :-)
>
> "Andreas Scherbaum" schrieb im Newsbeitrag
> news:7bq244-9c.ln1@base.wars-nicht.de...

Du möchtest dir auch gleich noch:

http://learn.to/quote

aneignen ;-)


Bye

--
Andreas 'ads' Scherbaum
Explaining the concept of referential integrity to a mysql user is
like explaining condoms to a catholic