bodylojohn
Registered User.
- Local time
- Today, 14:25
- Joined
- Dec 28, 2005
- Messages
- 205
Hello,
I have the following row:
Name
-------
Zack
Peter
Quintin
John
Brad
As you see it is possible to have a blank space
When I do order by name it looks like this:
Name
----
(blank)
(blank)
(blank)
(blank)
Brad
John
Peter
Quintin
Zack
How can I get this:
Name
----
Brad
John
Peter
Quintin
Zack
(blank)
(blank)
(blank)
(blank)
Thanks for your help
I have the following row:
Name
-------
Zack
Peter
Quintin
John
Brad
As you see it is possible to have a blank space
When I do order by name it looks like this:
Name
----
(blank)
(blank)
(blank)
(blank)
Brad
John
Peter
Quintin
Zack
How can I get this:
Name
----
Brad
John
Peter
Quintin
Zack
(blank)
(blank)
(blank)
(blank)
Thanks for your help