VonFranzken
MIS
How would I write a select to exclude both NULLs and records from a table where there is absolutly nothing in there not even the word <NULL>?
Select * from Table
WHERE table.record1 <> ???
Thanks
Select * from Table
WHERE table.record1 <> ???
Thanks