G
Guest
I hv two tables as follow
Table1 Table2
FieldSex FieldSex FieldDes
---------- ---------- ---------
null null unknown
m m male
f f female
When i join this table in query those null record cannot be display.
Supposed null record will be displayed as unknown. How to solve this?
Thanks
Table1 Table2
FieldSex FieldSex FieldDes
---------- ---------- ---------
null null unknown
m m male
f f female
When i join this table in query those null record cannot be display.
Supposed null record will be displayed as unknown. How to solve this?
Thanks