View previous topic :: View next topic |
Author |
Message |
butta_mvs Beginner
Joined: 17 Aug 2003 Posts: 22 Topics: 18
|
Posted: Sun Aug 24, 2003 6:04 am Post subject: sql null values |
|
|
I want to write a sql statement which retrieves which are not null without using where clause |
|
Back to top |
|
 |
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Mon Aug 25, 2003 7:05 am Post subject: |
|
|
Try "... WHERE column IS NOT NULL"
Christian |
|
Back to top |
|
 |
|
|