null values

HOJU15

Registered User.
Local time
Today, 00:44
Joined
Feb 7, 2003
Messages
12
what is the sql for returning all records including those with a null value

[located in].[JOB]= null values and all values

null values and all values=
 
Try the SQL statement:

SELECT * from [NameofTable].

That should get you what you want.

HTH
 

Users who are viewing this thread

Back
Top Bottom