[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mysql query question
- Subject: Re: [cobalt-users] mysql query question
- From: "DenIT Internet Services [Thijs]" <thijs@xxxxxxxxx>
- Date: Tue Sep 25 16:43:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
You're missing FROM TT in that query.
Regards,
Thijs
> this maybe a beginner question, but i am a beginner.
>
> say, i have 3 fields, aa, bb, and cc in my table TT
> i need to get the results where cc is not null.
> so my query will be: SELECT aa, bb, cc WHERE cc IS NOT NULL.
> i think it's correct, but it doesn't work, why?
>
> help appreciated
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>