Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Change SQL Server startup account to SA Pin
Dave Kreskowiak14-Jul-05 1:16
mveDave Kreskowiak14-Jul-05 1:16 
GeneralSelecting dropdown value automatically Pin
macca2414-Jul-05 0:44
macca2414-Jul-05 0:44 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:50
Gavin Jeffrey14-Jul-05 0:50 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:53
Gavin Jeffrey14-Jul-05 0:53 
GeneralRe: Selecting dropdown value automatically Pin
macca2414-Jul-05 0:56
macca2414-Jul-05 0:56 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 1:42
Gavin Jeffrey14-Jul-05 1:42 
General<help me>Access Pin
vtalau13-Jul-05 23:44
vtalau13-Jul-05 23:44 
GeneralRe: <help me>Access Pin
SBendBuckeye14-Jul-05 13:01
SBendBuckeye14-Jul-05 13:01 
vtalau wrote:
select .........
from nhanvien
where company is null
union
select .........
from nhanvien
where company is not null


Try This
<br />
select 1, .........<br />
from nhanvien<br />
where company is null<br />
union<br />
select 0, .........<br />
from nhanvien<br />
where company is not null<br />
order by 1<br />

What I did was add a new column in front of your currently selected data and then sorted by column number 1. That should put all of your null items last.


Have a great day!

j2associates_NO_SPAM_@yahoo.com
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm13-Jul-05 20:01
Rudy Schramm13-Jul-05 20:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Dave Kreskowiak14-Jul-05 1:13
mveDave Kreskowiak14-Jul-05 1:13 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm15-Jul-05 2:22
Rudy Schramm15-Jul-05 2:22 
QuestionMessage Box new line? Pin
phraser13-Jul-05 11:35
phraser13-Jul-05 11:35 
AnswerRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:39
protectorChristian Graus13-Jul-05 12:39 
GeneralRe: Message Box new line? Pin
phraser13-Jul-05 12:42
phraser13-Jul-05 12:42 
GeneralRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:44
protectorChristian Graus13-Jul-05 12:44 
GeneralRe: Message Box new line? Pin
[Marc]13-Jul-05 17:34
[Marc]13-Jul-05 17:34 
Generalmultiple users updating access db Pin
jimbodenny13-Jul-05 7:49
jimbodenny13-Jul-05 7:49 
GeneralRe: multiple users updating access db Pin
ToddHileHoffer13-Jul-05 8:15
ToddHileHoffer13-Jul-05 8:15 
GeneralRe: multiple users updating access db Pin
jimbodenny13-Jul-05 11:50
jimbodenny13-Jul-05 11:50 
GeneralRe: multiple users updating access db Pin
Dave Kreskowiak14-Jul-05 3:39
mveDave Kreskowiak14-Jul-05 3:39 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:36
jimbodenny14-Jul-05 7:36 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:37
jimbodenny14-Jul-05 7:37 
GeneralAccessing VB6.0 Resource Editor at runtime Pin
Rudy Schramm13-Jul-05 7:31
Rudy Schramm13-Jul-05 7:31 
GeneralRe: Accessing VB6.0 Resource Editor at runtime Pin
Dave Kreskowiak13-Jul-05 9:02
mveDave Kreskowiak13-Jul-05 9:02 
GeneralI could not load the data in CrystalReport Pin
Jeeva Jose13-Jul-05 6:46
Jeeva Jose13-Jul-05 6:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.