plz help
how to select all rows where a colums has null
Collapse
This topic is closed.
X
X
-
LiFoTags: None -
Anna C. Dent
Re: how to select all rows where a colums has null
LiFo wrote:RTFMplz help
Select * from table;
-
mcstock
Re: how to select all rows where a colums has null
select ...
from atable
where acolumn is null;
--
----------------------------------------
Mark C. Stock
(888) 512-2048
"LiFo" <ikkieg@hotmail .comwrote in message
news:3f9d63de$0 $27404$edfadb0f @dread16.news.t ele.dk...plz help
>
>
Comment
Comment