[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mysql query question
- Subject: [cobalt-users] mysql query question
- From: "Brian Feliciano" <brian@xxxxxxxxxxxxxxxxx>
- Date: Tue Sep 25 15:25:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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