How to display a table order by code (like 01, 02… then null columns)?
Using Access 2003 Database
Table
Name Title code Nationality code
Raja 05 03
Ramu 03
Vijay 01 02
John 04 01
Roby 06
Abilash 02 05
So on…,
I want to display a table order by title code, nationality code
In my “nationality code” field some of the columns are null, so I want to display a table order by title code, nationality code (like 01, 02… then null columns)
My query.
Select * from table order by nationality code, title code
Name Title Nationality
Ramu 03
Roby 06
John 04 01
Vijay 01 02
Raja 05 03
Abilash 02 05
But Null value is coming first in the nationality code, I want to display nationality code like 01, 02, 03, 05 then null values
Need Query Help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…