S
SinCity
How come this code doesn't seem to work?
SELECT *
FROM Table1
WHERE (((Table1.Email)=""));
Here is what my table contains...
Name Email
John
Joe
Smith
Crest
There is nothing in the Email column for each entry, yet the results of my
SQL code returns 0 rows.
Help!
SELECT *
FROM Table1
WHERE (((Table1.Email)=""));
Here is what my table contains...
Name Email
John
Joe
Smith
Crest
There is nothing in the Email column for each entry, yet the results of my
SQL code returns 0 rows.
Help!