how to select all rows where a colums has null

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LiFo

    how to select all rows where a colums has null

    plz help


  • Anna C. Dent

    #2
    Re: how to select all rows where a colums has null

    LiFo wrote:
    plz help
    RTFM

    Select * from table;

    Comment

    • mcstock

      #3
      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

      Working...